@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --base-dark: #000000;
  --base-border-color: #1d1d1d;
  --base-skin: #2d43d0;
  --base-gray: #161616;
  --base-white: #ffffff;
  --base-bodyfont-Size: 15px;
  --base-line-height: 28px;
  --base-bodyfont-color: #5f686f;
  --base-headingfont-color: #00133b;
  --base-bodyfont: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  --base-headingfont: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  --base-primary-color: #000000;
  --base-secondary-color: #091625;
  --base-blackfont-color: #ffffff;
  --base-first-gradientcolor: #2e43d0;
  --base-second-gradientcolor: #6a22d0;
  --base-gradient-color: linear-gradient(
    to right,
    #2e43d0 0%,
    #3b39f4 10%,
    #6a22d0 100%
  );
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background-color: var(--base-skin);
}
.page {
  overflow-x: hidden !important;
  position: relative;
  caret-color: var(--base-skin);
}
body .site-main {
  position: relative;
  z-index: 1;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-dark);
}

ul {
  margin: 0;
}

/* font style css */
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyard-font/fonnts.com-Halyard_Display_Medium\(1\).woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyard-font/fonnts.com-Halyard_Display_Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
#ffedf0 nav {
  display: block;
}
html,
body {
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
  font-display: swap;
  font-family: var(--base-bodyfont);
  font-weight: 400;
  font-size: var(--base-bodyfont-Size);
  line-height: var(--base-line-height);
  color: var(--base-bodyfont-color);
  margin: 0 !important;
  background-color: var(--base-dark);
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a,
button,
input {
  outline: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
iframe {
  width: 100%;
  border: none;
  display: block;
  border: none !important;
}
*::-moz-selection {
  background: var(--base-skin);
  color: var(--base-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--base-skin);
  color: var(--base-white);
  text-shadow: none;
}
input,
textarea,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: middle;
  width: 100%;
  color: inherit;
  font-weight: 400;
  background-color: transparent;
  text-transform: inherit;
  font-size: 15px;
  outline: none;
  line-height: inherit;
}
input::placeholder {
  color: #abb8c3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border-color {
  color: var(--base-border-color);
}
.bodyfont-color {
  color: var(--base-bodyfont-color);
}
.headingfont-color {
  color: var(--base-headingfont-color);
}
.bg-base-skin {
  background-color: var(--base-skin);
}
.bg-base-dark {
  background-color: var(--base-dark);
}
.bg-base-primary {
  background-color: rgb(9, 22, 37);
}
.bg-base-white {
  background-color: var(--base-white);
}
.bg-base-gray {
  background-color: var(--base-gray);
}
.text-base-skin {
  color: var(--base-skin);
}
.text-base-dark {
  color: var(--base-headingfont-color);
}
.text-base-gray {
  color: var(--base-bodyfont-color) !important;
}
.text-base-white {
  color: var(--base-white);
}
.text-base-primary {
  color: var(--base-headingfont-color);
}
.divider-color {
  color: #0000004d;
}
.bg-base-skin > .prt-bg-layer {
  background-color: var(--base-skin);
}
.bg-base-dark > .prt-bg-layer {
  background-color: var(--base-dark);
}
.bg-base-primary > .prt-bg-layer {
  background-color: var(--base-bodyfont-color);
}
.bg-base-white > .prt-bg-layer {
  background-color: var(--base-white);
}
.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-skin);
}
.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-dark);
}
.bg-base-primary > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-bodyfont-color);
}
.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-white);
}
.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-gray);
}

.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
  color: var(--base-white);
}
.bg-base-primary h1,
.bg-base-primary h2,
.bg-base-primary h3,
.bg-base-primary h4,
.bg-base-primary h5,
.bg-base-primary h6 {
  color: var(--base-white);
}
.bg-base-primary p,
.bg-base-primary a {
  color: #ffffffb3;
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
  color: var(--base-skin);
}
.bg-base-dark .section-title h3 {
  color: var(--base-white);
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: var(--base-white);
}

.title-fonts {
  font-size: 88px;
  line-height: 100px;
  font-weight: 500 !important;
}
.big-fonts {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500 !important;
}
.medium-fonts {
  font-size: 16px;
  line-height: 26px;
}
.bg-gray {
  background-color: var(--base-gray);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont), sans-serif;
  font-weight: 400;
  color: var(--base-headingfont-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-fonts,
.big-fonts {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.button,
input[type="text"] input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 10px 30px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--base-white);
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 200% 100%;
}

button:focus {
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: searchfield;
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
textarea:focus {
  outline: none !important;
  box-shadow: none;
}
.container-fluid {
  max-width: 1905px;
  margin: 0px auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: calc(0.9375rem * 1);
  padding-right: calc(0.9375rem * 1);
  max-width: 1330px;
}
a:hover .hover-text::after {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}
.link-hover-effect {
  transition: color 0.3s ease, opacity 0.3s ease;
}
.link-hover-effect:hover {
  color: var(--base-skin);
  cursor: pointer;
}
.hover-link {
  color: var(--base-skin);
  transition: color 2s ease-in-out;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-100 {
  padding: 100px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-250 {
  padding-right: 250px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pl-3 {
  padding-left: 3px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-23 {
  padding-top: 23px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pt-245 {
  padding-top: 245px !important;
}
.pt-350 {
  padding-top: 350px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pb-280 {
  padding-bottom: 280px !important;
}

.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-470 {
  margin-top: 470px !important;
}
.mt_5 {
  margin-top: -5px !important;
}
.mt_10 {
  margin-top: -10px !important;
}
.mt_15 {
  margin-top: -15px !important;
}
.mt_20 {
  margin-top: -20px !important;
}
.mt_25 {
  margin-top: -25px !important;
}
.mt_30 {
  margin-top: -30px !important;
}
.mt_35 {
  margin-top: -35px !important;
}
.mt_40 {
  margin-top: -40px !important;
}
.mt_50 {
  margin-top: -50px !important;
}
.mt_55 {
  margin-top: -55px !important;
}
.mt_60 {
  margin-top: -60px !important;
}
.mt_65 {
  margin-top: -65px !important;
}
.mt_70 {
  margin-top: -70px !important;
}
.mt_75 {
  margin-top: -75px !important;
}
.mt_80 {
  margin-top: -80px !important;
}
.mt_90 {
  margin-top: -90px !important;
}
.mt_100 {
  margin-top: -100px !important;
}
.mt_105 {
  margin-top: -105px !important;
}
.mt_110 {
  margin-top: -110px !important;
}
.mt_120 {
  margin-top: -120px !important;
}
.mt_130 {
  margin-top: -130px !important;
}
.mt_140 {
  margin-top: -140px !important;
}
.mt_150 {
  margin-top: -150px !important;
}
.mt_160 {
  margin-top: -160px !important;
}
.mt_170 {
  margin-top: -170px !important;
}
.mt_180 {
  margin-top: -180px !important;
}
.mt_190 {
  margin-top: -190px !important;
}
.mt_200 {
  margin-top: -200px !important;
}
.mt_210 {
  margin-top: -210px !important;
}
.mt_220 {
  margin-top: -220px !important;
}
.mt_230 {
  margin-top: -230px !important;
}
.mt_240 {
  margin-top: -240px !important;
}
.mt_250 {
  margin-top: -250px !important;
}
.mt_260 {
  margin-top: -260px !important;
}
.mt_270 {
  margin-top: -270px !important;
}
.mt_280 {
  margin-top: -280px !important;
}
.mt_300 {
  margin-top: -300px !important;
}
.mt_310 {
  margin-top: -310px !important;
}
.mt_320 {
  margin-top: -320px !important;
}
.mt_332 {
  margin-top: -332px !important;
}
.mt_340 {
  margin-top: -340px !important;
}
.mt_360 {
  margin-top: -360px !important;
}
.mt_380 {
  margin-top: -380px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.mb_5 {
  margin-bottom: -5px !important;
}
.mb_10 {
  margin-bottom: -10px !important;
}
.mb_12 {
  margin-bottom: -12px !important;
}
.mb_15 {
  margin-bottom: -15px !important;
}
.mb_20 {
  margin-bottom: -20px !important;
}
.mb_25 {
  margin-bottom: -25px !important;
}
.mb_30 {
  margin-bottom: -30px !important;
}
.mb_35 {
  margin-bottom: -35px !important;
}
.mb_40 {
  margin-bottom: -40px !important;
}
.mb_45 {
  margin-bottom: -45px !important;
}
.mb_50 {
  margin-bottom: -50px !important;
}
.mb_55 {
  margin-bottom: -55px !important;
}
.mb_60 {
  margin-bottom: -60px !important;
}
.mb_70 {
  margin-bottom: -70px !important;
}
.mb_80 {
  margin-bottom: -80px !important;
}
.mb_90 {
  margin-bottom: -90px !important;
}
.mb_100 {
  margin-bottom: -100px !important;
}
.mb_120 {
  margin-bottom: -120px !important;
}
.mb_140 {
  margin-bottom: -140px !important;
}

.ml-0 {
  margin-left: 0px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.ml_10 {
  margin-left: -10px !important;
}
.ml_15 {
  margin-left: -15px !important;
}
.ml_20 {
  margin-left: -20px !important;
}
.ml_25 {
  margin-left: -25px !important;
}
.ml_30 {
  margin-left: -30px !important;
}
.ml_35 {
  margin-left: -35px !important;
}
.ml_40 {
  margin-left: -40px !important;
}
.ml_50 {
  margin-left: -50px !important;
}
.ml_60 {
  margin-left: -60px !important;
}
.ml_70 {
  margin-left: -70px !important;
}
.ml_80 {
  margin-left: -80px !important;
}
.ml_90 {
  margin-left: -90px !important;
}
.ml_100 {
  margin-left: -100px !important;
}
.ml_110 {
  margin-left: -110px !important;
}
.ml_120 {
  margin-left: -120px !important;
}
.ml_130 {
  margin-left: -130px !important;
}
.ml_140 {
  margin-left: -140px !important;
}
.ml_150 {
  margin-left: -150px !important;
}
.ml_160 {
  margin-left: -160px !important;
}
.ml_180 {
  margin-left: -180px !important;
}
.ml_200 {
  margin-left: -200px !important;
}
.ml_210 {
  margin-left: -210px !important;
}
.ml_220 {
  margin-left: -220px !important;
}
.ml_240 {
  margin-left: -240px !important;
}
.ml_260 {
  margin-left: -260px !important;
}
.ml_280 {
  margin-left: -280px !important;
}
.ml_300 {
  margin-left: -300px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mr_10 {
  margin-right: -10px !important;
}
.mr_15 {
  margin-right: -15px !important;
}
.mr_20 {
  margin-right: -20px !important;
}
.mr_25 {
  margin-right: -25px !important;
}
.mr_30 {
  margin-right: -30px !important;
}
.mr_35 {
  margin-right: -35px !important;
}
.mr_40 {
  margin-right: -40px !important;
}
.mr_50 {
  margin-right: -50px !important;
}
.mr_60 {
  margin-right: -60px !important;
}
.mr_70 {
  margin-right: -70px !important;
}
.mr_80 {
  margin-right: -80px !important;
}
.mr_90 {
  margin-right: -90px !important;
}
.mr_100 {
  margin-right: -100px !important;
}
.mr_130 {
  margin-right: -130px !important;
}
.mr_140 {
  margin-right: -140px !important;
}
.mr_150 {
  margin-right: -150px !important;
}
.mr_160 {
  margin-right: -160px !important;
}
.mr_180 {
  margin-right: -180px !important;
}
.mr_200 {
  margin-right: -200px !important;
}
.mr_210 {
  margin-right: -210px !important;
}
.mr_220 {
  margin-right: -220px !important;
}
.mr_240 {
  margin-right: -240px !important;
}
.mr_260 {
  margin-right: -260px !important;
}
.mr_280 {
  margin-right: -280px !important;
}
.mr_300 {
  margin-right: -300px !important;
}

.gap-26 {
  gap: 26px !important;
}
.gap-30 {
  gap: 30px !important;
}
.gap-40 {
  gap: 40px !important;
}
.gap-50 {
  gap: 50px !important;
}
.gap-60 {
  gap: 60px !important;
}
.gap-70 {
  gap: 70px !important;
}

label {
  font-size: 14px;
}
.lh-base {
  line-height: 20px !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.box-shadow {
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
}
.box-shadow_1 {
  box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08);
}
.border_1 {
  border: 1px solid var(--base-border-color);
}
.border-rounded {
  border-radius: 50%;
}
.overlay-opacity-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;
  opacity: 1;
}
.border-rad_5 {
  border-radius: 5px;
}
.border-rad_10 {
  border-radius: 10px !important;
}
.border-rad_20 {
  border-radius: 20px;
}
.border-rad_15 {
  border-radius: 15px;
}
.border-rad_30 {
  border-radius: 30px;
}
.border-rad_50 {
  border-radius: 50px;
}
.border-tl-rad_5 {
  border-top-left-radius: 30px;
}
.border-tr-rad_5 {
  border-top-right-radius: 30px;
}
.border-br-rad_5 {
  border-bottom-right-radius: 30px;
}
.border-bl-rad_5 {
  border-bottom-left-radius: 30px;
}

/* ===============================================
  Landing page css start
------------------------*/
/* galaxy starts css start  */
.hero-section .galaxy_eff {
  position: absolute;
  height: 280px;
  width: 750px;
  overflow: hidden;
  top: 240px;
  left: -150px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 10;
}

.hero-section .star {
  position: absolute;
  border-radius: 50%;
  animation-name: move_right;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes move_right {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}

.hero-section .slide-content1,
.hero-section .slide-content2,
.hero-section .slide-content3,
.hero-section .slide-content4,
.hero-section .slide-content5,
.hero-section .slide-content6,
.hero-section .slide-content7 {
  opacity: 1;
  transition: all 0.5s ease-out;
  transform: translateY(0px);
  transition-delay: 0s;
  animation:text-reveal 2s ease;
}

@keyframes text-reveal{
  from {
      transform: translateY(230px);
  }
  to {
    transform: translateY(0px);
  }
}

