

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

.footer-contact {
  scroll-margin-top: 150px;
}

body {

  

  font-family: 'Poppins', sans-serif;

  font-size: 14px;

  line-height: 24px;

  overflow-y: scroll;

  scrollbar-gutter: stable;

}

.chart-box {
  width: 600px;
  max-width: 95%;
}

.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  align-items: center;
}

.floating-contact a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}

.floating-contact a:hover {
  transform: scale(1.08);
}

.floating-contact .whatsapp {
  background: #25D366;
}

.floating-contact .phone {
  background: #007bff;
}

h1,

h2,

h3,

h4,

h5,

h6 {

  

  font-family: 'Poppins', sans-serif;

  line-height: 1.3;

  font-weight: 500;

}

h1 {

  font-size: 40px;

  

}

h4 {

  font-size: 24px;

  font-weight: 700;

}

p {

  

  font-family: 'Poppins', sans-serif;

  font-size: 14px;

  line-height: 24px;

}

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  margin: 0;

}

input[type=number] {

  -moz-appearance: textfield;

}

input {

  color: #888888;

}

input::-webkit-input-placeholder {

  color: #888888;

}

input:-ms-input-placeholder {

  color: #888888;

}

input::-ms-input-placeholder {

  color: #888888;

}

input::placeholder {

  color: #888888;

}

._keyfocus :focus,

input:not([disabled]):focus,

textarea:not([disabled]):focus,

select:not([disabled]):focus {

  outline: 0;

}

ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

img {

  max-width: 100%;

}

.img-full {

  width: 100%;

  height: 100%;

  overflow: hidden;

  display: block;

}

a {

  color: #333333;

}

a:hover {

  color: #0882dd !important;

  text-decoration: none;

}

a:not([href]):not([tabindex]):hover {

  color: #0882dd;

}

a,

a:hover,

a:focus,

a:active,

button,

button:focus,

input,

select,

textarea {

  outline: none;

}

button {

  cursor: pointer;

  border: none;

  padding: 0;

  outline: none;

  background: transparent;

}

.section-gap {

  padding: 56px 0px;

}

.our-belief-text-container{

  text-align: center;

  

  color: #000;

}

.section-gap-top {

  padding-top: 50px;

}

.section-gap-bottom {

  padding-bottom: 50px;

}

.section-title {

  text-align: center;

  margin-bottom: 80px;

}

.section-title h1 {

  margin-bottom: 15px;

}

.section-title p {

  font-size: 17px;

  

  width: 100%;

  margin: 0 auto;

}

.rm-theme-color {

  

  background: #00285b;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.founded-text-color-count {

  color: #000;

  font-weight: bold;

  margin-bottom: 10px !important;

}

.rm-theme-color-gray {

  color: #000;

}

.higlight-color-text {

  font-weight: 700;

  color: #8c8c8c;

}

.left-border-color-theme {

  border-left: 6px solid #7b2049;

}

.rm-light-gray-124039 {

  color: #8c8c8c;

  font-size: 13px;

  font-weight: 500;

  margin-left: 5px;

}

.rm-funding-status-text {

  background: -webkit-linear-gradient(rgb(55 22 164) 0%, rgba(160, 6, 6, 1) 90%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  font-weight: 600;

}

.mb-30 {

  margin-bottom: 30px;

}

.mt-50 {

  margin-top: 50px;

}

.container-fluid {

  max-width: 1920px;

}

.btn-style {

  font-size: 14px;

  font-weight: 600;

  color: #fff;

  border-radius: 3px;

  padding: 10px 25px;

  display: inline-block;

  background-size: 300% 100%;

  -webkit-transition: all .4s ease-in-out;

  transition: all .4s ease-in-out;

}

.btn-style:hover {

  color: #fff !important;

  background-position: 100% 0;

  -webkit-transition: all .4s ease-in-out;

  transition: all .4s ease-in-out;

}

#changeText {

  position: relative;

  animation: fadeInTop 1s ease-in-out infinite, fadeOutBottom 1s ease-in-out infinite 2s;

}

@keyframes fadeInTop {

  0%,

  100% {

    opacity: 0;

    transform: translateY(-50px);

    

  }

  50% {

    opacity: 1;

    transform: translateY(0);

    

  }

}

@keyframes fadeOutBottom {

  0%,

  100% {

    opacity: 1;

    transform: translateY(0);

    

  }

  50% {

    opacity: 0;

    transform: translateY(50px);

    

  }

}

.rm-text-highlight-animated {

  

  background-color: #a00606;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.header-area {

  background-color: #fff;

  color: #000;

  position: fixed;

  top: 36px;

  left: 0;

  right: 0;

  z-index: 9999;

  border-bottom: 1px solid rgba(0, 40, 91, 0.08);

  box-shadow: 0 10px 30px rgba(8, 33, 71, 0.08);

}

.blue-btn {

  

  

  background-color: #00285b;

}

.red-btn {

  background-image: -webkit-gradient(linear, left top, right top, from(#ff3c68), color-stop(#fa9ba0), color-stop(#fa9ba0), to(#ff3c68));

  background-image: linear-gradient(to right, #ff3c68, #fa9ba0, #fa9ba0, #ff3c68);

}

.purple-btn {

  background-image: -webkit-gradient(linear, left top, right top, from(#5818f5), color-stop(#a838ff), color-stop(#a838ff), to(#5818f5));

  background-image: linear-gradient(to right, #5818f5, #a838ff, #a838ff, #5818f5);

}

.pre-loader-wrap {

  background-color: #fff;

  z-index: 9999;

  position: fixed;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

}

.pre-loader {

  --path: #5628EE;

  --dot: #2F3545;

  --duration: 3s;

  width: 44px;

  height: 44px;

  position: relative;

}

.pre-loader:before {

  content: '';

  width: 6px;

  height: 6px;

  border-radius: 50%;

  position: absolute;

  display: block;

  background: var(--dot);

  top: 37px;

  left: 19px;

  -webkit-transform: translate(-18px, -18px);

  transform: translate(-18px, -18px);

  -webkit-animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

  animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

}

.pre-loader span {

  display: block;

  margin-top: 10px;

}

.pre-loader svg {

  display: block;

  width: 100%;

  height: 100%;

}

.pre-loader svg rect,

.pre-loader svg polygon,

.pre-loader svg circle {

  fill: none;

  stroke: var(--path);

  stroke-width: 10px;

  stroke-linejoin: round;

  stroke-linecap: round;

}

.pre-loader svg polygon {

  stroke-dasharray: 145 76 145 76;

  stroke-dashoffset: 0;

  -webkit-animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

  animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

}

.pre-loader svg rect {

  stroke-dasharray: 192 64 192 64;

  stroke-dashoffset: 0;

  -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

  animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

}

.pre-loader svg circle {

  stroke-dasharray: 150 50 150 50;

  stroke-dashoffset: 75;

  -webkit-animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

  animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

}

.pre-loader.triangle {

  width: 48px;

}

.pre-loader.triangle:before {

  left: 21px;

  -webkit-transform: translate(-10px, -18px);

  transform: translate(-10px, -18px);

  -webkit-animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

  animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;

}

@-webkit-keyframes pathTriangle {

  33% {

    stroke-dashoffset: 74;

  }

  66% {

    stroke-dashoffset: 147;

  }

  100% {

    stroke-dashoffset: 221;

  }

}

@keyframes pathTriangle {

  33% {

    stroke-dashoffset: 74;

  }

  66% {

    stroke-dashoffset: 147;

  }

  100% {

    stroke-dashoffset: 221;

  }

}

@-webkit-keyframes dotTriangle {

  33% {

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

  }

  66% {

    -webkit-transform: translate(10px, -18px);

    transform: translate(10px, -18px);

  }

  100% {

    -webkit-transform: translate(-10px, -18px);

    transform: translate(-10px, -18px);

  }

}

@keyframes dotTriangle {

  33% {

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

  }

  66% {

    -webkit-transform: translate(10px, -18px);

    transform: translate(10px, -18px);

  }

  100% {

    -webkit-transform: translate(-10px, -18px);

    transform: translate(-10px, -18px);

  }

}

@-webkit-keyframes pathRect {

  25% {

    stroke-dashoffset: 64;

  }

  50% {

    stroke-dashoffset: 128;

  }

  75% {

    stroke-dashoffset: 192;

  }

  100% {

    stroke-dashoffset: 256;

  }

}

@keyframes pathRect {

  25% {

    stroke-dashoffset: 64;

  }

  50% {

    stroke-dashoffset: 128;

  }

  75% {

    stroke-dashoffset: 192;

  }

  100% {

    stroke-dashoffset: 256;

  }

}

@-webkit-keyframes dotRect {

  25% {

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

  }

  50% {

    -webkit-transform: translate(18px, -18px);

    transform: translate(18px, -18px);

  }

  75% {

    -webkit-transform: translate(0, -36px);

    transform: translate(0, -36px);

  }

  100% {

    -webkit-transform: translate(-18px, -18px);

    transform: translate(-18px, -18px);

  }

}

@keyframes dotRect {

  25% {

    -webkit-transform: translate(0, 0);

    transform: translate(0, 0);

  }

  50% {

    -webkit-transform: translate(18px, -18px);

    transform: translate(18px, -18px);

  }

  75% {

    -webkit-transform: translate(0, -36px);

    transform: translate(0, -36px);

  }

  100% {

    -webkit-transform: translate(-18px, -18px);

    transform: translate(-18px, -18px);

  }

}

@-webkit-keyframes pathCircle {

  25% {

    stroke-dashoffset: 125;

  }

  50% {

    stroke-dashoffset: 175;

  }

  75% {

    stroke-dashoffset: 225;

  }

  100% {

    stroke-dashoffset: 275;

  }

}

@keyframes pathCircle {

  25% {

    stroke-dashoffset: 125;

  }

  50% {

    stroke-dashoffset: 175;

  }

  75% {

    stroke-dashoffset: 225;

  }

  100% {

    stroke-dashoffset: 275;

  }

}

.pre-loader {

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.scroll-top {

  width: 44px;

  line-height: 44px;

  position: fixed;

  right: 60px;

  bottom: 60px;

  z-index: 999;

  font-size: 22px;

  color: #fff;

  cursor: pointer;

  text-align: center;

  text-decoration: none;

  display: none;

  background: #000;

  border-radius: 3px;

  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);

  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);

  -webkit-transition: .2s ease-in-out;

  transition: .2s ease-in-out;

}

.nav-brand {

  max-width: 120px;

}

.dope-btn {

  background-color: #4a7aec;

}

.dope-menu {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.dope-nav-container.breakpoint-on .overlay-show {

  opacity: 1;

  visibility: visible;

}

.dope-nav-container .overlay {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 2;

  content: " ";

  width: auto;

  height: auto;

  background-color: rgba(0, 0, 0, 0.65);

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

}

.dopenav ul li.megamenu-item>a::after,

.dopenav ul li.menu-item-has-children>a::after {

  color: #000;

}

.dopenav ul li:hover>a:after {

  color: #000 !important;

}

.dope-nav-container.dope-sticky {

  background-color: #fff;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);

  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);

}

.nav-brand {

  max-width: 320px;

}

.dope-btn {

  background-color: #4a7aec;

}

.bg-img {

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

}

.bg-transparent {

  background-color: transparent !important;

}

.dope-nav-container {

  position: relative;

  z-index: 100;

}

.dope-nav-container * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

.top-header-info-highlight {

  text-align: center;

  

  

    background-color: #00285b;

  color: white;

  font-size: 15px;

  font-weight: 600;

  line-height: 1.2;

  padding: 9px 16px;

  position: fixed;

  z-index: 999;

  left: 0;

  right: 0;

}

.dope-nav-container a {

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  text-decoration: none;

  outline: none;

  font-size: 16px;

  font-weight: 600;

  color: #000;

  display: inline-block;

}

.dope-nav-container a:hover,

.dope-nav-container a:focus {

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  text-decoration: none;

  outline: none;

}

.dope-nav-container.dope-sticky {

  position: fixed;

  z-index: 1010;

  width: 100%;

  top: 0;

  right: 0;

  left: 0;

}

.justify-content-between {

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

.justify-content-center {

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.dope-navbar {

  width: 100%;

  min-height: 74px;

  padding: 0.35rem 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -ms-grid-row-align: center;

  align-items: center;

}

.breakpoint-off .dope-navbar {

  justify-content: flex-start;

}

.dope-navbar .nav-brand {

  font-size: 26px;

  font-weight: 500;

  color: #565656;

  display: inline-block;

  

}

.breakpoint-off .dope-navbar .nav-brand {

  flex: 0 0 auto;

  margin-right: 36px;

}

.nav-brand img {

  width: 72px;

  border-radius: 5px;

}

.dope-navbar .nav-brand:focus,

.dope-navbar .nav-brand:hover {

  font-size: 26px;

  font-weight: 500;

}

.dopenav ul li {

  display: inline-block;

  clear: both;

  position: inherit;

  z-index: 10;

}

.dopenav ul li.menu-item-has-children {

  position: relative;

  z-index: 10;

}

.dopenav ul li.menu-item-has-children ul li {

  position: relative;

  z-index: 10;

}

.dopenav ul li ul li {

  display: block;

}

.dopenav ul li ul li a {

  padding: 6px 20px;

}

.dopenav ul li ul li a:hover {

  padding-left: 24px;

}

.dopenav ul li a {

  padding: 22px 18px;

  display: block;

}

.dopenav ul li .megamenu li a {

  padding: 6px 20px;

  color: #000;

}

.dopenav ul li div.single-mega a {

  height: auto;

  line-height: 1;

}

.icon-dope-nav-down-arrow {

  font-family: 'IcoFont';

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.icon-dope-nav-down-arrow:before {

  content: "\eab2";

}

.dopenav ul li.menu-item-has-children>a:after,

.dopenav ul li.megamenu-item>a:after {

  font-family: 'IcoFont';

  content: "\eab2";

  font-size: 12px;

  padding-left: 5px;

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

}

.sub-menu {

  border-radius: 3px;

  -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);

  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);

}

.sub-menu .menu-item-has-children a:after {

  color: #000 !important;

}

.dopenav ul li ul li.menu-item-has-children>a::after {

  -webkit-transform: rotate(-90deg);

  transform: rotate(-90deg);

  position: absolute;

  right: 10px;

  z-index: 3;

}

.dope-btn {

  position: relative;

  z-index: 1;

  min-width: 120px;

  padding: 0 25px;

  line-height: 42px;

  height: 42px;

  background-color: #1abc9c;

  border-radius: 50px;

  color: #fff !important;

  margin-left: 30px;

  text-align: center;

}

.dope-btn:hover,

.dope-btn:focus {

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.dd-trigger {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background-color: transparent;

  cursor: pointer;

  z-index: 500;

  border-radius: 0;

  display: none;

}

.dopecloseIcon {

  position: absolute;

  top: 20px;

  right: 20px;

  z-index: 12;

  display: none;

}

.dopecloseIcon .cross-wrap {

  width: 26px;

  height: 26px;

  cursor: pointer;

  position: relative;

}

.dopecloseIcon .cross-wrap span {

  position: absolute;

  display: block;

  width: 100%;

  height: 2px;

  border-radius: 6px;

  background: #232323;

}

.dopecloseIcon .cross-wrap span.top {

  top: 12px;

  left: 0;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}

.dopecloseIcon .cross-wrap span.bottom {

  bottom: 12px;

  left: 0;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

}

.dope-navbar-toggler {

  border: none;

  background-color: transparent;

  cursor: pointer;

  display: none;

}

.dope-navbar-toggler .navbarToggler {

  display: inline-block;

  cursor: pointer;

}

.dope-navbar-toggler .navbarToggler span {

  position: relative;

  background-color: #000;

  border-radius: 3px;

  display: block;

  height: 2px;

  margin-top: 5px;

  padding: 0;

  -webkit-transition-duration: 300ms;

  transition-duration: 300ms;

  width: 30px;

  cursor: pointer;

}

.dope-navbar-toggler .navbarToggler span:nth-of-type(1) {

  width: 20px !important;

}

.dope-navbar-toggler .navbarToggler span:nth-of-type(3) {

  width: 15px !important;

}

.dope-navbar-toggler .navbarToggler.active span:nth-of-type(1) {

  -webkit-transform: rotate3d(0, 0, 1, 45deg);

  transform: rotate3d(0, 0, 1, 45deg);

  top: 6px;

  width: 30px !important;

}

.dope-navbar-toggler .navbarToggler.active span:nth-of-type(2) {

  opacity: 0;

}

.dope-navbar-toggler .navbarToggler.active span:nth-of-type(3) {

  -webkit-transform: rotate3d(0, 0, 1, -45deg);

  transform: rotate3d(0, 0, 1, -45deg);

  top: -8px;

  width: 30px !important;

}

.dopenav ul li .megamenu {

  position: absolute;

  width: 100%;

  left: 0;

  top: 100%;

  background-color: #ffffff;

  z-index: 200;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

}

.dopenav ul li .megamenu .single-mega.cn-col-5 {

  width: 20%;

  float: left;

  padding: 15px;

  border-right: 1px solid #f2f4f8;

}

.dopenav ul li .megamenu .single-mega.cn-col-5:last-of-type {

  border-right: none;

}

.dopenav ul li .megamenu .single-mega.cn-col-4 {

  width: 25%;

  float: left;

  padding: 15px;

  border-right: 1px solid #f2f4f8;

}

.dopenav ul li .megamenu .single-mega.cn-col-4:last-of-type {

  border-right: none;

}

.dopenav ul li .megamenu .single-mega.cn-col-3 {

  width: 33.3333334%;

  float: left;

  padding: 15px;

  border-right: 1px solid #f2f4f8;

}

.dopenav ul li .megamenu .single-mega.cn-col-3:last-of-type {

  border-right: none;

}

.dopenav ul li .megamenu .single-mega .title {

  font-size: 16px;

  border-bottom: 1px solid rgba(208, 208, 208, 0.5);

  padding: 8px 12px;

}

.dopenav ul li .sub-menu li a {

  border-bottom: 1px solid rgba(208, 208, 208, 0.5);

  color: #000;

  font-size: 14px;

}

.dopenav ul li .sub-menu li a:hover {

  

  color: #0882dd !important;

}

.dopenav ul li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li.divider {
  height: 1px;
  background-color: rgba(208, 208, 208, 0.5);
  margin: 4px 0;
  padding: 0 !important;
}

.dopenav ul li .sub-menu li.divider a {
  border-bottom: none;
  padding: 0;
  height: 0;
}

.dopenav ul li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(208, 208, 208, 0.5);

}

.dopenav ul li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(242, 244, 248, 0.7);

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(242, 244, 248, 0.7);

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(242, 244, 248, 0.7);

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(242, 244, 248, 0.7);

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(242, 244, 248, 0.7);

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {

  border-bottom: 1px solid rgba(242, 244, 248, 0.7);

}

.dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:last-child a {

  border-bottom: none;

}

.breakpoint-off .dopenav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -ms-grid-row-align: center;

  align-items: center;

}

.breakpoint-off .dope-navbar .dope-menu {

  margin-left: auto;

  display: flex;

  align-items: center;

}

.breakpoint-off .dopenav > ul {

  display: flex;

  align-items: center;

  margin: 0;

  gap: 2px;

}

.breakpoint-off .dopenav > ul > li:first-child > a {

  padding-left: 12px;

}

.breakpoint-off .dopenav > ul > li:last-child > a {

  padding-right: 12px;

}

.breakpoint-off .dopenav ul li .sub-menu {

  width: 180px;

  position: absolute;

  background-color: #ffffff;

  top: 120%;

  left: 0;

  z-index: 100;

  height: auto;

  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);

  -webkit-transition-duration: 300ms;

  transition-duration: 300ms;

  opacity: 0;

  visibility: hidden;

}

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu {

  top: 10px;

  left: 180px;

  z-index: 200;

  opacity: 0;

  visibility: hidden;

}

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {

  opacity: 0;

  visibility: hidden;

  top: 120%;

}

.breakpoint-off .dopenav ul li:hover .sub-menu {

  opacity: 1;

  visibility: visible;

  top: 100%;

}

.breakpoint-off .dopenav ul li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu {

  opacity: 1;

  visibility: visible;

  top: -10px;

}

.breakpoint-off .dopenav ul li .megamenu {

  opacity: 0;

  visibility: hidden;

  position: absolute;

  width: 100%;

  left: 0;

  top: 120%;

  background-color: #ffffff;

  z-index: 200;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

  -webkit-transition-duration: 300ms;

  transition-duration: 300ms;

}

.breakpoint-off .dopenav ul li.megamenu-item:hover .megamenu,

.breakpoint-off .dopenav ul li.megamenu-item:focus .megamenu {

  top: 100%;

  visibility: visible;

  opacity: 1;

}

.breakpoint-on .dopecloseIcon {

  display: block;

}

.breakpoint-on .dope-navbar-toggler {

  display: block;

}

.breakpoint-on .dope-navbar .dope-menu {

  background-color: #ffffff;

  position: fixed;

  top: 0;

  left: -310px;

  z-index: 1000;

  width: 300px;

  height: 100%;

  -webkit-transition-duration: 500ms;

  transition-duration: 500ms;

  padding: 0;

  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

  display: block;

  overflow-x: hidden;

  overflow-y: scroll;

}

.breakpoint-on .dope-navbar .dope-menu.menu-on {

  left: 0;

}

.breakpoint-on .dopenav ul li {

  display: block;

  position: relative;

  clear: both;

  z-index: 10;

}

.breakpoint-on .dopenav ul li a {

  padding: 10px 20px;

}

.breakpoint-on .dopenav ul li .sub-menu {

  width: 100%;

  position: relative;

  top: 0;

  left: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.breakpoint-on .dopenav ul li .sub-menu li .sub-menu {

  width: 100%;

  position: relative;

  top: 0;

  left: 0;

}

.breakpoint-on .dopenav ul li.megamenu-item {

  position: relative;

  z-index: 10;

}

.breakpoint-on .dd-trigger {

  height: 38px;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  display: block;

}

.breakpoint-on .dopenav ul li .sub-menu,

.breakpoint-on .dopenav ul li .megamenu {

  display: none;

}

.breakpoint-on .dopenav {

  padding-top: 70px;

}

.breakpoint-on .dopenav ul li .megamenu {

  position: relative;

  width: 100%;

  left: 0;

  top: 0;

  z-index: 200;

  -webkit-box-shadow: none;

  box-shadow: none;

}

.breakpoint-on .dopenav ul li .megamenu .single-mega.cn-col-5,

.breakpoint-on .dopenav ul li .megamenu .single-mega.cn-col-4,

.breakpoint-on .dopenav ul li .megamenu .single-mega.cn-col-3 {

  width: 100%;

  border-right: none;

  border-bottom: 1px solid #f2f4f8;

}

.breakpoint-on .dopenav>ul>li>a {

  background-color: #f2f4f8;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  color: #000 !important;

}

.breakpoint-on .dopenav>ul>li>a:after {

  color: #000 !important;

}

.breakpoint-on .dopenav ul li:hover>a::after {

  color: #000 !important;

}

.breakpoint-on .dopenav ul li ul.sub-menu li ul li {

  margin-left: 15px;

}

.breakpoint-on .dope-btn {

  width: calc(100% - 30px);

  margin: 30px 15px;

}

.breakpoint-on .dopenav ul li.megamenu-item>a::after,

.breakpoint-on .dopenav ul li.menu-item-has-children>a::after {

  position: absolute;

  right: 20px;

  z-index: 5;

}

.breakpoint-on .dopenav ul li.menu-item-has-children.active>a:after,

.breakpoint-on .dopenav ul li.megamenu-item.active>a:after {

  color: #000;

}

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu {

  left: auto;

  right: 0;

}

.sub-menu-rtl .dopenav ul li a,

.sub-menu-rtl .dopenav ul li .megamenu .single-mega .title {

  text-align: right;

}

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {

  right: 180px;

  left: auto;

  opacity: 0;

  visibility: hidden;

  top: 10px;

}

.sub-menu-rtl.breakpoint-off .dopenav ul li:hover .sub-menu {

  opacity: 1;

  visibility: visible;

  top: 90%;

}

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu,

.sub-menu-rtl.breakpoint-off .dopenav ul li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu {

  opacity: 1;

  visibility: visible;

  top: 0;

}

.sub-menu-rtl.breakpoint-on .dopenav ul li ul.sub-menu li ul li {

  margin-left: 0;

  margin-right: 15px;

}

.menu-btn {

  margin-left: 32px;

  display: inline;

  border-radius: 26px;

  -webkit-box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);

  color: #fff;

  padding: 8px 25px;

  font-size: 14px !important;

  margin-left: 16px;

  font-weight: 600;

}

.menu-btn:hover {

  color: #fff !important;

}

.menu-btn {

  

  color: #fff !important;

}

.dopenav ul li.nav-auth-item {

  margin-left: 18px;

}

.dopenav ul li.nav-auth-item .header-nav-link {

  padding: 20px;

  display: inline-block;

  font-weight: 600;

  color: inherit;

}

.dopenav ul li > a,
.dopenav ul li > a:visited,
.dopenav ul li.nav-auth-item .header-nav-link,
.dopenav ul li.nav-auth-item .header-nav-link:visited {
  color: #000;
}

.dopenav ul li.nav-auth-item .header-nav-link:hover {
  color: #00285b;
}

.dopenav ul li > a:hover,
.dopenav ul li > a:focus,
.dopenav ul li.nav-auth-item .header-nav-link:hover,
.dopenav ul li.nav-auth-item .header-nav-link:focus {
  color: #00285b;
}

.dopenav ul li.nav-auth-item .header-account-link {
  white-space: nowrap;
}

.dopenav ul li.nav-auth-item .sub-menu {
  min-width: 190px;
}

.header-login-btn {

  background: #212529;

}

.header-register-btn {

  -webkit-box-shadow: none;

  box-shadow: none;

}

.home-two .dope-nav-container a {

  color: #000;

}

.home-two .dopenav ul li.megamenu-item>a::after,

.home-two .dopenav ul li.menu-item-has-children>a::after {

  color: #000;

}

.home-two .dope-navbar-toggler .navbarToggler span {

  background-color: #000;

}

.home-two .dopenav ul li:hover>a,

.home-two .dopenav ul li:hover>a::after {

  color: #621cf6 !important;

}

.home-two .menu-btn {

  background: #621cf6;

  color: #fff !important;

}

.home-two .menu-btn:hover {

  color: #fff !important;

}

.header-section {

  overflow: hidden;

}

.header-section.home-one {

  

  background-color: #00285b;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

}

.header-section.home-one .header-content {

  

  padding: 106px 0px 0px 0px;

  margin-top: 2rem;

}

.header-section.home-one .header-content .header-text-wrap h1,

.header-section.home-one .header-content .header-text-wrap p,

.header-section.home-one .header-content .header-text-wrap a {

  color: #fff;

}

.header-section.home-one .header-content .header-text-wrap h1 {

  

  font-size: 50px;

  font-weight: 700;

  margin-bottom: 0px;

}

.header-section.home-one .header-content .header-text-wrap p {

  font-weight: 600;

  margin-bottom: 0px;

  padding: 30px 0px;

}

.header-section.home-two {

  background: url(../img/header-bg2.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: right;

}

.header-section.home-two .header-content {

  padding: 150px 0px;

}

.header-section.home-two .header-content .header-text-wrap h1 {

  line-height: 1.2em;

  margin-bottom: 0px;

}

.header-section.home-two .header-content .header-text-wrap p {

  font-weight: 600;

  margin-bottom: 0px;

  padding: 30px 0px;

}

.services-section.home-two {

  background: url(../img/service2-bg.jpg);

  background-color: #f9fdff;

  background-size: contain;

  background-repeat: no-repeat;

  padding-bottom: 70px;

}

.services-section .single-service {

  border: 1px solid #e2eaf6;

  border-radius: 3px;

  padding: 40px 25px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  width: 320px;

  margin: 0 auto;

}

.services-section .single-service:hover {

  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);

  -webkit-transform: scale(1.06);

  transform: scale(1.06);

  cursor: pointer;

}

.services-section .single-service img {

  width: 90px;

}

.services-section .single-service p {

  margin-bottom: 0px;

  width: 230px;

  margin: 0 auto;

}

.services-section .single-service h4 {

  margin: 0px;

  padding: 20px 0px;

}

.services-section .single-service-two {

  background: #fff;

  border: 1px solid #f3f3f3;

  padding: 30px 40px;

  margin-bottom: 30px;

  border-radius: 3px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  position: relative;

  overflow: hidden;

}

.services-section .single-service-two:hover {

  cursor: pointer;

}

.services-section .single-service-two:hover .overlay-bg {

  opacity: 1;

}

.services-section .single-service-two:hover h4,

.services-section .single-service-two:hover p,

.services-section .single-service-two:hover i {

  color: #fff !important;

}

.services-section .single-service-two .overlay-bg {

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  opacity: 0;

  background-image: linear-gradient(-34deg, #5818f5, #a838ff);

}

.services-section .single-service-two h4,

.services-section .single-service-two p {

  margin-bottom: 0px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  position: relative;

}

.services-section .single-service-two i {

  font-size: 35px;

  margin-right: 10px;

  color: #621cf6;

  position: relative;

}

.services-section .single-service-two p {

  margin-top: 20px;

}

.info-section {

  overflow: hidden;

}

.info-section.home-one .info-left {

  padding-left: 0;

  display: flex;

  justify-content: center;

}

.info-section.home-one .info-right {

  display: flex;

  flex-direction: column;

  justify-content: center;

  min-height: 320px;

  gap: 10px;

  align-items: flex-start;

  text-align: left;

  padding-left: 1.5rem;

}

.info-section.home-one .info-right h3,
.info-section.home-one .info-right h5 {

  margin-bottom: 6px;

  line-height: 1.35;

}

.fractional-section-row {

  row-gap: 28px;

}

.responsive-nowrap-heading,
.participants-heading,
.responsive-nowrap-subheading,
.responsive-nowrap-accent,
.responsive-nowrap-note,
.responsive-nowrap-center-heading {

  white-space: nowrap;

}

.responsive-nowrap-heading,
.participants-heading,
.responsive-nowrap-center-heading {

  font-size: clamp(2rem, 2.6vw, 2.4rem);

}

.responsive-nowrap-subheading,
.responsive-nowrap-accent,
.responsive-nowrap-note {

  font-size: clamp(1.35rem, 1.8vw, 1.55rem);

}

.fractional-primary-heading {

  color: #00285b;

}

.fractional-secondary-heading {

  color: #10233d;

}

.fractional-accent-heading {

  margin-top: 4px;

  margin-bottom: 4px;

}

.info-section.home-one .info-right #investment {

  margin-top: 0;

  margin-bottom: 0;

  line-height: 1.2;

  white-space: normal;

  overflow-wrap: anywhere;

}

.info-section.home-one .info-right #investment .rm-theme-color sup {

  color: #00285b;

  -webkit-text-fill-color: #00285b;

}

.investment-note {

  margin-top: 4px;

  margin-bottom: 0;

  width: 100%;

}

.participants-heading {

  color: #00285b;

  line-height: 1.15;

  margin-bottom: 10px;

}

.participants-subheading {

  color: #00285b;

  font-size: clamp(1rem, 1.6vw, 1.15rem);

  line-height: 1.5;

  margin-bottom: 12px;

}

.participants-title-row {

  margin-left: -6px;

  margin-right: -6px;

}

.participants-heading-wrap {

  padding-left: 6px;

  padding-right: 6px;

}

@media (max-width: 991px) {

  .responsive-nowrap-heading,
  .participants-heading,
  .responsive-nowrap-subheading,
  .responsive-nowrap-accent,
  .responsive-nowrap-note,
  .responsive-nowrap-center-heading {

    white-space: normal;

  }

  .participants-title-row {

    margin-left: 0;

    margin-right: 0;

  }

  .participants-heading-wrap {

    padding-left: 15px;

    padding-right: 15px;

  }

  .participants-heading {

    margin-bottom: 8px;

  }

  .participants-subheading {

    margin-bottom: 10px;

  }

}

.info-section.home-one .row.d-flex.align-items-center {

  align-items: center;

}

.info-section.home-one .info-left,
.info-section.home-one .info-right {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.info-section.home-one .info-right {

  text-align: left;

  align-items: flex-start;

}

.fractional-copy-block {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: flex-start;

  width: 100%;

  max-width: 540px;

}

.info-section.home-one .fractional-visual {

  width: 100%;

  max-width: 360px;

  display: flex;

  justify-content: center;

}

.fractional-square {

  background: #f4f7ff;

  width: 340px;

  height: 300px;

  border-radius: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 18px;

  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.12);

  position: relative;

}

.fractional-chart-wrapper {

  flex: 1;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: relative;

  padding: 0;

  box-sizing: border-box;

}

.fractional-chart-wrapper canvas {

  width: 180px !important;

  height: 180px !important;

}

.fractional-overlay {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 4px;

  text-align: center;

  margin-bottom: 12px;

}

.fractional-overlay-title {

  font-size: 18px;

  font-weight: 700;

  color: #00285b;

  letter-spacing: 0.04em;

}

.fractional-overlay-subtitle {

  font-size: 13px;

  font-weight: 600;

  color: #5f6f85;

}

@media (max-width: 991px) {

  .info-section.home-one .info-right {

    padding-left: 0;

    text-align: center;

    align-items: center;

  }

  .fractional-copy-block {

    align-items: center;

    text-align: center;

    max-width: 100%;

  }

  .info-section.home-one .fractional-visual {

    max-width: 280px;

  }

  .fractional-square {

    width: 280px;

    height: 260px;

  }

  .fractional-chart-wrapper {

    padding: 0;

    justify-content: center;

  }

  .fractional-chart-wrapper canvas {

    width: 150px !important;

    height: 150px !important;

  }

}

@keyframes floatCircle {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

  100% {

    transform: translateY(0);

  }

}

}

.info-section.home-one .info-right h1 {

  max-width: 540px;

}

.info-section.home-one .info-right ul li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 30px;

}

.info-section.home-one .info-right ul li p {

  margin-bottom: 0px;

  max-width: 430px;

}

.info-section.home-one .info-right ul li .list-icon {

  margin-right: 30px;

}

.info-section.home-one .info-right ul li .list-icon img {

  width: 14px;

}

.info-section.home-two .info-left-wrap {

  max-width: 485px;

  float: right;

}

.info-section.home-two .info-left h1 {

  font-size: 35px;

  margin-bottom: 30px;

}

.info-section.home-two .info-left ul li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.info-section.home-two .info-left ul li .list-icon {

  margin-right: 20px;

}

.info-section.home-two .info-right {

  padding-right: 0px;

}

.info-section.home-two .info-right img {

  float: right;

}

.why-choose-section {

  background: url(../img/why-bg.png);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  overflow: hidden;

}

.why-choose-section .row {

  position: relative;

}

.why-choose-section .why-left-wrap {

  max-width: 485px;

  float: right;

}

.why-choose-section .pattern-right {

  position: absolute;

  right: -50px;

  top: -60px;

}

.why-choose-section h5 {

  font-weight: 600;

  font-size: 20px;

  margin-bottom: 0px;

  padding: 20px 0px;

}

.why-choose-section p {

  margin-bottom: 20px;

}

.why-choose-section .single-why {

  background: #fff;

  border-radius: 3px;

  border: 1px solid #e2eaf6;

  padding: 20px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.why-choose-section .single-why:hover {

  -webkit-transform: translateY(-6px);

  transform: translateY(-6px);

  cursor: pointer;

  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);

}

.why-choose-section .single-why img {

  width: 130px;

}

.why-choose-section .single-why h4 {

  margin: 20px 0;

}

.stat-section {

  

  background-size: cover;

  

  background-image: radial-gradient(circle farthest-corner at 17.1% 22.8%, rgb(6 126 218) 0%, rgb(133 202 245) 90%);

  background-repeat: no-repeat;

  background-position: center center;

  background-attachment: fixed;

}

.rm-customer-inv-title-or-name {

  font-size: 13px !important;

  

  margin-bottom: 0;

}

.investment-rm-amount span {

  background: -webkit-linear-gradient(rgb(55 22 164) 0%, rgba(160, 6, 6, 1) 90%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.customer-info-plan-flex-box {

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  align-items: flex-end;

  font-size: 12px;

  line-height: 1;

  gap: 5px;

}

.author-thumb img {

  width: 30px !important;

  clip-path: circle(50%);

}

.rm-avtar-text {

  background-color: #00285b;

  line-height: normal;

  height: 30px;

  width: 30px;

  border-radius: 50px;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-weight: 600;

}

.rm-invester-inf0-meta-meta {

  background-color: #86868617;

  padding: 6px 10px;

  border-radius: 5px;

}

.stat-section .single-stat {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.stat-section .single-stat h1 {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  color: #fff;

}

.stat-section .single-stat .odometer-inside {

  font-size: 52px !important;

}

.stat-section .single-stat .sub-text {

  margin-left: 20px;

  font-size: 18px !important;

  font-weight: 600;

}

.portfolio-section .section-title {

  margin-bottom: 50px;

}

.portfolio-section .owl-item:nth-child(odd) {

  margin-top: 30px;

}

.single-portfolio {

  position: relative;

  border-radius: 5px;

  overflow: hidden;

}

.single-portfolio:hover .thumb:after {

  opacity: 1;

}

.single-portfolio:hover .details {

  opacity: 1;

}

.single-portfolio .thumb {

  position: relative;

  overflow: hidden;

}

.single-portfolio .thumb img {

  width: 100%;

}

.single-portfolio .thumb:after {

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  opacity: 0;

  border-radius: 3px;

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-image: linear-gradient(-34deg, #a257fce0 0%, #edcafeed 100%);

}

.single-portfolio .details {

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  opacity: 0;

  position: absolute;

  color: #fff;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  padding: 0px 30px;

  width: 100%;

}

.single-portfolio .details .btn-style {

  color: #fff;

  border-radius: 50px;

  border: 2px solid #fff;

  font-size: 20px;

  padding: 8px 10px;

  display: inline-block;

}

.single-portfolio .details .btn-style:hover {

  color: #fff !important;

}

.single-portfolio .details h4 {

  padding: 20px 0px;

}

.single-portfolio .details h4,

.single-portfolio .details p {

  margin-bottom: 0px;

  color: #fff;

}

.info-two-section {

  overflow: hidden;

}

.info-two-section .pattern {

  position: absolute;

  top: 0;

  width: 225px;

  left: 50px;

}

.info-two-section .info-left .sub-text {

  width: 455px !important;

  margin-bottom: 20px;

}

.info-two-section .info-left p {

  width: 200px;

}

.info-two-section.home-one .info-right {

  padding-right: 0px;

}

.info-two-section.home-one .info-right img {

  float: right;

}

.info-two-section.home-one .info-left-wrap {

  max-width: 485px;

  float: right;

}

.info-two-section.home-one .bottom-txt-wrap img {

  

  

}

.rm-invesert-1209-type-of-list h4 {

  font-size: 16px;

  margin-bottom: 0;

}

.rm-section-box-carousel{

padding-right: 5px;

padding-bottom: 10px;

padding-left: 5px;

}

.frational-carousel .owl-item {

  margin-bottom: 10px;

}

.frational-carousel .owl-dots {

  display: none;

}

.info-two-section.home-two .info-right-wrap {

  max-width: 485px;

}

.info-two-section.home-two .info-right .blue-btn {

  background: #621cf6;

  border-radius: 30px;

  padding: 10px 38px;

}

.process-section .single-process h4 {

  margin-bottom: 0px;

  padding: 20px 0px;

}

.process-section .single-process p {

  margin-bottom: 0px;

}

.process-section .single-process:hover {

  cursor: pointer;

}

.process-section .single-process:hover:after {

  width: 100%;

}

.process-section .single-process:after {

  margin-top: 20px;

  content: '';

  background: #621cf6;

  display: block;

  width: 0;

  height: 4px;

  -webkit-transition: width .3s;

  transition: width .3s;

}

.testimonial-section {

  

  background-size: cover;

  

  background-repeat: no-repeat;

  background-position: center center;

}

.rm-invesert-1209-type-of-list {

  display: flex;

  align-items: center;

  gap: 10px;

  margin: 5px;

}

.rm-invesert-1209-type-of-list img {

  width: 20px !important;

}

.testimonial-section h1,

.testimonial-section h4,

.testimonial-section span,

.testimonial-section p {

  color: #fff;

}

.testimonial-section .testimonial-left p {

  max-width: 420px;

  padding: 20px 0px;

}

.testimonial-section .single-testimonial {

  padding: 30px;

  border-radius: 3px;

  background: #ffffff2e;

  max-width: 450px;

  margin: 0 auto;

  border: 1px solid #ffffff2e;

}

.testimonial-section .single-testimonial p {

  margin-bottom: 0px;

  padding-bottom: 20px;

  font-size: 16px;

}

.testimonial-section .single-testimonial img {

  width:  100%;

  padding: 9px;

  border-radius: 5px;

  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;

}

.testimonial-section .single-testimonial .details {

  margin-left: 20px;

}

.testimonial-section .single-testimonial .details h4 {

  font-size: 20px;

}

.testimonial-section .owl-nav .owl-prev {

  margin-right: 10px;

}

.testimonial-section .owl-dots {

  padding-top: 30px;

  text-align: left;

}

.testimonial-section .owl-dots .owl-dot:hover span,

.testimonial-section .owl-dots .owl-dot.active span {

  background: #00285b;

}

.testimonial-section .owl-dots .owl-dot span {

  background: #8e8e8ea3;

}

.blog-section .single-blog {

  border-radius: 3px;

  overflow: hidden;

  -webkit-box-shadow: 0 2px 4px -0.885714px rgba(50, 50, 71, .21);

  box-shadow: 0 2px 4px -0.885714px rgba(50, 50, 71, .21);

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  

  border: 4px solid #00285b!important;

}

.blog-section .single-blog h4 {

  font-size: 15px;

  margin-bottom: 5px;

}

.blog-section .single-blog .feature-thumb {

  overflow: hidden;

}

.blog-section .single-blog .feature-thumb img {

  width: 100%;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.blog-section .single-blog:hover {

  -webkit-transform: translateY(-6px);

  transform: translateY(-6px);

  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);

}

.blog-section .single-blog:hover .feature-thumb img {

  -webkit-transform: scale(1.09) rotate(3deg);

  transform: scale(1.09) rotate(3deg);

}

.blog-section .single-blog .details {

  padding: 8px;

}

.blog-section .single-blog .details .meta {

  margin-top: 20px;

}

.blog-section .single-blog .details a {

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.blog-section .single-blog .details a:hover {

  color: #000 !important;

}

.blog-section .single-blog .details .meta-text {

  margin-left: 10px;

  font-size: 12px;

  line-height: 1;

  display: flex;

  align-items: flex-start;

  flex-direction: column;

  gap: 5px;

}

.blog-section .single-blog .details .meta-text span {

  font-weight: 600;

}

.customer-info-plan-flex-box p {

  margin-bottom: 0;

  font-weight: 600;

  line-height: 1;

  font-size: 12px;

}

.rm-founded-progress-bar-0819 .name-founded {

  font-size: 13px;

  font-weight: 600;

  color: #6a6a6a;

}

.rm-name-generating-title {

  color: #6f000b;

  font-size: 14px !important;

}

.blog-section .single-blog .details .meta-text h5 {

  font-size: 18px;

  

  margin-bottom: 0px;

}

.blog-section .single-blog .details .btn-wrap {

  

  margin-left: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 40px;

  height: 40px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  border-radius: 20px;

  font-size: 18px;

  color: #fff;

  border: 3px solid #efefef;

}

.blog-section .single-blog .details .btn-wrap:hover {

  color: #fff !important;

}

.video-intro-section .intro-left {

  background: url(../img/intro-bg.jpg);

  padding: 32px;

  border-radius: 3px;

}

.video-intro-section .intro-left p {

  color: #fff;

}

.video-intro-section .intro-left h4 {

  color: #fff;

  font-size: 36px;

  padding-bottom: 20px;

  margin-bottom: 0px;

}

.video-intro-section .play-btn {

  font-size: 18px;

  color: #fff !important;

}

.video-intro-section .play-btn i {

  font-size: 45px;

  color: #ff8400;

  margin-right: 10px;

}

.analize-section {

  background: url(../img/analize-bg.jpg);

  background-repeat: no-repeat;

  background-size: cover;

}

.analize-section h1 {

  color: #fff;

  margin-bottom: 30px;

}

.analize-section form {

  width: 70%;

  margin: 0 auto;

  position: relative;

}

.analize-section form .form-control {

  position: relative;

  border-radius: 30px !important;

  padding: 24px;

  border: 2px solid #fff;

}

.analize-section form .form-btn-style {

  position: absolute;

  right: 0;

  background: #ffc000;

  color: #fff;

  padding: 12px 45px;

  border-radius: 30px;

  font-weight: 600;

}

.analize-section form .input-group-append {

  margin-left: -2px;

  z-index: 99;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.team-section {

  background: url(../img/team-bg.jpg);

  background-size: cover;

  background-position: center center;

}

.team-section .title {

  color: #fff;

  margin-bottom: 80px;

}

.team-section .single-team {

  position: relative;

  border-radius: 3px;

  overflow: hidden;

  -webkit-transform: translateY(0px);

  transform: translateY(0px);

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.team-section .single-team:hover {

  cursor: pointer;

  -webkit-box-shadow: 0px 4px 25px rgba(255, 255, 255, 0.22);

  box-shadow: 0px 4px 25px rgba(255, 255, 255, 0.22);

  -webkit-transform: translateY(-6px);

  transform: translateY(-6px);

}

.team-section .single-team .thumb {

  position: relative;

}

.team-section .single-team .thumb img {

  width: 100%;

}

.team-section .single-team .details {

  padding: 20px 0px;

}

.team-section .single-team .details h4,

.team-section .single-team .details p {

  margin-bottom: 0px;

  color: #fff;

}

.team-section .single-team .details ul {

  margin-top: 8px;

}

.team-section .single-team .details ul li {

  display: inline-block;

}

.team-section .single-team .details ul li a {

  font-size: 18px;

  color: #fff;

  padding: 5px;

}

.team-section .single-team .details ul li a:hover {

  color: #fff !important;

}

.team-section .details.yellow {

  background: #ffc000;

}

.team-section .details.purple {

  background: #621cf6;

}

.team-section .details.purple2 {

  background: #9f34fe;

}

.team-section .details.green {

  background: #32b46d;

}

.portfolio-filter-section .filter-list {

  text-align: center;

}

.portfolio-filter-section .filter-list .active {

  color: #ffc000;

}

.portfolio-filter-section .filter-list li {

  display: inline-block;

  font-size: 16px;

  font-weight: 600;

  margin: 0px 10px;

}

.portfolio-filter-section .filter-list li:hover {

  cursor: pointer;

}

.portfolio-filter-section .single-portfolio {

  margin-top: 30px;

}

.portfolio-filter-section .single-portfolio .details {

  padding: 45px;

}

.portfolio-filter-section .single-portfolio .details p {

  margin-bottom: 20px;

}

.portfolio-filter-section .single-portfolio .details .btn-style {

  border: none;

  background: #e43783;

}

.portfolio-filter-section .single-portfolio .thumb:after {

  background: rgba(49, 79, 105, 0.9);

}

.brand-logo-section {

  padding-top: 73px;

}

.brand-logo-section.home-one {

  padding: 50px 0;

}

.brand-logo-section .brand-logo-carousel .single-brand-logo {

  margin: 0 auto;

  width: 120px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  height: 92px;

}

.brand-logo-section .brand-logo-carousel .single-brand-logo a {

  text-align: center;

}

.cta-subscribe-wrap {

  -webkit-transform: translateY(70px);

  transform: translateY(70px);

  z-index: 2;

  background: linear-gradient(-34deg, #5818f5, #a838ff);

  padding: 45px 20px;

  border-radius: 3px;

}

.cta-subscribe-wrap.other-page {

  background: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background: linear-gradient(to right, #0172d0, #19a9fe);

}

.cta-subscribe-wrap h4 {

  color: #fff;

  margin-bottom: 0px;

}

.cta-subscribe-wrap .subscribe-form-wrap {

  position: relative;

}

.cta-subscribe-wrap .subscribe-form-wrap .form-control {

  width: 100%;

  border-radius: 30px;

  padding: 22px;

  border: 2px solid #fff;

}

.cta-subscribe-wrap .subscribe-form-wrap .form-control:focus {

  -webkit-box-shadow: none;

  box-shadow: none;

  border-color: #fff;

}

.cta-subscribe-wrap .subscribe-form-wrap .input-group-append {

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-left: -2px;

}

.cta-subscribe-wrap .subscribe-form-wrap .form-btn-style {

  position: absolute;

  right: 0;

  background: #ffc000;

  color: #fff;

  padding: 10px 45px;

  border-radius: 30px;

  z-index: 99;

  font-weight: 600;

}

.footer-section.home-one {

   background-color: #00285b; 

  

  

  

  background-size: cover;

  background-position: center top;

  background-repeat: no-repeat;

  position: relative;

}

.footer-section.home-one::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 32%);

  pointer-events: none;

}

.footer-section.home-one a,

.footer-section.home-one h4,

.footer-section.home-one p,

.footer-section.home-one h1 {

  color: #fff;

}

.footer-section.home-one .footer-top ul li a:hover {

  color: #fff !important;

}

.footer-section.home-one .copyright-bottom {

  border-top: 1px solid #eee3;

  border-bottom: 1px solid #eee3;

  

}

.footer-section.home-two {

  background: #f6f8fc;

  padding-top: 150px;

}

.footer-section.home-two .footer-top ul li a:hover {

  color: #333 !important;

}

.footer-section.home-two .social-lists li a {

  border-color: #333 !important;

}

.footer-section.home-two .copyright-bottom {

  border-top: 1px solid #ead7ff;

}

.footer-section.home-two .copyright-bottom ul li a {

  color: #6a7c92;

  border-color: #6a7c92;

}

.footer-section.home-two .copyright-bottom ul li a:hover {

  color: #621cf6 !important;

}

.footer-section .footer-top ul li a:hover {

  color: #fff !important;

}

.footer-section .footer-top .wiget-title,

.footer-section .footer-top .footer-logo {

  margin-bottom: 18px;

}

.footer-section .footer-top {

  row-gap: 24px;

  align-items: flex-start;

}

.footer-section .footer-widgets {

  margin-bottom: 8px;

}

.footer-section .footer-logo {

  width: 112px;

  border-radius: 5px;

}

.footer-section .footer-top ul {

  margin: 0;

}

.footer-section .footer-top ul li + li {

  margin-top: 8px;

}

.rm-quick-links {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

}

.rm-justify-text {

  color: #fff;

  text-align: justify;

  font-size: 11px;

  line-height: 1.5;

  letter-spacing: 1px;

}

/* .rm-desclaimer-parg-text-container h6 {

  font-size: 14px;

} */

.rm-desclaimer-parg-text-container {

  color: #fff;

  text-align: justify;

  font-size: 10px;

  line-height: 1.75;

  letter-spacing: 0.5px;

  

}

.rm-font-color-find-us {

  color: #fff;

  font-size: 17px;

  font-weight: 600;

  margin-bottom: 0px;

}

.footer-section .footer-top .social-lists {

  margin-top: 15px;

}

.footer-section .footer-top .social-lists li {

  display: inline-block;

}

.footer-section .footer-top .social-lists li a {

  font-size: 14px;

  border: 1px solid #fff;

  padding: 8px 10px;

  border-radius: 20px;

  margin-right: 5px;

}

.footer-section .footer-bottom {

  padding-bottom: 50px;

}

.footer-section .footer-bottom .btn-style {

  color: #fff;

  padding: 0px 20px;

  border-top-left-radius: 0px;

  border-bottom-left-radius: 0px;

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

  margin-left: -8px;

  z-index: 999;

}

.footer-section .footer-bottom .form-control {

  background: #68b6fd;

  border-color: #8fc3ff;

  color: #fff;

  border-radius: 3px;

  font-size: 14px;

  padding: 20px;

}

.footer-section .footer-bottom .form-control:focus {

  -webkit-box-shadow: none;

  box-shadow: none;

}

.footer-section .footer-bottom .form-control::-webkit-input-placeholder {

  color: #fff;

}

.footer-section .footer-bottom .form-control:-ms-input-placeholder {

  color: #fff;

}

.footer-section .footer-bottom .form-control::-ms-input-placeholder {

  color: #fff;

}

.footer-section .footer-bottom .form-control::placeholder {

  color: #fff;

}

.footer-section .copyright-bottom {

  padding: 22px 0px;

}

.footer-section .copyright-bottom p {

  margin-bottom: 0px;

}

.footer-section .copyright-bottom ul {

  text-align: right;

}

.footer-section .copyright-bottom ul li {

  display: inline-block;

}

.footer-section .copyright-bottom ul li:first-child a {

  border: none;

  margin-left: 0;

  padding-left: 0;

}

.footer-section .copyright-bottom ul li a {

  -webkit-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  margin-left: 10px;

  padding-left: 10px;

  border-left: 1px solid #fff;

}

.page-header {

  

  background-size: cover;

  background-position: right;

}

.faq-bg {

  background: url(../img/faq.png);

  background-size: cover;

  background-position: center;

}

.contact-bg {

  background: url(../img/contact.jpg);

  background-size: cover;

  background-position: center;

}

.investment-bg {

  background: url(../img/investment.jpg);

  background-size: cover;

  background-position: center;

}

.about-us-bg {

  background: url(../img/aboutUs.jpg);

  background-size: cover;

  background-position: center;

}

.close-icon-rm {

  position: absolute;

  right: 15px;

  top: 8px;

  font-size: 31px;

  z-index: 9999;

}

.btn-refer-earn {

  

  

  color: #000000 !important;

}

.btn-refer-earn:hover {

  color: #0881dd !important;

}

.rm-contanar-refer-earn {

  display: flex;

  flex-direction: column;

  

  justify-content: center;

  height: 100%;

  gap: 10px;

  padding: 10px;

}

.rm-center-align-flex-column {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

}

.modal-content {

  border: none !important;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .5);

}

.registration-modal-content {

  border-radius: 24px;

  overflow: hidden;

}

.registration-modal-body {

  padding: 36px 28px 28px;

  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);

}

.registration-modal-dialog {
  width: auto;
}

@media (min-width: 992px) {
  .registration-modal-dialog {
    max-width: 60% !important;
    width: 60% !important;
  }

  .login-modal-dialog {
    max-width: 440px !important;
    width: 440px !important;
  }
}

.registration-subtext {
  font-size: 13px;
  color: #495057;
  margin-bottom: 10px;
}

.registration-modal-header {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.registration-header-logo {
  flex-shrink: 0;
}

.registration-logo-img {
  max-width: 70px;
  max-height: 70px;
  height: auto;
  width: auto;
  display: block;
}

.registration-header-content {
  flex: 1;
}

.registration-modal-eyebrow {

  display: inline-block;

  margin-bottom: 8px;

  font-size: 13px;

  font-weight: 600;

  color: #00285b;

  text-transform: uppercase;

  letter-spacing: 0.08em;

}

.registration-modal-header h4 {

  margin-bottom: 10px;

  color: #00285b;

}

.registration-modal-header p {

  margin-bottom: 0;

  color: #5f6f85;

}

.login-modal-header {

  align-items: center;

  display: flex;

  gap: 12px;

}

.login-back-btn {

  width: 42px;

  height: 42px;

  border-radius: 50%;

  border: none;

  background: #00285b;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  transition: background 0.3s ease;

}

.login-back-btn:hover {

  background: #001b3f;

}

.login-back-btn.d-none {

  visibility: hidden;

}

.login-modal-header h4 {

  margin-bottom: 0;

  font-size: 1.6rem;

}

.registration-actions.registration-otp-actions {

  justify-content: center;

  gap: 14px;

  flex-wrap: wrap;

  margin-top: 14px;

}

.registration-resend-otp {

  min-width: 140px;

}

.registration-otp-section {

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 16px;

  margin-top: 18px;

}

.registration-otp-boxes,
.login-forgot-otps {

  display: flex;

  justify-content: center;

  gap: 12px;

  flex-wrap: wrap;

}

.registration-otp-input {

  width: 52px;

  height: 52px;

  font-size: 1.25rem;

  font-weight: 600;

  border-radius: 14px;

  text-align: center;

  border: 1px solid #ced4da;

}

.registration-otp-input:focus {

  border-color: #00285b;

  box-shadow: none;

}

@media (max-width: 576px) {

  .registration-otp-input {

    width: 42px;

    height: 42px;

  }

  .registration-modal-header {
    flex-direction: column;
    text-align: center;
  }

  .registration-header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .registration-logo-img {
    max-width: 100px;
  }

}

.otp-status {

  min-width: 70px;

  text-align: center;

  font-variant-numeric: tabular-nums;

}

.btn-style.blue-btn:disabled {

  opacity: 0.65;

  cursor: not-allowed;

}

.login-actions,
.forgot-actions {

  width: 100%;

  display: flex;

  justify-content: center;

}

.forgot-otp-actions {

  display: flex;

  justify-content: flex-end;

  gap: 12px;

  width: 100%;

  flex-wrap: wrap;

}

.login-forgot-link {

  padding-left: 0;

  font-size: 0.95rem;

}

#loginForgotMessage {

  margin-bottom: 0;

  margin-top: 6px;

}

.login-resend-otp {

  min-width: 140px;

}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}

.login-form-fields {

  display: flex;

  flex-direction: column;

}

.registration-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px 20px;

}

.registration-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.registration-field-wide {

  grid-column: 1 / -1;

}

.registration-field label {

  margin-bottom: 8px;

  font-size: 14px;

  font-weight: 600;

  color: #10233d;

}

.registration-inline-group {

  display: grid;

  grid-template-columns: 220px minmax(0, 1fr);

  gap: 12px;

}

.registration-code-select {

  min-width: 0;

}

.registration-choice-card {

  padding: 16px 18px;

  border: 1px solid #dbe6f2;

  border-radius: 18px;

  background: #fff;

}

.registration-inline-options {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 10px;

}

.registration-check-pill,
.registration-select-card {

  display: flex;

  align-items: center;

  gap: 10px;

  padding: 12px 14px;

  border: 1px solid #d8e3ef;

  border-radius: 16px;

  background: #fff;

  cursor: pointer;

  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;

}

.registration-check-pill input,
.registration-select-card input {

  accent-color: #0b8f4d;

}

.registration-check-pill span,
.registration-select-card span {

  color: #132844;

  line-height: 1.4;

}

.registration-select-card.is-selected {

  border-color: #00285b;

  background: #eef4fb;

  box-shadow: 0 0 0 1px rgba(0, 40, 91, 0.08);

}

.registration-card-grid {

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 12px;

}

.registration-option-grid {

  grid-template-columns: repeat(3, minmax(0, 1fr));

}

.registration-investment-card {

  min-height: 58px;

}

.registration-option-grid.is-invalid {

  border-radius: 18px;

}

.registration-conditional-field {

  margin-top: 12px;

  display: none;

}

.registration-policy-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 12px;

}

.registration-policy-item {

  display: flex;

  flex-direction: column;

}

.registration-policy-link {

  display: inline-block;

  margin-left: 6px;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  text-decoration: underline !important;

}

.registration-policy-link:hover,
.registration-policy-link:focus {

  color: inherit;

}

.about-page-hero .header-content {

  min-height: auto;

  align-items: center;

}

.page-hero {
  position: relative;
}

.page-hero .header-content {
  min-height: 220px;
  align-items: center;
}

.page-hero-compact .header-content {
  min-height: 180px;
  padding-bottom: 42px !important;
}

.page-title-wrap {
  max-width: 840px;
  margin: 0 auto;
}

.page-title {
  margin: 0;
  color: #fff;
  font-family: "Poppins";
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.page-title-subtext {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  line-height: 1.5;
  font-weight: 400;
  color: #fff;

}

.page-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.page-surface {
  background: #fff;
  border: 1px solid #e2ebf5;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(8, 33, 71, 0.08);
  padding: 36px 32px;
}

.page-surface + .page-surface {
  margin-top: 24px;
}

.legal-copy {
  color: #31445d;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}

.legal-document {
  overflow: hidden;
}

.legal-document-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3ebf4;
}

.legal-document-title,
.legal-copy h6 {
  color: #00285b;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.legal-document-intro {
  margin-bottom: 0;
  color: #607188;
  font-size: 15px;
  line-height: 1.8;
}

.legal-document-body p {
  margin-bottom: 18px;
}

.page-title-wrap,
.about-page-section-heading,
.participants-heading-wrap {
  max-width: 860px;
}

.page-title-wrap,
.about-page-section-heading {
  margin-left: auto;
  margin-right: auto;
}

.page-hero .header-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero .page-title-wrap {
  text-align: center;
}

.blog-section .single-blog .details {
  padding: 24px 22px 22px;
}

.faq-shell .card-body,
.about-page-card p,
.legal-copy p {
  text-wrap: pretty;
}

.footer-section .footer-top ul li a,
.footer-section .copyright-bottom ul li a {
  line-height: 1.6;
}

.faq-shell {
  max-width: 980px;
  margin: 0 auto;
}

.faq-shell-intro {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4edf6;
}

.faq-shell-title {
  margin-bottom: 10px;
  color: #00285b;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.faq-shell-text {
  margin-bottom: 0;
  color: #607188;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .page-section,
  .about-page-section {
    padding: 60px 0;
  }

  .page-surface {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .legal-document-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .faq-shell-intro {
    margin-bottom: 22px;
    padding-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .registration-form {
    gap: 18px;
  }

  .page-section,
  .about-page-section {
    padding: 48px 0;
  }

  .page-surface {
    padding: 22px 18px;
  }

  .legal-copy {
    font-size: 14px;
    line-height: 1.85;
  }

  .faq-shell-title {
    font-size: 1.4rem;
  }
}

.faq-shell .card {
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid #dbe7f3;
  margin-bottom: 14px;
  box-shadow: 0 14px 30px rgba(8, 33, 71, 0.06);
}

.faq-shell .card-body {
  background: #f7fbfe;
  color: #31445d;
  line-height: 1.8;
}

.faq-shell .card-header {
  background-color: #00285b;
  padding: 10px 20px;
}

.faq-shell .card-header .btn-link {
  width: 100%;
  text-align: left;
  color: #fff !important;
  font-weight: 600;
  white-space: normal;
  padding: 0;
  text-decoration: none !important;
  line-height: 1.6;
}

.about-page-intro {

  max-width: 760px;

}

.about-page-eyebrow {

  display: inline-block;

  margin-bottom: 14px;

  padding: 6px 12px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.14);

  color: #ffffff;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 0.08em;

  text-transform: uppercase;

}

.about-page-intro h1 {

  margin-bottom: 14px;

}

.about-page-intro p {

  max-width: 640px;

  margin-bottom: 0;

  color: rgba(255, 255, 255, 0.88);

  font-size: 18px;

  line-height: 1.7;

}

.about-page-section {

  padding: 80px 0;

  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);

}

.about-page-grid {

  margin-top: 24px;

}

.about-page-carousel-row {

  margin-top: 28px;

}

.about-page-section-heading {

  max-width: 760px;

  margin: 0 auto 28px;

}

.about-page-section-eyebrow {

  display: inline-block;

  margin-bottom: 10px;

  color: #00285b;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 0.08em;

  text-transform: uppercase;

}

.about-page-section-heading h2 {

  color: #00285b;

  margin-bottom: 12px;

}

.about-page-section-heading p {

  margin-bottom: 0;

  color: #5f6f85;

}

.about-page-card {

  position: relative;

  height: 100%;

  padding: 32px 30px;

  border: 1px solid #dbe6f2;

  border-radius: 24px;

  background: #ffffff;

  box-shadow: 0 18px 40px rgba(0, 40, 91, 0.06);

}

.about-page-card-with-logo {

  padding-top: 36px;

  padding-right: 110px;

}

.about-page-card-logo {

  position: absolute;

  top: 24px;

  right: 24px;

  width: 68px;

  height: auto;

  object-fit: contain;

}

.about-page-card h2,
.about-page-card h3 {

  color: #00285b;

  margin-bottom: 16px;

}

.about-page-card p {

  margin-bottom: 0;

  color: #4f6076;

  line-height: 1.75;

}

.about-page-card-accent {

  background: linear-gradient(180deg, #eef5ff 0%, #ffffff 100%);

}

.about-page-list {

  margin: 0;

  padding-left: 18px;

  list-style: disc;

  color: #4f6076;

}

.about-page-list li {

  list-style: disc;

}

.about-page-list li + li {

  margin-top: 8px;

}

.about-project-carousel .single-testimonial {

  background: #ffffff;

  border: 1px solid #dbe6f2;

  border-radius: 20px;

  box-shadow: 0 16px 35px rgba(0, 40, 91, 0.08);

  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;

}

.about-project-carousel .single-testimonial:hover {

  transform: translateY(-6px);

  border-color: #b8cee9;

  box-shadow: 0 24px 45px rgba(0, 40, 91, 0.14);

}

.about-project-carousel .single-testimonial img {

  aspect-ratio: 1 / 1;

  object-fit: cover;

  border-radius: 16px;

}

.about-project-carousel .single-testimonial h4 {

  margin: 12px 0 4px;

  color: #00285b;

}

.about-project-carousel .owl-stage-outer {

  padding: 12px 6px 18px;

}

.about-project-carousel .owl-nav {

  display: flex;

  justify-content: center;

  gap: 12px;

  margin-top: 12px;

}

.about-project-carousel .owl-nav button.owl-prev,
.about-project-carousel .owl-nav button.owl-next {

  width: 44px;

  height: 44px;

  border-radius: 50%;

  border: 1px solid #cfe0f2 !important;

  background: #ffffff !important;

  color: #00285b !important;

  box-shadow: 0 10px 22px rgba(0, 40, 91, 0.08);

  transition: all 0.2s ease;

}

.about-project-carousel .owl-nav button.owl-prev:hover,
.about-project-carousel .owl-nav button.owl-next:hover {

  background: #00285b !important;

  color: #ffffff !important;

  border-color: #00285b !important;

}

.about-project-carousel .owl-dots {

  display: flex;

  justify-content: center;

  gap: 8px;

  margin-top: 14px;

}

.about-project-carousel .owl-dots .owl-dot span {

  width: 10px;

  height: 10px;

  margin: 0 !important;

  background: #c6d6e8 !important;

  transition: all 0.2s ease;

}

.about-project-carousel .owl-dots .owl-dot.active span,
.about-project-carousel .owl-dots .owl-dot:hover span {

  width: 28px;

  border-radius: 999px;

  background: #00285b !important;

}

.about-page-vision-card {

  text-align: center;

  position: relative;

  overflow: hidden;

  padding: 44px 40px;

  border: none;

  border-radius: 28px;

  background: linear-gradient(135deg, #001f47 0%, #00285b 38%, #0a4b96 100%);

  box-shadow: 0 24px 50px rgba(0, 40, 91, 0.18);

}

.about-page-vision-card::before {

  content: "";

  position: absolute;

  width: 220px;

  height: 220px;

  top: -90px;

  right: -70px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

}

.about-page-vision-card::after {

  content: "";

  position: absolute;

  inset: 18px;

  border: 1px solid rgba(255, 255, 255, 0.22);

  border-radius: 22px;

  pointer-events: none;

}

.about-page-vision-eyebrow {

  position: relative;

  z-index: 1;

  display: inline-block;

  margin-bottom: 12px;

  padding: 7px 14px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.14);

  color: #ffffff;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 0.08em;

  text-transform: uppercase;

}

.about-page-vision-card h3,
.about-page-vision-card p {

  position: relative;

  z-index: 1;

}

.about-page-vision-card h3 {

  margin-bottom: 14px;

  color: #ffffff;

  font-size: 2rem;

}

.about-page-vision-card p {

  max-width: 860px;

  margin: 0 auto;

  color: #e6f0ff;

  font-size: 18px;

  line-height: 1.8;

}

@media (max-width: 991px) {

  .about-page-section {

    padding: 60px 0;

  }

  .about-page-top-row {

    row-gap: 20px;

  }

  .about-page-top-row > [class*="col-"] {

    margin-bottom: 20px;

  }

  .about-page-grid {

    row-gap: 20px;

  }

  .about-page-grid > [class*="col-"] {

    margin-bottom: 20px;

  }

  .about-page-card {

    margin-bottom: 20px;

    padding: 24px 20px;

  }

  .about-page-card-with-logo {

    padding-right: 28px;

    padding-top: 96px;

  }

  .about-page-card-logo {

    top: 24px;

    left: 24px;

    right: auto;

    width: 64px;

  }

  .about-page-section-heading {

    margin-bottom: 20px;

  }

  .about-project-carousel .owl-stage-outer {

    padding: 10px 2px 16px;

  }

  .about-page-vision-card {

    padding: 34px 24px;

    background: linear-gradient(180deg, #001f47 0%, #00285b 45%, #0a4b96 100%);

  }

  .about-page-vision-card h3 {

    font-size: 1.7rem;

  }

  .about-page-vision-card p {

    font-size: 16px;

  }

}

.registration-message {

  padding: 12px 14px;

  border-radius: 14px;

  font-weight: 500;

}

.registration-message-error {

  background: #fff1f0;

  color: #b42318;

}

.registration-message-success {

  background: #edfdf3;

  color: #067647;

}

.registration-otp-section {

  padding: 20px;

  border: 1px solid #dbe6f2;

  border-radius: 20px;

  background: #fff;

}

.registration-otp-section p {

  margin-bottom: 14px;

  color: #5f6f85;

  text-align: center;

}

.registration-otp-boxes {

  display: flex;

  flex-wrap: wrap;

  gap: 10px;
  justify-content: center;

}

.registration-otp-input {

  width: 48px;

  height: 52px;

  border: 1px solid #c8d5e2;

  border-radius: 12px;

  text-align: center;

  font-size: 20px;

  font-weight: 700;

  color: #10233d;

  background: #f9fcff;

}

.registration-inline-error {

  display: inline-block;

  margin-top: 10px;

  color: #b42318;

}

.registration-actions {

  display: flex;

  justify-content: flex-end;

  gap: 12px;

}

.registration-actions .btn-style {

  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;

}

.registration-actions .btn-style:disabled {
  background: #9aa5b3;
  opacity: 0.85;
  cursor: not-allowed;
}

.registration-actions .btn-style .otp-timer {
  min-width: 52px;
  text-align: center;
  display: inline-block;
}

.registration-otp-section label {
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.registration-otp-section .registration-subtext {
  text-align: center;
  margin-bottom: 12px;
}

.login-forgot-otp-input {
  width: 48px;
  height: 52px;
}

.registration-actions.forgot-section-actions {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 8px;
}

.registration-actions.forgot-section-actions .btn-style {
  width: 100%;
}

.btn-style.btn-outline-back {
  background: #e6ecf5;
  border: 1px solid #c2c8d9;
  color: #1f2f4f;
}

.forgot-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.forgot-section p.forgot-description {
  margin: 0;
  text-align: center;
}

.forgot-otp-timer {
  min-width: 62px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}

.forgot-new-password {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 10px;
}

.forgot-otp-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
}

.forgot-otp-actions .btn-style {
  min-width: 140px;
}

@media (max-width: 576px) {
  .registration-otp-input,
  .login-forgot-otp-input {
    width: 38px;
    height: 44px;
    font-size: 18px;
  }
}

.otp-label {
  display: inline-block;
}

.otp-timer {
  display: inline-block;
  min-width: 48px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.modal {

  background-color: #00000052;

}

.rm-center-align-flex-column h5 {

  text-align: center;

  font-weight: 600;

}

.rm-bg-about-us-content {

  

  

  border: 1px solid #c2c2c2;

  border-radius: 5px;

  padding: 20px;

  margin-bottom: 12px;

  color: #636363;

  font-size: 12px;

}

.some-text {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  max-width: 800px;

  text-align: center;

  font-weight: 500;

  font-size: 24px;

}

.pure {

  color: #e75480;

  text-decoration: underline;

  font-weight: 600;

}

.button {

  background-color: #4CAF50;

  

  border: none;

  color: white;

  padding: 15px 32px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  border-radius: 100px;

  margin-top: 25px;

}

.popup {

  height: 100vh;

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.8);

  backdrop-filter: blur(10px);

  z-index: 9999;

  opacity: 0;

  visibility: hidden;

  transition: all 0.3s;

}

.popup:target {

  opacity: 1;

  visibility: visible;

}

.popup__content {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 75%;

  padding: 20px;

  background-color: white;

  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);

  border-radius: 10px;

  overflow: hidden;

}

.popup__text {

  font-size: 1.4rem;

  margin-bottom: 4rem;

}

.rm-list-style-12-alignment {

  

  padding: 0px;

}

.font-family-poppins {

  font-family: 'Poppins', sans-serif;

}

.font-size-14 {

  font-size: 14px;

}

.rm-list-style-12-alignment li {

  

}

.rm-list-style-12-alignment li::before {

  color: #00285b;

  margin-right: 10px;

  content: '\f00e';

  display: inline-block;

  font-family: IcoFont !important;

}

.page-header h1 {

  color: #fff;

}

.page-header .pagination li {

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  color: #ffc000;

}

.page-header .pagination li:after {

  content: '-';

  display: inline-block;

  padding: 0px 4px;

  font-size: 18px;

  color: #fff;

}

.page-header .pagination li:last-child:after {

  display: none;

}

.page-header .pagination li a {

  color: #fff;

}

.overview-section .nav-link {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-bottom: 15px;

  border: 1px solid #f4f4f4;

  background: #f7fbfe;

  padding: 20px;

}

.overview-section .nav-link:last-child {

  margin-bottom: 0px;

}

.overview-section .nav-link:hover {

  color: #000 !important;

}

.overview-section .nav-link.active {

  background: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background: linear-gradient(to right, #0172d0, #19a9fe);

}

.overview-section .nav-link.active h4 {

  color: #fff;

}

.overview-section .nav-link img {

  width: 70px;

}

.overview-section .nav-link h4 {

  font-size: 20px;

  margin-bottom: 0px;

  margin-left: 20px;

}

.overview-section .tab-pane h2 {

  font-weight: 700;

  margin-bottom: 20px;

  font-size: 28px;

}

.overview-section .tab-pane p:last-child {

  margin-bottom: 0px;

}

.overview-section .tab-right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.about-section {

  background: #f7fbfe;

}

.about-section .yellow {

  color: #ffc000;

}

.about-section .purple {

  color: #621cf6;

}

.about-section .purple2 {

  color: #9f34fe;

}

.about-section .green {

  color: #32b46d;

}

.service-list-section {

  padding-top: 70px;

}

.service-list-section .single-service {

  margin-top: 30px;

  border: 2px solid #f3f3f3;

  padding: 30px;

  height: 92%;

  position: relative;

  border-radius: 3px;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

}

.service-list-section .single-service a:hover {

  color: #000 !important;

}

.service-list-section .single-service h4,

.service-list-section .single-service p {

  -webkit-transform: translateZ(20px);

  transform: translateZ(20px);

  margin-bottom: 0px;

  display: block;

}

.service-list-section .single-service h4 {

  padding: 20px 0px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.service-list-section .single-service .btns-style {

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  position: relative;

  color: #6a7c92;

  border: 2px solid #6a7c92;

  padding: 10px 12px;

  display: inline-block;

  margin-top: 18px;

  border-radius: 30px;

  font-size: 20px;

}

.quote-section {

  background: url(../img/quote-bg2.jpg);

  background-position: center;

  background-size: cover;

  background-attachment: fixed;

}

.quote-section h1,

.quote-section p,

.quote-section i {

  color: #fff;

  margin-bottom: 0px;

}

.quote-section p {

  padding: 20px 0px;

}

.quote-section .play-btn {

  color: #fff;

  font-size: 18px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.quote-section .play-btn:hover {

  color: #fff !important;

}

.quote-section .play-btn i {

  margin-right: 10px;

  font-size: 45px;

}

.quote-section .btn-style {

  color: #fff;

  background: #ffc000;

  border: none;

}

.quote-section .btn-style:hover {

  color: #fff !important;

}

.quote-section .quote-right {

  max-width: 400px;

  margin: 0 auto;

  background: #fff;

  padding: 40px;

  border-radius: 3px;

  -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);

  box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);

}

.quote-section .quote-right .form-control {

  padding: 22px;

  border-color: #f3f3f3;

  background: #f7fbfe;

}

.quote-section .quote-right .form-control,

.quote-section .quote-right h4 {

  margin-bottom: 30px;

}

.portfolio-details-section .details-container .gallery-wrap .owl-carousel .owl-item img {

  border-radius: 3px !important;

  overflow: hidden;

}

.portfolio-details-section .details-container .gallery-wrap .owl-stage-outer {

  border-radius: 3px !important;

}

.portfolio-details-section .details-container .details-wrap {

  background: -webkit-gradient(linear, left top, right top, from(#0172d0), color-stop(#19a9fe), color-stop(#19a9fe), to(#0172d0));

  background: linear-gradient(to right, #0172d0, #19a9fe, #19a9fe, #0172d0);

  padding: 40px 30px;

  border-radius: 3px;

}

.portfolio-details-section .details-container .details-wrap h2 {

  color: #fff;

  font-weight: 600;

  margin-bottom: 20px;

}

.portfolio-details-section .details-container .details-wrap table {

  width: 100%;

}

.portfolio-details-section .details-container .details-wrap table .title {

  font-weight: 600;

  margin-right: 10px;

  width: 100px;

  display: block;

}

.portfolio-details-section .details-container .details-wrap table .title:after {

  float: right;

  content: ':';

  margin-right: 10px;

}

.portfolio-details-section .details-container .details-wrap table td {

  color: #fff;

}

.portfolio-details-section .details-container .details-wrap table td a {

  color: #fff;

}

.info-tab-section .nav-pills {

  margin-bottom: 60px;

}

.info-tab-section .nav-link {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin-bottom: 15px;

  border: 1px solid #f4f4f4;

  background: #f7fbfe;

  padding: 20px;

  font-weight: 600;

  font-size: 16px;

  margin: 10px;

  width: 200px;

  height: 100%;

}

.info-tab-section .nav-link:hover {

  color: #000 !important;

}

.info-tab-section .nav-link:last-child {

  margin-bottom: 0px;

}

.info-tab-section .nav-link.active {

  background: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background: linear-gradient(to right, #0172d0, #19a9fe);

}

.info-tab-section .nav-link.active:hover {

  color: #fff !important;

}

.info-tab-section .nav-link.active h4 {

  color: #fff;

}

.info-tab-section .nav-link img {

  width: 70px;

  margin-bottom: 10px;

}

.info-tab-section .nav-link h4 {

  font-size: 20px;

  margin-bottom: 0px;

  margin-left: 20px;

}

.info-tab-section .tab-pane h1 {

  margin-bottom: 30px;

}

.middle-text-wrap {

  padding: 50px 30px;

  background: #f7fcff;

  border-radius: 3px;

  margin-bottom: 100px;

  border: 1px solid #ebf6fd;

}

.middle-text-wrap h1 {

  margin-bottom: 20px;

}

.middle-text-wrap p {

  margin-bottom: 0px;

}

.service-details-section .details-left {

  text-align: center;

}

.service-details-section .details-right h1 {

  margin-bottom: 20px;

}

.service-details-section .details-right ul li {

  margin-bottom: 10px;

  font-weight: 600;

}

.service-details-section .details-right ul li:before {

  color: #19a9fe;

  margin-right: 10px;

  content: '\f00e';

  display: inline-block;

  font-family: IcoFont !important;

}

.detail-info-section .text-wrap h1 {

  margin-bottom: 20px;

}

.team-page-section {

  background: #fff !important;

}

.team-page-section h1 {

  color: #000 !important;

  margin-bottom: 50px !important;

}

.team-page-section .single-team {

  margin-top: 30px;

}

.pricing-page-section .single-price {

  text-align: center;

  border-radius: 8px;

  background-color: white;

  -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.1);

  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.1);

  padding: 40px 0px;

  overflow: hidden;

}

.pricing-page-section .single-price:hover .btn-style {

  color: #fff;

  border-color: transparent;

}

.pricing-page-section .single-price:hover .btn-style .overlay-bg {

  opacity: 1;

}

.pricing-page-section .single-price h2 {

  font-weight: 700;

  font-size: 25px;

  margin-bottom: 30px;

}

.pricing-page-section .single-price h4 {

  padding: 30px 0px;

  font-size: 45px;

  margin-bottom: 0px;

}

.pricing-page-section .single-price h4 span {

  font-weight: 500;

  font-size: 20px;

  color: #6a7c92;

}

.pricing-page-section .single-price ul {

  margin-bottom: 30px;

}

.pricing-page-section .single-price ul li {

  margin-bottom: 6px;

}

.pricing-page-section .single-price .btn-style {

  position: relative;

  color: #000;

  border: 2px solid #19a9fe;

}

.pricing-page-section .single-price .btn-style span {

  position: relative;

}

.pricing-page-section .single-price .btn-style .overlay-bg {

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  opacity: 1;

  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background-image: linear-gradient(to right, #0172d0, #19a9fe);

  opacity: 0;

  border-radius: 3px;

}

.faq-section .card {

  border-radius: 5px !important;

  border: none;

  margin-bottom: 5px;

}

.faq-section .card-body {

  background: #f7fbfe;

}

.faq-section .card-header {

  

  background-color: #00285b;

  padding: 5px 20px;

}

.light-color-theme {

  color: gray;

}

.entry-content .meta {

  font-size: 17px;

}

.faq-section .card-header .btn-link {

  color: #fff !important;

  

}

.faq-section .card-header .btn-link:hover,

.faq-section .card-header .btn-link:focus {

  text-decoration: none !important;

}

.cta-section {

  padding: 80px 0px;

  background: url(../img/cta-bg.jpg);

  background-position: center center;

  background-size: cover;

}

.cta-section p,

.cta-section h1 {

  color: #fff;

}

.cta-section p {

  padding: 20px 0px;

}

.cta-section .btn-style {

  background: #ffc000;

}

.address-section .single-address {

  background: #fafcff;

  border-radius: 3px;

  padding: 30px;

  border: 1px solid #ecf6ff;

}

.address-section .single-address.active {

  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background-image: linear-gradient(to right, #0172d0, #19a9fe);

  color: #fff;

}

.address-section .single-address.active h4,

.address-section .single-address.active p,

.address-section .single-address.active .title {

  color: #fff;

}

.address-section .single-address:hover {

  color: #fff;

  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background-image: linear-gradient(to right, #0172d0, #19a9fe);

}

.address-section .single-address:hover h4,

.address-section .single-address:hover p,

.address-section .single-address:hover .title {

  color: #fff;

}

.address-section .single-address table {

  width: 100%;

}

.address-section .single-address .title {

  display: block;

  color: #19a9fe;

  font-weight: 700;

  margin-right: 10px;

}

.address-section .single-address .title:after {

  content: ':';

  float: right;

}

.contact-form-section {

  padding-bottom: 0px;

}

.contact-form-section .form-wrap h2 {

  font-weight: 700;

}

.contact-form-section .form-wrap p {

  margin-bottom: 30px;

}

.contact-form-section .form-wrap .message {

  height: 50px;

  width: 100%;

  font-size: 13px;

  line-height: 50px;

  text-align: center;

  float: none;

  margin-top: 20px;

  display: none;

  color: #fff;

}

.contact-form-section .form-wrap .error {

  background: #ef5659;

}

.contact-form-section .form-wrap .success {

  background: #32b46d;

}

.contact-form-section .form-wrap .form-control {

  margin-bottom: 20px;

  background: #f9fcff;

  border: 1px solid #e2f0fc;

}

.contact-form-section .form-wrap .form-control:focus {

  -webkit-box-shadow: none;

  box-shadow: none;

}

.contact-form-section .form-wrap .btn-style {

  

  background-color: #00285b;

  border: none;

}

.blog-post-section {

  padding-top: 70px;

  padding-bottom: 0px;

}

.blog-post-section .blog-posts .single-post {

  margin-top: 30px;

  border-radius: 3px;

  overflow: hidden;

}

.blog-post-section .blog-posts .single-post .feature-img {

  position: relative;

  display: block;

}

.blog-post-section .blog-posts .single-post .feature-img:hover:after {

  opacity: 1;

}

.blog-post-section .blog-posts .single-post .feature-img:after {

  opacity: 0;

  border-radius: 3px;

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  display: block;

  z-index: 2;

  background-color: rgba(23, 85, 190, 0.5);

  -webkit-transition: opacity 0.3s;

  transition: opacity 0.3s;

  width: 100%;

  height: 100%;

}

.blog-post-section .blog-posts .single-post .details {

  border-left: 1px solid #e6edf3;

  border-right: 1px solid #e6edf3;

  border-bottom: 1px solid #e6edf3;

  padding: 30px;

}

.blog-post-section .blog-posts .single-post .details h2 {

  font-size: 28px;

  font-weight: 700;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.blog-post-section .blog-posts .single-post .details h2:hover {

  color: #1755be;

}

.blog-post-section .blog-posts .single-post .details p {

  margin-bottom: 0px;

}

.blog-post-section .blog-posts .single-post .details .meta {

  font-weight: 600;

}

.blog-post-section .blog-posts .single-post .details .meta span {

  color: #1755be;

}

.blog-post-section .blog-posts .pagination {

  padding: 50px 0px;

}

.blog-post-section .blog-posts .pagination .active .page-link {

  background-color: #1755be;

  border-color: #dee2e6;

}

.blog-post-section .blog-posts .pagination .page-link {

  font-weight: 600;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.blog-post-section .blog-posts .pagination .page-link:hover {

  color: #fff !important;

  background: #1755be !important;

}

.blog-post-section .blog-posts .entry-content {

  border: none !important;

  padding: 30px 0px !important;

}

.blog-post-section .blog-posts .entry-content .title:hover {

  color: #000 !important;

}

.blog-post-section .blog-posts .footer-meta {

  padding-bottom: 30px;

}

.blog-post-section .blog-posts .footer-meta .meta-left,

.blog-post-section .blog-posts .footer-meta .meta-right {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.blog-post-section .blog-posts .footer-meta .meta-left p,

.blog-post-section .blog-posts .footer-meta .meta-right p {

  margin-right: 10px;

}

.blog-post-section .blog-posts .footer-meta .meta-left p span,

.blog-post-section .blog-posts .footer-meta .meta-right p span {

  font-weight: 600;

  color: #1755be;

}

.blog-post-section .blog-posts .footer-meta .meta-left ul li,

.blog-post-section .blog-posts .footer-meta .meta-right ul li {

  display: inline-block;

}

.blog-post-section .blog-posts .footer-meta .meta-left ul li a:hover,

.blog-post-section .blog-posts .footer-meta .meta-right ul li a:hover {

  color: #1755be !important;

}

.blog-post-section .blog-posts .comments-wrap {

  background: #fafcff;

  border-radius: 3px;

  padding: 30px;

}

.blog-post-section .blog-posts .comments-wrap h2 {

  font-weight: 700;

  margin-bottom: 30px;

}

.blog-post-section .blog-posts .comments-wrap .comments {

  margin-top: 30px;

}

.blog-post-section .blog-posts .comments-wrap .comments .mr-3 {

  border-radius: 50px;

}

.blog-post-section .blog-posts .comments-wrap .comments .media-body h5 {

  font-weight: 600;

}

.blog-post-section .blog-posts .comments-wrap .comments .comment-buttons a {

  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background-image: linear-gradient(to right, #0172d0, #19a9fe);

  color: #fff;

  padding: 10px 24px;

  border-radius: 5px;

}

.blog-post-section .blog-posts .comments-wrap .comments .comment-buttons a:hover {

  color: #fff !important;

}

.blog-post-section .blog-posts .comment-form-wrap {

  background: #fafcff;

  border-radius: 3px;

  padding: 30px;

  margin-top: 30px;

}

.blog-post-section .blog-posts .comment-form-wrap h2 {

  font-weight: 700;

  margin-bottom: 30px;

}

.blog-post-section .blog-posts .comment-form-wrap .form-control {

  margin-bottom: 20px;

}

.blog-post-section .blog-posts .comment-form-wrap .btn-style {

  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), color-stop(#19a9fe), color-stop(#19a9fe), to(#0172d0));

  background-image: linear-gradient(to right, #0172d0, #19a9fe, #19a9fe, #0172d0);

  color: #fff;

  display: block;

  text-align: center;

}

.blog-post-section .sidebar .widget {

  margin-top: 30px;

  padding: 0px 30px;

  max-width: 400px;

  margin-left: auto;

  margin-right: auto;

}

.blog-post-section .sidebar .widget .widget-title {

  margin-bottom: 20px;

}

.blog-post-section .sidebar .widget .widget-title:after {

  content: '';

  display: block;

  width: 20%;

  height: 3px;

  background: #1755be;

  margin-top: 15px;

}

.blog-post-section .sidebar .widget_search .form-control {

  background: #f9fcff;

  border-color: #e2f0fc;

  padding: 22px;

}

.blog-post-section .sidebar .widget_search .form-control:focus {

  -webkit-box-shadow: none;

  box-shadow: none;

  border-color: #e2f0fc;

}

.blog-post-section .sidebar .widget_search .form-btn-style {

  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));

  background-image: linear-gradient(to right, #0172d0, #19a9fe);

  color: #fff;

  padding: 6px 18px;

  border-radius: 3px;

}

.blog-post-section .sidebar .category_widget ul li {

  background: #f9fcff;

  border: 1px solid #e2f0fc;

  padding: 8px 20px;

  margin-bottom: 10px;

  border-radius: 3px;

}

.blog-post-section .sidebar .category_widget ul li:last-child {

  margin-bottom: 0px;

}

.rm-investiment-card-bottom-btn-box {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  width: 100%;

  margin-top: 10px;

}

.rm-investiment-card-bottom-btn-box a:first-child {

  padding: 2px 9px;

  color: #000 !important;

  border-radius: 0px;

  width: 100%;

  text-align: center;

  background-color: #e6e6e6;

  

  cursor: pointer;

}

.rm-investiment-card-bottom-btn-box a:last-child {

  padding: 2px 9px;

  color: #fff !important;

  border-radius: 0;

  cursor: pointer;

  width: 100%;

  text-align: center;

  border: none;

}

.blog-post-section .sidebar .category_widget ul li a {

  color: #6a7c92;

  font-weight: 600;

}

.blog-post-section .sidebar .category_widget ul li a:hover {

  color: #1755be !important;

}

.blog-post-section .sidebar .widget_recent_entries ul li .thumb {

  display: block;

  overflow: hidden;

  width: 30%;

}

.blog-post-section .sidebar .widget_recent_entries ul li .thumb img {

  border-radius: 10px;

  padding: 5px;

}

.blog-post-section .sidebar .widget_recent_entries ul li .meta-wrap {

  padding: 5px;

  width: 70%;

}

.blog-post-section .sidebar .widget_recent_entries ul li .meta-wrap a {

  font-size: 14px;

  font-weight: 600;

}

.blog-post-section .sidebar .widget_recent_entries ul li .meta-wrap a:hover {

  color: #000 !important;

}

.blog-post-section .sidebar .widget_recent_entries ul li .meta-wrap p {

  font-size: 13px;

  margin-bottom: 0px;

  color: #19a9fe;

  font-weight: 400;

}

.blog-post-section .sidebar .widget_tag_cloud ul li {

  display: inline-block;

  background: #f9fcff;

  border: 1px solid #e2f0fc;

  border-radius: 3px;

  color: #6a7c92;

  font-weight: 600;

  padding: 2px 10px;

  margin: 5px;

}

.rm-top-main-page-header-content{

  font-family: "Poppins";

  font-style: normal;

  

  font-size: clamp(2rem, 4.2vw, 3.1rem);

  line-height: 1.25;

  color: #fff;

  

}

.rm-top-main-page-header-subtext {

  display: inline-block;

  margin-top: 10px;

  font-size: clamp(1.05rem, 2vw, 1.55rem);

  line-height: 1.5;

}

.blog-post-section .sidebar .widget_tag_cloud ul li a:hover {

  color: #1755be !important;

}

.header-section.home-two .header-right img {

  display: none;

}

.owl-carousel .owl-nav button.owl-next,

.owl-carousel .owl-nav button.owl-prev,

.owl-carousel button.owl-dot {

  padding: 0px 5px !important;

}

.blog-section .frational-carousel .owl-prev,

.blog-section .frational-carousel .owl-next {

  background-color: #7b2049 !important;

  color: #fff !important;

  clip-path: circle(50%) !important;

}

.frational-carousel-top-arrow .owl-prev,

.frational-carousel-top-arrow .owl-next {

    background-color: #7b2049 !important;

  color: #fff !important;

padding: 0px 5px !important;

  clip-path: circle(50%) !important;

}

.frational-carousel-top-arrow .frationalNav{

  display: flex;

  text-align: center;

  justify-content: center;

  gap: 14px;

  padding-top: 10px;

}

.top-gap-section-page-info-title-1149 {

  margin-top: 5px;
  

}

.rm-blink-text-animation{

  animation: blinker 2s linear infinite;

}

@keyframes blinker {

  50% {

    opacity: 0;

  }

}

.top-section-header-title-text-1150 {

  color: #fff !important;

  font-size: 20px;

}

@media (max-width: 991px) {

  .fractional-square {

    width: 260px;

    height: 240px;

  }

  .fractional-circle {

    width: 110px;

    height: 110px;

  }

}

.rm-d-flex-align-justify-content-between{

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.new-header-size-101 {

  padding: 55px 0px !important;

  margin-top: 105px !important;

}

.rm-text-left{

  text-align: left;

}

.testimonial-carousel .owl-prev, .testimonial-carousel .owl-next {

    background-color: #7b2049 !important;

    color: #fff !important;

    clip-path: circle(50%) !important;

    padding: 0px 5px !important;

}

.testimonial-carousel .owl-dots{

  display: none;

}

@media (max-width: 1099px) {

  .info-two-section.home-one .info-left-wrap {

    width: 100%;

  }

}

@media (max-width: 1199px) {

  .header-section.home-one .header-content .header-text-wrap h1 {

    font-size: 50px;

  }

  .services-section .single-service {

    width: 100%;

  }

  .info-section .info-right h1 {

    font-size: 32px;

  }

  .info-two-section .pattern {

    top: -45px;

  }

  .blog-section .single-blog .details .meta-text h5 {

    font-size: 16px;

  }

  .footer-section.home-one h1 {

    font-size: 32px;

  }

}

@media (max-width: 1199px) and (min-width: 992px) {

  .header-section.home-two .header-text-wrap h1 {

    font-size: 35px;

  }

  .why-choose-section .why-left-wrap {

    width: 100%;

  }

  .services-section .single-service-two h4 {

    font-size: 20px;

  }

  .info-two-section.home-two .info-right h1 {

    font-size: 35px;

  }

  .process-section .single-process h4 {

    font-size: 20px;

  }

  .video-intro-section .intro-left h4 {

    font-size: 22px;

  }

  .video-intro-section .intro-left p {

    font-size: 12px;

  }

  .portfolio-filter-section .single-portfolio .details p {

    font-size: 14px;

  }

  .portfolio-details-section .details-container .details-wrap {

    padding: 40px 18px;

  }

}

@media (max-width: 991px) {

  .col-md-rev {

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;

  }

  .section-title {

    margin-bottom: 20px;

  }

  .menu-btn {

    

  }

  .registration-modal-body {

    padding: 32px 18px 20px;

  }

  .registration-grid,
  .registration-card-grid,
  .registration-policy-grid,
  .registration-inline-group {

    grid-template-columns: 1fr;

  }

  .registration-multiselect-trigger {

    min-height: 52px;

    padding: 10px 14px;

  }

  .registration-multiselect-chip {

    font-size: 12px;

  }

  .registration-otp-boxes {

    justify-content: center;

  }

  .registration-actions {

    flex-direction: column;

  }

  .registration-actions.login-actions {

    flex-direction: row !important;

  }

  .registration-actions .btn-style {

    width: 100%;

    min-width: 0;

  }

  .registration-otp-input {

    width: 36px;

    height: 42px;

    font-size: 16px;

  }

  .rm-d-flex-align-justify-content-between{

    display: flex;

    justify-content: center;

    text-align: center;

    align-items: center;

    flex-direction: column;

    gap: 20px;

  }

  .rm-text-left{

    text-align: center;

  }

  .btn-refer-earn {

    margin-top: 24px;

  }

  .rm-section-box-carousel{

    padding-left: 30px;

  }

  .rm-quick-links{

    grid-template-columns: 1fr;

  }

  .header-section .header-content .header-text-wrap h1 {

    font-size: 45px !important;

  }

  .header-section.home-one .header-content {

    padding: 108px 0 32px;

  }

  .header-section.home-two {

    background: url(../img/header-bg2-md.jpg);

    background-position: center right;

    background-size: contain;

    background-repeat: no-repeat;

  }

  .header-section.home-two .header-content {

    padding-bottom: 50px;

    padding-top: 0px;

  }

  .header-section.home-two .mobile-menu-btn span {

    background: #000;

  }

  .header-section.home-two .header-right img {

    display: block;

    margin-bottom: 30px;

  }

  .header-section.home-two .header-text-wrap {

    text-align: center;

  }

  .services-section.home-one .single-service {

    margin-top: 30px;

  }

  .services-section.home-two {

    background: #f9fdff url(../img/service2-bg.jpg);

    background-size: contain;

    background-repeat: no-repeat;

  }

  .info-section.home-two .info-left-wrap {

    padding-top: 30px;

    margin: 0 auto;

    float: none;

  }

  .info-section .info-right {

    margin-top: 30px;

  }

  .info-section .info-right h1 {

    margin: 0 auto;

  }

  .info-section .info-right ul li {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

  .info-two-section.home-one .info-left-wrap {

    max-width: 485px;

    margin: 0 auto;

    float: none;

  }

  .info-two-section.home-one .info-right img {

    float: right;

  }

  .info-two-section.home-two .info-right {

    padding-top: 30px;

  }

  .info-two-section.home-two .info-right .info-right-wrap {

    margin: 0 auto;

    text-align: center;

  }

  .info-two-section .pattern {

    display: none;

  }

  .info-two-section .position-relative {

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;

  }

  .info-two-section .info-left h1 br {

    display: none;

  }

  .info-two-section .bottom-txt-wrap p {

    width: 100%;

    margin-bottom: 0px;

  }

  .why-choose-section .pattern-right {

    top: -30px;

  }

  .why-choose-section .why-left-wrap {

    padding-top: 30px;

    margin: 0 auto;

    float: none;

    text-align: center;

  }

  .why-choose-section .single-why {

    margin-bottom: 30px;

  }

  .testimonial-section .testimonial-left {

    margin-bottom: 45px;

    text-align: center;

    max-width: 450px;

  }

  .testimonial-section .owl-dots {

    text-align: center;

  }

  .process-section .single-process {

    margin-top: 20px;

  }

  .video-intro-section .intro-right {

    text-align: center;

    margin-bottom: 50px;

  }

  .video-intro-section .intro-left {

    max-width: 485px;

    margin: 0 auto;

  }

  .team-section .title {

    margin-bottom: 30px;

  }

  .team-section .single-team {

    margin-top: 30px;

  }

  .quote-section .quote-right {

    margin-bottom: 30px;

  }

  .quote-section .quote-left {

    text-align: center;

  }

  .quote-section .quote-left .play-btn {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

  .service-list-section {

    padding-top: 20px;

  }

  .blog-section .single-blog {

    margin-top: 30px;

  }

  .cta-subscribe-wrap h4 {

    font-size: 20px;

  }

  .footer-section.home-one .footer-top {

    padding-top: 0px;

  }

  .footer-section.home-one .footer-widgets {

    margin-bottom: 30px;

  }

  .footer-section.home-one .footer-bottom {

    padding-top: 20px;

  }

  .footer-section.home-one .footer-bottom h1 {

    font-size: 25px;

  }

  .footer-section.home-two {

    padding-top: 100px;

  }

  .footer-section.home-two .footer-top {

    padding-top: 0px;

  }

  .footer-section.home-two .footer-widgets {

    margin-top: 20px;

  }

  .info-tab-section .tab-pane .tab-img {

    margin-bottom: 30px;

  }

  .service-details-section {

    padding-top: 20px;

  }

  .service-details-section .details-left img {

    margin-bottom: 30px;

  }

  .portfolio-details-section .details-container {

    margin-top: 30px;

  }

  .portfolio-details-section .details-container .details-wrap .title {

    width: 100% !important;

  }

  .about-section .about-right img {

    margin-top: 30px;

  }

  .detail-info-section .img-wrap {

    padding: 30px 0px;

  }

  .faq-section .image-wrap {

    margin-bottom: 30px;

  }

  .address-section {

    padding-top: 30px;

  }

  .address-section .single-address {

    margin-top: 20px;

  }

  .contact-form-section {

    padding-bottom: 20px;

  }

  .contact-form-section .map-wrap {

    margin-top: 30px;

  }

  .blog-post-section {

    padding-top: 20px;

  }

  .blog-post-section .pagination {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

  .blog-post-section .sidebar {

    margin-bottom: 60px;

  }

  .overview-section .tab-left {

    margin-bottom: 30px;

  }

  .overview-section .tab-left .nav-pills {

    -webkit-box-orient: horizontal !important;

    -webkit-box-direction: normal !important;

    -ms-flex-direction: row !important;

    flex-direction: row !important;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

  }

  .overview-section .tab-left .nav-pills .nav-link {

    width: 30%;

    height: 100%;

    display: block;

    text-align: center;

  }

  .overview-section .tab-left .nav-pills .nav-link h4 {

    font-size: 14px;

    margin-top: 15px;

    margin-left: 0px;

  }

  .overview-section .tab-left .nav-pills .nav-link img {

    width: 32px;

  }

}

@media (max-width: 991px) and (min-width: 768px) {

  .pricing-page-section .single-price img {

    width: 50%;

  }

}

@media (max-width: 767px) {

  .middle-text-wrap {

    margin-bottom: 50px !important;

  }

  .section-gap {

    padding: 50px 0;

  }

  .section-gap-top {

    padding-top: 50px;

  }

  .section-gap-bottom {

    padding-bottom: 50px;

  }

  .header-section.home-one {

    background-position: left;

  }

  .header-section.home-two {

    background-position: center;

  }

  .header-section.home-two .header-text-wrap h1 {

    font-size: 22px !important;

  }

  .header-section.home-two .header-text-wrap p {

    font-size: 13px !important;

  }

  .services-section.home-two {

    padding-bottom: 20px;

  }

  .stat-section .single-stat {

    width: 200px;

    -webkit-box-pack: start !important;

    -ms-flex-pack: start !important;

    justify-content: flex-start !important;

    margin: 0 auto;

  }

  .team-section h1 {

    font-size: 35px;

  }

  .team-section h1 br {

    display: none;

  }

  .video-intro-section .intro-left h4 {

    font-size: 28px;

  }

  .analize-section h1 {

    font-size: 26px;

  }

  .analize-section form {

    width: 100%;

  }

  .analize-section .form-btn-style {

    padding: 12px 30px !important;

  }

  .service-details-section .details-right ul li {

    margin-bottom: 0px;

    font-size: 9px;

  }

  .info-two-section .single-bottom-wrap {

    margin-top: 30px;

  }

  .overview-section .tab-left .nav-pills .nav-link {

    padding: 10px;

  }

  .blog-section .bottom-logo-wrap {

    padding-top: 20px;

  }

  .info-tab-section .nav-link {

    width: 28%;

    font-size: 14px;

    margin: 5px;

  }

  .info-tab-section .nav-pills {

    margin-bottom: 30px;

  }

  .portfolio-details-section .details-container .details-wrap {

    padding: 40px 20px;

  }

  .portfolio-details-section .details-container .details-wrap h2 {

    font-size: 28px;

  }

  .pricing-page-section .section-title {

    margin-bottom: 20px !important;

  }

  .pricing-page-section .single-price {

    margin-top: 20px;

  }

  .blog-post-section .single-post .details {

    padding: 20px !important;

  }

  .blog-post-section .sidebar {

    margin-bottom: 40px;

  }

  .cta-subscribe-wrap {

    -webkit-transform: translateY(108px);

    transform: translateY(108px);

    margin-top: -50px !important;

  }

  .cta-subscribe-wrap h4 {

    text-align: center;

    font-size: 24px;

    margin-bottom: 30px;

  }

  .footer-section .footer-bottom h1 {

    text-align: center;

    margin-bottom: 20px;

  }

  .footer-section .copyright-bottom p {

    text-align: center;

  }

  .footer-section .copyright-bottom ul {

    text-align: center;

    margin-top: 20px;

  }

  .footer-section.home-two .footer-top {

    padding-top: 30px;

  }

  .scroll-top {

    right: 30px;

    bottom: 30px;

  }

}

@media (max-width: 485px) {

  .info-two-section.home-one .info-left-wrap,

  .why-choose-section .why-left-wrap {

    width: 100%;

  }

}

@media (max-width: 575px) {

  .header-section.home-one .header-content {

    padding: 108px 0 26px;

  }

  .rm-top-main-page-header-content {

    line-height: 1.3;

  }

  .rm-top-main-page-header-subtext {

    margin-top: 8px;

  }

  .header-section.home-one .header-text-wrap h1 {

    font-size: 38px !important;

  }

  .header-section.home-one .header-text-wrap p br {

    display: none;

  }

  .services-section .single-service p {

    width: 78% !important;

  }

  .testimonial-left h1 {

    font-size: 32px;

  }

  .testimonial-left p {

    width: 100%;

  }

  .why-left-wrap h1 {

    font-size: 32px;

  }

  .section-title h1 {

    font-size: 32px;

  }

  .section-title p {

    width: 90%;

  }

  .info-section .info-left h1 {

    font-size: 26px !important;

  }

  .info-section .info-right h1 {

    font-size: 26px;

  }

  .info-section .info-right ul li p {

    font-size: 14px;

  }

  .info-section .info-right ul li .list-icon {

    margin-right: 18px;

  }

  .info-two-section .info-right h1 {

    font-size: 28px;

  }

  .info-two-section .info-left h1 {

    font-size: 28px;

  }

  .info-two-section .info-left .sub-text {

    width: 100% !important;

  }

  .portfolio-section .single-portfolio h4 {

    font-size: 18px;

  }

  .portfolio-section .single-portfolio p {

    display: none;

  }

  .quote-section .quote-right {

    width: 90%;

    padding: 40px 20px;

  }

  .blog-post-section .single-post h2 {

    font-size: 24px !important;

  }

  .about-section .about-left h1 {

    font-size: 26px;

  }

  .overview-section .tab-pane h2 {

    font-size: 26px;

  }

  .team-section h1 {

    font-size: 26px;

  }

  .cta-subscribe-wrap {

    margin: 0px 15px;

  }

  .cta-subscribe-wrap h4 {

    font-size: 20px;

  }

}

@media (max-width: 526px) {

  .why-choose-section .single-why h4 {

    margin-top: 20px;

    font-size: 14px;

  }

  .info-tab-section .tab-pane h1 {

    font-size: 32px;

  }

  .middle-text-wrap h1 {

    font-size: 32px;

  }

  .footer-section .footer-widgets p {

    font-size: 14px;

  }

  .footer-section .social-lists a {

    font-size: 10px !important;

    padding: 4px 6px !important;

  }

  .footer-section .copyright-bottom ul li a {

    margin-left: 6px !important;

    padding-left: 6px !important;

  }

}

@media (max-width: 414px) {

  .cta-subscribe-wrap {

    margin-left: 5px !important;

    margin-right: 5px !important;

  }

  .cta-subscribe-wrap .subscribe-form-wrap {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

  .cta-subscribe-wrap .input-group-append .form-btn-style {

    position: relative;

    margin-top: 10px;

  }

}

.top-header-marquee-repeat {
  margin-left: 100px;
}

.footer-divider {
  background-color: #ffffff4a;
}

.marketing-counter {
  margin-bottom: 15px;
}

.main-percentage {
  font-size: 25px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.sub-text {
  font-size: 15px;
  color: #ddd;
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
}

.email-verification-modal {
  z-index: 9999 !important;
}

.email-modal-content {
  padding: 1.5rem;
}

.email-otp-section {
  display: none;
}

.email-otp-message {
  color: #0e0d44;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.email-otp-verify-btn {
  background: #0e0d44;
  color: #ecbe57;
  font-weight: 700;
}

.investment-note-star {
  color: #ff3b30;
}

.property-card-row {
  justify-content: flex-start;
  row-gap: 30px;
}

.property-card-col {
  display: flex;
}

.property-card {
  width: 100%;
}

.property-progress {
  overflow: hidden;
}

.property-progress-bar {
  width: 100%;
  background: #00285b;
}

.property-register-btn {
  background: #212529;
}

.welcome-saar-content {
  text-align: center;
}

.welcome-saar-logo-wrap {
  margin-bottom: 1rem;
}

.welcome-saar-logo {
  width: 100px;
  height: 100px;
}

.welcome-saar-title {
  text-align: center;
}

.welcome-saar-copy {
  text-align: justify;
}

@media (max-width: 768px) {
  .info-section .info-right {
    margin-top: 20px !important;
    text-align: center;
  }

  .chart-box {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .property-card-row {
    justify-content: center;
  }
}
