@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eo");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.eot");
  src: url("../fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype"), url("../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular/.eot");
  src: url("../fonts/OpenSans-Regular/.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular/.woff2") format("woff2"), url("../fonts/OpenSans-Regular/.woff") format("woff"), url("../fonts/OpenSans-Regular/.ttf") format("truetype"), url("../fonts/OpenSans-Regular/.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto !important;
}

body {
  font-family: Poppins;
}

body {
  counter-reset: section;
  overflow-x: hidden;
  background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
  letter-spacing: 0.36px;
  color: #222222;
}

a:hover {
  color: none !important;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #222222;
  letter-spacing: 0.36px;
  font-family: Poppins;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}

ul li {
  list-style: none;
  font-family: Poppins;
}

ul {
  padding-left: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
}
@media screen and (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

/************animation start**************/
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  55%, 65%, 75% {
    opacity: 1;
  }
  60%, 70% {
    opacity: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2.5);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/************animation end**************/
.less {
  position: relative;
  z-index: 1;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  transition: 0.5s;
  color: white;
  background: linear-gradient(180deg, #1eacfe 0%, #9d2aff 73.67%);
  background-image: linear-gradient(263.3deg, #20439b 1.54%, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  animation: gradientAnimation 5s ease infinite;
}
@media screen and (max-width: 1400px) {
  .less {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .less {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .less {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.less:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 3px);
  z-index: -1;
  border-radius: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  /* background: linear-gradient(180deg, #1EACFE 0%, #9D2AFF 73.67%); */
}
.less:hover {
  background-position: right center;
  animation: gradientAnimation 5s ease infinite;
}
.less:hover:after {
  background: transparent;
  width: 0;
  transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1400px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 21px;
    line-height: 26px;
  }
}

.pads {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .pads {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .pads {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pads {
    padding: 50px 0;
  }
}

.t-white {
  color: #fff;
}

.mail,
.mails a {
  text-transform: lowercase !important;
}

.main-content,
footer {
  overflow-x: hidden;
}

.norm_link {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  transition: 0.5s;
  color: white;
  display: inline-block;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
@media screen and (max-width: 1400px) {
  .norm_link {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .norm_link {
    font-size: 15px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .norm_link {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.norm_link:hover {
  transition: 1s;
  background-position: 0 100%;
}
.norm_link:hover:after {
  background: transparent;
  width: 0;
  transition: 0.5s;
}

.link_boxs {
  display: flex;
  align-items: center;
  gap: 15px;
}

header .header {
  background: #0b0c0e;
  padding-block: 10px;
}
header .header .top {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1d1d1f;
}
header .header .top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .top ul li i {
  color: #d89635;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
header .header .top ul li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #9f9fa0;
  vertical-align: middle;
  background: linear-gradient(to right, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
header .header .top ul li:not(:last-of-type) {
  margin-right: 25px;
}
header .header .top ul li:hover a {
  transition: 0.2s;
  background-position: 0 100%;
}
header .header .logo a {
  display: block;
}
header .header .logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 227px;
}
header .header .ryt .btm {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  gap: 15px;
}
header .header .ryt .btm .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
header .header .ryt .btm .menu ul li a {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  transition: 0.5s;
}
header .header .ryt .btm .menu ul li .sub_menu {
  position: absolute;
  z-index: 2;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  max-width: 250px;
  padding-top: 24px;
}
header .header .ryt .btm .menu ul li .sub_menu ul {
  display: block;
  background: #151515;
  padding: 15px 10px;
}
header .header .ryt .btm .menu ul li .sub_menu ul li a {
  position: relative;
  transition: 0.5s;
  padding: 0;
  padding-bottom: 5px;
  display: block;
  text-align: left;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  transition: 0.5s;
}
header .header .ryt .btm .menu ul li .sub_menu ul li:hover a {
  color: #d89635;
  transition: 0.2s;
  transition: 0.2s;
  background-position: 0 100%;
  transition: 0.5s;
}
header .header .ryt .btm .menu ul li .sub_menu ul li + li {
  margin-top: 5px;
}
header .header .ryt .btm .menu ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}
header .header .ryt .btm .menu ul li:hover a, header .header .ryt .btm .menu ul li.active a {
  transition: 0.2s;
  background-position: 0 100%;
}
header .header .ryt .btm .booking {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header .header .ryt .btm .booking a {
  padding: 15px 35px;
}
header .header .ryt .btm .booking a i {
  display: none;
}

.justify_p p {
  text-align: justify;
}

.banner {
  background: #000;
  padding: 70px 0 100px;
}
.banner .banner_in .items .lft .lft_in {
  max-width: 650px;
}
@media screen and (max-width: 991px) {
  .banner .banner_in .items .lft .lft_in {
    text-align: center;
  }
}
.banner .banner_in .items .lft .lft_in .cd-words-wrapper {
  display: inline-block;
  position: relative;
}
.banner .banner_in .items .lft .lft_in .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.banner .banner_in .items .lft .lft_in .cd-words-wrapper i {
  font-style: normal;
}
.banner .banner_in .items .lft .lft_in .cd-words-wrapper b.is-visible {
  position: relative;
}
.banner .banner_in .items .lft .lft_in .no-js .cd-words-wrapper b {
  opacity: 0;
}
.banner .banner_in .items .lft .lft_in .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.banner .banner_in .items .lft .lft_in .cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.banner .banner_in .items .lft .lft_in .cd-headline.clip b {
  opacity: 0;
}
.banner .banner_in .items .lft .lft_in .cd-headline.clip b.is-visible {
  opacity: 1;
}
.banner .banner_in .items .lft .lft_in .dynamic-title + p {
  font-size: 19px;
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .lft .lft_in .dynamic-title + p {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .lft .lft_in .dynamic-title + p {
    font-size: 15px;
    line-height: 20px;
  }
}
.banner .banner_in .items .lft .lft_in strong {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0.02em;
  display: block;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .banner .banner_in .items .lft .lft_in strong {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .lft .lft_in strong {
    font-size: 36px;
    line-height: 41px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner_in .items .lft .lft_in strong {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .lft .lft_in strong {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .banner .banner_in .items .lft .lft_in strong {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .banner .banner_in .items .lft .lft_in strong {
    font-size: 23px;
  }
}
.banner .banner_in .items .lft .lft_in p {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #9f9fa0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .lft .lft_in p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner_in .items .lft .lft_in p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .lft .lft_in p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .banner .banner_in .items .lft .lft_in p {
    font-size: 16px;
  }
}
.banner .banner_in .items .lft .lft_in p + a {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .banner .banner_in .items .lft .lft_in p + a {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_in .items .lft .lft_in p + a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner_in .items .lft .lft_in a {
    margin: 0 auto;
  }
}
.banner .banner_in .items .ryt .ryt_in img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.soluti .banner_in .items .lft_in p {
  font-size: 15px;
  line-height: 25px;
}
.banner.soluti .banner_in .items .lft_in span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  font-family: "poppins";
  display: block;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .banner.soluti .banner_in .items .lft_in span {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .banner.soluti .banner_in .items .lft_in span {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .banner.soluti .banner_in .items .lft_in span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .banner.soluti .banner_in .items .lft_in span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .banner.soluti .banner_in .items .lft_in span {
    font-size: 15px;
    line-height: 20px;
  }
}

.welcome {
  background: #0b0c0e;
}
.welcome .welcome_in .lft {
  overflow: hidden;
  max-height: 700px;
}
.welcome .welcome_in .lft .up_twn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.welcome .welcome_in .lft .up_twn .wel_caros {
  display: flex;
  flex-direction: column;
  animation: scroll 20s linear infinite;
}
.welcome .welcome_in .lft .up_twn .wel_caros .img_fx {
  width: 100%;
  height: auto;
}
.welcome .welcome_in .lft .up_twn .wel_caros .img_fx .img {
  margin-bottom: 20px;
}
.welcome .welcome_in .lft .up_twn .wel_caros .img_fx .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.welcome .welcome_in .lft .up_twn .wel_caros_cent {
  display: flex;
  flex-direction: column;
  animation: scroll-down 20s linear infinite;
}
.welcome .welcome_in .lft .up_twn .wel_caros_cent .img_fx {
  width: 100%;
  height: auto;
}
.welcome .welcome_in .lft .up_twn .wel_caros_cent .img_fx .img {
  margin-bottom: 20px;
}
.welcome .welcome_in .lft .up_twn .wel_caros_cent .img_fx .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .welcome .welcome_in .lft {
    order: 2;
  }
}
.welcome .welcome_in .cnt {
  padding-block: 40px;
}
.welcome .welcome_in .cnt span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .welcome .welcome_in .cnt span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .welcome .welcome_in .cnt span {
    font-size: 15px;
    line-height: 20px;
  }
}
.welcome .welcome_in .cnt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .welcome .welcome_in .cnt p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .welcome .welcome_in .cnt p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .welcome .welcome_in .cnt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.welcome .welcome_in .cnt a {
  display: inline-block;
}
.welcome .welcome_in .cnt a i {
  margin-right: 10px;
}
.welcome .welcome_in .cnt a:not(:last-child) {
  margin-right: 15px;
}

.service {
  background: #000000;
}
.service .service_in strong {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .service .service_in strong {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .service .service_in strong {
    font-size: 15px;
    line-height: 20px;
  }
}
.service .service_list .row > div {
  margin-bottom: 25px;
}
.service .service_list .box {
  background: #0b0c0e;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #1d1d1f;
  padding: 30px 13px;
  position: relative;
  overflow: hidden;
}
.service .service_list .box .img {
  margin-bottom: 20px;
  transition: 0.2s;
}
.service .service_list .box .img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .service_list .box .bg_img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.2s;
  z-index: -1;
  opacity: 0.2;
}
.service .service_list .box .bg_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.service .service_list .box .text span {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.service .service_list .box .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .service .service_list .box .text p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .service .service_list .box .text p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .service .service_list .box .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.service .service_list .box .text ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .service .service_list .box .text ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .service .service_list .box .text ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .service .service_list .box .text ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.service .service_list .box .text ul li:last-child {
  margin-bottom: 0;
}
.service .service_list .box .back {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.2;
  background: rgba(4, 5, 7, 0.8980392157);
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.service .service_list .box:hover {
  transform-style: preserve-3d;
  /* Enable 3D rotation */
  transition: transform 0.6s;
  perspective: 1000px;
}
.service .service_list .box:hover .front {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
}
.service .service_list .box:hover .back {
  height: 100%;
  transition: 0.8s;
  opacity: 1;
  visibility: visible;
  padding: 30px 13px;
  transform: rotateY(180deg);
}
.service .service_list .box:hover .back .text,
.service .service_list .box:hover .back .img {
  transform: rotateY(180deg);
}
.service .service_list .box:hover .back span {
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service .service_list .box:hover .back .bg_img img {
  transform: rotateY(180deg);
}
.service .service_list .box:hover .bg_img {
  height: 100%;
  transition: 0.8s;
}

.folio {
  background: #0b0c0e;
}
.folio .folio_in strong {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .folio .folio_in strong {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .folio .folio_in strong {
    font-size: 15px;
    line-height: 20px;
  }
}
.folio .folio_caros .items {
  position: relative;
}
.folio .folio_caros .items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.folio .folio_caros .items .text {
  position: absolute;
  left: 0;
  bottom: -50%;
  background: linear-gradient(0deg, #0b0c0e 0%, rgba(11, 12, 14, 0) 83.33%);
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.3s ease-in-out;
}
.folio .folio_caros .items .text span {
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #fff;
  display: block;
}
.folio .folio_caros .items .text p {
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
}
.folio .folio_caros .items:hover .text {
  transition: 0.3s ease-in-out;
  bottom: 0;
}

.mission {
  background: #000;
}
.mission .mission_in .cmn span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .mission .mission_in .cmn span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .mission .mission_in .cmn span {
    font-size: 15px;
    line-height: 20px;
  }
}
.mission .tabs_cnt ul li {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mission .tabs_cnt ul li:not(:last-child) {
  margin-bottom: 20px;
}
.mission .tabs_cnt ul li .img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission .tabs_cnt ul li .img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mission .tabs_cnt ul li a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #858585;
  position: relative;
  display: block;
  width: calc(100% - 60px);
  padding-bottom: 20px;
  overflow: hidden;
}
.mission .tabs_cnt ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  background-image: linear-gradient(263.3deg, #20439b 1.54%, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  animation: gradientAnimation 5s ease infinite;
  width: 0;
}
.mission .tabs_cnt ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  width: 100%;
  background: #1d1d1f;
}
.mission .tabs_cnt ul li a span {
  padding-right: 10px;
}
.mission .tabs_cnt ul li a.active {
  color: #fff;
}
.mission .tabs_cnt ul li a.active::after {
  width: 100%;
  transition: 0.2s;
  background-position: 0 100%;
}
.mission .tabs_cnt ul li a.active::before {
  width: 0;
  transition: 0.2s;
  right: 0;
  left: unset;
}
.mission .tabs_cnt ul li:hover a {
  color: #fff;
}
.mission .tabs_cnt ul li:hover a::after {
  width: 100%;
  transition: 0.2s;
  background-position: 0 100%;
}
.mission .tabs_cnt ul li:hover a::before {
  width: 0;
  transition: 0.2s;
  right: 0;
  left: unset;
}
.mission .tabs_cnt .tab-content .tab-pane .row {
  align-items: center;
}
.mission .tabs_cnt .tab-content .tab-pane .cnt {
  background: #0b0c0e;
  border-radius: 10px;
  border: 1px solid #1d1d1f;
  padding: 30px 25px;
  position: relative;
  margin-right: -75px;
}
@media screen and (max-width: 991px) {
  .mission .tabs_cnt .tab-content .tab-pane .cnt {
    margin-right: 0;
  }
}
.mission .tabs_cnt .tab-content .tab-pane .cnt strong {
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  /* text-align: left; */
  color: #fff;
  margin-block: 20px 10px;
}
.mission .tabs_cnt .tab-content .tab-pane .cnt p {
  margin-bottom: 0;
}
.mission .tabs_cnt .tab-content .tab-pane .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission.web_miss .mission_in .tabs_cnt .tab-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mission.web_miss .mission_in .tabs_cnt .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.mission.web_miss .mission_in .tabs_cnt .tab-content .tab-pane .img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mission.web_miss .mission_in .tabs_cnt .tab-content .tab-pane .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  height: 75%;
  border-radius: 30px;
}
.mission.web_miss .mission_in .tabs_cnt ul li {
  margin-bottom: 10px;
}
.mission.web_miss .mission_in .tabs_cnt ul li a {
  display: flex;
  align-items: flex-start;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
}
.mission.web_miss .mission_in .tabs_cnt ul li a span {
  width: 5%;
}
.mission.web_miss .mission_in .tabs_cnt ul li a strong {
  font-weight: 500;
  width: 35%;
}
.mission.web_miss .mission_in .tabs_cnt ul li a p {
  margin-bottom: 0;
  width: 60%;
}

.hiring {
  background: #0b0c0e;
}
.hiring span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .hiring span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .hiring span {
    font-size: 15px;
    line-height: 20px;
  }
}
.hiring h6 {
  text-align: center;
}
.hiring .hire_in .img {
  display: inline-flex;
  width: 80px;
  vertical-align: middle;
}
.hiring .hire_in .img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hiring .hire_in .cnt {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
}
.hiring ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.hiring ul li {
  width: 29%;
}
.hiring strong {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.04em;
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .hiring strong {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .hiring strong {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .hiring strong {
    font-size: 30px;
    line-height: 35px;
  }
}
.hiring strong:after {
  content: "%";
  display: inline-block;
}
.hiring strong.plus:after {
  content: "+";
  display: inline-block;
}
.hiring strong.pers:after {
  content: "%";
  display: inline-block;
}
.hiring p {
  color: #fff;
  text-transform: capitalize;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hiring p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
  }
}
.hiring.empowers .hire_in ul {
  display: block;
}
.hiring.empowers .hire_in ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  width: 100%;
  margin-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .hiring.empowers .hire_in ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .hiring.empowers .hire_in ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hiring.empowers .hire_in ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.hiring.empowers .hire_in ul li b {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.our_journy {
  background: #000;
}
.our_journy .journy_in .cmn span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .our_journy .journy_in .cmn span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .our_journy .journy_in .cmn span {
    font-size: 15px;
    line-height: 20px;
  }
}
.our_journy .journy_in .journy_caros .item {
  padding: 1px;
  border-radius: 10px;
}
.our_journy .journy_in .journy_caros .item span {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  border: 1px solid #4d4d52;
  color: #c4c4c4;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
.our_journy .journy_in .journy_caros .item .text {
  border: 1px solid #1d1d1f;
  background: #0b0c0e;
  border-radius: 10px;
  padding: 50px 10px;
}
.our_journy .journy_in .journy_caros .item .text strong {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
  color: #9b9b9c;
}
.our_journy .journy_in .journy_caros .item .text p {
  margin-bottom: 0;
}
.our_journy .journy_in .journy_caros .item.owl-carousel .owl-stage {
  display: flex !important;
}
.our_journy .journy_in .journy_caros .item.owl-carousel .owl-stage .owl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}
.our_journy .journy_in .journy_caros .item.owl-carousel .owl-stage .owl-item {
  height: auto;
}
.our_journy .journy_in .journy_caros .item.owl-carousel .owl-stage .items {
  height: 100%;
}
.our_journy .journy_in .journy_caros .owl-item {
  padding-top: 80px;
  position: relative;
}
.our_journy .journy_in .journy_caros .owl-item.center span {
  color: #fff;
  border-color: #fff;
}
.our_journy .journy_in .journy_caros .owl-item.center .item {
  background-image: linear-gradient(263.3deg, #20439b 1.54%, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  animation: gradientAnimation 5s ease infinite;
  background-size: 200% auto;
  background: #fff;
  display: block;
  text-align: center;
}
.our_journy .journy_in .journy_caros .owl-item.center .item .text strong {
  color: #fff;
}
.our_journy .journy_in .journy_caros::before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 30px;
  position: absolute;
  background: #1d1d1f;
}
.our_journy .journy_in .journy_caros .owl-stage {
  display: flex !important;
}
.our_journy .journy_in .journy_caros .owl-stage .owl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: initial;
}
.our_journy .journy_in .journy_caros .owl-stage .owl-item {
  height: auto;
}
.our_journy .journy_in .journy_caros .owl-stage .item {
  height: 100%;
}
.our_journy .journy_in .journy_caros .owl-stage .item .text {
  height: 100%;
}

.travel {
  background: #0b0c0e;
}
.travel .travel_in strong {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1400px) {
  .travel .travel_in strong {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (max-width: 1200px) {
  .travel .travel_in strong {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .travel .travel_in strong {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .travel .travel_in strong {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .travel .travel_in strong {
    font-size: 21px;
    line-height: 26px;
  }
}
.travel .travel_in p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 40px;
}
.travel .travel_in img {
  width: 100%;
}

.testimonials {
  background: #000;
}
.testimonials .testi_in .ryt {
  padding-left: 100px;
  position: relative;
  height: 100%;
}
.testimonials .testi_in .ryt strong {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .testimonials .testi_in .ryt strong {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .testi_in .ryt strong {
    font-size: 15px;
    line-height: 20px;
  }
}
.testimonials .testi_in .ryt .written .items p {
  text-indent: 45px;
  background: url(../images/client_quq.webp) no-repeat left top;
  position: relative;
}
.testimonials .testi_in .ryt .written .items p a {
  color: #fff;
  /* display: inline; */
  font-weight: normal;
  font-size: 15px;
}
.testimonials .testi_in .ryt .written .items .fx {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.testimonials .testi_in .ryt .written .items .fx .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  min-width: 60px;
}
@media screen and (max-width: 991px) {
  .testimonials .testi_in .ryt .written .items .fx .img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .testi_in .ryt .written .items .fx .img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    min-width: 45px;
  }
}
.testimonials .testi_in .ryt .written .items .fx .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.testimonials .testi_in .ryt .written .items .fx .names span {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .testimonials .testi_in .ryt .written .items .fx .names span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .testi_in .ryt .written .items .fx .names span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials .testi_in .ryt .written .items .fx .names span {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonials .testi_in .ryt .written .items .fx .names i {
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #858585;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .testimonials .testi_in .ryt .written .items .fx .names i {
    font-size: 14px;
  }
}
.testimonials .testi_in .ryt .written .owl-dots {
  position: absolute;
  left: -100px;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 120%;
}
.testimonials .testi_in .ryt .written .owl-dots button {
  border: 2px solid #c4c4c4;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testi_in .ryt .written .owl-dots button.active span {
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  display: block;
  border-radius: 50%;
}
.testimonials .testi_in .ryt::before {
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 9px;
  position: absolute;
  background: #1d1d1f;
}

.logos {
  background: #000;
}
.logos .img_fx .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos .img_fx .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 60px;
  filter: invert(1) brightness(1) grayscale(1);
  transition: 0.5s;
}
.logos .img_fx .img:hover img {
  filter: unset;
  transition: 0.5s;
}

.blog {
  background: #0b0c0e;
}
.blog .blog_in .hd {
  text-align: center;
}
.blog .blog_in .hd strong {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .blog .blog_in .hd strong {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in .hd strong {
    font-size: 15px;
    line-height: 20px;
  }
}
.blog .blog_in .blog_caro_det a {
  display: block;
}
.blog .blog_in .blog_caro_det .img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.blog .blog_in .blog_caro_det .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 340px;
  transition: 1s ease-in-out;
}
.blog .blog_in .blog_caro_det .text ul {
  margin-bottom: 10px;
}
.blog .blog_in .blog_caro_det .text ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
}
@media screen and (max-width: 1400px) {
  .blog .blog_in .blog_caro_det .text ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .blog .blog_in .blog_caro_det .text ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .blog .blog_in .blog_caro_det .text ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog .blog_in .blog_caro_det .text ul.dates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog .blog_in .blog_caro_det .text ul.dates li {
  font-family: Poppins;
  text-transform: capitalize;
  padding-left: 0 !important;
}
.blog .blog_in .blog_caro_det .text ul.dates li::before {
  display: none;
}
.blog .blog_in .blog_caro_det .text table {
  margin-bottom: 25px;
}
.blog .blog_in .blog_caro_det .text table tbody,
.blog .blog_in .blog_caro_det .text table td,
.blog .blog_in .blog_caro_det .text table tfoot,
.blog .blog_in .blog_caro_det .text table th,
.blog .blog_in .blog_caro_det .text table thead,
.blog .blog_in .blog_caro_det .text table tr {
  border-width: 1px;
}
.blog .blog_in .blog_caro_det .text table thead th {
  color: #fff;
  padding: 5px;
}
.blog .blog_in .blog_caro_det .text table tbody td {
  color: #858585;
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .blog .blog_in .blog_caro_det .text table tbody td {
    padding: 5px;
    font-size: 12px;
  }
}
.blog .blog_in .blog_caro_det .text span {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: 1s;
  -webkit-box-orient: vertical;
}
.blog .blog_in .blog_caro_det .text p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog .blog_in .blog_caro_det:hover .img img {
  transform: scale(1.2);
  transition: 1s ease-in-out;
}
.blog .blog_in .blog_caro_det:hover .text span {
  transition: 1s;
  background-position: 0 100%;
}
.blog .blog_in .ryt .blog_caro_det {
  height: 100%;
}
.blog .blog_in .ryt .blog_caro_det .img img {
  height: 160px;
}
.blog .blog_in .ryt .blog_caro_det .text ul li {
  font-size: 13px;
  line-height: 16px;
}
.blog .blog_in .ryt .blog_caro_det .text span {
  font-size: 15px;
  line-height: 21px;
  -webkit-line-clamp: 2;
}
.blog.blog_dt .blog_in .lft .blog_caro_det .img img {
  height: auto;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog.blog_dt .blog_in .lft .blog_caro_det .dates li {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.blog.blog_dt .blog_in .lft .blog_caro_det span {
  all: unset;
}
.blog.blog_dt .blog_in .lft .blog_caro_det .text h1,
.blog.blog_dt .blog_in .lft .blog_caro_det .text h2,
.blog.blog_dt .blog_in .lft .blog_caro_det .text h3,
.blog.blog_dt .blog_in .lft .blog_caro_det .text h4,
.blog.blog_dt .blog_in .lft .blog_caro_det .text h5,
.blog.blog_dt .blog_in .lft .blog_caro_det .text h6 {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .blog.blog_dt .blog_in .lft .blog_caro_det .text h1,
  .blog.blog_dt .blog_in .lft .blog_caro_det .text h2,
  .blog.blog_dt .blog_in .lft .blog_caro_det .text h3,
  .blog.blog_dt .blog_in .lft .blog_caro_det .text h4,
  .blog.blog_dt .blog_in .lft .blog_caro_det .text h5,
  .blog.blog_dt .blog_in .lft .blog_caro_det .text h6 {
    font-size: 16px;
    line-height: 21px;
  }
}
.blog.blog_dt .blog_in .lft .blog_caro_det .text p {
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  text-align: justify;
}
.blog.blog_dt .blog_in .lft .blog_caro_det .text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.blog.blog_dt .blog_in .lft .blog_caro_det .text ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 7px;
  background: #858585;
  height: 7px;
  border-radius: 100%;
  opacity: 0.8;
}
.blog.blog_dt .blog_in .lft .blog_caro_det:hover .img img {
  transform: unset;
  transition: 1s ease-in-out;
}
.blog.blog_dt .blog_in .ryt {
  background: #0b0c0e;
  background: #000000;
  background: rgba(0, 0, 0, 0.3215686275);
  border-radius: 10px;
  padding: 25px 10px 10px;
  margin-bottom: 20px;
}
.blog.blog_dt .blog_in .ryt strong {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}
.blog.blog_dt .blog_in .ryt .blog_caro_det {
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3294117647);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog.blog_dt .blog_in .ryt .blog_caro_det:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.blog.blog_dt .blog_in .ryt .blog_caro_det .text ul {
  margin-bottom: 5px;
}

.entertiment {
  background: #000;
}
.entertiment .enter_in .items .text p {
  font-family: Poppins;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9b9b9c;
  color: transparent;
  margin-bottom: 0;
}
.entertiment .enter_in .items .text p:hover {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9b9b9c;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #61cb8d, #3bbca7 50%, #fff 50%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .entertiment .enter_in .items .text p {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .entertiment .enter_in .items .text p {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .entertiment .enter_in .items .text p {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .entertiment .enter_in .items .text p {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .entertiment .enter_in .items .text p {
    font-size: 40px;
    line-height: 40px;
  }
}
.entertiment .enter_in .owl-item.center .items .text p {
  color: #000;
}

.footer {
  padding: 50px 0 20px;
  background: #0e0f11;
}
.footer .foot_top {
  padding-bottom: 50px;
}
.footer .foot_top .foot1 strong {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.footer .foot_top .foot1 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: Lato;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer .foot_top .foot1 span a {
  color: #fff;
}
.footer .foot_top .foot1 .foot_tog ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer .foot_top .foot1 .foot_tog ul li a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: Lato;
  color: #9f9fa0;
  text-transform: capitalize;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #9f9fa0 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  transition: 0.7s;
}
.footer .foot_top .foot1 .foot_tog ul li:hover a {
  background-position: 0 100%;
  transition: 0.7s;
}
.footer .foot_top .foot1 .foot_tog .box1 + .box1 {
  margin-top: 30px;
}
.footer .foot_top .foot1.foot2 strong {
  display: flex;
  align-items: center;
}
.footer .foot_top .foot1.foot2 strong b {
  width: 100%;
  height: 1px;
  background: #9f9fa0;
  display: inline-block;
  margin-left: 15px;
}
.footer .foot_btm .social {
  padding: 20px 0;
  border-top: 1px solid #9f9fa0;
  border-bottom: 1px solid #9f9fa0;
  margin-bottom: 20px;
}
.footer .foot_btm .social .foot_logo {
  display: flex;
  align-items: center;
}
.footer .foot_btm .social .foot_logo a {
  display: block;
}
.footer .foot_btm .social .foot_logo p {
  margin-left: 15px;
  margin-bottom: 0;
  max-width: 65%;
}
.footer .foot_btm .social .sm_media ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .foot_btm .social .sm_media ul li {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.footer .foot_btm .social .sm_media ul li a {
  color: #fff;
  font-size: 17px;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b2c2e;
}
.footer .foot_btm .social .sm_media ul li i {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot_btm .social .sm_media ul li:hover a {
  background-color: #fff;
  transition: 0.5s;
}
.footer .foot_btm .social .sm_media ul li:hover a .fab.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.footer .foot_btm .social .sm_media ul li:hover a i.fa-brands.fa-facebook-f {
  background: #fff;
  color: #1877f2;
}
.footer .foot_btm .social .sm_media ul li:hover a i.fa-brands.fa-youtube {
  background: #fff;
  color: #ff0000;
}
.footer .foot_btm .social .sm_media ul li:hover a i.fab.fa-linkedin-in {
  background: #0a66c2;
  color: #fff;
}
.footer .foot_btm .social .sm_media ul li:hover a i.fa-pinterest-p {
  background: #e60023;
  color: #fff;
}
.footer .foot_btm .social .sm_media ul li:hover a i.fa-x-twitter {
  background: #fff;
  color: #000;
}
.footer .foot_btm .social .cont ul {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-direction: column;
}
.footer .foot_btm .social .cont ul li {
  display: flex;
  align-items: center;
}
.footer .foot_btm .social .cont ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer .foot_btm .social .cont ul li i {
  width: 40px;
  height: 40px;
  background: #2b2c2e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
}
.footer .foot_btm .social .cont ul li a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: Lato;
  color: #9f9fa0;
  text-transform: capitalize;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.footer .foot_btm .social .cont ul li:hover a {
  transition: 0.5s;
  background-position: 0 100%;
}
.footer .foot_btm .social .row > div {
  position: relative;
}
.footer .foot_btm .social .row > div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #9f9fa0;
  opacity: 0.8;
}
.footer .foot_btm .cpy_ryt p {
  color: #9f9fa0;
  margin-bottom: 0;
  font-size: 13px;
}

.online_consult {
  position: fixed;
  right: 0;
  top: 48%;
  z-index: 1;
  transform: translateY(-50%);
}
.online_consult ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px 0 0 5px;
  position: relative;
  transition: 0.2s;
  width: 40px;
  height: 40px;
  background: #2b2c2e;
}
.online_consult ul li a span {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  white-space: nowrap;
  font-size: 16px;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0px 20px;
  text-transform: capitalize;
}
.online_consult ul li a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
  border-radius: 5px 0 0 5px;
}
.online_consult ul li a i {
  font-size: 20px;
}
.online_consult ul li a:hover {
  border-radius: 0;
  transition: 0.2s;
  background: #fff;
  -webkit-text-stroke: 0px transparent;
}
.online_consult ul li a:hover.fb2 .fab.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.online_consult ul li a:hover.fb2 span {
  color: #d6249f;
}
.online_consult ul li a:hover.fb1 i.fa-brands.fa-facebook-f,
.online_consult ul li a:hover.fb1 span {
  background: #fff;
  color: #1877f2;
}
.online_consult ul li a:hover.fb3 i.fa-brands.fa-youtube,
.online_consult ul li a:hover.fb3 span {
  background: #fff;
  color: #ff0000;
}
.online_consult ul li a:hover.fb4 i.fa-linkedin-in,
.online_consult ul li a:hover.fb4 span {
  background: #0a66c2;
  background: #fff;
  color: #0a66c2;
}
.online_consult ul li a:hover.fb5 i,
.online_consult ul li a:hover.fb5 span {
  background: #e60023;
  background: #fff;
  color: #e60023;
}
.online_consult ul li a:hover.fb6 i,
.online_consult ul li a:hover.fb6 span {
  background: #000;
  background: #fff;
  color: #000;
}
.online_consult ul li a:hover span {
  transform: translateX(-99%);
  left: 0;
  transition: 0.2s;
  color: #fff;
}
.online_consult ul li:not(:last-child) {
  margin-bottom: 10px;
}

.whastspp_call a {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 1040;
}

/***mean menu style****/
header .header .ryt .mean-bar {
  border: unset;
}

.mobile-menu {
  position: absolute;
  right: 0;
  left: unset;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}

.mean-bar a.meanmenu-reveal {
  line-height: normal;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-image: linear-gradient(263.3deg, #20439b 1.54%, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  text-align: center;
  animation: gradientAnimation 5s ease infinite;
  background: #2b2c2e;
  background: #000;
}
.mean-bar a.meanmenu-reveal span {
  background: #fff;
  border-radius: 10px;
}
.mean-bar a.meanmenu-reveal.meanclose {
  line-height: normal;
  padding: 5px;
  color: #fff;
}
.mean-bar .mean-nav {
  background: unset;
}
.mean-bar .mean-nav ul {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #575757;
}
.mean-bar .mean-nav ul li {
  background: #000;
  border-bottom: 1px solid #575757;
}
.mean-bar .mean-nav ul li a {
  color: #fff;
}
.bread_crumbs {
  position: relative;
  padding: 10px 0 50px;
}
@media screen and (max-width: 1200px) {
  .bread_crumbs {
    padding: 10px 0 45px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumbs {
    padding: 10px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumbs {
    padding: 35px 0;
  }
}
.bread_crumbs .bread_in ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #1d1d1f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .bread_crumbs .bread_in ul {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .bread_crumbs .bread_in ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bread_crumbs .bread_in ul {
    margin-bottom: 35px;
    display: none;
  }
}
.bread_crumbs .bread_in ul li {
  position: relative;
  margin-right: 5px;
}
.bread_crumbs .bread_in ul li:last-child {
  margin-right: 0;
}
.bread_crumbs .bread_in ul li a,
.bread_crumbs .bread_in ul li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Open Sans", system-ui;
  transition: 0.2s;
  text-transform: capitalize;
  color: #858585;
}
.bread_crumbs .bread_in ul li + li {
  padding-left: 15px;
}
.bread_crumbs .bread_in ul li + li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.bread_crumbs .bread_in ul li:last-child span {
  color: #fff;
}
.bread_crumbs .bread_in ul li:hover a {
  transition: 0.2s;
  color: #fff;
}

.sub_hd {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  .sub_hd {
    font-size: 45px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .sub_hd {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .sub_hd {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sub_hd {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .sub_hd {
    font-size: 23px;
    line-height: 28px;
  }
}

.cursor {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 111;
  border: 2px solid #fff;
  transition: all 0.2s ease-out;
  animation: moveCursor1 0.5s infinite alternate;
}
@media screen and (max-width: 767px) {
  .cursor {
    display: none;
  }
}

.expand {
  background: transparent;
  animation: moveCursor2 0.5s forwards;
  border: 1px solid yellow;
}

.about .about_in {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about .about_in.ideas {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
.about .about_in.ideas .lft h1 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1400px) {
  .about .about_in.ideas .lft h1 {
    font-size: 28px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .about .about_in.ideas .lft h1 {
    font-size: 24px;
    line-height: 37px;
  }
}
@media screen and (max-width: 991px) {
  .about .about_in.ideas .lft h1 {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about .about_in.ideas .lft h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about .about_in.ideas .lft h1 {
    font-size: 17px;
    line-height: 27px;
  }
}
.about .about_in .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about .about_in p {
  text-align: justify;
}
.about .about_in span {
  font-weight: 400;
  letter-spacing: 0.22em;
  text-align: left;
}
.about.passi {
  background: #0b0c0e;
}
.about.passi p {
  text-align: center;
}
.about.passi .img {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.about.passi .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about.passi .img a.plays {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.about.passi .img a.plays i {
  color: #000;
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
.about.passi .img a.plays:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  z-index: 1;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 0.2s;
  background: #fff;
  left: 0;
  top: 0;
}
.about.masi .lft {
  max-width: 650px;
  margin-left: auto;
}

.vission {
  background: #0b0c0e;
}
.vission .viss_in .lst + .lst {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .vission .viss_in .lst + .lst {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .vission .viss_in .lst + .lst {
    margin-top: 20px;
  }
}
.vission .viss_in .lst .img {
  background: #040507;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.vission .viss_in .lst .img img {
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vission .viss_in .lst strong {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1200px) {
  .vission .viss_in .lst strong {
    font-size: 23px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .vission .viss_in .lst strong {
    font-size: 23px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .vission .viss_in .lst strong {
    font-size: 21px;
    line-height: 25px;
  }
}
.vission .viss_in .lst ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .vission .viss_in .lst ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .vission .viss_in .lst ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .vission .viss_in .lst ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.vission .viss_in .lst ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 7px;
  background: #858585;
  height: 7px;
  border-radius: 100%;
  opacity: 0.8;
}
.vission .viss_in .lst p {
  text-align: justify;
}

.contact_page {
  position: relative;
  background: #0b0c0e;
}
.contact_page .contact_in .c_top b {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  display: block;
}
.contact_page .contact_in .c_top b a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .c_top b a {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .c_top b a {
    font-size: 15px;
    line-height: 20px;
  }
}
.contact_page .contact_in .c_top b i {
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}
.contact_page .contact_in .c_top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-direction: column;
}
.contact_page .contact_in .c_top ul li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.contact_page .contact_in .c_top ul li i {
  margin-right: 10px;
}
.contact_page .contact_in .c_top ul li a,
.contact_page .contact_in .c_top ul li i {
  color: #858585;
}
.contact_page .contact_in .c_top ul li:hover a,
.contact_page .contact_in .c_top ul li:hover i {
  color: #fff;
}
.contact_page .contact_in .c_btm strong {
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.contact_page .contact_in .contact_form {
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .contact_form {
    padding: 15px;
  }
}
.contact_page .contact_in .contact_form label {
  display: block;
  margin-bottom: 20px;
}
.contact_page .contact_in .contact_form label p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .contact_in .contact_form label p {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact_page .contact_in .contact_form label input,
.contact_page .contact_in .contact_form label textarea,
.contact_page .contact_in .contact_form label select {
  border: none;
  outline: none;
  border-bottom: 1px solid #2b2c2e;
  padding: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  width: 100%;
  color: #fff;
  background: #2b2c2e;
  background: transparent;
}
.contact_page .contact_in .contact_form label input::-moz-placeholder, .contact_page .contact_in .contact_form label textarea::-moz-placeholder, .contact_page .contact_in .contact_form label select::-moz-placeholder {
  color: #fff;
  color: #858585;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
}
.contact_page .contact_in .contact_form label input::placeholder,
.contact_page .contact_in .contact_form label textarea::placeholder,
.contact_page .contact_in .contact_form label select::placeholder {
  color: #fff;
  color: #858585;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
}
.contact_page .contact_in .contact_form label input:focus-visible,
.contact_page .contact_in .contact_form label textarea:focus-visible,
.contact_page .contact_in .contact_form label select:focus-visible {
  outline: none;
  border-color: #fff;
}
.contact_page .contact_in .contact_form label input::-webkit-outer-spin-button, .contact_page .contact_in .contact_form label input::-webkit-inner-spin-button,
.contact_page .contact_in .contact_form label textarea::-webkit-outer-spin-button,
.contact_page .contact_in .contact_form label textarea::-webkit-inner-spin-button,
.contact_page .contact_in .contact_form label select::-webkit-outer-spin-button,
.contact_page .contact_in .contact_form label select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact_page .contact_in .contact_form label select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact_page .contact_in .contact_form label img {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 13px;
}
.contact_page .contact_in .contact_form button {
  border: none;
  width: 150px;
  margin-left: auto;
  text-transform: uppercase;
}
.contact_page .contact_in .ryt {
  background: rgba(43, 44, 46, 0.4);
  border-radius: 10px;
  padding: 30px 15px;
}
.contact_page .contact_in .ryt .top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #858585;
}
.contact_page .contact_in .ryt .top li {
  display: flex;
  align-items: center;
  background: #0b0c0e;
  padding: 10px;
  border-radius: 10px;
}
.contact_page .contact_in .ryt .top li + li {
  margin-top: 15px;
}
.contact_page .contact_in .ryt .top li i {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
  min-width: 30px;
}
.contact_page .contact_in .ryt .top li p {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 0;
  word-break: break-word;
}
.contact_page .contact_in .ryt .top li p a {
  display: block;
  font-weight: 400;
  background: linear-gradient(to right, #ed1e24, #f7ce0f, #0d9a48, #3bbca7 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  transition: 1s;
}
@media screen and (max-width: 1400px) {
  .contact_page .contact_in .ryt .top li p {
    font-size: 16px;
  }
}
.contact_page .contact_in .ryt .top li:hover p a {
  transition: 1s;
  background-position: 0 100%;
}
.contact_page .contact_in .ryt span {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
  color: #858585;
}
.contact_page .contact_in .ryt .btm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.contact_page .contact_in .ryt .btm li {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.contact_page .contact_in .ryt .btm li a {
  color: #fff;
  font-size: 17px;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b2c2e;
}
.contact_page .contact_in .ryt .btm li i {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_page .contact_in .ryt .btm li:hover a {
  background-color: #fff;
  transition: 0.5s;
}
.contact_page .contact_in .ryt .btm li:hover a .fab.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.contact_page .contact_in .ryt .btm li:hover a i.fa-brands.fa-facebook-f {
  background: #fff;
  color: #1877f2;
}
.contact_page .contact_in .ryt .btm li:hover a i.fa-brands.fa-youtube {
  background: #fff;
  color: #ff0000;
}
.contact_page .contact_in .ryt .btm li:hover a i.fab.fa-linkedin-in {
  background: #0a66c2;
  color: #fff;
}
.contact_page .contact_in .ryt .btm li:hover a i.fa-pinterest-p {
  background: #e60023;
  color: #fff;
}
.contact_page .contact_in .ryt .btm li:hover a i.fa-x-twitter {
  background: #fff;
  color: #000;
}

.our_works {
  background: #0b0c0e;
}
.our_works .our_works_in .tabs_cnt ul {
  gap: 15px;
  justify-content: center;
}
.our_works .our_works_in .tabs_cnt ul li a {
  background: #1d1d1f;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  border-radius: 30px;
  text-transform: capitalize;
  display: block;
}
@media screen and (max-width: 1400px) {
  .our_works .our_works_in .tabs_cnt ul li a {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .our_works .our_works_in .tabs_cnt ul li a {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .our_works .our_works_in .tabs_cnt ul li a {
    font-size: 14px;
    line-height: 24px;
  }
}
.our_works .our_works_in .tabs_cnt ul li a.active, .our_works .our_works_in .tabs_cnt ul li a:hover {
  color: #fff;
  background: #000;
}
.our_works .our_works_in .grid_blocks .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.our_works .our_works_in .grid_blocks .box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0b0c0e 0%, rgba(11, 12, 14, 0) 83.33%);
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.3s ease-in-out;
  z-index: 1;
  content: "";
}
.our_works .our_works_in .grid_blocks .box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: self-start;
  justify-content: end;
  flex-direction: column;
  z-index: 2;
  transition: 0.5s;
}
.our_works .our_works_in .grid_blocks .box .text strong {
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #fff;
  display: block;
}
.our_works .our_works_in .grid_blocks .box .text p {
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.our_works .our_works_in .grid_blocks .box a {
  display: block;
  height: 100%;
  width: 100%;
}
.our_works .our_works_in .grid_blocks .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.our_works .our_works_in .grid_blocks .box:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.our_works .our_works_in .grid_blocks {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
@media screen and (max-width: 991px) {
  .our_works .our_works_in .grid_blocks {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .our_works .our_works_in .grid_blocks {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.our_works .our_works_in .grid_blocks.wide {
  grid-column: span 2;
}
.our_works .our_works_in .grid_blocks .tall {
  grid-row: span 2;
}
.our_works .our_works_in .grid_blocks.big {
  grid-column: span 2;
  grid-row: span 2;
}

.web_story .folio_caros .items {
  border-radius: 10px;
  overflow: hidden;
}
.web_story .folio_caros .items img {
  transform: scale(1);
  transition: 0.5s;
}
.web_story .folio_caros .items .text {
  bottom: 0;
}
.web_story .folio_caros .items:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}

.dep_procs {
  background: #0b0c0e;
}
.dep_procs .dep_in {
  text-align: center;
}
.dep_procs .dep_in strong {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .dep_procs .dep_in strong {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .dep_procs .dep_in strong {
    font-size: 15px;
    line-height: 20px;
  }
}
.dep_procs .dep_in .process_caros {
  text-align: left;
}
.dep_procs .dep_in .process_caros .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .dep_procs .dep_in .process_caros .items {
    max-width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .dep_procs .dep_in .process_caros .items {
    max-width: 100%;
  }
}
.dep_procs .dep_in .process_caros .items .img {
  background: #040507;
  border-radius: 10px;
  padding: 25px;
  width: 170px;
}
@media screen and (max-width: 991px) {
  .dep_procs .dep_in .process_caros .items .img {
    max-width: 130px;
  }
}
.dep_procs .dep_in .process_caros .items .img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dep_procs .dep_in .process_caros .items .cnt {
  position: relative;
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 1200px) {
  .dep_procs .dep_in .process_caros .items .cnt {
    max-width: calc(100% - 255px);
  }
}
@media screen and (max-width: 991px) {
  .dep_procs .dep_in .process_caros .items .cnt {
    max-width: calc(100% - 175px);
  }
}
.dep_procs .dep_in .process_caros .items .cnt span {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.dep_procs .dep_in .process_caros .items .cnt p {
  text-align: justify;
}
.dep_procs .dep_in .process_caros .items .cnt .numbs {
  position: absolute;
  width: 100%;
  left: -70px;
  top: 0;
  z-index: -1;
  opacity: 0.1;
}
.dep_procs .dep_in .process_caros .items .cnt .numbs p {
  font-family: Poppins;
  font-size: 180px;
  font-weight: 800;
  line-height: 125px;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .dep_procs .dep_in .process_caros .items .cnt .numbs p {
    font-size: 150px;
  }
}
.dep_procs .dep_in .process_caros .owl-nav {
  display: flex;
  justify-content: center;
}
.dep_procs .dep_in .process_caros .owl-nav button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #343436;
  display: flex;
  background: transparent;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dep_procs .dep_in .process_caros .owl-nav button span {
  display: none;
}
.dep_procs .dep_in .process_caros .owl-nav button::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: fontawesome;
  transition: 0.2s;
  color: #fff;
  font-size: 14px;
}
.dep_procs .dep_in .process_caros .owl-nav button.owl-next {
  right: 0;
}
.dep_procs .dep_in .process_caros .owl-nav button.owl-next::before {
  content: "\f054";
}
.dep_procs .dep_in .process_caros .owl-nav button.owl-prev {
  left: 0;
}
.dep_procs .dep_in .process_caros .owl-nav button.owl-prev::before {
  content: "\f053";
}
.dep_procs .dep_in .process_caros .owl-nav button:hover {
  border-color: #fff;
  transition: 0.2s;
}
.dep_procs .dep_in .process_caros .owl-nav button:hover::before {
  color: #fff;
  transition: 0.2s;
}

.techno .techno_in {
  text-align: center;
}
.techno .techno_in strong {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .techno .techno_in strong {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .techno .techno_in strong {
    font-size: 15px;
    line-height: 20px;
  }
}
.techno .techno_in .top .techs ul {
  display: flex;
  align-items: center;
  gap: 40px 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.techno .techno_in .top .techs ul li {
  width: 10%;
}
.techno .techno_in .top .techs ul li img {
  filter: grayscale(1);
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto 5px;
  transition: 0.5s;
  border-radius: 10px;
}
.techno .techno_in .top .techs ul li p {
  color: #fff;
  text-transform: capitalize;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.techno .techno_in .top .techs ul li:hover img {
  filter: grayscale(0);
  transition: 0.5s;
  border-color: #fff;
}
.techno.package .techno_in .top ul {
  gap: 15px;
}
.techno.package .techno_in .top ul li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  background: #1d1d1f;
  border-radius: 30px;
  border: 1px solid #1d1d1f;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .techno.package .techno_in .top ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .techno.package .techno_in .top ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .techno.package .techno_in .top ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.techno.package .techno_in .top ul li:hover {
  color: #fff;
  border-color: #fff;
  transition: 0.3s;
}

.accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  background: #0e0f11;
  border: none;
  box-shadow: none;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}
.accordion .accordion-item button {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  box-shadow: unset;
  padding: 20px 65px 20px 30px;
  background: #0e0f11;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .accordion .accordion-item button {
    padding: 15px 35px 15px 15px;
  }
}
.accordion .accordion-item button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 9px solid #ffffff;
  border-bottom: 7px solid transparent;
  background: unset;
  transform: rotate(90deg);
  position: absolute;
  right: 15px;
}
.accordion .accordion-item button.collapsed {
  color: rgba(255, 255, 255, 0.6);
}
.accordion .accordion-item button.collapsed:after {
  border-top: 7px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 7px solid transparent;
  background: unset;
  transform: rotate(0);
}
@media screen and (max-width: 991px) {
  .accordion .accordion-item button {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .accordion .accordion-item button {
    font-size: 14px;
    line-height: 21px;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: left;
  padding: 0 30px 10px;
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", system-ui;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  color: #858585;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 991px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }
}

.mission.scrls .mission_in .scrl_sec {
  overflow: unset;
  position: sticky;
  top: 30px;
  background: #000;
}
.mission.scrls .mission_in .scrl_sec::-webkit-scrollbar {
  width: 5px;
}
.mission.scrls .mission_in .scrl_sec::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
.mission.scrls .mission_in .scrl_sec::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.mission.scrls .mission_in .scrl_sec .img {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100%;
}
.mission.scrls .mission_in .scrl_sec .cnt strong {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.mission.scrls .mission_in .scrl_sec .cnt p {
  text-align: justify;
}
.mission.scrls .mission_in > .scrl_sec + .scrl_sec {
  padding-top: 50px;
}
.mission.scrls .mission_in > .scrl_sec:last-of-type {
  padding-bottom: 0;
}
.mission.scrls .mission_in > .scrl_sec > .row {
  align-items: center;
  background: #000000;
  margin: 0 5px;
  gap: 20px 0;
}

.modal.consults .modal-dialog .modal-content {
  border-radius: 25px;
  overflow: hidden;
  background: #0e0f11;
  background: #fff;
}
.modal.consults .modal-dialog .modal-content .modal-header {
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  text-align: center;
  padding: 40px 40px 15px;
}
.modal.consults .modal-dialog .modal-content .modal-header h5 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.22em;
  background-image: linear-gradient(263.3deg, #3bbca7 25.84%, #0d9a48 50.13%, #f7ce0f 74.43%, #ed1e24 98.73%);
  background-size: 200% auto;
  display: block;
  animation: gradientAnimation 5s ease infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 991px) {
  .modal.consults .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .modal.consults .modal-dialog .modal-content .modal-header h5 {
    font-size: 15px;
    line-height: 20px;
  }
}
.modal.consults .modal-dialog .modal-content .modal-header p {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
}
.modal.consults .modal-dialog .modal-content .modal-header p a {
  color: #fff;
}
.modal.consults .modal-dialog .modal-content .modal-header button {
  background-color: gray;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  right: 25px;
  padding: 5px;
  background-size: 10px;
  opacity: 0.8;
  transition: 0.5s;
  /* filter: invert(1) contrast(0.5); */
}
.modal.consults .modal-dialog .modal-content .modal-header button:hover {
  opacity: 1;
  transition: 0.5s;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label {
  width: 100%;
  margin-bottom: 5px;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label select {
  border: none;
  outline: none;
  border-bottom: 1px solid #2b2c2e;
  padding: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  color: #858585;
  background: #2b2c2e;
  background: transparent;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input::-moz-placeholder, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea::-moz-placeholder, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label select::-moz-placeholder {
  color: #fff;
  color: #858585;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input::placeholder,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea::placeholder,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label select::placeholder {
  color: #fff;
  color: #858585;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input:focus-visible,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea:focus-visible,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label select:focus-visible {
  outline: none;
  border-color: #fff;
  border-color: #000;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label input::-webkit-outer-spin-button, .modal.consults .modal-dialog .modal-content .modal-body .contact_form label input::-webkit-inner-spin-button,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea::-webkit-outer-spin-button,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label textarea::-webkit-inner-spin-button,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label select::-webkit-outer-spin-button,
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form label select {
  padding-left: 5px;
}
.modal.consults .modal-dialog .modal-content .modal-body .contact_form button {
  margin: 0 auto;
  display: block;
}

/**********responsive start **********/
@media screen and (max-width: 1400px) {
  header .header .ryt .btm .menu ul {
    gap: 25px;
  }
}
@media screen and (max-width: 1200px) {
  header .header .ryt .btm .menu ul li a {
    font-size: 14px;
  }
  header .header .ryt .btm .menu ul {
    gap: 20px;
  }
  header .header .ryt .btm .booking a {
    font-size: 14px;
    padding: 10px 15px;
  }
  header .header .top ul li a {
    font-size: 14px;
  }
  .service .service_list .box .text span,
  .our_journy .journy_in .journy_caros .item span {
    font-size: 18px;
  }
  .mission .tabs_cnt ul li a,
  .our_journy .journy_in .journy_caros .item .text strong {
    font-size: 17px;
  }
  .welcome .welcome_in .lft {
    max-height: 650px;
  }
  .blog .blog_in .blog_caro_det .img img {
    height: 320px;
  }
  .footer .foot_top .foot1 strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials .testi_in .ryt {
    padding-left: 0;
  }
  .testimonials .testi_in .ryt .written .owl-dots {
    position: static;
    transform: unset;
    flex-direction: row;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
  }
  .testimonials .testi_in .ryt .written .owl-dots button:not(:last-child) {
    margin-right: 10px;
  }
  .testimonials .testi_in .ryt::before {
    display: none;
  }
  header .header .ryt .btm {
    position: relative;
  }
  header .header .ryt .btm .booking {
    margin-right: 60px;
  }
  .testimonials .testi_in .lft {
    display: none;
  }
  .welcome .welcome_in,
  .travel .travel_in {
    text-align: center;
  }
  .travel .travel_in a {
    text-align: center;
    margin: 0 auto;
  }
  .footer .foot_top .foot1 .foot_tog {
    display: none;
    margin-top: 20px;
  }
  .footer .foot_top .foot1 .box1 {
    margin-bottom: 25px;
  }
  .footer .foot_top {
    border-bottom: 1px solid #fff 4d;
    padding: 15px 0;
  }
  .footer .foot_top strong {
    font-family: lora;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    position: relative;
  }
  .footer .foot_top strong:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    right: 5px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
  }
  .footer .foot_top strong:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    right: 11px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
  }
  .footer .foot_top strong.tog:before {
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
    transition: 0.2s;
  }
  .footer .foot_top .foot1 .foot_tog .box1 + .box1 {
    margin-top: 0;
  }
  .footer .foot_top .foot1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
    padding: 15px 0;
  }
  .footer .foot_top .foot1 strong {
    margin-bottom: 0;
  }
  .footer .foot_top .foot1.foot2 strong b {
    display: none;
  }
  .footer .foot_btm .social {
    border-top: unset;
    margin-bottom: 20px;
  }
  .footer .foot_btm .social .foot_logo {
    display: block;
    text-align: center;
  }
  .footer .foot_btm .social .foot_logo p {
    margin-left: 0;
    margin-block: 20px;
    max-width: 100%;
  }
  .footer .foot_btm .social .row > div + div::before {
    display: none;
  }
  .footer .foot_btm .social .cont ul {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
  }
  .footer .foot_btm .social .cont ul li:not(:last-of-type) {
    margin: 0;
  }
  .footer .foot_btm .social .sm_media ul {
    height: auto;
    margin-bottom: 20px;
  }
  .footer .foot_btm .social .cont ul li i {
    margin-right: 10px;
  }
  .footer {
    padding: 25px 0;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    height: 27px;
  }
  .blog .blog_in .blog_caro_det .img img {
    height: 280px;
  }
  .online_consult ul li a {
    width: 35px;
    height: 35px;
  }
  .contact_page .contact_in .contact_form button {
    margin: 0 auto;
  }
  .techno .techno_in .top .techs ul li {
    width: 15%;
  }
  .techno .techno_in .top .techs ul {
    gap: 20px 10px;
  }
  .hiring ul {
    text-align: center;
  }
  .dep_procs .dep_in .process_caros .owl-nav button {
    position: static;
    transform: unset;
  }
  .dep_procs .dep_in .process_caros .owl-nav {
    gap: 10px;
    margin-top: 20px;
  }
  .dep_procs .dep_in .process_caros .items .cnt .numbs {
    left: -35px;
  }
  .dep_procs .dep_in .process_caros .items .cnt .numbs p {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .online_consult {
    top: 60%;
  }
  .hiring .hire_in .row {
    text-align: center;
  }
  .hiring .hire_in .cnt {
    text-align: left;
  }
  .welcome .welcome_in .lft {
    max-height: 500px;
  }
  .blog .blog_in .blog_caro_det .img img {
    height: 250px;
  }
  .mission .tabs_cnt ul li .img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .mission .tabs_cnt ul li a,
  .our_journy .journy_in .journy_caros .item .text strong {
    font-size: 16px;
  }
  header .header .ryt .btm .booking a i {
    display: inline-block;
  }
  header .header .top ul li:first-child {
    display: none;
  }
  header .header .ryt .btm .booking {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -80px;
  }
  header .header .top ul li a span {
    display: none;
  }
  header .header .top {
    justify-content: flex-start;
  }
  header .header .top ul li a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: block;
    background: #2b2c2e;
    background: #000;
    border-radius: 100%;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  header .header .top ul li i {
    color: #fff;
    padding-right: 0;
  }
  header .header .header_in {
    position: relative;
  }
  .mobile-menu {
    top: -19px;
  }
  .techno .techno_in .top .techs ul li {
    width: 18%;
  }
  .hiring ul li {
    width: 47%;
  }
  .link_boxs {
    display: block;
  }
  .dep_procs .dep_in .process_caros .items {
    display: block;
    text-align: center;
  }
  .dep_procs .dep_in .process_caros .items .img {
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .dep_procs .dep_in .process_caros .items .cnt {
    max-width: 100%;
  }
  .dep_procs .dep_in .process_caros .items .cnt p {
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .dep_procs .dep_in .process_caros .items .cnt .numbs {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 60%;
  }
  .mission.web_miss .mission_in .tabs_cnt ul li a {
    flex-wrap: wrap;
    display: block;
    padding-bottom: 15px;
  }
  .mission.web_miss .mission_in .tabs_cnt ul li a p {
    width: 100%;
  }
  .mission.web_miss .mission_in .tabs_cnt .tab-content .tab-pane .img img {
    height: auto;
  }
  .mission.web_miss .mission_in .tabs_cnt .tab-content .tab-pane .img {
    margin-bottom: 30px;
  }
  .mission.web_miss .mission_in .tabs_cnt ul li {
    margin-bottom: 15px;
  }
  .banner.soluti .banner_in .items .lft_in p {
    font-size: 14px;
    line-height: 23px;
  }
  .mission.web_miss .mission_in .tabs_cnt .tab-content {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .welcome .welcome_in .lft {
    max-height: 400px;
  }
  .footer .foot_btm .social .cont ul {
    gap: 10px;
    flex-direction: column;
  }
  header .header .btms {
    position: relative;
  }
  header .header .logo a img {
    max-width: 160px;
  }
  header .header .ryt .btm .booking a {
    padding: 9px 15px;
  }
  header .header .top ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .mobile-menu {
    top: -40px;
  }
  header .header .ryt .btm .booking {
    top: -100px;
  }
  .techno .techno_in .top .techs ul li {
    width: 31%;
  }
  .hiring ul {
    justify-content: center;
  }
  .hiring ul li {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */