
a,
a:focus,
a:hover,
body {
  color: #000;
}
.item__content__icon.icon__frst,
.platform_logo_sec ul li,
.review__sec__mian .slick-slide,
ul {
  margin: 0;
}
.btn__head,
.btn__packages,
.center__sec__head,
.count__sec,
.count__sec_inner,
.exp_num,
.logos__cli,
.ori-service-more,
.packages_para p {
  text-align: center;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
.count__sec_inner span,
.term__keep__head h2 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}
:root {
  --light_white: #f8f8f8;
  --black: #000;
  --white: #fff;
  --primary_color: #ff8901;
  --secondary_color: #00202f;
  --font-family: Inter, sans-serif;
}
.g-recaptcha {
  display: none;
}
img {
  pointer-events: none;
}
.btn__head {
  width: 125%;
}
body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  background: #111;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.mobile-nav,
.mobile-nav nav {
  height: 100%;
}
body::-webkit-scrollbar-button:end:increment,
body::-webkit-scrollbar-button:start:decrement {
  display: none;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}
body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--secondary_color);
}
::selection {
  color: var(--white);
  background: var(--secondary_color);
}
a {
  font-family: var(--paragraph-font);
}
a:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}
ul {
  list-style-type: none;
  padding: 0;
}
header,
header.menu_fixed {
  width: 100%;
  padding: 10px 0;
}
p {
  color: #b1b5d3;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  outline: 0;
}
header {
  position: absolute;
  z-index: 99;
  transition: 0.5s ease-in-out;
}
header.menu_fixed {
  position: fixed;
  z-index: 99999;
  background: #111;
}
.main_menu_sec ul li a {
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
  padding: 21px 16px !important;
}
.btn__head ul li a {
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  background: rgb(255 137 1);
  border-radius: 4px;
  color: #fff;
  border: 0;
  transition: 0.5s;
  padding: 13px 10px;
}
.app-container,
.mobile-nav {
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.btn__head ul li a img {
  padding-right: 11px;
  position: relative;
  top: -1px;
}
.btn__head ul li {
  padding: 10px 3px;
  display: inline-block;
}
.container {
  width: 1160px;
  margin: 0 auto;
  padding: 0;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgb(0 0 0 / 29%);
  min-width: 16rem;
  border-radius: 0;
}
.main_menu_sec ul.dropdown-menu li a {
  font-size: 14px;
  color: #fff !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid;
}
ul.dropdown-menu {
  padding: 0;
  background: var(--secondary_color);
  border: 0 !important;
  top: 84%;
}
.main_menu_sec ul.dropdown-menu li a:hover {
  color: #9193b9 !important;
  background: var(--white) !important;
}
.mobile-nav {
  position: fixed;
  width: 80%;
  overflow-y: scroll;
  top: 0;
  right: -80%;
  z-index: 12;
  background: var(--primary-color);
  transition: 0.6s ease-in-out;
  background: #123138;
}
.mobile-nav .logo-main {
  font-size: 16px;
  color: #8795a0;
  padding: 15px 0 15px 24px;
  display: inline-block;
}
.mobile-nav img {
  width: 130px;
}
.mobile-nav nav li a {
  color: #fff;
  font-weight: 400;
  display: block;
  padding: 15px 24px;
  border-top: 1px solid #d6d8db;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 16px;
}
.mobile-nav nav li a .fa {
  font-size: 20px;
  float: right;
}
.mobile-nav nav li ul {
  display: none;
  background: #fff;
}
.banner__btn ul li a,
.btn__web ul li a {
  background: var(--primary_color);
  padding: 13px 26px;
}
.mobile-nav nav li ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.app-container.active {
  left: -80%;
}
.app-container {
  position: relative;
  left: 0;
  transition: 0.6s ease-in-out;
  display: none;
}
.mobile-nav-btn {
  position: fixed;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 2%;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  display: block;
  z-index: 99999;
  top: -10px;
}
.mobile-nav-btn.active {
  right: 2%;
  z-index: 999999999;
  top: 0;
}
.mobile-nav-btn span {
  height: 3px;
  width: 22px;
  background-color: var(--primary-color);
  display: block;
  margin-bottom: 6px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  top: 8px;
}
.lines:after,
.lines:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition:
    top 0.3s 0.6s,
    transform 0.3s;
}
.mobile-nav-btn .lines:before {
  top: 0;
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 31px;
  color: #fff;
  position: absolute;
  right: 0;
  background: #123138;
  padding: 13px 12px;
  border-radius: 5px;
}
.mobile-nav-btn.active .lines:before {
  content: "\f00d";
  background: #123138;
}
.mobile-nav.active {
  z-index: 9999999;
  height: 100%;
  right: 0;
}
.mobile-nav ul {
  padding-top: 100px;
}
.form__banner,
ul.firstlevel.unstyled {
  padding: 0;
}
.banner__sec__main .carousel-item video {
  width: 100%;
  height: 870px;
  object-fit: cover;
}
.about__inner__img img,
.banner__img,
.blog__img img,
.logo__cilent img {
  width: 100%;
}
.banner__sec__main .carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 479px;
  background: linear-gradient(360deg, #111 0, rgba(19, 20, 38, 0) 100%);
  z-index: 1;
}
.banner_main .carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 78%);
  z-index: 1;
}
.item__content.box__frst,
.item__content.box__frst:hover {
  background: linear-gradient(
    275.76deg,
    rgba(244, 176, 255, 0.05) -0.09%,
    rgba(244, 176, 255, 0) 99%
  );
}
.banner__sec__main .carousel-caption {
  left: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  bottom: 0;
}
.banner__content__sec h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
  padding-bottom: 10px;
}
.inner_banner .banner__content__sec h1 {
  font-size: 75px;
  line-height: 89px;
}
.banner__content__sec h1 span {
  display: block;
  background: linear-gradient(
    90.22deg,
    #f8b000 0,
    #b274ce 40.72%,
    #00e9f8 69.11%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__content__sec p {
  font-size: 20px;
  color: var(--white);
  line-height: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto 20px;
}
.banner__btn ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.banner__btn ul li a {
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  color: var(--white);
}
.banner__content__sec .banner__btn ul li:first-child a {
  background: rgba(255, 255, 255, 0.24);
}
.banner__btn,
.packages_para,
.pkg_detail_sec .btn_pkg {
  padding-top: 10px;
}
.banner__btn ul li a:hover {
  background: #e7a00b;
  color: var(--white);
}
.banner__form__main {
  background: rgb(255 255 255);
  padding: 20px 25px;
  text-align: center;
  border-radius: 5px;
}
.banner__form input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 17px;
  border: 1px solid;
  font-size: 14px;
  border-radius: 5px;
}
.banner__form__head {
  padding-bottom: 10px;
}
.banner__form__head h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  color: #000;
}
.banner__form__head p {
  text-align: left;
  color: rgb(0 0 0 / 57%);
}
.banner__form textarea {
  width: 100%;
  height: 110px;
  border: 0;
  border-radius: 5px;
  padding: 12px 15px;
}
.banner__form__main .btn__form input {
  margin-top: 10px;
  width: 100%;
  padding: 13px 50px;
  font-size: 17px;
}
.item__content.box__frst {
  backdrop-filter: blur(40px);
  -ms-flex-pack: center;
  justify-content: center;
  padding: 43px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box__frst .item__content__tab p {
  color: var(--white);
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
.icon__frst span {
  background: #323749;
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px !important;
  border-radius: 50px;
  transform: rotate(35deg);
  margin-left: 20px;
  font-weight: 300;
}
.item__content {
  height: 100%;
  background: #ff8901;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 32px 43px 32px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.item__content__tab p {
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  color: var(--white);
  margin-bottom: 0;
}
.item__content__icon {
  margin-right: 21px;
}
.item__content__icon span {
  color: var(--white);
  font-size: 30px;
}
.item_ser {
  padding: 0 0 15px;
  height: 100%;
}
.item__content:hover {
  background: #a55800;
  transition: 0.3s ease-in-out;
}
.property__listing__sec,
.ways__works {
  position: relative;
  background: #0c0c0c;
}
.padding__90 {
  padding: 90px 0;
}
.center__sec__head h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 56px;
  line-height: 80px;
}
.center__sec__head p {
  color: var(--white);
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
}
.ways__works__box img {
  width: 100%;
  border-radius: 10px;
}
.ways__works__box {
  position: relative;
  border-radius: 10px;
}
.overlay__ways__sec {
  position: absolute;
  top: 0;
  padding: 30px 40px;
  width: 100%;
  height: 100%;
}
.overlay__ways__sec h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 10px;
}
.overlay__ways__sec p {
  font-size: 15px;
  line-height: 25px;
  color: var(--white);
  font-weight: 300;
}
.btn__web ul li a {
  display: inline-block;
  border-radius: 5px;
  font-size: 17px;
  color: var(--white);
}
.ways__works__box .card {
  border: 0;
  margin-top: -10px;
  background: #191b34;
  border-radius: 0 0 16px 16px;
  padding: 25px 25px 30px;
}
.ways__works__box .card .card-header {
  border: 0;
  padding: 0;
}
.ways__works__box .card .card-header h5 button {
  border: 0;
  color: var(--white);
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  padding: 0;
}
.ways__list ul li {
  color: #b1b2c1;
  font-weight: 300;
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
}
.ways__works__box .card-body {
  padding: 20px 0 0 10px;
  height: 290px;
}
.ways__list ul li:before {
  content: "";
  position: absolute;
  border: 1.5px solid var(--primary_color);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  left: 0;
  top: 7px;
}
.card-header h5 button.collapsed i.fa-minus:before {
  content: "\f067";
  top: 4px;
  position: relative;
  color: #898989;
}
.ways__works__box .card .card-header h5 button .fa {
  font-size: 23px;
  top: 4px;
  position: relative;
  color: #898989;
}
.ways__works__box .card .card-header h5 button span .bx {
  color: var(--primary_color);
  font-size: 27px;
  position: relative;
  top: 4px;
}
.intro__services__mian {
  padding-bottom: 90px;
}
section.intro__main {
  position: relative;
  padding: 110px 0;
}
section.intro__main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 100% 30%;
}
.services__sec__tab {
  background: #0c0c0c;
}
.services__box {
  padding: 32px 24px;
  background: rgba(48, 68, 99, 0.1);
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  min-height: 330px;
}
.services__box__content h2 {
  font-size: 22px;
  color: var(--white);
  font-weight: 500;
  line-height: 28px;
}
.services__box__content p {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.services__box__icon {
  position: relative;
  width: 85px;
  height: 93px;
}
.services__box__content {
  max-width: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 32px;
}
.services__box__icon:before {
  content: url(../images/s2-shape.svg);
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 14px;
  top: calc(50% - 52px);
  z-index: 1;
}
.services__box__icon object {
  position: relative;
  z-index: 2;
  width: 87px;
  pointer-events: all;
}
.tech__box {
  padding: 32px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: 0.5s ease-in-out;
  height: 280px;
  margin-bottom: 30px;
}
.tech__box h4 {
  color: var(--white);
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
  min-height: 52px;
}
.tech__box p {
  line-height: 22px;
  color: #b1b2c1;
  margin-bottom: 16px;
  font-size: 13px;
}
.tech__box ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tech__box:hover {
  background-color: rgba(255, 255, 255, 0.04);
  transition: 0.5s ease-in-out;
}
.discovery__sec__main {
  background: url(../images/discovery-stage-bg.webp) top right no-repeat #131526;
  position: relative;
  overflow: hidden;
}
.discovery__content__sec h2 {
  color: var(--white);
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
.discovery__content__sec p,
.inner__about__content p {
  font-size: 16px;
  line-height: 30px;
  color: var(--white);
  font-weight: 300;
}
.discovery__sec__main:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 606px;
  height: 966px;
  z-index: 0;
}
.stage__sec {
  padding-top: 50px;
}
.stage__sec h5 {
  color: var(--white);
  font-size: 21px;
  font-weight: 500;
}
.stage__sec ul li {
  padding: 34px 24px 32px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
}
.stage__sec ul li span {
  color: var(--primary_color);
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
  display: inline-block;
}
.stage__sec ul li p {
  font-size: 15px;
  color: var(--white);
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
  min-height: 57px;
}
.stage__sec ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: -5px;
}
.blog__text span,
.btn__exp ul li a,
.btn__form input,
.logo_tab_platform h5,
.org_pri h5,
.org_pri span,
.ori-service-more,
.ori-text-scroll-content h2,
.pkg_detail_sec,
.portfolio__inner__lnks a,
.review__box__sec span,
.term__links ul li {
  display: inline-block;
}
.discovery__sec__main:after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -59%;
  width: 889px;
  height: 966px;
  z-index: -1;
}
.development-img {
  width: 134px;
  height: 14px;
  background: url(../images/discover-stage-development.webp) center/contain
    no-repeat;
}
.location__sec__main {
  background: url(../images/silicon-valley-bg.webp) bottom center/1280px
    no-repeat #131526;
  padding: 174px 0;
}
.location__content h4 {
  font-size: 34px;
  font-weight: 600;
  color: var(--white);
}
.location__content p {
  font-size: 16px;
  color: var(--white);
  line-height: 30px;
  font-weight: 300;
}
.logo__cilent {
  padding-bottom: 40px;
}
.bg_port {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.portfolio__img__sec {
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}
.portfolio__img__sec:before {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9;
  background: linear-gradient(180deg, #02132700 0, #021327 100%) no-repeat
    padding-box;
}
.portfolio__overlay__sec {
  position: absolute;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  justify-content: flex-end;
}
.port__det img,
.term_content_Sec {
  padding-bottom: 30px;
}
.port__det h4 {
  font-size: 28px;
  color: var(--white);
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
}
.port__det a {
  color: var(--primary_color);
  font-size: 20px;
  font-weight: 300;
}
.back_thumb {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
}
.about__inner1,
.contact__form,
.count__sec_inner,
.exp__sec,
.icon__indust,
.indust__box,
.logo_tab_platform,
.modal__img__sec,
.org_pri h5,
.ori-service-inner,
.packages_sec_main,
.pkg_detail_sec,
.portfolio__inner__img,
.portfolio__sec__main,
.product_detail_sec,
.term__links ul li a,
ul.banner__point li,
ul.pkg-list li {
  position: relative;
}
.portfolio__img__thumb img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.portfolio__sec__main:after {
  content: "";
  position: absolute;
  top: -28%;
  left: 0;
  width: 606px;
  height: 966px;
  z-index: 0;
  background: url(../images/discovery-stage-circle-1-bg.webp) center no-repeat;
}
.review__box__sec {
  padding: 39px 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
}
.review__box__sec .cient_logo {
  width: 64%;
  display: block;
  margin-bottom: 10px;
}
.review__box__sec span {
  color: var(--primary_color);
  font-size: 13px;
  margin-bottom: 10px;
}
.review__box__sec p {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.revirew__auth {
  display: flex;
  align-items: center;
}
.review__auth__text {
  padding-left: 20px;
}
.rev_auth__img img {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
p.auth_name {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
p.auth_des {
  margin-bottom: 0;
  font-size: 14px;
}
.logo_tab_platform {
  box-shadow: 0 6px 14.25px 0.75px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 21px 10px 20px 9px;
  background: rgba(48, 68, 99, 0.1);
  line-height: 60px;
  margin-left: 16px;
  margin-bottom: 20px;
  transition: 0.2s ease-in-out;
}
.btn__form input,
.btn__packages a,
.packages_box_sec {
  transition: 0.5s ease-in-out;
}
.logo_tab_platform h5 {
  font-size: 14px;
  padding-left: 3px;
  margin: 0;
  position: relative;
  top: 5px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.logo_tab_platform span img {
  width: 45px;
  height: 45px;
  display: inline-block;
}
.industries_sec {
  background: #111;
}
.blog__text {
  background: #1f203b;
  padding: 30px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog__text h6 {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}
.blog__text span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog__text p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.blog__text a {
  color: var(--primary_color);
  font-weight: 600;
  font-size: 18px;
}
.contact__form {
  background:
    url(../images/discovery-stage-bg.webp) top right no-repeat,
    top right no-repeat,
    top right no-repeat #131526;
  overflow: hidden;
}
.form__content__head h2 {
  font-size: 38px;
  color: var(--white);
  font-weight: 400;
  line-height: 51px;
  margin-bottom: 20px;
}
.form__content__head p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
  width: 90%;
  color: rgb(255 255 255);
}
.contact_form {
  background: #111 !important;
  padding: 40px !important;
  border-radius: 10px !important;
}
.contact_form h2 {
  color: var(--primary_color);
  font-size: 36px;
  font-weight: 700;
}
.contact_form p {
  font-size: 16px;
  color: rgb(255 255 255 / 71%);
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  background: 0 0;
  border: 0;
  color: #fff;
  font-weight: 300;
}
.contact_form input {
  height: 70px;
  border-bottom: 1px solid #b1b5d3;
  margin-bottom: 20px;
  font-size: 15px;
}
.copy_text p,
.count__sec p {
  margin-bottom: 0;
}
.contact_form textarea {
  height: 150px;
  border-bottom: 1px solid #b1b5d3;
  resize: none;
  margin-top: 20px;
}
.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
  color: #b1b5d3;
}
.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
  color: #b1b5d3;
}
.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
  color: #b1b5d3;
}
.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
  color: #b1b5d3;
}
.btn__form input {
  width: auto;
  border: 0;
  background: var(--primary_color);
  height: auto;
  padding: 18px 50px;
  margin-top: 50px;
  font-size: 17px;
  border-radius: 5px;
  cursor: pointer;
  color: var(--white);
  font-weight: 500;
}
.btn__form input:hover {
  background: var(--white);
}
.banner__form__main .btn__form input:hover {
  background: #e7a00b;
}
.banner__form__main .selected-dial-code {
  color: #000;
}
.packages_box_sec {
  padding: 0;
  border-radius: 5px;
  margin-bottom: 50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0,
    rgb(255 255 255 / 1%) 100%
  );
}
.detail__link {
  text-align: center;
  padding: 10px 0 20px;
}
.detail__link a {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}
.packges__head h6 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.cut_price small,
.term__links ul {
  text-align: right;
}
.org_pri h5 {
  font-size: 35px;
  color: var(--white);
  font-weight: 700;
  padding: 0 5px 0 20px;
}
.org_pri h5 small {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.org_pri span {
  color: #9193b9;
  font-size: 12px;
  font-weight: 300;
}
.org_pri span small {
  display: block;
  font-size: 18px;
  opacity: 0.5;
  text-decoration: line-through;
}
.text__indus h4 a,
.text__indus p a {
  text-decoration: underline;
}
.packages__price {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding: 0 25px;
}
.cut_price small {
  color: #fff;
  font-size: 11px;
  display: block;
}
.cut_price span.perc {
  font-size: 23px;
  color: var(--primary_color);
  font-weight: 500;
}
.packages_para p {
  font-size: 15px;
  font-weight: 300;
}
ul.pkg-list li {
  font-size: 13px;
  color: var(--white);
  font-weight: 300;
  padding-bottom: 12px;
  padding-left: 0;
}
ul.pkg-list li:before {
  content: "";
  background: url(../images/check-icon.html);
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
ul.pkg-list::-webkit-scrollbar-thumb {
  background: var(--primary_color);
  border-radius: 10px;
}
ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: var(--primary_color);
  border-radius: 10px;
}
ul.pkg-list {
  height: 290px;
  overflow-y: scroll;
}
.btn__packages {
  padding: 30px 20px 15px;
}
.btn__packages a {
  background: var(--primary_color);
  width: 100%;
  display: block;
  padding: 19px;
  border-radius: 8px;
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.packages_box_sec:hover .btn__packages a {
  background: #2c2f52;
}
.count__sec h4 {
  font-size: 44px;
  color: #4edb96;
  font-weight: 700;
}
.count__sec p {
  letter-spacing: 0.65px;
  font-size: 16px;
  font-weight: 300;
}
.packages_sec_main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-size: 100%;
  background-position: 80% -720px;
  top: 0;
  transform: rotate(180deg);
}
.packages__tab__menu ul {
  border: 0;
  margin: 0;
  justify-content: center;
}
.packages__tab__menu ul li a {
  padding: 15px 34px;
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 12%) 0,
    rgb(255 255 255 / 7%) 100%
  );
  color: var(--white);
  border: 0 !important;
  border-radius: 5px !important;
  margin-bottom: 15px;
}
.packages__tab__menu ul li {
  margin: 0 !important;
  padding: 0 10px;
}
.packages__tab__menu ul li a.active,
.packages__tab__menu ul li a:hover {
  background: var(--primary_color) !important;
  color: var(--white) !important;
}
.top__pacakges__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 10px;
  object-fit: cover;
  position: relative;
  top: -7px;
  display: none;
}
.packges__head {
  padding: 24px 20px;
}
.pkg_list {
  padding: 0 25px;
}
ul.pkg-list li.head__pkg {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #ff8901 !important;
}
footer {
  padding: 80px 0 0;
}
.footer__logo img {
  filter: brightness(0) invert(1);
  width: 50%;
}
.footer__logo {
  padding-bottom: 20px;
}
.footer__content p {
  font-size: 16px;
  line-height: 29px;
  color: var(--white);
  font-weight: 200;
  width: 90%;
  padding-bottom: 30px;
}
.footer__head h5 {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 30px;
}
.footer__links ul li a {
  color: var(--white);
  font-size: 15px;
  font-weight: 300;
}
.footer__links ul li {
  display: block;
  padding-bottom: 14px;
}
.contact__det ul li span {
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.contact__det ul li a,
.contact__det ul li p,
.copy_text p {
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
}
.contact__det ul li {
  padding-bottom: 20px;
}
.contact__det ul li span img {
  padding-right: 10px;
}
.copy__right {
  background: #181930;
  padding: 30px 0;
  margin-top: 40px;
}
.term__links ul li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
}
.term__links ul li a:after {
  content: "";
  position: absolute;
  background: var(--white);
  width: 1px;
  height: 30px;
  right: 0;
  top: -5px;
}
.inner__contact,
.term__links ul li:last-child a:after {
  background: 0 0;
}
.inner_img_ban {
  width: 100%;
  height: 760px;
  object-fit: cover;
}
.count__sec_inner span {
  opacity: 0.3;
  font-size: 93px;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 120px;
}
.count__sec_inner p {
  font-weight: 600;
  letter-spacing: 0.31em;
  color: var(--white);
}
.count__sec_inner:before {
  right: 0;
  top: 20px;
  width: 1px;
  content: "";
  height: 110px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(86, 86, 86, 0.3);
}
.count__sec_inner:after {
  top: 60px;
  opacity: 0;
  right: -15px;
  font-size: 32px;
  content: "\f178";
  font-weight: 900;
  position: absolute;
  color: var(--primary_color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: FontAwesome;
}
.count__sec_inner:hover:before,
.experience_sec_main .row .col-sm-3:last-child .count__sec_inner:after,
.experience_sec_main .row .col-sm-3:last-child .count__sec_inner:before {
  opacity: 0;
}
.count__sec_inner:hover:after {
  opacity: 1;
}
.inner_banner .banner__content__sec {
  padding-top: 120px;
}
.keep__terms__sec {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0,
    rgba(255, 255, 255, 0) 100%
  );
  margin: 50px 80px;
}
.term__keep__head h6 {
  color: var(--white);
  letter-spacing: 6px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 20px;
}
.term__keep__head h2 {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  line-height: 60px;
}
.term__keep__head h2 span {
  font-weight: 400;
}
.term__keep__head h2 i {
  color: var(--primary_color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.exp__sec {
  z-index: 1;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 20px;
}
.exp__sec:before {
  top: 0;
  left: 10px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.exp__contact span {
  font-size: 17px;
  color: var(--white);
  margin-bottom: 40px;
  padding-left: 30px;
}
.blog__det b,
.blog__det strong,
.exp__contact span a,
.exp_num h6,
.text__indus p a {
  color: var(--primary_color);
}
.btn__exp {
  padding-top: 10px;
  margin-top: 20px;
}
.exp_num {
  top: -15px;
  padding-right: 30px;
}
.exp_num h6 {
  font-size: 85px;
  font-weight: 700;
  margin-bottom: 0;
}
.exp_num p {
  font-size: 15px;
  color: var(--white);
  font-weight: 300;
}
.btn__exp ul li a {
  background: var(--primary_color);
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 17px;
}
.intro__main .pt-5.mt-5 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.about__short h4 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.about__short p,
.about__short ul li {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: 300;
}
.about__short p strong {
  font-weight: 800;
  color: var(--primary_color);
}
.about__short ul li span {
  font-size: 18px;
  font-weight: 700;
}
.border_cli {
  border: 1px solid rgba(255, 255, 255, 0.17);
  margin: 100px 100px 0;
}
.logos__cli {
  border-right: 1px solid #2a2928;
  padding: 70px 0;
}
.keep__terms__sec .row .col-sm-2:last-child .logos__cli {
  border: 0;
}
.ori-service-img img {
  width: 100%;
  border-radius: 15px;
}
.ori-service-more {
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: var(--primary_color);
}
.ori-service-inner:after,
.ori-service-inner:before {
  -webkit-transition: 0.5s;
  border-radius: 15px;
  position: absolute;
  top: 0;
  content: "";
}
.ori-service-inner:before {
  right: 0;
  z-index: 1;
  width: 0%;
  left: auto;
  height: 100%;
  transition: 0.5s;
  background: rgba(13, 13, 13, 0.85);
}
.ori-service-inner:after {
  left: -5px;
  width: 95%;
  z-index: -1;
  height: 93%;
  opacity: 0;
  transition: 0.5s;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-7deg) rotate(-5deg);
  background: linear-gradient(
    100.22deg,
    #f8b000 0,
    #b274ce 40.72%,
    #00e9f8 69.11%
  );
}
.ori-service-img:after,
.portfolio__inner__img:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
}
.ori-service-title {
  left: 0;
  right: 0;
  bottom: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  text-align: left;
  padding: 0 20px;
}
.ori-service-title h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}
.ori-service-title h2 i {
  margin-left: 20px;
  float: right;
}
.ori-service-img:after {
  border-radius: 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50.26%, rgba(9, 9, 9, 0)),
    color-stop(99.06%, #090909)
  );
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.ori-service-inner:hover:after {
  top: 40px;
  opacity: 1;
}
.ori-service-inner:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}
.ori-service-inner:hover .ori-service-title {
  opacity: 0;
  bottom: 30px;
}
.ori-service-inner:hover .ori-service-more {
  top: 35%;
  opacity: 1;
}
.tab__menu__port ul li {
  width: 100%;
  margin: 0 0 10px !important;
}
.tab__menu__port ul li a {
  color: var(--white);
  padding: 15px 30px;
  border-radius: 50px !important;
  font-size: 17px;
  border: 0 !important;
}
.tab__menu__port ul {
  border: 0;
}
.tab__menu__port ul li a.active {
  background: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
  color: #fff !important;
}
.tab__menu__port ul li a:hover {
  border: 0;
}
.portfolio__inner__img img {
  width: 100%;
  border-radius: 15px;
  position: relative;
}
.portfolio__inner__img:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50.26%, rgba(9, 9, 9, 0)),
    color-stop(99.06%, #090909)
  );
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
  z-index: 99;
  border-radius: 15px;
}
.portfolio__overlay__inner {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  z-index: 99;
}
.portfolio__overlay__inner span {
  font-size: 35px;
  font-weight: 700;
  display: inline-block;
  color: var(--white);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding-bottom: 20px;
  line-height: 36px;
}
.portfolio__overlay__inner p,
.portfolio__overlay__inner p a {
  font-size: 19px;
  color: var(--primary_color);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio__inner__lnks {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
  opacity: 0;
}
.portfolio__inner__lnks a i {
  color: var(--primary_color);
  font-size: 70px;
}
.portfolio__inner__tab:hover .portfolio__inner__lnks {
  opacity: 1;
  bottom: 55px;
}
.portfolio__inner__tab {
  margin-bottom: 30px;
}
.menu__stactic {
  position: sticky;
  top: 20px;
}
.porfolio__sec__main .tab-content {
  overflow-y: scroll;
  height: 1260px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overlay_popup,
.pkg_detail_sec:after,
.pkg_detail_sec:before {
  height: 100%;
  position: absolute;
}
.porfolio__sec__main .tab-content::-webkit-scrollbar {
  display: none;
}
.ori-text-scroll-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 65px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.ori-text-scroll-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 65px 0;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.ori-team-content-1 {
  padding-top: 70px;
}
.ori-text-scroll-content h2 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  color: var(--white);
}
.ori-text-scroll-content h2 span {
  background-image: url(../images/sd1.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.ori-text-scroll-content .ori-text-scroll-icon {
  font-size: 75px;
  margin: 0 25px;
  color: var(--primary_color);
}
.term_content_Sec h3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 0;
}
.term_content_Sec p,
.term_content_Sec ul li {
  font-size: 17px;
  color: var(--white);
  font-weight: 300;
}
.term_content_Sec p {
  line-height: 31px;
}
.term_content_Sec ul li {
  padding-bottom: 15px;
  list-style-type: disc;
  line-height: 28px;
}
.blog__det a,
.term_content_Sec p a,
.term_content_Sec ul li a,
.term_content_Sec ul li ul li a {
  color: var(--primary_color);
  text-decoration: underline;
  font-weight: 700;
}
.term_content_Sec ul {
  padding: 0 40px;
}
.about__inner1 img {
  width: auto;
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.inner__about__content h2 {
  font-size: 49px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
}
.btm__content h4 {
  font-size: 30px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
}
.btm__content ol li {
  font-size: 16px;
  color: var(--white);
  font-weight: 300;
  padding-bottom: 18px;
  line-height: 30px;
}
.pkg_detail_sec {
  padding: 40px 30px;
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 4%) 0,
    rgb(255 255 255 / 18%) 100%
  );
  vertical-align: top;
  box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
  margin-top: 40px;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
}
.pkg_detail_sec h1,
.pkg_detail_sec h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 15px;
}
.pkg_detail_sec span.line_through {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  opacity: 0.5;
  text-decoration: line-through;
  color: #9193b9;
}
.pkg_detail_sec span.h5 {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 45px;
  color: var(--blue);
  font-weight: 700;
  background: -webkit-linear-gradient(to right, #932987, #9932cc);
  color: var(--white);
}
.pkg_detail_sec span.h5 sup {
  color: var(--white);
  right: -8px;
}
.product_detail_sec {
  padding: 210px 0;
  z-index: 1;
  background: url(../images/inner-banner.jpg) 0 0 / cover no-repeat;
}
.pkg_detail_sec:before {
  content: "";
  border: 3px solid;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
  right: -20px;
  bottom: -20px;
}
.pkg_detail_sec:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  border-radius: 10px;
  z-index: -1;
  left: -20px;
  top: -20px;
}
.pkg_list_detail {
  margin: 0 10px 0 60px;
}
.pkg_list_detail ul.pkg-list {
  height: 510px;
}
.pkg_list_detail ul.pkg-list li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 14px;
  color: var(--white);
  font-weight: 300;
  margin-right: 20px;
}
.pkg_list_detail h4 {
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
}
.pkg_list_detail ul.pkg-list li:before {
  content: "";
  background: url(../images/tick-arrow.html) no-repeat;
  color: #bf1f0b;
  font-size: 17px;
  margin-right: 8px;
  width: 13px;
  height: 12px;
  display: inline-block;
  top: 21px;
  position: absolute;
  left: 0;
  filter: brightness(0);
}
.btn_pkg a {
  background: #24263e;
  width: 100%;
  display: block;
  padding: 19px 60px;
  border-radius: 8px;
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
li.heading {
  font-weight: 600 !important;
  font-size: 17px !important;
}
.overlay_popup h5,
.submitbtn input {
  color: var(--white);
  font-weight: 300;
}
section.product_detail_sec:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 479px;
  background: linear-gradient(360deg, #131426 0, rgba(19, 20, 38, 0) 100%);
  z-index: -1;
}
.thanks_banner .banner__content__sec p {
  margin: 0 auto;
}
.LetsGetModal .modal-dialog {
  max-width: 920px;
}
.modal__img__sec img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.LetsGetModal .modal-body {
  padding: 0;
  border: 0;
  border-radius: 0 !important;
}
.LetsGetModal .modal-content {
  border-radius: 15px;
  border: 0;
}
.ban-form input {
  height: 45px;
  margin-bottom: 13px;
  font-size: 14px;
}
.ban-form textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding: 15px 12px;
  font-size: 14px;
  margin-bottom: 20px;
}
.submitbtn input {
  width: 100%;
  background: var(--secondary_color);
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 16px 0;
}
.overlay_popup {
  width: 100%;
  top: 0;
  padding: 20px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
.overlay_popup h5 {
  font-size: 26px;
}
.overlay_popup h5 span {
  color: var(--secondary_color);
}
.LetsGetModal button.close {
  background: var(--secondary_color);
  opacity: 1;
  text-shadow: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50px;
  color: #fff;
  z-index: 9999;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.intl-tel-input {
  width: 100%;
  margin-bottom: 15px;
}
.ban-form select {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 45px;
  margin-bottom: 13px;
  font-size: 13px;
  padding: 0.375rem 0.75rem;
  color: #495057;
}
.form__banner textarea {
  height: 230px;
}
.LetsGetModal textarea {
  width: 100%;
  height: 223px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ced4da;
  resize: none;
}
.popup__head h6 {
  font-size: 30px;
  font-weight: 700;
}
.popup__head p {
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
  width: 90%;
}
.banner-formInner .col-sm-8 {
  padding: 30px 40px;
}
ul.banner__point li {
  width: 100%;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 200;
  padding-left: 30px;
}
ul.banner__point li .fa {
  position: absolute;
  left: 0;
  top: 3px;
}
.property__listing__img img {
  width: 100%;
  border-radius: 20px;
}
.property__listing__content h4 {
  font-size: 50px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.property__listing__content p {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: 300;
}
.blog__det b,
.blog__det h2,
.blog__det strong {
  font-weight: 700;
}
.property__listing__sec .row.align-items-center {
  margin-bottom: 80px;
}
.estate__banner.banner_main .carousel-item:after {
  background: rgb(0 0 0 / 50%);
}
.banner__mobile,
.mobile__number {
  display: none;
}
.blog__sec .ori-service-more {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.blog__sec .ori-service-more .fas {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog__det h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.indust__box {
  margin-bottom: 40px;
  border: 1px solid #3e3e3ebd;
  padding: 30px 20px;
  height: 290px;
}
.icon__indust {
  left: 0;
  width: 70px;
}
.text__indus {
  padding-left: 0;
}
.indus__point,
.point__para {
  padding: 0 15px;
}
.text__indus h4,
.text__indus h4 a {
  font-size: 15px;
  color: var(--primary_color);
}
.choose__box .icon__indust {
  margin-bottom: 10px;
  position: relative;
  left: 0;
}
.choose__box .text__indus {
  padding: 0;
}
.choose__box .indust__box {
  height: 280px;
}
.text__indus p {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
}
.indus__point li {
  list-style-type: disc;
  margin-bottom: 10px !important;
}
.para__clr__chg {
  color: #ff8901 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
}
.point__para li {
  padding-bottom: 0 !important;
  margin-bottom: 5px !important;
  list-style-type: disc;
}
@media (max-width: 1600px) {
  .property__listing__content h4 {
    font-size: 37px;
  }
  .banner__img {
    width: 100%;
    height: 790px;
    object-fit: cover;
  }
  .banner__content__sec h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .item__content__tab p {
    font-size: 18px;
  }
  .center__sec__head h2 {
    font-size: 56px;
  }
  .term__keep__head h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }
  .location__content h4 {
    font-size: 32px;
  }
  .center__sec__head p {
    width: 80%;
    margin: 0 auto 10px;
  }
  .services__box {
    min-height: 300px;
  }
  .count__sec_inner span {
    font-size: 85px;
  }
  .services__sec__tab .center__sec__head p {
    width: 100%;
  }
  .banner__content__sec p {
    font-size: 20px;
    line-height: 35px;
  }
  .keep__terms__sec .about__short {
    padding-top: 0 !important;
  }
  .logos__cli:before {
    content: "";
    border-right: 1px solid #2a2928;
    position: absolute;
    width: 1px;
    height: 180px;
    right: 14px;
    top: 0;
  }
  .logos__cli {
    text-align: center;
    border-right: transparent;
  }
  .keep__terms__sec .row .col-sm-2:last-child .logos__cli:before {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .container {
    width: 1050px;
  }
  .main_menu_sec ul li a {
    padding: 21px 12px !important;
  }
  .form__content__head h2,
  .property__listing__content h4 {
    font-size: 35px;
  }
  .org_pri h5,
  .pkg_list_detail h4,
  .portfolio__overlay__inner span {
    font-size: 30px;
  }
  .center__sec__head h2 {
    font-size: 42px;
    padding-bottom: 10px;
    line-height: 49px;
  }
  .services__box__content {
    margin-right: 10px;
  }
  .services__box__content h2 {
    font-size: 18px;
  }
  .services__box {
    min-height: 290px;
  }
  .packages__tab__menu ul li a {
    padding: 15px 27px;
  }
  .tech__box ul li {
    font-size: 13px;
    padding: 4px 8px;
  }
  .tech__box {
    padding: 25px 15px;
  }
  .discovery__content__sec h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .discovery__content__sec p,
  .inner__about__content p {
    font-size: 15px;
    line-height: 27px;
  }
  .logo_tab_platform span img {
    width: 35px;
    height: 35px;
  }
  .logo_tab_platform span {
    display: flex;
    align-items: center;
  }
  .logo_tab_platform h5 {
    display: inline-block;
    font-size: 13px;
    padding-left: 9px;
    top: 0;
  }
  .blog__text h6 {
    font-size: 19px;
    line-height: 26px;
  }
  .inner__about__content h2 {
    font-size: 38px;
  }
  .btm__content h4 {
    font-size: 25px;
  }
  .term__keep__head h2 {
    color: #fff;
    font-size: 36px;
  }
  .about__short h4 {
    font-size: 21px;
  }
  .about__short p {
    font-size: 14px;
    line-height: 24px;
  }
  .logos__cli img {
    width: 90%;
  }
  .logos__cli:before {
    right: 4px;
  }
  .ori-text-scroll-content h2 {
    font-size: 70px;
  }
  .ori-text-scroll-section-1,
  .ori-text-scroll-section-2 {
    padding: 35px 0;
  }
  .review__box__sec p {
    font-size: 13px;
  }
  .banner__content__sec h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .term__banner .carousel-item img {
    height: 390px;
  }
  .pkg_detail_sec span.h5 {
    font-size: 40px;
  }
  .item__content__tab p {
    font-size: 17px;
    line-height: 24px;
  }
  .detail__link {
    text-align: center;
    padding: 10px 0 30px;
  }
  .org_pri span small {
    font-size: 17px;
  }
  .form__content__head p {
    font-size: 16px;
  }
  .contact_form h2 {
    color: var(--primary_color);
    font-size: 32px;
  }
  .ways__works.padding__90 {
    padding: 0;
  }
  .inner_banner .banner__content__sec h1 {
    font-size: 62px;
    line-height: 79px;
  }
}
@media (max-width: 1366px) {
  .main_menu_sec ul li a {
    padding: 21px 10px !important;
    font-size: 13px;
  }
  .banner__content__sec p {
    font-size: 17px;
    line-height: 27px;
  }
  .item__content__tab p {
    font-size: 15px;
    line-height: 22px;
  }
  .item__content {
    padding: 30px 43px 30px 32px;
  }
  .box__frst .item__content__tab p {
    font-size: 20px;
  }
  .container {
    width: 1010px;
  }
  .center__sec__head p {
    font-size: 16px;
  }
  .services__box__icon {
    position: relative;
    width: 75px;
    height: 83px;
  }
  .services__box__icon:before {
    right: 5px;
  }
  .location__content h4 {
    font-size: 26px;
    line-height: 39px;
  }
  .form__content__head h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .footer__content p {
    font-size: 15px;
    line-height: 27px;
  }
  .footer__content img {
    width: 80%;
  }
  .packages__tab__menu ul li a {
    padding: 15px 23px;
  }
  .banner__sec__main .carousel-item video {
    height: 710px;
  }
}
@media (max-width: 1200px) {
  .banner__content__sec h1 {
    font-size: 38px;
    line-height: 55px;
  }
  .banner__content__sec p {
    font-size: 18px;
    line-height: 29px;
  }
  .item_ser {
    padding: 0 0 30px;
  }
  .discovery__content__sec h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .overlay__ways__sec h2 {
    font-size: 23px;
  }
  .contact__form {
    background-position: -140%;
  }
  .packages_sec_main:before {
    background-position: -10% -580px;
  }
  .copy__right {
    padding: 20px 0;
  }
  .contact__det ul li span,
  .term_content_Sec ul li {
    font-size: 16px;
  }
  .copy_text p {
    font-size: 14px;
  }
  .term__links ul li a {
    color: var(--white);
    font-size: 13px;
  }
  .portfolio__overlay__inner span {
    font-size: 27px;
  }
  .count__sec_inner span {
    font-size: 65px;
  }
  .count__sec_inner p {
    letter-spacing: 0.25em;
  }
  .keep__terms__sec {
    margin: 50px 40px;
  }
  .border_cli {
    border: 1px solid rgba(255, 255, 255, 0.17);
    margin: 100px 40px 0;
  }
  .exp__contact span {
    font-size: 15px;
    padding-left: 20px;
  }
  .exp_num h6 {
    font-size: 75px;
  }
  .about__short h4 {
    font-size: 17px;
  }
  .ori-service-more a {
    font-size: 80px;
  }
  .pkg_detail_sec span.h5 {
    font-size: 35px;
  }
  .pkg_detail_sec span.line_through {
    font-size: 19px;
    opacity: 0.7;
  }
  .term_content_Sec h3 {
    font-size: 25px;
  }
  .term_content_Sec p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1100px) {
  .banner__content__sec h1 {
    font-size: 43px;
    line-height: 51px;
  }
  .property__listing__content h4 {
    font-size: 31px;
  }
  .banner__btn ul li a {
    padding: 13px 26px;
    font-size: 16px;
  }
  .center__sec__head h2 {
    font-size: 38px;
    padding-bottom: 10px;
    line-height: 40px;
  }
  .term__keep__head h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }
  .portfolio__overlay__inner p,
  .portfolio__overlay__inner p a {
    font-size: 17px;
  }
  .services__box__content {
    margin-right: 0;
  }
  .services__box__content p {
    font-size: 13px;
    line-height: 22px;
  }
  .packges__head h6 {
    text-align: center;
    font-size: 16px;
  }
  .cut_price span.perc {
    font-size: 21px;
  }
  .about__short h4,
  .detail__link a,
  .footer__head h5 {
    font-size: 16px;
  }
  .discovery__content__sec h2,
  .form__content__head h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .logo_tab_platform h5 {
    display: inline-block;
    font-size: 12px;
  }
  .blog__text h6 {
    font-size: 17px;
    line-height: 24px;
  }
  .blog__text p {
    font-size: 13px;
  }
  .form__content__head p {
    font-size: 15px;
    line-height: 26px;
  }
  .contact__det ul li a,
  .contact__det ul li p {
    color: var(--white);
    font-size: 14px;
  }
  .contact__det ul li span {
    font-size: 15px;
  }
  .contact__det ul li span img {
    padding-right: 5px;
  }
  .banner__content__sec p {
    font-size: 17px;
    line-height: 27px;
  }
  .count__sec_inner span {
    font-size: 55px;
  }
  .count__sec_inner p {
    letter-spacing: 0.2em;
  }
  .inner__about__content p {
    font-size: 14px;
    line-height: 25px;
  }
  .inner__about__content h2 {
    font-size: 33px;
  }
  .btm__content ol li {
    font-size: 15px;
    line-height: 25px;
  }
  .btm__content h4 {
    font-size: 20px;
  }
  .services__box__content h2 {
    font-size: 17px;
  }
  .inner_img_ban {
    width: 100%;
    height: 600px;
  }
  .logos__cli {
    text-align: center;
    border-right: 1px solid #2a2928;
    padding: 50px 0;
  }
  .logos__cli:before {
    right: 4px;
    height: 130px;
  }
  .btn__exp ul li a {
    padding: 16px 30px;
    font-size: 15px;
  }
  .exp_num {
    padding-right: 10px;
  }
  .border_cli {
    border: 1px solid rgba(255, 255, 255, 0.17);
    margin: 70px 20px 0;
  }
  .logos__cli img {
    width: 80%;
  }
  .ori-service-title h2 {
    font-size: 22px;
  }
  .packages_sec_main:before {
    background-position: -10% -650px;
  }
  .packages__tab__menu ul li a {
    padding: 15px 22px;
    font-size: 13px;
  }
  .inner_banner .banner__content__sec p {
    margin: 0 auto 20px;
  }
  .about__inner1 img {
    left: -40px;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 880px;
  }
  .banner__content__sec h1 {
    font-size: 33px;
    line-height: 47px;
  }
  .banner__content__sec p {
    font-size: 16px;
    line-height: 30px;
  }
  .item__content {
    padding: 30px 23px 30px 12px;
  }
  .item__content__icon {
    margin-right: 15px;
  }
  .item__content__tab p {
    font-size: 14px;
    line-height: 20px;
  }
  .portfolio__overlay__inner span {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .tab__menu__port ul li a {
    padding: 15px 25px;
    font-size: 15px;
  }
  .packages__tab__menu ul li {
    margin: 0 !important;
    padding: 0 5px;
  }
  .packages__tab__menu ul {
    border: 0;
    margin: 0;
    justify-content: center;
  }
  .packges__head {
    padding: 24px 10px;
  }
  .packages__price,
  .pkg_list {
    padding: 0 20px;
  }
  .org_pri h5 {
    font-size: 27px;
    padding: 0 5px 0 15px;
  }
  .org_pri h5 small {
    font-size: 17px;
  }
  .cut_price span.perc {
    font-size: 19px;
  }
  .pkg_detail_sec span.line_through,
  .tech__box h4 {
    font-size: 18px;
  }
  .technology__sec__main {
    padding-top: 70px !important;
  }
  .tech__box h4 {
    color: var(--white);
    margin-bottom: 3px;
    font-weight: 600;
    min-height: 50px;
  }
  .tech__box {
    padding: 25px 15px;
    height: 310px;
  }
  .discovery__content__sec h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .stage__sec ul li p {
    font-size: 15px;
    color: var(--white);
    font-weight: 200;
    line-height: 22px;
  }
  .stage__sec ul li {
    padding: 24px 19px 32px;
  }
  .location__sec__main {
    background-size: 1060px;
    padding: 100px 0;
  }
  .location__content h4 {
    font-size: 22px;
    line-height: 33px;
  }
  .location__content p,
  .term_content_Sec p {
    font-size: 15px;
    line-height: 26px;
  }
  .ways__works__box img {
    width: 100%;
    border-radius: 10px;
    height: 270px;
    object-fit: cover;
  }
  .overlay__ways__sec {
    padding: 40px 30px;
  }
  .logo_tab_platform span img {
    width: 30px;
    height: 30px;
  }
  .logo_tab_platform h5 {
    display: inline-block;
    font-size: 11px;
  }
  .contact_form textarea {
    height: 120px;
  }
  .contact_form h2 {
    font-size: 25px;
  }
  .form__content__head h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .services__box__icon {
    position: relative;
    width: 65px;
    height: 73px;
  }
  .services__box__icon:before {
    right: -8px;
  }
  .pkg_detail_sec h1,
  .pkg_detail_sec h4,
  .services__box__content h2 {
    font-size: 15px;
  }
  .keep__terms__sec .about__short {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .exp__contact span {
    font-size: 14px;
    padding-left: 18px;
  }
  .btn__exp ul li a {
    padding: 14px 20px;
    font-size: 14px;
  }
  .exp_num h6 {
    font-size: 50px;
  }
  .logos__cli {
    text-align: center;
    border-right: 0;
  }
  .count__sec_inner:before {
    right: -15px;
  }
  .count__sec_inner span {
    font-size: 50px;
    line-height: 90px;
  }
  .about__short p {
    font-size: 15px;
    line-height: 28px;
  }
  .pkg_list_detail {
    margin: 0 10px 0 40px;
  }
  .pkg_detail_sec span.h5 {
    font-size: 30px;
  }
  .btn_pkg a {
    padding: 17px 50px;
  }
  .pkg_detail_sec {
    min-height: 390px;
  }
  .pkg_list_detail ul.pkg-list {
    height: 415px;
  }
  .pkg_list_detail h4 {
    font-size: 24px;
  }
  .banner-formInner .col-sm-8 {
    padding: 30px 44px 20px 20px;
  }
  .inner_banner .banner__content__sec h1 {
    font-size: 43px;
    line-height: 50px;
  }
  .inner_banner .banner__content__sec p {
    margin: 0 auto 20px;
    width: 80%;
  }
  .footer__links ul li a {
    color: var(--white);
    font-size: 13px;
  }
  .footer__links ul li {
    padding-bottom: 10px;
  }
  .term_content_Sec h3 {
    font-size: 20px;
  }
  .term__banner .carousel-item img {
    height: 300px;
  }
  .term_content_Sec ul li {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .packages__tab__menu ul li a {
    padding: 11px 16px;
    font-size: 12px;
  }
  .tech__box h4 {
    font-size: 17px;
  }
  .tech__box ul li {
    font-size: 11px;
    padding: 4px 11px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .discovery__content__sec h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .discovery__sec__main {
    background-position: 120px 0;
  }
  .discovery__content__sec p {
    font-size: 14px;
    line-height: 25px;
  }
  .discovery__sec__main:after {
    z-index: 9;
  }
  .stage__sec {
    padding-top: 50px;
    position: relative;
    z-index: 99;
  }
  .packges__head h6 {
    text-align: center;
    font-size: 13px;
  }
  .btn__packages a {
    font-size: 14px;
  }
  .packges__head {
    padding: 24px 10px 5px;
  }
  .inner_banner .banner__content__sec {
    padding-top: 80px;
  }
  .inner_img_ban {
    width: 100%;
    height: 550px;
  }
  .term__banner .banner__content__sec.text-center {
    padding-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .inner_banner .banner__content__sec p {
    margin: 0 auto 20px;
    width: 80%;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .property__listing__content h4 {
    font-size: 24px;
  }
  .container {
    width: 690px;
  }
  .banner__form__main,
  header .col-sm-2 {
    display: none;
  }
  .banner__sec__main .col-sm-10,
  .banner__sec__main .col-sm-8,
  .discovery__sec__main .col-sm-7 {
    max-width: 100%;
    flex: 100%;
  }
  header .col-sm-7 {
    max-width: 75%;
    flex: 75%;
  }
  .banner__content__sec h1 {
    font-size: 27px;
    line-height: 42px;
    padding-bottom: 0;
  }
  .banner__sec__main .carousel-item video {
    height: 570px;
  }
  .box__frst .item__content__tab p {
    font-size: 16px;
  }
  .item__content__tab p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .item__content {
    padding: 20px 23px 20px 12px;
  }
  .center__sec__head h2 {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 30px;
  }
  .tab__menu__port ul li a {
    padding: 14px 20px;
    font-size: 14px;
  }
  .portfolio__overlay__inner span {
    font-size: 21px;
    padding-bottom: 7px;
  }
  .portfolio__overlay__inner p,
  .portfolio__overlay__inner p a {
    font-size: 15px;
  }
  .services__box {
    min-height: 290px;
    flex-direction: column-reverse;
    padding: 27px 24px;
  }
  .services__box__icon object {
    position: relative;
    z-index: 2;
    width: 74px;
    pointer-events: all;
  }
  .services__box__icon:before {
    right: -8px;
    width: 50px;
    height: 50px;
  }
  .services__box__icon {
    position: relative;
    width: 25px;
    height: 53px;
    margin-bottom: 30px;
  }
  .packages__tab__menu ul li a {
    padding: 11px;
    font-size: 11px;
  }
  .packages_sec_main .col-sm-4,
  .technology__sec__main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }
  .tech__box {
    padding: 25px 15px;
    height: 260px;
  }
  .stage__sec ul {
    -ms-flex-direction: unset;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: unset;
    margin: -5px;
    flex-direction: unset;
    display: unset !important;
  }
  .contact__form .col-sm-5,
  .stage__sec h5 {
    margin-bottom: 40px;
  }
  .stage__sec ul li {
    padding: 34px 24px 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    -ms-flex: 2;
    flex: 3;
    margin: 0 5px 30px;
    width: 31%;
    float: left;
    min-height: 190px;
  }
  .location__sec__main {
    background-size: 470px;
    padding: 100px 0;
    background-position: bottom;
  }
  .center__sec__head p {
    width: 100%;
    margin: 0 auto 10px;
  }
  .ori-service-title h2,
  .overlay__ways__sec h2 {
    font-size: 18px;
  }
  .overlay__ways__sec p {
    font-size: 14px;
    line-height: 23px;
  }
  .overlay__ways__sec {
    padding: 30px 20px;
  }
  .ways__works__box img {
    height: 240px;
  }
  .industries_sec li.col-sm-2.p-0 {
    max-width: 25%;
    flex: 25%;
  }
  .blog__text h6 {
    font-size: 15px;
    line-height: 24px;
  }
  .blog__text a {
    font-size: 14px;
  }
  .form__content__head h2 {
    font-size: 22px;
    line-height: 33px;
  }
  .contact_form textarea {
    height: 100px;
  }
  .contact_form input {
    width: 100%;
    height: 60px;
  }
  .contact_form h2 {
    font-size: 22px;
  }
  .contact_form p {
    font-size: 15px;
    color: rgb(255 255 255 / 71%);
    font-weight: 300;
    line-height: 26px;
  }
  .copy__right .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }
  .term__links ul {
    text-align: center;
    padding-top: 20px;
  }
  .term__links ul li a:after {
    height: 20px;
    right: 0;
    top: 0;
  }
  .inner_banner .banner__content__sec p {
    margin: 0 auto 20px;
    width: 100%;
    font-size: 15px;
  }
  .inner__about__content h2 {
    font-size: 20px;
  }
  .about__inner1 img {
    left: -20px;
    width: 60%;
  }
  .inner__about__content p {
    font-size: 13px;
    line-height: 25px;
  }
  .inner__about__content.pt-5.mt-5.btm__content {
    padding-top: 0 !important;
  }
  .inner_banner .banner__content__sec h1 {
    font-size: 34px;
    line-height: 39px;
  }
  .count__sec_inner span {
    font-size: 34px;
    line-height: 60px;
    -webkit-text-stroke-width: 0.3px;
  }
  .count__sec_inner p {
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
  }
  .keep__terms__sec {
    margin: 50px 0;
  }
  .term__keep__head h6 {
    font-size: 13px;
  }
  .term__keep__head h2 {
    color: #fff;
    font-size: 22px;
    line-height: 29px;
  }
  .term__keep__head h2 i {
    top: 2px;
    left: 5px;
  }
  .about__short h4 {
    font-size: 19px;
    line-height: 29px;
  }
  .about__short p {
    font-size: 14px;
    line-height: 25px;
  }
  .logos__cli img {
    width: 75%;
  }
  .logos__cli:before {
    right: 0;
    height: 122px;
  }
  .exp__sec {
    flex-direction: column-reverse;
    text-align: center;
  }
  .exp__sec:before {
    top: 0;
    left: 5px;
  }
  .ori-service-more a,
  .ori-text-scroll-content h2 {
    font-size: 50px;
  }
  .ori-service-title h2 i {
    margin-left: 10px;
  }
  .LetsGetModal .modal-dialog {
    max-width: 640px;
  }
  .modal__img__sec {
    position: relative;
    display: none;
  }
  .LetsGetModal .col-sm-8 {
    max-width: 100%;
    flex: 100%;
    padding: 30px 50px;
  }
  .count__sec_inner:before {
    right: -15px;
    top: 0;
  }
  .count__sec_inner:after {
    right: -32px;
    top: 38px;
  }
  .product_detail_sec .col-sm-4,
  .product_detail_sec .col-sm-8 {
    flex: 50%;
    max-width: 50%;
  }
  .contact__form .col-sm-5,
  .location__sec__main .col-sm-6,
  footer .col-sm-6 {
    flex: 100%;
    max-width: 100%;
  }
  .pkg_list_detail {
    margin: 0 10px 0 16px;
  }
  .product_detail_sec {
    padding: 180px 0 100px;
  }
  .footer__content,
  .footer__logo {
    text-align: center;
    padding-bottom: 20px;
  }
  .footer__content img {
    width: auto;
    margin-bottom: 30px;
  }
  footer .col-sm-2 {
    flex: 35%;
    max-width: 35%;
  }
  footer .col-sm-4 {
    max-width: 65%;
    flex: 65%;
  }
  .footer__content p {
    font-size: 14px;
    line-height: 27px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .contact__form .col-sm-7.pl-5 {
    padding-left: 10px !important;
    max-width: 100%;
    flex: 100%;
  }
  .contact__form {
    background-position: 10%;
  }
  .form__content__head p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    color: #fff;
  }
  .btn__web ul li a {
    padding: 13px 23px;
    font-size: 15px;
  }
  .technology__sec__main {
    padding-top: 50px !important;
  }
  .term_content_Sec ul {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .services__box__icon img {
    width: 90px;
    position: relative;
    left: -10px;
    top: -20px;
  }
  .banner__img {
    width: 100%;
    height: 1170px;
    object-fit: cover;
  }
  .banner__sec__main .col-sm-4,
  .inner__about__sec .col-sm-6,
  .keep__terms__sec .col-sm-6,
  .porfolio__sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
  .mobile__number {
    position: fixed !important;
    background: var(--primary_color);
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    z-index: 99;
    font-size: 25px;
    display: block;
  }
  .about__inner1 img,
  .main_menu_sec,
  .mobile__pkg,
  h1.desktop__heading,
  header .col-sm-9.float .btn__head.text-right,
  section.discovery__sec__main.padding__90,
  section.intro__main,
  section.services__sec__tab.padding__90 {
    display: none;
  }
  .banner__mobile {
    display: block;
    font-size: 36px;
    font-weight: 700;
  }
  a.btn__chat {
    display: none !important;
  }
  .banner__btn ul li a.btn__chat,
  .property__listing__content h4 {
    font-size: 24px;
  }
  .banner__btn ul li a.btn__number {
    font-size: 21px;
    padding: 21px 15px;
  }
  .technology__sec__main {
    padding-top: 0 !important;
    display: none;
  }
  .banner_main .carousel-item:after {
    background: #07262c;
  }
  .property__listing__img {
    padding-bottom: 30px;
  }
  .property__listing__content p {
    font-size: 15px;
    line-height: 29px;
  }
  .property__listing__sec .row.align-items-center:nth-child(2) {
    flex-direction: column-reverse;
  }
  .property__listing__sec .row.align-items-center {
    margin-bottom: 10px;
  }
  .banner__form__main {
    display: block;
    margin-top: 30px;
  }
  .container {
    width: 500px;
  }
  header .col-sm-3 {
    max-width: 45%;
    flex: 45%;
  }
  .banner__content__sec h1 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .banner__content__sec p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
  .intro__services__mian .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }
  .banner__sec__main .carousel-item video {
    height: 1300px;
  }
  .tab__menu__port ul li {
    width: auto;
    margin: 0 0 10px !important;
  }
  .tab__menu__port.pt-5 {
    padding-top: 10px !important;
  }
  .porfolio__sec__main .center__sec__head.mb-5 {
    margin-bottom: 0 !important;
  }
  .menu__stactic {
    position: unset;
    top: 0;
    text-align: center;
  }
  .tab__menu__port ul {
    border: 0;
    justify-content: center;
  }
  .tab__menu__port ul li a {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 10px !important;
    background: rgb(0 0 0 / 42%);
    margin: 0 4px;
  }
  .porfolio__sec__main .col-sm-8 {
    max-width: 100%;
    flex: 1005;
    margin-top: 20px;
  }
  .services__sec__tab {
    padding-top: 20px;
  }
  .services__sec__tab .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }
  .packages__tab__menu ul li a {
    padding: 11px 20px;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .org_pri h5 {
    font-size: 23px;
    padding: 0 5px 0 15px;
  }
  .detail__link a,
  .org_pri h5 small {
    font-size: 15px;
  }
  .org_pri span {
    color: #9193b9;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
  }
  .cut_price span.perc {
    font-size: 16px;
  }
  .padding__90 {
    padding: 60px 0;
  }
  ul.pkg-list li {
    font-size: 12px;
  }
  .packages_sec_main:before {
    background-position: -10% -940px;
  }
  .tech__box {
    padding: 25px 15px;
    height: 370px;
  }
  .exp__sec,
  .inner__about__content {
    padding-top: 30px;
  }
  .development-img {
    width: 104px;
  }
  .Blog__sec__main .col-sm-6,
  .services__inner .col-sm-4,
  .ways__works .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
  }
  .ways__works__box img {
    height: auto;
  }
  .industries_sec li.col-sm-2.p-0 {
    max-width: 33%;
    flex: 33%;
  }
  .LetsGetModal .modal-dialog {
    max-width: 520px;
  }
  .popup__head p {
    font-size: 14px;
  }
  .product_detail_sec .col-sm-4 {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .product_detail_sec .col-sm-8 {
    flex: 100%;
    max-width: 100%;
  }
  .pkg_detail_sec {
    min-height: 330px;
  }
  .pkg_detail_sec h1,
  .pkg_detail_sec h4 {
    font-size: 18px;
  }
  .pkg_list_detail ul.pkg-list {
    height: 565px;
  }
  .inner__about__content.pt-5.mt-5.btm__content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .inner__about__content p {
    font-size: 14px;
    line-height: 25px;
  }
  .inner_banner .banner__content__sec p {
    margin: 0 auto 20px;
    width: 100%;
    font-size: 14px;
  }
  .inner_banner .banner__content__sec h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .keep__terms__sec .about__short {
    padding-top: 30px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .exp__sec {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .border_cli {
    border: 1px solid rgba(255, 255, 255, 0.17);
    margin: 70px 0 0;
  }
  .logos__cli {
    text-align: center;
    border-right: 0;
    padding: 30px 0;
  }
  .logos__cli img {
    width: 100%;
  }
  .logos__cli:before {
    right: 0;
    height: 82px;
  }
  .keep__terms__sec {
    margin: 50px 0 0;
  }
  .services__inner .col-sm-12.pt-5.mt-5 {
    padding-top: 0 !important;
    margin-top: 20px !important;
  }
  .count__sec_inner:before {
    right: -15px;
    top: 10px;
    height: 70px;
  }
  .count__sec_inner:after {
    right: -22px;
    top: 28px;
    font-size: 23px;
  }
  .packages_sec_main .row.pt-5 {
    padding-top: 0 !important;
    padding-bottom: 20px;
  }
  .app-container {
    display: block;
  }
  header {
    padding: 23px 0;
  }
  .mobile-nav-btn {
    display: block;
    z-index: 9999999;
    top: -3px;
  }
  header.menu_fixed {
    padding: 20px 0;
  }
  .porfolio__sec__main .tab-content {
    overflow-y: scroll;
    height: auto;
  }
}
@media (max-width: 500px) {
  .container {
    width: 430px;
  }
  .packages_sec_main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
  .client_logo_sec .col-sm-3,
  .experience_sec_main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
  }
  .ways__works__box {
    position: relative;
    border-radius: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .container {
    width: 360px;
  }
  .box__frst .item__content__tab p,
  ul.pkg-list li {
    font-size: 14px;
  }
  .icon__frst span {
    width: 40px;
    height: 40px;
  }
  .item__content {
    padding: 20px 23px 20px 12px;
    flex-direction: column;
  }
  .item__content__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .item__content__icon span {
    color: var(--white);
    font-size: 30px;
    margin-left: 0;
  }
  .item__content__tab p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
  }
  .item__content.box__frst {
    flex-direction: column-reverse;
  }
  .item__content.box__frst .item__content__icon.icon__frst {
    margin-bottom: 10px;
  }
  .center__sec__head h2 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 30px;
  }
  .tab__menu__port ul li a {
    padding: 12px 17px;
    font-size: 14px;
    border-radius: 10px !important;
    background: rgb(0 0 0 / 42%);
    margin: 0 4px;
  }
  .portfolio__inner__lnks a i {
    color: var(--primary_color);
    font-size: 30px;
  }
  .center__sec__head p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: rgb(255 255 255 / 68%);
  }
  .packages_sec_main .col-sm-4,
  .services__sec__tab .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
  .services__box__content {
    max-width: 100%;
  }
  .services__box {
    min-height: auto;
  }
  .packages__tab__menu ul li a {
    padding: 11px 28px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .packages__tab__menu ul {
    border: 0;
    margin: 10px 0;
  }
  .mobile__none {
    display: none;
  }
  .banner-form .col-sm-6.d-none {
    display: block !important;
  }
  .LetsGetModal textarea {
    width: 100%;
    height: 140px;
  }
  .modal {
    z-index: 9999999;
  }
  .LetsGetModal button.close {
    top: 10px;
    right: 10px;
  }
  .footer__content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__content p {
    font-size: 15px;
    line-height: 27px;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 100%;
  }
  .footer__links ul li a {
    color: var(--white);
    font-size: 15px;
  }
  .footer__head h5 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  footer .col-sm-2 {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .product_detail_sec {
    padding: 120px 0 40px;
    background-size: 100%;
  }
  .LetsGetModal .modal-dialog {
    max-width: 410px;
    margin: 30px auto;
  }
  .experience_sec_main .col-sm-3 {
    max-width: 50%;
  }
  .keep__terms__sec .col-sm-2 {
    max-width: 33%;
  }
  .logos__cli:before {
    border: 0;
  }
  .packges__head h6 {
    text-align: center;
    font-size: 16px;
  }
  .border_cli {
    border: 1px solid rgba(255, 255, 255, 0.17);
    margin: 20px 15px 0;
  }
  .term__keep__head h2 {
    color: #fff;
    font-size: 19px;
    line-height: 29px;
  }
  .packages_box_sec {
    margin-bottom: 30px;
  }
  .inner_banner .banner__content__sec h1 {
    font-size: 17px;
    line-height: 30px;
  }
}
.huz-cham-faq-item,
.huz-cham-faq-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 390px) {
  .container {
    width: 285px;
  }
  .banner__mobile {
    display: block;
    font-size: 28px;
  }
  .banner__sec__main .carousel-item video {
    height: 1410px;
  }
  .banner__btn ul li a.btn__number {
    font-size: 18px;
  }
  .industries_sec li.col-sm-2.p-0 {
    max-width: 50%;
    flex: 50%;
  }
  .banner__btn ul li a {
    padding: 13px 19px;
    font-size: 15px;
  }
  .intro__services__mian .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
  .item__content__tab p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
  .tab__menu__port ul li a {
    padding: 9px 16px;
    font-size: 12px;
  }
  .center__sec__head h2 {
    font-size: 16px;
    padding-bottom: 9px;
    line-height: 26px;
  }
  .center__sec__head p {
    font-size: 15px;
    line-height: 28px;
  }
  .services__box__content p {
    font-size: 14px;
    line-height: 25px;
  }
  .packages__tab__menu ul li a {
    padding: 11px 18px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .LetsGetModal .modal-dialog {
    max-width: 360px;
    margin: 30px auto;
  }
  .technology__sec__main {
    padding-top: 0 !important;
  }
  .technology__sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
  .tech__box {
    padding: 25px 15px;
    height: auto;
  }
  .discovery__content__sec h2 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .stage__sec ul li {
    padding: 24px 15px 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    -ms-flex: 2;
    flex: 3;
    margin: 0 5px 20px;
    width: 47%;
    float: left;
    min-height: 150px;
  }
  .stage__sec ul li span {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .discovery__sec__main {
    background-position: 120px 0;
    padding-bottom: 0 !important;
  }
  .location__content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .location__sec__main {
    background-size: 350px;
  }
  .client_logo_sec .col-sm-3 {
    max-width: 33%;
  }
  .logo__cilent img {
    width: 90px;
  }
  .ways__works__box img {
    height: 260px;
  }
  .logo_tab_platform {
    padding: 21px 4px 20px 5px;
    line-height: 60px;
    margin-left: 7px;
  }
  .logo_tab_platform span img {
    width: 25px;
    height: 25px;
  }
  .logo_tab_platform h5 {
    display: inline-block;
    font-size: 11px;
    padding-left: 5px;
  }
  .copy_text p {
    font-size: 12px;
  }
  .footer__content p {
    font-size: 13px;
    line-height: 23px;
  }
  .inner_banner .banner__content__sec h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .form__content__head h2 br {
    display: none;
  }
  .form__content__head h2 {
    font-size: 19px;
    line-height: 28px;
  }
  .form__content__head p {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    color: #fff;
  }
  .mobile-nav nav li a {
    font-size: 14px;
  }
  .inner_banner .banner__content__sec {
    padding-top: 60px;
  }
  .inner_img_ban {
    width: 100%;
    height: 440px;
  }
  .logo__Sec__main {
    padding-top: 10px;
  }
  header .col-sm-3 {
    max-width: 55%;
    flex: 55%;
  }
}
.huz-cham-faq-section {
  background: #111;
  padding: 90px 20px;
}
.huz-cham-faq-container {
  max-width: 1200px;
  margin: auto;
  color: #fff;
}
.huz-cham-faq-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 700;
}
.huz-cham-faq-item {
  padding: 22px 0;
  transition: 0.3s;
}
.huz-cham-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}
.huz-cham-faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.huz-cham-faq-icon {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
}
.huz-cham-faq-icon::after,
.huz-cham-faq-icon::before {
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.3s;
}
.huz-cham-faq-icon::before {
  width: 22px;
  height: 2px;
  top: 10px;
  left: 0;
}
.huz-cham-faq-icon::after {
  width: 2px;
  height: 22px;
  left: 10px;
  top: 0;
}
.huz-cham-active .huz-cham-faq-icon::after {
  opacity: 0;
  transform: rotate(90deg);
}
.huz-cham-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s;
}
.huz-cham-faq-answer p {
  color: #b8c2d1;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 18px;
}
.huz-cham-active {
  border-left: 3px solid #ff7a00;
  padding-left: 18px;
}
@media (max-width: 768px) {
  .huz-cham-faq-title {
    font-size: 24px;
  }
  .huz-cham-faq-question h3 {
    font-size: 16px;
  }
}
