/* GLOBAL_CSS_CHANGES_START_FROM_HERE */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea,
label {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
button,
input,
textarea,
select {
  outline: none !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
select.minimal {
  background-image: url(../images/selectArrow.png);
  background-position: calc(100% - 15px) calc(1em + 8px);
  background-repeat: no-repeat;
}
/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
  --white: #ffffff;
  --black: #000000;
  --blob-height: 300px;
  --blob-width: 300px;
  --clashDisplay-semibold: "ClashDisplay-Semibold";
  --sequel-sans-medium-disp: "Sequel-Sans-Medium-Disp";
  --sequel-sans-roman-disp: "Sequel-Sans-Roman-Disp";
  --sequel-sans-semi-bold-disp: "Sequel-Sans-Semi-Bold-Disp";
  --sequel-sans-book-disp: "Sequel-Sans-Book-Disp";
}
/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../webfonts/ClashDisplay-Semibold.otf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Sequel-Sans-Medium-Disp";
  src: url("../webfonts/Sequel-Sans-Medium-Disp.ttf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Sequel-Sans-Roman-Disp";
  src: url("../webfonts/Sequel-Sans-Roman-Disp.ttf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Sequel-Sans-Semi-Bold-Disp";
  src: url("../webfonts/Sequel-Sans-Semi-Bold-Disp.ttf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Sequel-Sans-Book-Disp";
  src: url("../webfonts/Sequel-Sans-Book-Disp.ttf");
  font-weight: regular;
  font-style: normal;
}
/* FONT_CSS_END_HERE */

/* SCROLL-CSS */
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: var(--white);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
/* SCROLL-CSS */

/* LOADER-CSS */
/* LOADER-CSS */

/* MOUSE-BLOB */
#blob {
  background: linear-gradient(180deg, #db4c2d 0%, #db4c2d 100%);
  filter: blur(calc(300px / 2.15));
  -webkit-filter: blur(calc(300px / 2.15));
  width: var(--blob-width, 50px);
  height: var(--blob-height, 50px);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  z-index: -2;
  transition: transform 0.5s linear, visibility 0.5s linear, opacity 0.5s linear;
  opacity: 0;
  visibility: hidden;
}
.visible {
  visibility: visible !important;
  opacity: 1 !important;
}
/* MOUSE-BLOB */

/* COMMON-CSS */
.common_btn {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 210px;
  height: 60px;
  overflow: hidden;
  border-radius: 45px;
  color: var(--white);
  border: 0;
}
.common_btn:hover {
  color: var(--white);
}
.common_btn_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: translateX(0) rotate(0.001deg);
  gap: 20px;
  border-radius: 45px;
  width: 210px;
}
.common_btn_content.duplicate {
  background-color: #db4c2d;
}
.common_btn_content.original {
  background-color: #7c64d0;
}
.common_btn_content.duplicate {
  position: absolute;
  top: 0;
  left: 0;
}
.common_btn_content.original {
  transform: translateX(101%) rotate(0.001deg);
}
.common_btn_content span {
  font-size: 18px;
  font-family: var(--sequel-sans-roman-disp);
  color: var(--white);
}
.common_btn.hover .common_btn_content.original {
  transform: translateX(0%) rotate(0.001deg);
  transition: transform 0s;
}
.common_btn.hover .common_btn_content.duplicate {
  transform: translateX(101%) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(1, 0, 0.25, 1);
}
.common_btn.transitioning .common_btn_content.original {
  transform: translateX(101%) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.25, 1);
  z-index: 2;
}
.common_btn.transitioning .common_btn_content.duplicate {
  transform: translateX(0%) rotate(0.001deg);
  transition: transform 0s;
}
.common_btn_border {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1.5px solid rgba(140, 160, 255, 0.37);
  border-radius: 45px;
}
.common_btn_1 {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 210px;
  height: 60px;
  overflow: hidden;
  border-radius: 45px;
  color: var(--white);
  border: 0;
}
.common_btn_1:hover {
  color: var(--white);
}
.common_btn_1_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: translateX(0) rotate(0.001deg);
  gap: 20px;
  border-radius: 45px;
  width: 210px;
}
.common_btn_1_content.duplicate {
  background-color: var(--white);
}
.common_btn_1_content.original {
  background-color: #db4c2d;
}
.common_btn_1_content.duplicate {
  position: absolute;
  top: 0;
  left: 0;
}
.common_btn_1_content.original {
  transform: translateX(101%) rotate(0.001deg);
}
.common_btn_1_content span {
  font-size: 18px;
  font-family: var(--sequel-sans-roman-disp);
  color: var(--white);
}
.common_btn_1.hover .common_btn_1_content.original {
  transform: translateX(0%) rotate(0.001deg);
  transition: transform 0s;
}
.common_btn_1.hover .common_btn_1_content.duplicate {
  transform: translateX(101%) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(1, 0, 0.25, 1);
}
.common_btn_1.transitioning .common_btn_1_content.original {
  transform: translateX(101%) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.25, 1);
  z-index: 2;
}
.common_btn_1.transitioning .common_btn_1_content.duplicate {
  transform: translateX(0%) rotate(0.001deg);
  transition: transform 0s;
}
.common_btn_1_border {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1.5px solid rgba(140, 160, 255, 0.37);
  border-radius: 45px;
}
.common_btn_1_content.duplicate i {
  color: var(--black);
}
.common_btn_1_content.duplicate span {
  color: var(--black);
}
.common_btn_1_content.original span {
  color: var(--white);
}
.sub_heading {
  font-size: 20px;
  font-family: var(--sequel-sans-medium-disp);
  color: #db4c2d;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.main_heading {
  font-size: 45px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  line-height: 1;
}
.main_heading span {
  color: #db4c2d;
}
.desc {
  font-size: 18px;
  font-family: var(--sequel-sans-medium-disp);
  color: var(--black);
}
.desc2 {
  font-size: 18px;
  font-family: var(--sequel-sans-book-disp);
  color: var(--black);
}
/* COMMON-CSS */
.common_inner_banner_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.toggle_btn {
  display: none;
}
/* HEADER-CSS */
.header_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  z-index: 99;
}
.header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header_nav ul li i {
  color: var(--white);
}
.header_nav ul li a {
  font-size: 18px;
  font-family: var(--sequel-sans-roman-disp);
  color: var(--white);
}
.header_nav ul li:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 5px;
}
.SMN_effect {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 0;
}
.SMN_effect span {
  display: block;
  -webkit-transition: -webkit-transform 500ms
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.SMN_effect:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: attr(data-hover);
  display: inline;
  text-align: center;
  -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.SMN_effect:hover {
  color: var(--white);
}
.SMN_effect:hover span {
  color: var(--main-color);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.SMN_effect:hover:after {
  top: 0;
}
.SMN_effect:active {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.SMN_effect::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease;
}
.SMN_effect:hover::before {
  transform: scaleX(1);
}
.dropdown {
  position: relative;
  cursor: pointer;
}
.service_dropdown ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 5px;
  position: absolute;
  top: 26px;
  left: -5px;
  width: 175px;
  background-color: #7c64d0;
  border: 1px solid var(--white);
  border-radius: 10px;
  padding: 5px 20px 10px 20px;
  transform: translate(0, 10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}
.service_dropdown ul li {
  font-size: 22px;
  font-family: var(--sequel-sans-roman-disp);
  color: var(--white);
  text-transform: capitalize;
}
.dropdown:hover .service_dropdown ul {
  opacity: 1;
  pointer-events: visible;
  transform: translate(0, 0px);
}
/* HEADER-CSS */

/* INDEX-CSS */
.index_banner_wrapper {
  height: 110vh;
  position: relative;
  z-index: 3;
  background-color: #e4a18e;
  padding: 225px 0px 0px 0px;
  overflow: hidden;
}
.index_banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner_bg_img.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: color-dodge;
}
.index_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  mix-blend-mode: color-dodge;
}
.index_banner_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_wrap_text {
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.index_banner_wrap_text h6 {
  font-size: 80px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--white);
  max-width: 1100px;
  margin: 0 auto;
}
.index_banner_wrap_text h6 span {
  color: #3c4f77;
}
.index_banner_wrap_btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.index_banner_wrap_btn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  font-size: 20px;
  font-family: var(--clashDisplay-semibold);
  color: var(--white);
  border-radius: 100px;
  transition: 0.5s ease;
}
.index_banner_wrap_btn ul li:nth-child(1) a {
  background: linear-gradient(268deg, #0017ff 6.95%, #0085ff 90.8%);
  transform: rotate(-5.495deg);
}
.index_banner_wrap_btn ul li:nth-child(1) a:hover {
  transform: rotate(-5.495deg) translateY(-10px);
  box-shadow: -5px 5px 0px 0px #151c65;
}
.index_banner_wrap_btn ul li:nth-child(2) a {
  background: linear-gradient(268deg, #f47d0e 6.95%, #d84c2d 90.8%);
  transform: rotate(-1.723deg);
}
.index_banner_wrap_btn ul li:nth-child(2) a:hover {
  transform: rotate(-1.723deg) translateY(-10px);
  box-shadow: -5px 5px 0px 0px #6f291e;
}
.index_banner_wrap_btn ul li:nth-child(3) a {
  background: linear-gradient(268deg, #0047ff 6.95%, #00a3ff 90.8%);
  transform: rotate(10.298deg);
}
.index_banner_wrap_btn ul li:nth-child(3) a:hover {
  transform: rotate(10.298deg) translateY(-10px);
  box-shadow: -5px 5px 0px 0px #24539b;
}
.index_banner_wrap_btn ul li:nth-child(4) a {
  background: linear-gradient(268deg, #1fc160 6.95%, #1adbc4 90.8%);
  transform: rotate(-5.413deg);
}
.index_banner_wrap_btn ul li:nth-child(4) a:hover {
  transform: rotate(-5.413deg) translateY(-10px);
  box-shadow: -5px 5px 0px 0px #12784d;
}
.index_banner_wrap_btn ul li:nth-child(5) a {
  background: linear-gradient(268deg, #c355f8 6.95%, #8f2cf3 90.8%);
  transform: rotate(5.084deg);
}
.index_banner_wrap_btn ul li:nth-child(5) a:hover {
  transform: rotate(5.084deg) translateY(-10px);
  box-shadow: -5px 5px 0px 0px #560ca0;
}
.index_banner_wrap_btn ul li:nth-child(6) a {
  background: linear-gradient(268deg, #55e8f8 6.95%, #6200ff 90.8%);
  transform: rotate(-4.916deg);
}
.index_banner_wrap_btn ul li:nth-child(6) a:hover {
  transform: rotate(5.084deg) translateY(-10px);
  box-shadow: -6px 5px 0px 0px #6200ff54;
}
.books_row {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.book_card {
  transition: all 0.5s;
}
.books_row .book_card:nth-child(1) {
  transform: translateY(20px);
}
.books_row .book_card:hover:nth-child(1) {
  transform: translateY(0px);
}
.books_row .book_card:nth-child(2) {
  transform: translateY(70px);
}
.books_row .book_card:hover:nth-child(2) {
  transform: translateY(50px);
}
.books_row .book_card:nth-child(3) {
  transform: translateY(120px);
}
.books_row .book_card:hover:nth-child(3) {
  transform: translateY(100px);
}
.books_row .book_card:nth-child(4) {
  transform: translateY(20px);
}
.books_row .book_card:hover:nth-child(4) {
  transform: translateY(0px);
}
.books_row .book_card:nth-child(5) {
  transform: translateY(60px);
}
.books_row .book_card:hover:nth-child(5) {
  transform: translateY(40px);
}
.books_row .book_card:nth-child(6) {
  transform: translateY(115px);
}
.books_row .book_card:hover:nth-child(6) {
  transform: translateY(95px);
}
.books_row .book_card:nth-child(7) {
  transform: translateY(20px);
}
.books_row .book_card:hover:nth-child(7) {
  transform: translateY(0px);
}
.index_first_wrapper {
  padding: 150px 0px 50px 0px;
  background-color: #e8f0f9;
  position: relative;
  overflow: hidden;
}
.index_first_wrap_float_img_1,
.index_first_wrap_float_img_2 {
  position: absolute;
  top: 10%;
  animation: Float 3.5s linear infinite;
}
.index_first_wrap_float_img_1 {
  left: 5%;
  animation-direction: reverse;
  animation-duration: 3s;
}
.index_first_wrap_float_img_2 {
  right: 5%;
  animation-direction: alternate;
}
.index_first_wrap_text {
  text-align: center;
}
.index_first_wrap_text .sub_heading {
  margin: 0px 0px 10px 0px;
}
.index_first_wrap_text .main_heading {
  max-width: 1000px;
  margin: 0 auto 10px auto;
}
.index_first_wrap_text .desc {
  max-width: 800px;
  margin: 0 auto 10px auto;
}
.index_first_wrap_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 50px 0px;
  gap: 15px;
}
.marquee {
  margin: 0px 0px 50px 0px;
}
.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
  gap: 20px;
}
.index_first_wrap_box {
  padding: 20px 40px 20px 20px;
  background-color: var(--white);
  border-radius: 20px;
  width: 500px;
  height: auto;
  filter: drop-shadow(10px 10px 0px #dae6f4);
}
.about_first_wrapper .index_first_wrap_box {
  height: auto;
}
.index_first_wrap_box_text ul {
  padding: 0px 0px 0px 20px;
}
.index_first_wrap_box_text ul li {
  font-size: 22px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  list-style: disc;
}
.index_first_wrap_box_text p {
  font-size: 20px;
  font-family: var(--sequel-sans-roman-disp);
  color: var(--black);
  padding: 0px 0px 0px 20px;
  max-width: 440px;
}
.index_first_wrap_text_2 .main_heading {
  max-width: 800px;
}
.index_second_wrapper {
  position: relative;
}
.index_second_wrap_screen {
  padding: 100px 0px 0px 0px;
  position: relative;
}
.index_second_wrap_second_screen,
.index_second_wrap_third_screen,
.index_second_wrap_fourth_screen,
.index_second_wrap_fifth_screen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_second_wrap_first_screen {
  z-index: 1;
}
.index_second_wrap_second_screen {
  z-index: 2;
  clip-path: inset(100% 50% 0%);
}
.index_second_wrap_third_screen {
  z-index: 3;
  clip-path: inset(100% 50% 0%);
}
.index_second_wrap_fourth_screen {
  z-index: 4;
  clip-path: inset(100% 50% 0%);
}
.index_second_wrap_fifth_screen {
  z-index: 5;
  clip-path: inset(100% 50% 0%);
}
.index_second_wrap_screen .index_second_wrap_screen_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(
    0% 0%,
    0% 100%,
    15% 100%,
    15% 33%,
    85% 33%,
    85% 100%,
    25% 100%,
    25% 100%,
    100% 100%,
    100% 0%
  );
}
.index_second_wrap_first_screen .index_second_wrap_screen_bg {
  background: radial-gradient(
    130.58% 69.32% at 57.76% 56.67%,
    #00a3ff 0%,
    #61b5d9 100%
  );
}
.index_second_wrap_second_screen .index_second_wrap_screen_bg {
  background: radial-gradient(
    79.91% 57.19% at 43.31% 67.45%,
    #fdc879 0%,
    #fb6a55 100%
  );
  transform: scaleX(0) scaleY(0);
  transform-origin: bottom;
}
.index_second_wrap_third_screen .index_second_wrap_screen_bg {
  background: linear-gradient(268deg, #61b5d9 6.95%, #00a3ff 90.8%);
  transform: scaleX(0) scaleY(0);
  transform-origin: bottom;
}
.index_second_wrap_fourth_screen .index_second_wrap_screen_bg {
  background: linear-gradient(268deg, #1fc160 6.95%, #1adbc4 90.8%);
  transform: scaleX(0) scaleY(0);
  transform-origin: bottom;
}
.index_second_wrap_fifth_screen .index_second_wrap_screen_bg {
  background: linear-gradient(268deg, #c355f8 6.95%, #8f2cf3 90.8%);
  transform: scaleX(0) scaleY(0);
  transform-origin: bottom;
}
.index_second_wrap_text {
  text-align: center;
  margin: 0px 0px 40px 0px;
  z-index: 4;
  position: relative;
}
.index_second_wrap_second_screen .index_second_wrap_text {
  opacity: 1;
}
.index_second_wrap_third_screen .index_second_wrap_text {
  opacity: 1;
}
.index_second_wrap_fourth_screen .index_second_wrap_text {
  opacity: 1;
}
.index_second_wrap_fifth_screen .index_second_wrap_text {
  opacity: 1;
}
.index_second_wrap_text .main_heading {
  font-size: 90px;
  color: var(--white);
  margin: 0px 0px 20px 0px;
}
.index_second_wrap_text .desc {
  font-size: 22px;
  color: var(--white);
  max-width: 750px;
  margin: 0 auto;
}
.index_second_wrap_screen_inner_box {
  background-position: center;
  background-size: cover;
  background-color: #e8ebff;
  width: 70%;
  margin: 0 auto;
  padding: 70px;
  height: 650px;
}
.index_second_wrap_first_screen .index_second_wrap_screen_inner_box {
  background-image: url(../images/second_wrap_screen_bg_1.png);
}
.index_second_wrap_second_screen .index_second_wrap_screen_inner_box {
  background-image: url(../images/second_wrap_screen_bg_2.png);
}
.index_second_wrap_third_screen .index_second_wrap_screen_inner_box {
  background-image: url(../images/second_wrap_screen_bg_3.png);
}
.index_second_wrap_fourth_screen .index_second_wrap_screen_inner_box {
  background-image: url(../images/second_wrap_screen_bg_4.png);
}
.index_second_wrap_fifth_screen .index_second_wrap_screen_inner_box {
  background-image: url(../images/second_wrap_screen_bg_5.png);
}
.index_second_wrap_screen_inner_box_text .main_heading {
  font-size: 50px;
  margin: 0px 0px 30px 0px;
}
.index_second_wrap_first_screen
  .index_second_wrap_screen_inner_box_text
  .main_heading {
  color: #011967;
}
.index_second_wrap_second_screen
  .index_second_wrap_screen_inner_box_text
  .main_heading {
  color: #49140c;
}
.index_second_wrap_third_screen
  .index_second_wrap_screen_inner_box_text
  .main_heading {
  color: #0e2850;
}
.index_second_wrap_fourth_screen
  .index_second_wrap_screen_inner_box_text
  .main_heading {
  color: #073e27;
}
.index_second_wrap_fifth_screen
  .index_second_wrap_screen_inner_box_text
  .main_heading {
  color: #2a0c48;
}
.index_second_wrap_screen_inner_box_text .desc {
  font-size: 20px;
  margin: 0px 0px 30px 0px;
}
.index_second_wrap_first_screen .index_second_wrap_screen_inner_box_text .desc {
  color: #011967;
}
.index_second_wrap_second_screen
  .index_second_wrap_screen_inner_box_text
  .desc {
  color: #49140c;
}
.index_second_wrap_third_screen .index_second_wrap_screen_inner_box_text .desc {
  color: #0e2850;
}
.index_second_wrap_fourth_screen
  .index_second_wrap_screen_inner_box_text
  .desc {
  color: #073e27;
}
.index_second_wrap_fifth_screen .index_second_wrap_screen_inner_box_text .desc {
  color: #2a0c48;
}
.index_second_wrap_screen_inner_box_btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: var(--sequel-sans-medium-disp);
  color: #011967;
  position: relative;
  width: 150px;
}
.index_second_wrap_first_screen .index_second_wrap_screen_inner_box_btn a {
  color: #011967;
}
.index_second_wrap_second_screen .index_second_wrap_screen_inner_box_btn a {
  color: #49140c;
}
.index_second_wrap_third_screen .index_second_wrap_screen_inner_box_btn a {
  color: #0e2850;
}
.index_second_wrap_fourth_screen .index_second_wrap_screen_inner_box_btn a {
  color: #073e27;
}
.index_second_wrap_fifth_screen .index_second_wrap_screen_inner_box_btn a {
  color: #2a0c48;
}
.index_second_wrap_screen_inner_box_btn a::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 60%;
  height: 2px;
  background-color: #011967;
}
.index_second_wrap_first_screen
  .index_second_wrap_screen_inner_box_btn
  a::before {
  background-color: #011967;
}
.index_second_wrap_second_screen
  .index_second_wrap_screen_inner_box_btn
  a::before {
  background-color: #49140c;
}
.index_second_wrap_third_screen
  .index_second_wrap_screen_inner_box_btn
  a::before {
  background-color: #0e2850;
}
.index_second_wrap_fourth_screen
  .index_second_wrap_screen_inner_box_btn
  a::before {
  background-color: #073e27;
}
.index_second_wrap_fifth_screen
  .index_second_wrap_screen_inner_box_btn
  a::before {
  background-color: #2a0c48;
}
.index_second_wrap_screen_inner_box_btn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 42px;
  background-color: #404cc3;
  color: var(--white);
  font-size: 12px;
  transform: rotate(-40deg);
}
.index_second_wrap_first_screen .index_second_wrap_screen_inner_box_btn a i {
  background-color: #404cc3;
}
.index_second_wrap_second_screen .index_second_wrap_screen_inner_box_btn a i {
  background-color: #d05745;
}
.index_second_wrap_third_screen .index_second_wrap_screen_inner_box_btn a i {
  background-color: #5089de;
}
.index_second_wrap_fourth_screen .index_second_wrap_screen_inner_box_btn a i {
  background-color: #19be79;
}
.index_second_wrap_fifth_screen .index_second_wrap_screen_inner_box_btn a i {
  background-color: #7d13e7;
}
.index_third_wrapper {
  padding: 100px 0px;
}
.index_third_wrap_ttextf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 30px 0px;
}
.index_third_slide_img {
  overflow: hidden;
  border-radius: 35px;
}
.index_fourth_wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #01052e;
  display: flex;
  align-items: center;
  z-index: 3;
}
.index_fourth_wrapper::before {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #7c64d0 0%, rgba(2, 6, 47, 0) 27.31%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.index_fourth_wrapper::after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #7c64d0 0%, rgba(2, 6, 47, 0) 27.31%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.index_fourth_wrap_text h3 {
  font-size: 25px;
  color: #7278af;
  margin: 0px 0px 20px 0px;
}
.index_fourth_wrap_text h6 {
  font-size: 80px;
  color: var(--white);
  margin: 0px 0px 35px 0px;
}
.index_fourth_wrap_text p {
  color: var(--white);
  margin: 0px 0px 35px 0px;
}
.index_fourth_wrap_text {
  max-width: 800px;
  position: relative;
  z-index: 9;
}
.index_fourth_wrap_text h6 span {
  color: #a6ace0;
}
.index_fourth_wrap_text ul {
  display: flex;
  gap: 15px;
}
.fourth_wrap_marquee {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  gap: 100px;
  width: 200vw;
  animation: swing-left-right 25s linear infinite;
}
.index_fourth_banner_wrap {
  position: absolute;
  right: -310px;
  top: 0px;
  width: 90%;
  transform: rotate(10deg);
}
.index_fourth_banner_wrapf {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.index_fourth_banner_wrap::before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(70deg, #7c64d0 0%, rgba(2, 6, 47, 0) 80%);
  position: absolute;
  top: 0px;
  left: -70px;
  z-index: 1;
}
.index_fourth_banner_wrapf ul li img {
  width: 100%;
  overflow: hidden;
}
.top_animation {
  animation: swing-top-bottom 25s linear infinite;
}
.bottom_animation {
  animation: swing-bottom-top 25s linear infinite;
}
.index_fourth_banner_wrapf ul li {
  margin: 0px 0px 20px 0px;
}
.index_fifth_wrapper {
  padding: 100px 0px;
  background-color: #e8f0f9;
  position: relative;
  overflow: hidden;
  height: 110vh;
}
.index_fifth_wrap_ttext {
  text-align: center;
}
.index_fifth_wrap_ttext h3 {
  margin: 0px 0px 20px 0px;
  font-size: 25px;
}
.index_fifth_text_bg {
  display: flex;
  align-items: center;
  padding: 150px 0px 30px 0px;
  gap: 100px;
  width: 200vw;
  animation: swing-right-left 19s linear infinite;
}
.index_fifth_text p {
  font-family: var(--sequel-sans-semi-bold-disp);
  font-size: 280px;
  color: var(--white);
}
.index_fifth_text p {
  width: 110vw;
}
.index_fifth_wrap_main_img {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 9;
}
.index_fifth_wrap_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: Float 5s linear infinite;
}
.index_fifth_wrap_tag_img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.index_fifth_wrap_tag_img::before {
  content: "";
  background-image: url(../images/fifht_tag_bg.png);
  background-position: center;
  background-size: cover;
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: rotate 25s linear infinite;
}
.index_fifth_wrap_ttext h6 {
  font-size: 50px;
}
.index_sixth_wrapper {
  background-color: #1adbc4;
  padding: 100px 0px;
}
.index_sixth_wrap_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0px 0px 100px 0px;
}
.index_sixth_wrap_text .sub_heading {
  color: #000000;
  margin: 0px 0px 10px 0px;
}
.index_sixth_wrap_text .main_heading {
  color: var(--black);
  max-width: 1000px;
}
.index_sixth_wrap_text .main_heading span {
  color: #7c64d0;
}
.index_sixth_wrap_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #454545;
  padding: 20px 20px;
  position: relative;
  z-index: 3;
  transition: 0.4s ease;
}
.index_sixth_wrap_row:hover {
  padding: 20px 40px;
}
.index_sixth_wrap_row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(0%);
  transform-origin: bottom;
  transition: transform 0.4s ease;
}
.index_sixth_wrap_row:hover::before {
  transform-origin: top;
  transform: scaleY(100%);
}
.index_sixth_wrap_row:nth-child(1)::before {
  background: linear-gradient(268deg, #0017ff 6.95%, #0085ff 90.8%);
}
.index_sixth_wrap_row:nth-child(2)::before {
  background: linear-gradient(268deg, #fb6a55 6.95%, #ea9f47 90.8%);
}
.index_sixth_wrap_row:nth-child(3)::before {
  background: linear-gradient(268deg, #1fc160 6.95%, #1adbc4 90.8%);
}
.index_sixth_wrap_row:nth-child(4)::before {
  background: linear-gradient(268deg, #c355f8 6.95%, #8f2cf3 90.8%);
}
.index_sixth_wrap_row:nth-child(5)::before {
  background: linear-gradient(268deg, #0047ff 6.95%, #00a3ff 90.8%);
}
.index_sixth_wrap_row:nth-child(6)::before {
  background: linear-gradient(268deg, #f47d0e 6.95%, #d84c2d 90.8%);
}
.index_sixth_wrap_row:nth-child(7)::before {
  background: linear-gradient(268deg, #1d975c 6.95%, #9acc0e 90.8%);
}
.index_sixth_wrap_row:nth-child(8)::before {
  background: linear-gradient(268deg, #5200ff 6.95%, #bd00ff 90.8%);
}
.index_sixth_wrap_row_img {
  width: 130px;
  height: 60px;
  border-radius: 47px;
  transition: 0.5s ease;
}
.index_sixth_wrap_row:nth-child(1) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_1.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(1):hover .index_sixth_wrap_row_img {
  background-position: 0% 100%;
}
.index_sixth_wrap_row:nth-child(2) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_2.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(2):hover .index_sixth_wrap_row_img {
  background-position: 0% 100%;
}
.index_sixth_wrap_row:nth-child(3) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_3.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(3):hover .index_sixth_wrap_row_img {
  background-position: 0% 60%;
}
.index_sixth_wrap_row:nth-child(4) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_4.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(4):hover .index_sixth_wrap_row_img {
  background-position: 0% 55%;
}
.index_sixth_wrap_row:nth-child(5) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_5.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(5):hover .index_sixth_wrap_row_img {
  background-position: 0% 100%;
}
.index_sixth_wrap_row:nth-child(6) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_6.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(6):hover .index_sixth_wrap_row_img {
  background-position: 0% 60%;
}
.index_sixth_wrap_row:nth-child(7) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_7.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(7):hover .index_sixth_wrap_row_img {
  background-position: 0% 50%;
}
.index_sixth_wrap_row:nth-child(8) .index_sixth_wrap_row_img {
  background-image: url(../images/row_img_8.png);
  background-size: cover;
  background-position: 0% 0%;
}
.index_sixth_wrap_row:nth-child(8):hover .index_sixth_wrap_row_img {
  background-position: 0% 80%;
}
.index_sixth_wrap_row_sno h6 {
  font-size: 30px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 15px;
}
.index_sixth_wrap_row_sno h6 span {
  font-size: 20px;
  font-family: var(--sequel-sans-book-disp);
  color: var(--black);
  opacity: 0.5;
}
.index_sixth_wrap_row_text p {
  font-size: 22px;
  font-family: var(--sequel-sans-medium-disp);
  color: var(--black);
  opacity: 0.5;
}
.index_wrapper_seventh {
  padding: 120px 0px;
  background: #e8f0f9;
  position: relative;
}
.sec_top_bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gen_text_box.dark_text_box {
  max-width: 540px;
}
.gen_text_box.dark_text_box .main_heading_white {
  color: var(--black);
}
.gen_text_box.dark_text_box .main_heading_white span {
  color: #db4c2d;
}
.review_main_wrapper {
  background: var(--white);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.slide_main_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 80px 30px;
  height: 615px;
  border-right: 1px solid #e6e6e6;
}
.slide_main_card h2 {
  font-family: var(--sequel-sans-semi-bold-disp);
  font-size: 100px;
  color: #95a1ae;
  text-align: center;
}
.slide_main_card ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.slide_main_card ul li i {
  font-size: 16px;
  color: #fa3b1e;
}
.slide_main_card p {
  font-family: var(--sequel-sans-semi-bold-disp);
  font-size: 20px;
  color: var(--black);
  text-align: center;
}
.slide_child_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 50px 30px;
  height: 615px;
  border-right: 1px solid #e6e6e6;
  overflow: hidden;
}
.slide_child_card .sub_text {
  font-size: 20px;
  font-family: var(--sequel-sans-medium-disp);
  color: #ffffff;
  margin: 0px 0px 25px 0px;
}
.slide_child_card .main_text {
  font-size: 26px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
}
.slide_child_card .main_text span {
  color: #95a2ae;
}
.client_info h3 {
  font-size: 20px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  padding-bottom: 5px;
}
.client_info p {
  font-size: 18px;
  font-family: var(--sequel-sans-roman-disp);
  color: #a4adb7;
}
.index_wrapper_seventh .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 80px;
}
.index_wrapper_seventh .swiper-pagination-bullet {
  width: 10.5px;
  height: 10.5px;
  transition: all 0.25s;
}
.index_wrapper_seventh .swiper-pagination-bullet-active {
  opacity: 1;
  background: #95a1ae;
  width: 30px;
  border-radius: 10px;
}
/*SEVENTH SEC CSS END*/

/*CONATCT SECTION START*/
.contact_section {
  position: relative;
  padding: 150px 0px 120px 0px;
  background-color: #e4a18e;
  z-index: 3;
}
.main_heading_white {
  font-size: 45px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--white);
}
.main_heading_white span {
  color: #d43411;
}
.desc_white {
  font-size: 25px;
  font-family: var(--sequel-sans-medium-disp);
  color: #ffffff;
  line-height: 1.4;
}
.gen_text_box {
  max-width: 700px;
}
.gen_input {
  width: 100%;
  height: 62px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: rgba(26, 30, 68, 0.25);
  padding: 0px 30px;
  font-size: 20px;
  font-family: var(--sequel-sans-medium-disp);
  color: #ffffff;
}
.gen_input::placeholder {
  color: #ffffff;
}
.gen_input option {
  background-color: #7c64d0;
  color: var(--white);
}
.gen_textarea {
  height: 120px !important;
  padding: 20px 30px;
  resize: none;
}
.contact_right_wrap {
  padding-left: 50px;
}
.contact_links_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_links_wrap .links {
  font-size: 30px;
  font-family: var(--sequel-sans-roman-disp);
  color: #ffffff;
  display: block;
  text-decoration: underline;
  position: relative;
  width: fit-content;
  transition: all 0.5s;
}
.contact_links_wrap .links:hover {
  color: #db4c2d;
}
.contact_links_wrap .links:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -30px;
  width: 18px;
  height: 18px;
  background-image: url(../images/link-arrow.png);
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.contact_links_wrap .links:hover:before {
  transform: rotate(45deg);
  filter: brightness(0.5) invert(1);
}
.social_links {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 35px;
}
.social_links a {
  font-size: 25px;
  color: #ffffff;
  transition: all 0.25s;
  transition: all 0.5s;
}
.social_links a:hover {
  color: #db4c2d;
}
.float_item_img {
  position: absolute;
  top: 130px;
  right: 230px;
  max-width: 530px;
  opacity: 0.15;
  z-index: -1;
}
/* INDEX-CSS */

/* INNER-CSS */
.common_inner_banner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px 0px 100px 0px;
  height: 700px;
  background-color: #e4a18e;
  z-index: 3;
  overflow: hidden;
}
.common_inner_banner_text {
  text-align: center;
  margin: 0 0 50px 0;
}
.common_inner_banner_text .sub_heading {
  font-size: 30px;
}
.common_inner_banner_text .main_heading {
  font-size: 80px;
  max-width: 1000px;
  margin: 0 auto;
}
.common_inner_banner_text .sub_heading,
.common_inner_banner_text .main_heading {
  color: var(--white);
}
.common_inner_banner_bg_text h6 {
  font-size: 460px;
  font-family: var(--sequel-sans-semi-bold-disp);
  mix-blend-mode: color-dodge;
  color: #7c64d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  text-wrap: nowrap;
  z-index: -1;
  opacity: 0.7;
}
.about_first_wrapper .desc2 {
  max-width: 1100px;
  margin: 20px auto 50px auto;
}
.about_first_wrap_box_img {
  overflow: hidden;
  border-radius: 20px;
}
.about_first_wrap_box_img img {
  transition: 0.5s ease;
}
.about_first_wrap_box:hover .about_first_wrap_box_img img {
  transform: scale(1.2);
}
.about_second_wrapper {
  padding: 100px 0px;
}
.about_second_wrap_text {
  margin: 0px 0px 50px 0px;
}
.about_second_wrap_text .sub_heading {
  margin: 0px 0px 10px 0px;
}
.about_second_wrap_text .main_heading {
  max-width: 800px;
}
.about_second_wrap_box_img {
  margin: 0px 0px 30px 0px;
}
.about_second_wrap_box_text h6 {
  font-size: 28px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  width: 85%;
  margin: 0px 0px 10px 0px;
}
.about_second_wrap_box_text h6 span {
  color: #ffffff;
}
.about_second_wrap_box_text p {
  font-size: 20px;
  font-family: var(--sequel-sans-medium-disp);
  color: #636b74;
  line-height: 1.2;
}
.work_first_wrapper {
  padding: 100px 0px;
  background-color: #e8f0f9;
}
.work_banner .common_inner_banner_text .main_heading {
  max-width: 1430px;
}
.work_first_wrap_text .sub_heading {
  margin: 0px 0px 15px 0px;
}
.work_first_wrap_text .main_heading {
  margin: 0px 0px 30px 0px;
  width: 90%;
}
.work_first_wrap_text .desc {
  margin: 0px 0px 30px 0px;
  font-size: 20px;
}
.work_first_wrap_text .desc2 {
  font-size: 20px;
}
.work_first_wrap_img {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.work_first_wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.img_fix:hover img {
  transform: unset !important;
}
.work_first_wrap_img:hover img {
  transform: scale(1.1);
}
.work_second_wrap_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.work_second_wrap_box {
  width: calc(20.2% - 20px);
}
.service_second_wrapper .index_second_wrap_second_screen,
.service_second_wrapper .index_second_wrap_third_screen,
.service_second_wrapper .index_second_wrap_fourth_screen,
.service_second_wrapper .index_second_wrap_fifth_screen {
  position: relative;
  clip-path: inset(0% 0% 0%);
}
.service_second_wrapper .index_second_wrap_screen_bg {
  transform: scaleX(1);
}
.contact_first_wrapper {
  padding: 250px 0px 150px 0px;
}
/* INNER-CSS */

/* FOOTER-CSS */
.footer_wrapper {
  background: #db4c2d;
  padding: 120px 0px 0px 0px;
}
.footer_inner_wrapper {
  margin: 0px 0px 100px 0px;
}
.footer_col .heading {
  font-family: var(--sequel-sans-roman-disp);
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  margin: 0px 0px 50px 0px;
}
.footer_col ul li a {
  font-family: var(--sequel-sans-roman-disp);
  font-size: 20px;
  color: var(--white);
  display: block;
  margin-bottom: 25px;
  position: relative;
  width: fit-content;
}
.footer_col ul li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #db4c2d;
  transition: all 0.25s;
}
.footer_col ul li a:hover:before {
  width: 50%;
}
.footer_col ul li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.25s;
}
.footer_col ul li a:hover:after {
  width: 50%;
}
.heading_bold {
  font-family: var(--sequel-sans-medium-disp);
  font-size: 40px;
  color: var(--white);
}
.heading_bold span {
  color: #000000;
}
.footer_col .desc {
  font-family: var(--sequel-sans-roman-disp);
  font-size: 18px;
  color: #000000;
}
.copywrite_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
.copywrite_bar p,
.copywrite_bar a,
.copywrite_bar span {
  color: #000000;
  font-family: var(--sequel-sans-roman-disp);
  font-size: 18px;
}
/* FOOTER-CSS */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: inherit !important;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 560px) !important;
}
.modal.show .modal-dialog {
  transform: none !important;
  transition: all 600ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.modal-content {
  border-radius: 55px !important;
  border: 2px solid var(--white);
  position: relative;
  background-color: var(--white);
}
.custom-modal-btn button {
  position: absolute;
  right: -50px;
  top: -70px;
  z-index: 9999;
  border: 0;
  background-color: transparent;
}
.modal-body {
  padding: 0 !important;
}
.modal-body-flex {
  display: flex;
}
.custom-modal-img {
  width: 100%;
  height: 100%;
}
.custom-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-modal-ct-btns-f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
  margin: 0px 0px 25px 0px;
}

.custom-modal-ct-btns-f label,
.custom-modal-ct-btns-f span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sequel-sans-roman-disp);
  font-size: 14px;
  width: 170px;
  height: 55px;
  background-color: #f7f7f7;
  color: var(--black);
  border: 0;
  border-radius: 30px;
  transition: 0.2s all;
  cursor: pointer;
}

.custom-modal-ct-btns-f input[type="checkbox"] {
  display: none;
}

.custom-modal-ct-btns-f input[type="checkbox"]:checked + span {
  background-color: #0017ff;
  color: var(--white);
  transition: 0.2s all;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*width: 170px;*/
  /*height: 55px;*/
  /*border-radius: 30px;*/
}

.custom-modal-contact-form {
  padding: 30px 40px 30px 40px;
}
.index-banner-ct-text h6 {
  font-size: 60px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  text-transform: capitalize;
  margin: 0px 0px 15px 0px;
}
.index-banner-ct-input input {
  background-color: #f7f7f7;
  border: 0;
  color: var(--black);
  font-family: var(--sequel-sans-roman-disp);
}
.index-banner-ct-input input::placeholder {
  color: hsla(240, 7%, 62%, 1);
}
.index-banner-ct-text p {
  font-size: 25px;
  color: var(--black);
  font-family: var(--sequel-sans-roman-disp);
  margin: 0px 0px 25px 5px;
}
.custom-modal-btn button {
  position: absolute;
  right: -50px;
  top: -70px;
  z-index: 9999;
  border: 0;
  background-color: transparent;
}
.index-banner-ct-circle {
  position: absolute;
  right: -50px;
  top: -50px;
}
.index-banner-ct-img-ani {
  position: absolute;
  top: 20px;
  left: 18px;
  animation: rotate_close 8s linear infinite;
}
.thank_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
}
.thank_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.thank_text_wrapper h6 {
  font-size: 80px;
}
.mobile_marquee__about {
  display: none;
}
.index-banner-ct-input textarea {
  background-color: #f7f7f7;
  border: 0;
  color: var(--black);
  font-family: var(--sequel-sans-roman-disp);
  padding: 10px 10px;
  height: 80px;
}
.index-banner-ct-input textarea::placeholder {
  color: hsla(240, 7%, 62%, 1);
}
/* ANIMATIONS */
@keyframes swing-bottom-top {
  0% {
    transform: translate(0, -600px);
  }
  50% {
    transform: translate(0, 50px);
  }
  100% {
    transform: translate(0, -900px);
  }
}
@keyframes swing-top-bottom {
  0% {
    transform: translate(0, -75px);
  }
  50% {
    transform: translate(0, -1000px);
  }
  100% {
    transform: translate(0, -75px);
  }
}
@keyframes swing-left-right {
  0% {
    transform: translate(-75px, 0);
  }
  50% {
    transform: translate(-1700px, 0);
  }
  100% {
    transform: translate(-75px, 0px);
  }
}
@keyframes swing-right-left {
  0% {
    transform: translate(-600px, 0);
  }
  50% {
    transform: translate(-1700px, 0);
  }
  100% {
    transform: translate(-600px, 0px);
  }
}
@keyframes Float {
  0% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0px, -10px);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes rotate_close {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* ANIMATIONS */

/*ADDITIONAL CSS*/
/*ADDITIONAL CSS*/

.blog_first_wrap_box {
  border-radius: 20px;
}
.blog_first_wrap_box_img {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 20px;
  height: 250px;
}
.blog_first_wrap_box_img img {
  transition: 0.5s ease;
}
.blog_first_wrap_box_text h6 {
  font-size: 26px;
  font-family: var(--sequel-sans-semi-bold-disp);
  color: var(--black);
  margin: 0 0 20px;
  height: 70px;
  overflow: hidden;
}
.blog_first_wrap_box_text p {
  font-size: 20px;
  font-family: var(--sequel-sans-medium-disp);
  color: var(--black);
  margin: 0 0 10px;
  height: 150px;
  overflow: hidden;
}
.blog_decs_main_img {
  width: 100%;
  height: 500px;
  margin: 0 auto 20px;
}
.blog_decs_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.blog_decs_main_text p {
  text-transform: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.blog_decs_main_text p b {
  font-size: 35px;
  font-family: var(--kanit-medium);
  margin: 0 0 5px;
}
.blog_decs_main_text ul {
  padding: 0 0 20px 20px;
}
.blog_decs_main_text ul li {
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.blog_decs_main_text ol b {
  font-size: 25px;
  font-family: var(--kanit-medium);
  margin: 0 0 5px-2rem;
}
.blog_decs_side_wrap {
  border-radius: 20px;
  border: 1px solid #eee;
}
.blog_decs_side_wrap h6 {
  font-size: 22px;
  font-family: var(--sequel-sans-semi-bold-disp);
  text-transform: capitalize;
  margin: 0 0 15px;
}
.blog_decs_side_item_text p {
  font-size: 18px;
  font-family: var(--sequel-sans-medium-disp);
  line-height: 1;
  color: var(--black);
}
.blog_decs_side_item_main {
  width: 100%;
  height: 450px;
  overflow-y: scroll;
  padding: 0 10px 0 0;
}
.blog_decs_side_item_main::-webkit-scrollbar {
  width: 5px;
}
.blog_decs_side_item_main::-webkit-scrollbar-track {
  background: var(--white);
}
.blog_decs_side_item_main::-webkit-scrollbar-thumb {
  background-color: var(--black);
}
.blog_decs_side_itemf {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.blog_decs_side_item_img {
  width: 90px;
  height: 70px;
  overflow: hidden;
  border-radius: 10px;
}
.blog_decs_side_item_text {
  width: calc(100% - 90px);
}
.blog_decs_side_wrap_btn.view_btn_1 {
  width: 100%;
  height: 50px;
  border-radius: 100px;
}
.index_fifth_wrap_ttext p {
  max-width: 1000px;
  margin: 0 auto;
}
.s_heading {
  font-size: 45px;
  color: var(--black);
  transition: 0.3s;
  padding-bottom: 20px;
  font-family: Lobster, cursive;
}
.s_heading2 {
  font-size: 32px;
  color: var(--black);
  font-family: var(--sequel-sans-semi-bold-disp);
}
.s_heading3 {
  font-size: 24px;
  color: var(--black);
  font-family: var(--sequel-sans-medium-disp);
  margin: 0px 0px 15px 0px;
}
.s_heading4 {
  font-size: 20px;
  color: var(--black);
  font-family: var(--sequel-sans-medium-disp);
  margin: 0px 0px 10px 0px;
}
.s_desc {
  font-size: 18px;
  font-family: var(--titilliumWeb-light);
  color: var(--black);
  width: 90%;
  padding-bottom: 15px;
}
li.s_desc {
  padding-bottom: 6px;
  font-size: 15.5px;
  position: relative;
  padding-left: 19px;
}
li.s_desc:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/right-arrow.html) center/cover;
}
.footer_wrap_diswrap {
  background-color: #e8f0f9;
  padding: 20px 0;
}
.terms_wrapper {
  padding: 100px 0 50px;
  background-color: #e8f0f9;
  position: relative;
  overflow: hidden;
}
.terms_wrap_text h4 {
  font-size: 24px;
  margin: 0 0 10px;
}
.terms_wrap_text p,
.terms_wrap_text ul {
  margin: 0 0 25px;
}
.blog_first_wrapper {
  padding: 100px 0;
  background-color: #e8f0f9;
}
.blog_decs_main_text ul li,
.terms_wrap_text ul li {
  list-style: disc;
}
.blog_banner {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-color: #142a93;
  background-image: url(../images/second_wrap_screen_bg_1.png);
  padding: 50px 0;
  margin: 0 0 20px 0;
}
.blog_banner a {
  margin: 0 auto;
}
.blog_banner h6 {
  margin: 0 auto 20px auto;
  max-width: 750px;
  color: var(--white);
}
.blog_decs_side_wrap,
.blog_first_wrap_box {
  padding: 20px;
  background-color: var(--white);
}
.blog_decs_side_item_img img,
.custom-modal-img img,
.index_banner_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_first_wrap_box:hover .blog_first_wrap_box_img img,
.work_first_wrap_img:hover img {
  transform: scale(1.1);
}
.blog_first_wrap_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
