*,
body {
  font-family: poppins;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.h1,
.main-footer .h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #141232;
}

::-webkit-scrollbar-thumb {
  background: #00aeef;
  border-radius: 10px;
  margin: 5px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: 0;
}

:hover {
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.heading {
  text-align: center;
}

.heading h2 {
  color: #1c1a3b;
  font-size: 24px;
  font-weight: 600;
}

.heading h3 {
  font-size: 50px;
  font-weight: 700;
  color: #141232;
}

.contact-form .heading h3 {
  font-size: 40px;
}

.heading h3 span {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.heading p {
  color: #000000;
  font-size: 16px;
}

header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.dropdown-menu {
  min-width: 16em;
  padding: 0;
  border-color: transparent !important;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.dropdown-menu li {
  margin: 0 !important;
}

.dropdown-menu {
  background: #1412324c 0% 0% no-repeat padding-box;
  border: 1px solid #00aeef !important;
  border-radius: 10px;
  /* padding-inline: 14px; */
  backdrop-filter: blur(20px);
}

.dropdown-menu a {
  padding: 12px;
  transition: all 0.2s ease-in-out;
  display: block;
  color: white;
  border-bottom: 1px solid #00aeef;
  font-size: 14px;
}

.dropdown-menu a:last-child {
  border-bottom: 1px solid transparent;
}

.dropdown-menu a:hover {
  background-color: #00aeef00 !important;
  color: #00aeef !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00aeef !important;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  text-decoration: none;
  display: block;
  width: 20%;
  position: relative;
  z-index: 999;
}

.doubleMenu {
  flex-grow: 1;
}

.menuInfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.menuInfo ul li a {
  padding: 5px 15px;
  line-height: 1.5;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: Poppins, sans-serif;
  transition: 0.4s;
}

.menuInfo ul li a:hover {
  color: #ef0a5d;
}

.menuInfo ul li a i {
  transition: 0.4s;
}

.menuInfo ul li a:hover i {
  color: #ef0a5d;
}

.menuInfo ul li a .fas {
  color: #101010;
  font-size: 0.85rem;
  margin-right: 7px;
  margin-top: -4px;
}

ul.navbar {
  list-style: none;
  padding: 0;
  margin: 0 -0.7vw;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

ul.navbar li {
  margin: 0 0.5vw;
  display: inherit;
  position: relative;
}

ul.navbar li a {
  font-weight: 400;
  padding: 10px 10px;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  transition: 0.4s;
  text-transform: capitalize;
}

ul.navbar li a.active,
ul.navbar li a:hover {
  color: #f87213;
}

.menu-right {
  display: flex;
  align-items: center;
}

.navicon {
  position: relative;
  z-index: 999;
}

.nav-toggle span {
  top: 25px;
}

.nav-toggle {
  width: 56px;
  height: 53px;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-toggle span:before {
  top: -8px;
}

.nav-toggle span:after {
  bottom: -8px;
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
  top: 0;
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
  top: 0;
}

.nav-toggle.active span {
  background-color: transparent !important;
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
  background-color: #fff;
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.btn-default {
  text-transform: uppercase;
  color: #333;
  padding: 13px 30px;
  font-family: Poppins, sans-serif;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
}

.btn-default:hover {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  color: #fff;
}

.btn-default:hover span {
  color: #fff;
}

.btn-default span {
  font-weight: 700;
  font-family: Poppins, sans-serif;
  color: #00aeef;
}

.header-number {
  display: flex;
  align-items: center;
}

.header-number:hover span {
  color: #e83b00;
}

.header-number i {
  margin-right: 15px;
}

.header-number span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}

.detailHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg,
      rgb(147 145 140) 0,
      rgb(79 79 79) 100%);
  z-index: 99;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.detailHeader .innerMenu li {
  padding: 5px 0;
  flex: 0 0 100%;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}

.detailHeader .innerMenu li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.detailHeader .innerMenu li:nth-child(2) {
  -webkit-transition-delay: 15ms;
  transition-delay: 15ms;
}

.detailHeader .innerMenu li a {
  color: #eee;
  line-height: 40px;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
}

.detailHeader .innerMenu li a:hover {
  color: #00aeef;
}

.detailHeader.active .innerMenu li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.detailHeader.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.detailHeader ul.menuBlock li a {
  color: #eee;
  font-size: 17px;
  line-height: 29px;
}

.detailHeader ul.menuBlock li a:hover {
  color: #00aeef;
}

.overlay-scroll-btn {
  padding: 0 0 0 10px;
  margin-top: 10px;
  display: flex;
}

#down {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
}

#down .fa,
#up .fa {
  color: #fff;
  opacity: 0.8;
}

#up {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
}

#down:hover {
  opacity: 1;
}

#up:hover {
  opacity: 1;
}

#parent {
  padding: 0;
}

.overlay-scroll-btn {
  padding: 0;
}

ul#parent {
  height: 290px !important;
}

#parent {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 0 0 1px;
  margin-bottom: 0;
}

.detailHeader .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* .dropdown:hover .dropdown-menu {
  display: block;
} */

.main-banner-bg {
  background-color: #141232;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* .main-banner.main-banner-img {
  background-image: url(../images/webp/hero-cover.png);
} */
.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: bottom;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-text p:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/banner-icon.html);
  width: 143px;
  height: 14px;
  right: 75px;
}

.banner-text h2 {
  color: #fff;
  font-size: 45px;
  padding: 6px 0 12px;
  font-weight: 400;
}

.banner-text h2 span {
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.banner-text h3 {
  color: #fff;
  font-size: 27px;
  padding: 7px 5px;
  font-weight: 500;
  background-color: #000;
  text-align: center;
  display: block;
}

.banner-text ul {
  padding: 30px 0;
}

.banner-text ul li {
  color: #ffdcc2;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 14px;
}

.banner-text ul li:last-child {
  padding-bottom: 0;
}

.banner-text ul li i {
  color: #fcb317;
  padding-right: 12px;
  font-size: 20px;
}

.banner-img {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.main-feature {
  margin-top: -170px;
  position: relative;
}

.feature-wrap {
  background-image: -moz-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
  background-image: -webkit-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
  background-image: -ms-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
  box-shadow: 0 17px 109px 0 rgba(0, 0, 0, 0.26);
  border: 1px solid #fff;
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 35px;
}

.feature-text h3 {
  font-size: 22px;
  color: #141234;
  font-weight: 700;
  padding: 14px 0 25px;
  line-height: 25px;
  text-transform: uppercase;
}

.feature-text h3 span {
  font-weight: 400;
  font-family: Poppins, sans-serif;
}

.home-btn {
  font-size: 14px;
  border-radius: 6px;
  padding: 8px 35px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  color: #fff;
  text-transform: unset;
  border: 0;
}

.home-btn:hover:after,
.home-btn:hover:before {
  background-color: #ffffffd1;
}

.feature-box {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  flex-direction: column;
  padding: 42px 0;
}

.feature-carousel {
  display: flex !important;
  align-items: center;
  height: 100%;
}

.feature-box i {
  display: inline-block !important;
}

.feature-box h3 {
  padding: 23px 0 33px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.feature-box a {
  color: #00aeef;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.feature-box:hover {
  background-color: #151335;
}

.feature-box:hover h3 {
  color: #fff;
}

.feature-box:hover a {
  color: #fcb317;
}

.feature-carousel .owl-nav [class*="owl-"] {
  display: none;
  background-color: #fff !important;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  color: #000;
  font-size: 17px !important;
  position: absolute;
  top: 95px;
  box-shadow: 0 17px 109px 0 rgba(0, 0, 0, 0.26);
}

.feature-carousel .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient(0deg,
      #d43500 0,
      #e4500d 49%,
      #f46b19 100%);
  background-image: -webkit-linear-gradient(0deg,
      #d43500 0,
      #e4500d 49%,
      #f46b19 100%);
  background-image: -ms-linear-gradient(0deg,
      #d43500 0,
      #e4500d 49%,
      #f46b19 100%);
}

.feature-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -30px;
}

.feature-carousel .owl-nav [class*="owl-"].owl-next {
  right: -30px;
}

.feature-carousel .owl-nav [class*="owl-"]:focus {
  outline: 0;
}

.trust-logo-wrap {
  padding-bottom: 43px;
}

.trust-logo-text {
  height: 100%;
  display: flex;
  align-items: center;
}

.trust-logo-text h3 {
  font-size: 23px;
  color: #141234;
  font-weight: 700;
  line-height: 37px;
}

.main-renowned {
  background-image: url(../images/webp/renowned-banner.html);
  background-size: cover;
  height: 618px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.renowned-img {
  position: absolute;
  left: 10%;
}

.renowned-text {
  padding-top: 100px;
}

.renowned-text h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.renowned-text h3 span {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.renowned-text p {
  padding: 20px 0 30px;
  color: #9e9db8;
  font-size: 16px;
  font-weight: 400;
}

.contact-info ul {
  display: flex;
  align-items: center;
}

.contact-info ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.contact-info ul li {
  border-left: 1px solid #ffffff2e;
  padding: 0 18px;
}

.contact-info ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.coloumnsec {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #07061700;
}

.coloumnsec .col {
  width: 284px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px 15px 15px 15px;
}

.what_we_do_sec {
  padding: 100px 0px 60px;
  margin: 100px 0 0;
  position: relative;
}

.what_we_do_sec:before {
  content: "";
  background-color: #f6f6f6;
  height: 440px;
  width: 100%;
  position: absolute;
  top: 0;
}

.what_we_do_box2 {
  margin: -110px 0 0;
}

.what_we_do_box3 {
  margin: 30px 0 0;
}

.what_we_do_box4 {
  margin: 120px 0 0;
}

.what_we_do_box6 {
  margin: 20px 0 0;
}

.what_we_do_box {
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.53);
  margin-bottom: 0;
  padding: 20px 10px 0px;
  min-height: inherit;
  transition-duration: 0.5s;
  border-radius: 0;
  min-height: 320px;
}

.what_we_do_box img {
  margin: auto;
  width: 70px;
  height: 70px;
  display: table;
}

.what_we_do_box h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin: 20px 0 20px;
}

.what_we_do_box p {
  text-align: center;
  color: #767474;
  font-size: 13px;
}

.what_we_do_box:hover .what_we_do_box_btn {
  display: block;
}

.what_we_do_box_btn {
  margin: 20px 0 0;
  display: none;
}

.what_we_do_box_btn a {
  text-align: center;
  margin: auto;
  display: table;
  font-size: 14px;
  font-weight: 700;
  color: #00aeef;
  text-transform: uppercase;
}

.what_we_do_box_btn a img {
  float: right;
  margin: 4px 0 0 0px;
  position: relative;
  left: 10px;
  transition-duration: 0.5s;
}

.what_we_do_box_btn a:hover {
  text-decoration: none;
}

.what_we_do_box_btn a:hover img {
  margin: 4px 0 0 0px;
  left: 20px;
}

.what_we_do_box5 .title_blk {
  font-size: 34px;
  line-height: 40px;
  width: 120%;
}

.what_we_do_box5 .para_title {
  font-size: 15px;
}

.contact-info ul li a:hover h4 {
  color: #00aeef;
}

.contact-info ul li a i {
  margin-right: 12px;
}

.contact-info ul li a h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.contact-info ul li a h4 span {
  color: #9e9db8;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.contact-info ul li:last-child a h4 span:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/chat.html);
  width: 18px;
  height: 18px;
  right: -29px;
}

.contact-info-btn {
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

.contact-info-btn:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  z-index: 1;
}

.contact-info-btn:after {
  position: absolute;
  content: "";
  background-color: #ffffffad;
  width: 40px;
  height: 2px;
}

.main-service {
  padding-top: 104px;
}

.main-service-wrap {
  padding-top: 31px;
}

.service-box {
  display: flex;
  border: 1px solid #ccc;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.main-service-wrap .col:first-child .service-box {
  border-left: none;
}

.main-service-wrap .col:last-child .service-box {
  border-right: none;
}

.service-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 55px;
}

.service-icon:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/service-icon-before.html);
  background-size: contain;
  background-repeat: no-repeat;
  width: 89px;
  height: 88px;
  z-index: -1;
  top: -17px;
  left: -15px;
}

.service-box h3 {
  font-size: 25px;
  color: #000;
  font-weight: 400;
  padding-top: 50px;
}

.service-btn {
  position: absolute;
  bottom: -22px;
  background-color: #fff;
  box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: none;
}

.service-btn i {
  color: #e53b00;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
}

.service-box:hover {
  background-image: -moz-linear-gradient(-35deg,
      #e53b00 0,
      #ed6c09 49%,
      #f59d12 100%);
  background-image: -webkit-linear-gradient(-35deg,
      #e53b00 0,
      #ed6c09 49%,
      #f59d12 100%);
  background-image: -ms-linear-gradient(-35deg,
      #e53b00 0,
      #ed6c09 49%,
      #f59d12 100%);
}

.service-box:hover h3 {
  color: #fff;
}

.service-box:hover .service-icon i {
  filter: invert(100%) sepia(1%) saturate(4%) hue-rotate(146deg) brightness(117%) contrast(100%);
}

.service-box:hover a {
  display: block;
}

.service-cta {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.service-cta-para p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.service-cta .contact-info ul li a h4 {
  color: #141232;
}

.service-cta .contact-info ul li a h4 span {
  color: #141232;
}

.service-cta .contact-info-btn:after {
  background-color: #141232;
}

.service-cta .contact-info ul li:first-child a h4 span:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/chat.html);
  width: 16px;
  height: 16px;
  right: -22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.service-cta .contact-info ul li {
  border-right: 1px solid #8b8b8b2e;
  padding: 0 21px;
}

.service-cta .contact-info ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.service-cta .contact-info ul li a:hover h4 {
  color: #00aeef;
}

.main-package {
  padding: 104px 0;
}

.package-carousel {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.package_box * {
  transition: all 0.2s ease-in-out;
}

.package_box {
  background-color: #fff;
  border: 2px solid #00aeef;
  border-radius: 10px;
}

.pkg_top {
  padding: 23px;
}

.pkg_title {
  font-size: 24px;
  font-weight: 600;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pkg_title h3 {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  text-align: left;
}

.pkg_pricing_area {
  margin: 13px 0;
}

.sale_price h3 {
  font-size: 45px;
  font-weight: 600;
  color: white;
  letter-spacing: -3px;
  margin: 0;
}

.cut_price h4 {
  color: white;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  text-transform: lowercase;
}

ebkit-scrollbar .cut_price h4 span {
  text-decoration: line-through;
  text-decoration-color: #00aeef;
}

.short_desc p {
  font-size: 13px;
  color: #ffffff;
}

.pkg_view_details ul {
  padding-left: 0 !important;
}

.pkg_view_details ul li {
  color: #141232 !important;
  font-weight: 500 !important;
}

.pkg_details .slimScrollBar {
  opacity: 1 !important;
  border-radius: 10px !important;
  width: 5px !important;
  background-color: white !important;
}

.pkg_details {
  padding: 0 23px 23px 23px;
  margin: 0 6px;
  border-radius: 5px;
}

.pkg_details ul {
  padding-right: 15px;
  padding-left: 23px;
  padding-top: 0 !important;
}

.pkg_details ul li {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
  font-weight: 400;
  padding-left: 18px;
}

.pkg_details ul li:before {
  content: "\f105";
  position: absolute;
  font-weight: 700;
  color: #00aeef;
  font-size: 17px;
  left: 0;
  font-family: "Font Awesome 5 Free";
}

li.list_hd {
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

li.list_hd:before {
  display: none;
}

.pkg_bottom {
  padding: 13px 23px 23px;
}

.order_btn {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  background-image: none;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
}

.order_btn:hover {
  color: #fff;
}

.pkg_chat_btn {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  line-height: 21px;
}

.pkg_chat_btn span {
  font-size: 10px;
  font-weight: 400;
  position: relative;
}

.pkg_chat_btn span:before {
  content: "\f075";
  position: absolute;
  right: -24px;
  font-size: 16px;
  color: #f78c0f;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.pkg_chat_btn:hover {
  color: #fff;
}

.package_box:hover {
  box-shadow: 0px 3px 15px #00000044;
}

.package-btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 54px;
}

.package-btn-wrap .home-btn {
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

.package-btn-wrap .home-btn:hover {
  color: #fff;
}

.package-btn-wrap .home-btn:hover:after,
.package-btn-wrap .home-btn:hover:before {
  background-color: #ffffffd1;
}

.package_box:hover .order_btn {
  background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
}

.package-carousel .owl-nav [class*="owl-"] {
  background-color: #fff !important;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  color: #00aeef !important;
  font-size: 17px !important;
  position: absolute;
  top: 50%;
  box-shadow: 0 17px 109px 0 rgb(0 0 0);
}

.package-carousel .owl-nav [class*="owl-"]:hover {
  color: #fff !important;
  text-decoration: none;
  background-image: -moz-linear-gradient(0deg,
      #d43500 0,
      #e4500d 49%,
      #f46b19 100%);
  background-image: -webkit-linear-gradient(0deg,
      #d43500 0,
      #e4500d 49%,
      #f46b19 100%);
  background-image: -ms-linear-gradient(0deg,
      #d43500 0,
      #e4500d 49%,
      #f46b19 100%);
}

.package-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -80px;
}

.package-carousel .owl-nav [class*="owl-"].owl-next {
  right: -80px;
}

.package-carousel .owl-nav [class*="owl-"]:focus {
  outline: 0;
}

.main-cta {
  background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  height: 158px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 60px 0 0px 0;
}

.main-cta:before {
  width: 304px;
  height: 222px;
  content: "";
  position: absolute;
  background-image: url(../images/webp/cta-before.html);
  background-repeat: no-repeat;
  background-size: contain;
  top: -17px;
}

.main-cta:after {
  width: 257px;
  height: 268px;
  content: "";
  position: absolute;
  background-image: url(../images/webp/cta-after.html);
  background-repeat: no-repeat;
  background-size: contain;
  top: -25px;
  right: 0;
}

.cta-text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cta-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

.cta-text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  display: flex;
  padding-top: 7px;
  align-items: center;
}

.cta-text h2:before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  right: 70px;
  z-index: 1;
}

.cta-text h2:after {
  position: absolute;
  content: "";
  background-color: #ffffff96;
  width: 52px;
  height: 2px;
  right: 18px;
}

.cta-number {
  height: 100%;
  display: flex;
  align-items: center;
}

.cta-number h3 {
  font-size: 96px;
  font-weight: 700;
  color: #00aeef;
}

.cta-contact h3 {
  font-weight: 400;
  font-size: 17px;
  color: #d0d0d0;
}

.cta-contact {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cta-contact h3 span {
  font-weight: 700;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.cta-btn {
  display: flex;
  padding-top: 10px;
}

.cta-btn .home-btn {
  color: #00aeef;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  padding: 9px 5px 9px 25px;
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  background-color: #fff;
  margin-right: 25px;
  top: 6px;
}

.cta-btn a h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.cta-btn a h4 span {
  color: #9e9db8;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  left: -30px;
}

.cta-btn a h4 span:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/chat.html);
  width: 18px;
  height: 18px;
  right: -29px;
}

.main-portfolio {
  padding: 70px 0;
}

.main-portfolio ul {
  padding: 30px 0;
}

.main-portfolio .package-carousel ul {
  height: 315px;
  overflow-y: auto;
}

.main-portfolio .nav-tabs .nav-item.show .nav-link,
.main-portfolio .nav-tabs .nav-link.active {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  border: 0;
  color: #fff;
}

.navbar-nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.hover-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #00aeef;
}

.hover-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #00aeef;
  color: #00aeef !important;
  font-weight: 600;
}

.main-portfolio .nav-tabs .nav-link {
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding: 7px 28px;
  margin: 5px 8px;
  border: 2px solid #000000;
  border-radius: 6px;
}

.portfolio-box {
  transform: scale(1);
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-height: 350px;
  border-radius: 10px;
  margin: 1em;
  box-shadow: 0px 3px 15px #00000023;

}

#realestate .portfolio-box img {
  transition: 3s ease-in-out;
}

#realestate .portfolio-box:hover img {
  transform: translateY(-60%);
  background-position: 100% 100%;
}

.portfolio-box:hover .hovereffects-det {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
}

.hovereffects-det {
  background-image: -webkit-linear-gradient(left, #c10012a6, #e24e5cb0);
  background-image: -o-linear-gradient(left, #f79e0cd1, #f86a14c4);
  background-image: linear-gradient(to right, #c10012a6, #e24e5cb0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 5;
  transition: 0.6s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  opacity: 0;
}

.btnstyles-nn {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnstyles-nn a {
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  margin: 5px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.btnstyles-nn a i {
  margin: 0 5px;
  font-size: 40px;
}

.main-work-detail {
  /* background-image: url(../images/webp/Group-148.webp); */
  background-color: #141232;
  background-size: cover;
  padding-block: 4em;
}

.work-detail {
  padding-top: 104px;
  text-align: center;
}

.work-detail h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.work-detail h3 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
}

.work-detail h3 span {
  font-weight: 700;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.work-detail p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.work-detail .package-btn-wrap {
  padding-top: 20px;
}

.work-detail .package-btn-wrap .home-btn:hover {
  color: #fff;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
}

.main-industry {
  position: relative;
  padding: 40px 0;
  height: 600px;
}

.industry-img {
  position: absolute;
  left: 10%;
}

.industry-text h4 {
  color: #141232;
}

.industry-text h2 {
  font-size: 24px;
  color: #141232;
  font-weight: 600;
  line-height: 40px;
}

.industry-text h2 span {
  font-size: 42px;
  font-weight: 700;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.industry-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1em;
}

.industry-btn-wrap .home-btn {
  color: #00aeef;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  padding: 13px 5px 13px 25px;
  position: relative;
  display: flex;
  align-items: center;
  width: 40%;
}

.industry-btn-wrap .home-btn:hover:after,
.industry-btn-wrap .home-btn:hover:before {
  background-color: #ffffffd1;
}

.industry-btn-wrap .home-btn:hover {
  color: #fff;
}

.footer-form-wrap {
  padding: 100px 0 50px 0;
  position: relative;
}

/* .footer-form-wrap:before {
  background-color: #e3e3e3;
  height: 198px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
} */

.footer-form-wrap .form-before {
  position: relative;
  display: flex;
}

.footer-form-wrap .form-before:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/mockuper.webp);
  background-size: contain;
  width: 450px;
  height: 450px;
  background-repeat: no-repeat;
  left: -90px;
}

.footer-form-wrap .form-before:after {
  content: "";
  position: absolute;
  background-image: url(../images/webp/banner-side.webp);
  background-size: cover;
  width: 600px;
  height: 450px;
  background-repeat: no-repeat;
  top: 50%;
  right: -140px;
}

.footer-text-sec {
  background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  height: 410px;
  padding: 85px 60px 60px 40px;
  margin-top: 12px;
}

.footer-text-sec .quote {
  background: #fff;
  color: #333;
  max-width: 280px;
  padding: 25px 25px 18px;
  position: absolute;
  bottom: calc(100% - 44px);
  box-shadow: -2.232px 31.922px 43px 0 rgba(0, 0, 0, 0.14);
}

.footer-text-sec .quote p {
  color: #000;
  font-size: 35px;
  margin: 0;
  font-weight: 700;
  line-height: 47px;
}

.footer-text-sec .quote:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
}

.footer-text-sec p {
  font-size: 18px;
  margin: 0 0 30px;
  color: #ffffff7d;
}

.footer-text-sec a {
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.btn-white strong {
  color: white;
  font-weight: 400;
  margin-right: 4px;
}

.footer-text-sec .btn-white {
  margin-top: 30px;
  padding: 0.75rem 1.5rem;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
}

.btn-round {
  border-radius: 100px;
}

.btn-tup {
  text-transform: uppercase;
}

.footer-form-sec h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: #1b1948;
  padding-bottom: 8px;
}

.footer-form-sec p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.footer-form {
  margin-top: 50px;
}

.footer-form input {
  height: 54px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  margin-bottom: 25px;
}

.footer-form .home-btn {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  color: #fff;
  width: 45%;
  padding: 12px 5px 12px 25px;
  border: none;
  margin-top: 13px;
}

.footer-form .form-group {
  margin-bottom: 0;
}

.main-footer {
  background-image: url(../images/webp/footer-shape.png);
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 1em;
}

.main-footer h6 {
  color: #fff;
  font-weight: 500;
}

.main-footer h2 {
  color: #fff;
}

.main-footer h2 span {
  color: #141232;
}

.main-footer .home-btn {
  color: #141232;
  font-weight: 500;
  background-color: white;
}

.footer-desc p,
footer ul li,
.footer-desc span {
  font-size: 14px;
}

.footer-desc .links li {
  font-weight: 500;
  line-height: 25px;
  position: relative;
  padding-left: 18px;
  color: #141232;
  padding-bottom: 5px;
}

.footer-desc .links li:before {
  content: "\f111";
  position: absolute;
  font-weight: 700;
  color: #00aeef;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: smaller;
}

.footer-desc span,
.footer-desc span a {
  font-weight: 500;
  color: #f2f2f2;
}

.footer-desc .payments {
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 1em;
}

.footer-desc .partners img {
  max-width: 150px;
}

.footer-desc .partners {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1em;
}

.footer-desc .payments img {
  max-width: 80px;
}

.foot-logo img {
  max-width: 300px;
}

.copy-right {
  padding: 15px 0;
  background: #141232;
}

.copyright-text {
  display: flex;
  align-items: center;
}

.copyright-text p {
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}

.copy-right ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.copy-right ul li a {
  font-size: 13px;
  font-weight: 400;
  padding: 0 10px;
  color: white;
}

.copy-right ul li:last-child a {
  border-right: none;
}

.footer-social ul {
  display: flex;
}

.footer-social ul li a {
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17252d;
  font-size: 18px;
}

.footer-social ul li a:hover {
  background-color: #e25f09;
  border: 1px solid #e25f09;
  color: #fff;
}

.inner-banner {
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.inner-banner .banner-text p:after,
.inner-banner .banner-text p:before {
  display: none;
}

.inner-banner .banner-text h2 {
  padding: 6px 0 17px;
}

.inner-banner .banner-text p {
  padding-bottom: 25px;
}

.inner-banner .banner-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}

.main-award {
  padding: 54px 0;
}

.main-award h3 {
  text-align: center;
  font-size: 42px;
  color: #141234;
  font-weight: 700;
  padding-bottom: 40px;
}

.award-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.award-box p {
  font-weight: 600;
  color: #666;
  font-size: 18px;
  padding-top: 30px;
}

.best-static-wrap {
  background-color: #f4f4f4;
  height: 733px;
  display: flex;
  align-items: center;
  position: relative;
}

.best-static-img {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.best-static-img:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/best-static-before.html);
  width: 554px;
  height: 554px;
  background-size: contain;
  top: 10px;
  z-index: -1;
  left: -21px;
}

.best-static-text h4 {
  color: #141234;
  font-weight: 600;
  font-size: 24px;
}

.best-static-text h3 {
  color: #00aeef;
  font-weight: 700;
  font-size: 42px;
}

.best-static-text p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 22px 0 33px;
}

.best-static-text h2 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.best-static-text ul li {
  font-size: 16px;
  display: inline-flex;
  width: 49%;
  padding-top: 30px;
  color: #333;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.best-static-text ul li i {
  padding-right: 10px;
  padding-top: 5px;
  color: #fd3f00;
  font-size: 18px;
}

.best-static-text ul {
  padding-bottom: 50px;
}

.best-static-btn .btn-white {
  padding: 11px 19px;
  background-color: #fff;
}

.best-static-btn .btn-white:hover {
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  color: #151033;
}

.discount-btn {
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 700;
  color: #151033;
  border-radius: 50px;
  padding: 11px 22px;
  margin-left: 9px;
}

.discount-btn:hover {
  background-image: none;
  background-color: #fff;
  color: #00aeef;
}

.inner-portfolio .client-reviews-wrap {
  padding-top: 70px;
}

.main-resource {
  background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  padding: 95px 0;
}

.main-resource .heading {
  padding-bottom: 53px;
}

.main-resource .heading h2 {
  color: #fff;
}

.main-resource .heading h3 {
  color: #fff;
}

.main-resource .heading p {
  color: #6b698f;
}

.resource-box {
  border: 1px solid #ffffff59;
  padding-left: 40px;
  height: 275px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}

.resource-box h3 {
  padding: 33px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  min-height: 123px;
}

.resource-box p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.resource-box:hover {
  background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
  background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
  background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
}

.resource-box:hover h3 {
  color: #000;
}

.resource-box:hover img {
  display: none;
}

.resource-box:hover p {
  display: block;
}

.main-testi {
  padding: 75px 0 65px;
}

.testi-wrap {
  padding-top: 60px;
}

.testi-text h2 {
  color: #00aeef;
  font-size: 24px;
  font-weight: 600;
}

.testi-text h3 {
  font-weight: 700;
  color: #141232;
  font-size: 42px;
  padding: 11px 0 20px;
  line-height: 46px;
}

.testi-text p {
  color: #666;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.testi-text .btn-white {
  padding: 11px 19px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.testi-box-wrap {
  background: #ededed;
  padding: 40px 32px 25px;
  position: relative;
  text-align: left;
}

.testi-box-wrap:before {}

.testi-box-wrap p {
  font-size: 13px;
  color: #666;
  line-height: 26px;
  font-family: Poppins, sans-serif;
}

.testi-box-wrap h5 {
  font-size: 12px;
  color: #666;
  margin: 15px 0 0;
}

.testi-box-wrap h5 span {
  font-size: 18px;
  display: block;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.testi-slider .item img {
  width: auto !important;
  display: inline-block !important;
  margin-top: 0;
}

.testi-slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-img-wrap {
  padding: 65px 0;
}

.contact-img-wrap .heading {
  padding-bottom: 100px;
}

.inner-process {
  padding: 83px 0;
}

.inner-process-wrap {
  padding-top: 35px;
}

.inner-process-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border: 1px solid transparent;
  text-align: center;
}

.inner-process-box:hover {
  background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  border: 1px solid #dfdfdf;
}

.process-img {
  position: relative;
}

.process-img:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/process-after.html);
  width: 88px;
  height: 86px;
  top: -11px;
  left: -13px;
}

.inner-process-box h3 {
  padding: 38px 0 28px;
  color: #141234;
  font-weight: 600;
  font-size: 24px;
}

.inner-process-box p {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.inner-portfolio-wrap .portfolio-box {
  margin: 0 10px 20px;
}

.inner-portfolio-wrap .portfolio-box img {
  width: 100%;
}

.inner-review-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-review-box img {
  padding: 30px 0;
}

.review-2 {
  margin-bottom: 0;
}

.review-4 {
  margin-top: -70px;
  margin-bottom: 0;
}

.review-5 {
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.review-6 {
  margin-top: -15px;
}

.review-8 {
  margin-top: -195px;
}

.review-7 {
  margin-top: -120px;
}

.review-9 {
  margin-top: -50px;
}

.review-name {
  display: flex;
  align-items: center;
}

.review-name h5 span {
  font-size: 18px;
  display: block;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}

.review-name h5 {
  font-size: 12px;
  color: #666;
  margin: 15px 0 0;
}

.inner-review-box .testi-box-wrap {
  padding: 40px 32px 25px;
  position: relative;
  text-align: left;
  background-image: -moz-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
  border: 1px solid #dadada;
  border-radius: 15px;
}

.inner-review-box .testi-box-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid rgb(242 242 242);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.about-banner .banner-text ul {
  padding: 30px 0;
  padding-top: 0;
}

.about-banner .banner-img {
  right: -30px;
}

.main-testi {
  padding: 55px 0 65px;
}

.inner-about-wrap {
  height: 455px;
  position: relative;
  display: flex;
  align-items: center;
}

.inner-about-wrap:before {
  content: "";
  position: absolute;
  background-color: #1c1949;
  height: 320px;
  width: 50%;
  top: 60px;
}

.inner-about-wrap:after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  height: 320px;
  width: 50%;
  top: 60px;
  border: 1px solid #dfdfdf;
  right: 0;
}

.about-text-right {
  z-index: 2;
  position: relative;
  padding: 0 40px;
}

.about-text-right h3 {
  font-weight: 600;
  font-size: 24px;
  color: #1c1949;
  position: relative;
  padding-bottom: 68px;
}

.about-text-right h3:before {
  position: absolute;
  content: "";
  background-image: url(../images/webp/about-icon.html);
  width: 145px;
  height: 8px;
  top: 60%;
}

.about-text-right p {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 27px;
}

.about-text-color h3 {
  color: #fff;
}

.about-text-color h3:before {
  filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg) brightness(109%) contrast(97%);
  right: 0;
}

.about-text-color p {
  color: #fff;
  text-align: end;
  font-size: 14px;
}

.expertise-text h3 {
  font-size: 39px;
  font-weight: 700;
  color: #141234;
  padding-bottom: 22px;
}

.expertise-text h3 span {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.expertise-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.counter-box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

.counter-box {
  background-color: #f4f4f4;
  padding: 15px 20px;
  text-align: center;
}

.counter-box h2 {
  font-size: 42px;
  font-weight: 700;
  color: #00aeef;
}

.counter-box p {
  color: #666;
  font-weight: 600;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 19px;
}

.counter-box h2 sup {
  top: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.expertise-top-wrap {
  padding-bottom: 40px;
}

.expertise-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.packages-tab ul {
  padding: 40px 0 30px;
  border-bottom: none;
}

.packages-tab .nav-tabs .nav-item.show .nav-link,
.packages-tab .nav-tabs .nav-link.active {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  color: #fff;
}

.packages-tab .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 17px;
  color: #333;
  padding: 11px 32px;
  margin: 5px 10px;
  font-family: Poppins, sans-serif;
}

.popup_form .modal-dialog {
  max-width: 956px;
  margin: 1.75rem auto !important;
}

.popup_form .modal-content {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid;
  position: relative;
}

.popup_form .modal-content:before {
  content: "";
  position: absolute;
  background: url(../images/webp/popup_close.html);
  height: 145px;
  width: 145px;
  right: -50px;
  top: -62px;
  z-index: 1;
}

.popup_form .modal-content:after {
  content: "";
  position: absolute;
  background: url(../images/webp/popup_center_circle.html);
  height: 198px;
  width: 323px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 93px;
  z-index: 0;
}

.popup_right {
  background: url(../images/webp/popup_bg.html) no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 0 22px 22px 0;
  position: relative;
}

.popup_form .modal-content .close {
  font-size: 27px;
  color: #fff;
  text-shadow: none;
  opacity: 0.99;
  float: inherit;
  top: 4px;
  right: 14px;
  position: absolute;
  z-index: 2;
}

.popup_form .modal-content .close:focus {
  outline: 0;
}

.popup_left {
  padding: 45px 85px 45px 65px;
  position: relative;
}

.popup_left:before {
  content: "";
  background: url(../images/webp/popup_circle.html);
  width: 48px;
  height: 207px;
  left: 0;
  top: 30px;
  position: absolute;
}

.popup_left:after {
  content: "";
  background: url(../images/webp/popup_bottom_circle.html);
  width: 57px;
  height: 79px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.popup_form_box {
  text-align: center;
  position: relative;
}

.popup_form_box:before {
  content: "";
  position: absolute;
  background: url(../images/webp/choose-right.html);
  width: 47px;
  height: 125px;
  right: -74px;
  top: -23px;
}

.popup_form_box:after {
  content: "";
  position: absolute;
  background: url(../images/webp/popup_triangle.html);
  width: 29px;
  height: 157px;
  right: -58px;
  bottom: -12px;
}

.popup_form_box .form-control {
  height: 45px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding-left: 45px;
  position: relative;
  z-index: 1;
}

.popup_form_box input::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #bcbcbc;
}

.popup_form_box .form-group {
  position: relative;
  margin-bottom: 22px;
}

.popup_form_box .form-group i {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 20px;
  color: #f78c0f;
}

.popup_btn h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}

.popup_btn button {
  background-image: linear-gradient(90deg, #f79e0c, #f86a14);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 11px 35px;
}

.sprite {
  background-image: url(../images/webp/sprite.html);
  background-repeat: no-repeat;
  display: block;
}

.sprite-feature-icon-1 {
  width: 59px;
  height: 59px;
  background-position: -5px -5px;
}

.sprite-feature-icon-2 {
  width: 58px;
  height: 58px;
  background-position: -74px -5px;
}

.sprite-feature-icon-3 {
  width: 58px;
  height: 58px;
  background-position: -142px -5px;
}

.sprite-feature-icon-4 {
  width: 58px;
  height: 58px;
  background-position: -74px -73px;
}

.sprite-phone {
  width: 12px;
  height: 30px;
  background-position: -210px -5px;
}

.sprite-service-icon-1 {
  width: 62px;
  height: 62px;
  background-position: -142px -73px;
}

.sprite-service-icon-2 {
  width: 67px;
  height: 56px;
  background-position: -5px -145px;
}

.sprite-service-icon-3 {
  width: 69px;
  height: 61px;
  background-position: -82px -145px;
}

.sprite-service-icon-4 {
  width: 61px;
  height: 61px;
  background-position: -161px -145px;
}

.sprite-service-icon-5 {
  width: 70px;
  height: 54px;
  background-position: -232px -5px;
}

.sprite-service-icon-6 {
  width: 58px;
  height: 59px;
  background-position: -214px -69px;
}

.sprite-service-icon-7 {
  width: 69px;
  height: 53px;
  background-position: -232px -138px;
}

.sprite-us-flag {
  width: 34px;
  height: 34px;
  background-position: -232px -201px;
}

.detail_title .banner-text h2 {
  font-size: 37px;
  font-weight: 700;
}

.detail_title .banner-text {
  text-align: center;
}

.pacakge-details.det-packages {
  background-color: #f7f7f7db;
  padding: 80px 0;
}

.pacakge-details.det-packages .sale_price h3,
.pacakge-details.det-packages .cut_price h4,
.pacakge-details.det-packages .short_desc p {
  font-weight: 600;
  color: #141232;
}

.pricing-details-left .sechead {
  text-align: left;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-details-left .sechead h3 {
  margin-bottom: 20px;
}

.pricing-details-left .sechead p {
  color: #848181;
  font-size: 17px;
  line-height: 28px;
  margin: 0px 0 13px;
}

.pricing-details-left ul {
  margin-bottom: 0;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.pricing-details-left ul li:first-child a {
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  background-image: none;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  margin-right: 20px;
}

.pricing-details-left ul li .liovechats-bx {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  line-height: 21px;
}

.pricing-details-left ul li .liovechats-bx span {
  font-size: 10px;
  color: #464646;
  position: relative;
}

.pricing-details-left ul li .liovechats-bx a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4ad";
  position: absolute;
  right: -25px;
  top: -2px;
  color: #00aeef;
  font-size: 16px;
}

.pricing-details-left ul li .liovechats-bx h5 {
  font-size: 18px;
  margin: 0;
  color: #464646;
}

.pricing-details-left ul li .liovechats-bx:hover a span:before {
  color: #3b2165;
}

.pricing-details-left ul li .liovechats-bx:hover a h5,
.pricing-details-left ul li .liovechats-bx:hover a span {
  color: #f87a12;
}

.pricing-details-left ul li .liovechats-bx:hover {
  background-color: #fff;
}

.sechead h3 {
  color: #141232;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}

.view_detail_btn {
  text-align: center;
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.package_box:hover .view_detail_btn {
  color: #f78c0f;
}

.pacakge-details .boxpackages {
  padding: 20px 16px 16px;
}

.pacakge-details .package_box {
  padding-bottom: 20px;
}

.feature-text h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  display: inline-block;
  padding: 5px 15px;
  width: 65%;
}

@media screen and (max-width: 1600px) {
  .main-cta:after {
    right: -40px;
  }

  ul.navbar li a {
    padding: 10px 8px;
    font-size: 14px;
  }

  .renowned-img {
    left: 6%;
  }

  .main-cta:before {
    width: 274px;
    height: 192px;
    top: 7px;
    left: -80px;
  }

  .industry-img {
    left: 5%;
  }

  .footer-form-wrap .form-before:before {
    width: 313px;
    height: 407px;
    left: -90px;
  }

  .footer-form-wrap .form-before:after {
    width: 489px;
    height: 452px;
  }

  .main-work-detail {
    background-position: center;
  }
}

@media screen and (max-width: 1440px) {
  .header-number span {
    font-size: 14px;
  }

  .btn-default {
    margin: 0 31px 0 25px;
    font-size: 14px;
  }

  ul.navbar li a {
    padding: 10px 6px;
    font-size: 13px;
  }

  .menu-right {
    padding-left: 20px;
    margin-right: 20px;
  }

  ul.navbar li {
    margin: 0 0.3vw;
  }

  .renowned-img img {
    width: 90%;
  }

  .main-cta:before {
    width: 294px;
    height: 172px;
    top: 8px;
    left: -88px;
  }

  .main-cta:after {
    width: 187px;
    height: 198px;
    right: -6px;
  }

  .industry-img img {
    width: 95%;
  }

  .footer-form-wrap .form-before:before {
    width: 253px;
    height: 337px;
    left: -100px;
  }

  .footer-form-wrap .form-before:after {
    width: 429px;
    height: 402px;
  }

  .main-footer:before {
    height: 139px;
    left: 30px;
  }
}

@media screen and (max-width: 1366px) {
  .renowned-img {
    left: 3%;
  }

  .service-box h3 {
    font-size: 20px;
  }

  .main-cta:before {
    width: 235px;
    height: 160px;
    top: 10px;
    left: -107px;
  }

  .main-cta:after {
    width: 160px;
    height: 184px;
    right: -15px;
    top: 2px;
  }

  .footer-form-wrap .form-before:before {
    width: 253px;
    height: 337px;
    left: -130px;
  }

  .footer-form-wrap .form-before:after {
    width: 390px;
    height: 345px;
  }
}

@media screen and (max-width: 1280px) {
  .renowned-img img {
    width: 85%;
  }

  .heading h3 {
    font-size: 45px;
  }

  .heading p {
    font-size: 16px;
  }

  .main-cta:after,
  .main-cta:before {
    display: none;
  }

  .footer-form-wrap .form-before {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  ul.navbar li a {
    padding: 10px 1px;
    font-size: 12px;
  }

  .header-number img {
    padding-right: 6px;
  }

  .btn-default {
    font-size: 13px;
  }

  .banner-text p {
    font-size: 13px;
  }

  .banner-text h2 {
    font-size: 37px;
  }

  .banner-text h3 {
    font-size: 22px;
  }

  .banner-text ul li {
    font-size: 15px;
  }

  .feature-text h2 {
    font-size: 13px;
    width: 63%;
  }

  .feature-text h3 {
    font-size: 19px;
    line-height: 28px;
  }

  .home-btn {
    font-size: 14px;
  }

  .trust-logo-text h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .renowned-img img {
    width: 80%;
  }

  .renowned-text h3 {
    font-size: 35px;
  }

  .renowned-text p {
    padding: 20px 0 30px;
    font-size: 14px;
  }

  .contact-info ul li a h4 {
    font-size: 13px;
  }

  .main-renowned {
    height: 480px;
  }

  .heading h3 {
    font-size: 40px;
  }

  .heading p {
    font-size: 14px;
  }

  .service-box h3 {
    font-size: 17px;
  }

  .service-cta-para p {
    font-size: 12px;
  }

  .service-cta .contact-info ul li:first-child a h4 span:before {
    display: none;
  }

  .main-package {
    padding: 65px 0;
  }

  .cta-text h3 {
    font-size: 16px;
  }

  .cta-text h2 {
    font-size: 17px;
  }

  .cta-contact h3 {
    font-size: 14px;
  }

  .cta-btn .home-btn {
    font-size: 12px;
    padding: 7px 5px 6px 25px;
    width: 57%;
    margin-right: 17px;
  }

  .main-portfolio {
    padding: 68px 0;
  }

  .package-btn-wrap .home-btn {
    width: 25%;
  }

  .main-work-detail {
    height: 330px;
  }

  .work-detail {
    padding-top: 64px;
  }

  .industry-text h2 span {
    font-size: 38px;
  }

  .industry-text h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .industry-text p {
    font-size: 14px;
  }

  .industry-btn-wrap .home-btn {
    padding: 11px 5px 13px 25px;
    width: 42%;
  }

  .main-industry {
    height: 500px;
  }

  .footer-form-sec h3 {
    font-size: 40px;
  }

  .footer-form-sec p {
    font-size: 14px;
  }

  .footer-text-sec p {
    font-size: 16px;
  }

  .footer-text-sec a {
    font-size: 20px;
  }

  .footer-text-sec .btn-white {
    padding: 0.75rem 1.1rem;
    font-size: 13px;
  }

  .footer-form .home-btn {
    width: 50%;
  }

  .footer-form-wrap {
    padding: 92px 0 60px;
  }

  .footer-info ul li a {
    font-size: 11px;
  }

  .footer-links ul li a i {
    padding-right: 7px;
  }

  .footer-links ul li a {
    font-size: 11px;
  }

  .main-footer:before {
    height: 130px;
    left: 0;
  }

  .copyright-text p {
    font-size: 12px;
  }

  .copyright-text ul li a {
    font-size: 13px;
  }

  .award-box p br {
    display: none;
  }

  .best-static-img:before {
    display: none;
  }

  .best-static-text h3 {
    font-size: 29px;
  }

  .best-static-btn .btn-white {
    padding: 9px 12px;
    font-size: 11px;
  }

  .testi-text h3 {
    font-size: 38px;
  }

  .testi-box-wrap p {
    font-size: 12px;
    line-height: 22px;
  }

  .testi-box-wrap {
    padding: 40px 24px 25px;
  }

  .portfolio-tab .nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 24px;
    margin: 0 0;
  }

  .about-text-right p {
    font-size: 13px;
  }

  .about-text-color p {
    font-size: 12px;
  }

  .expertise-text h3 {
    font-size: 31px;
  }

  .expertise-text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .service-banner {
    padding-top: 12em;
  }

  .orbit {
    margin-top: 430px;
  }

  header .navbar-collapse {
    padding-top: 1em;
    margin-top: 1em;
    padding-bottom: 1.8em;
    background-color: #141232;
    border-left: 4px solid #00aeef;
  }

  header .navbar-collapse .navbar-child {
    border-left: 4px solid #00aeef;
    background: #1c1940;
  }

  header .navbar-collapse .navbar-sub-child {
    border-left: 4px solid #00aeef;
    background-color: #221f4b;
  }

  header .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .main-feature {
    margin-top: 50px;
  }

  .hero-form .card {
    margin-inline: auto !important;
  }

  .doubleMenu {
    display: none;
  }

  .banner-img {
    display: none;
  }

  .banner-text p:before {
    display: none;
  }

  .banner-text h3 {
    font-size: 21px;
    text-align: left;
    display: inline-block;
  }

  .main-banner {
    min-height: 580px;
    height: 1150px;
  }

  .logo-banner,
  .web-banner,
  .mobile-banner-img,
  .seo-banner,
  .video-banner,
  .branding-banner,
  .contact-banner-img,
  .portfolio-banner {
    min-height: 500px !important;
    height: 450px !important;
  }

  .renowned-img {
    display: none;
  }

  .renowned-text {
    padding-top: 50px;
  }

  .main-renowned {
    height: 400px;
  }

  .heading h3 {}

  .heading p {
    font-size: 13px;
  }

  .service-responsive-slider .col {
    padding-right: 0;
    padding-left: 0;
  }

  .main-service-wrap .col:first-child .service-box {
    border-left: 1px solid #ccc;
  }

  .main-service-wrap .col:last-child .service-box {
    border-right: 1px solid #ccc;
  }

  .service-cta .contact-info {
    justify-content: center;
    display: flex;
  }

  .service-cta-para {
    display: none;
  }

  .package-btn-wrap .home-btn {
    width: 35%;
  }

  .order_btn {
    padding: 7px 35px;
  }

  .cta-text h3 {
    font-size: 14px;
  }

  .cta-text h2 {
    font-size: 15px;
  }

  .cta-number h3 {
    font-size: 60px;
  }

  .cta-contact h3 {
    font-size: 10px;
  }

  .cta-btn .home-btn {
    padding: 10px 5px 10px 25px;
    width: 65%;
  }

  .cta-btn a {
    display: none;
  }

  .main-cta .col-md-2 {
    display: none;
  }

  .main-cta {
    height: 135px;
  }

  .main-portfolio .nav-tabs .nav-link {
    font-size: 15px;
    margin: 5px 6px;
  }

  .client-reviews-wrap .row {
    margin: 0;
  }

  .package-btn-wrap {
    padding-top: 25px;
  }

  .work-detail h3 {
    font-size: 45px;
  }

  .industry-img {
    display: none;
  }

  .main-industry {
    height: 400px;
  }

  .industry-text {
    margin-top: 25px;
  }

  .footer-text-sec p {
    font-size: 13px;
  }

  .footer-text-sec a {
    font-size: 17px;
  }

  .footer-text-sec .btn-white {
    font-size: 12px !important;
  }

  .footer-text-sec {
    height: auto;
  }

  .footer-form-sec h3 {
    font-size: 35px;
  }

  .footer-form-sec p {
    font-size: 12px;
  }

  .footer-form-wrap {
    padding: 60px 0 60px;
  }

  .footer-form-wrap:before {
    height: 145px;
  }

  .footer-form {
    margin-top: 40px;
  }

  .footer-form input {
    margin-bottom: 15px;
  }

  .footer-form .home-btn {
    width: 60%;
  }

  .main-footer:before {
    display: none;
  }

  .main-footer {
    padding-top: 20px;
  }

  .footer-contact {
    margin-bottom: 20px;
  }

  .footer-contact h3 {
    padding-bottom: 10px;
  }

  .footer-info h2 {
    padding-top: 20px;
  }

  .footer-info ul {
    padding-top: 4px;
  }

  .copyright-text {
    justify-content: center;
  }

  .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .inner-banner {
    height: auto !important;
    padding: 30px 0;
  }

  .main-award h3 {
    font-size: 30px;
  }

  .award-box p {
    font-size: 13px;
  }

  .best-static-wrap {
    height: auto;
    padding: 40px 0;
  }

  .best-static-img {
    display: none;
  }

  .work-detail .package-btn-wrap .home-btn {
    width: 28%;
  }

  .resource-box img {
    width: auto !important;
    display: inline-block !important;
  }

  .main-resource .row {
    margin: 0;
  }

  .resource-box:hover img {
    display: none !important;
  }

  .testi-slider {
    margin-top: 30px;
  }

  .portfolio-tab .nav-tabs .nav-link {
    font-size: 15px;
    margin: 0 20px;
  }

  .review-4 {
    margin-top: 0;
  }

  .review-5 {
    margin-top: 0;
  }

  .review-8 {
    margin-top: 0;
  }

  .review-9 {
    margin-top: 0;
  }

  .testi-wrap .row {
    margin: 0;
  }

  .inner-about-wrap:after {
    display: none;
  }

  .inner-about-wrap {
    height: auto;
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .inner-about-wrap:before {
    height: 100%;
    width: 100%;
    top: 0;
  }

  .about-text-right {
    padding: 10px 10px;
    align-items: flex-start !important;
  }

  .about-text-right h3:before {
    filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg) brightness(109%) contrast(97%);
    right: auto;
  }

  .about-text-color p {
    text-align: left;
  }

  .about-text-right h3 {
    color: #fff;
  }

  .about-text-right p {
    color: #fffefe;
  }

  .expertise-bottom-wrap .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .counter-box-wrap {
    justify-content: left;
  }

  .popup_form .modal-dialog {
    max-width: 456px;
  }

  .detail_title .banner-text h2 {
    font-size: 16px;
  }

  .sechead h3 {
    font-size: 18px;
  }

  .btn-default {
    margin-left: 0;
  }

  .logos-slider {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .hero-list li {
    font-size: 0.9em;
  }

  .review_sec_tab p {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  .privacy.container {
    padding: 6% 0 !important;
  }

  .pri header {
    background: rgb(33 33 33 / 20%);
  }

  .review_sec_tab {
    min-height: auto !important;
    padding: 30px 15px !important;
  }

  .testi-slider .item img {
    width: 80px !important;
  }

  .review_sec_tab h3 {
    font-size: 16px !important;
  }

  .rating_sec ul li {
    font-size: 14px !important;
  }

  .floating-discount a {
    font-size: 12px;
    line-height: 15px;
    height: 50px;
    width: 50px;
    bottom: 76px;
  }

  .f-ico-p a img {
    width: 40%;
  }

  .feature-text {
    padding-left: 0;
    padding: 30px 0 10px;
    align-items: center;
  }

  .feature-text h2 {
    font-size: 13px;
    width: auto;
  }

  .feature-text h3 {
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    padding: 14px 0 15px;
  }

  .trust-logo-text {
    height: auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .service-sec {
    padding-top: 10em !important;
    padding-bottom: 3em !important;
  }

  .heading h3 {}

  .heading h2 {
    font-size: 20px;
  }

  .heading p br {
    display: none;
  }

  .package-carousel {
    padding-top: 30px;
  }

  .package-btn-wrap .home-btn {
    width: 50%;
  }

  .main-cta {
    height: auto;
    padding: 20px 0;
  }

  .cta-text {
    align-items: center;
  }

  .cta-text h2:after,
  .cta-text h2:before {
    display: none;
  }

  .cta-number {
    justify-content: center;
  }

  .cta-contact {
    align-items: center;
  }

  .cta-btn .home-btn {
    padding: 10px 55px 10px 45px;
    width: auto;
    margin-right: 0;
  }

  .main-portfolio .nav-tabs .nav-link {
    font-size: 12px;
    margin: 5px;
    padding: 5px 18px;
  }

  .work-detail h2 {
    font-size: 20px;
  }

  .work-detail h3 {
    font-size: 34px;
  }

  .work-detail p {
    font-size: 16px;
  }

  .footer-text-sec {
    margin-bottom: 20px;
  }

  .footer-form {
    margin-top: 20px;
  }

  .copyright-text {
    flex-direction: column;
  }

  .best-static-text ul li {
    width: 100%;
    padding-top: 15px;
  }

  .best-static-text ul {
    padding-bottom: 30px;
  }

  .inner-portfolio .client-reviews-wrap {
    padding-top: 40px;
  }

  .work-detail .package-btn-wrap .home-btn {
    width: 50%;
  }

  .resource-box h3 {
    font-size: 19px;
  }

  .portfolio-tab .nav-tabs .nav-link {
    font-size: 13px;
    margin: 0 0;
    padding: 11px 18px;
  }
}

@media screen and (max-width: 575px) {
  .main-banner.main-banner-img {
    /* background-image: url(../images/webp/hero-cover.webp); */
    background-color: #141232;
    padding: 150px 0 0;
  }

  .footer-desc .payments img {
    max-width: 70px;
  }

  .testi-name {
    padding: 1em 0.7em !important;
    margin-right: 20px !important;
  }

  .testi-name h3 {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .testi-dtl h4 {
    font-size: 1em !important;
  }

  .testi-dtl p {
    font-size: 14px !important;
  }

  .orbit .circle {
    min-height: 350px !important;
    width: 350px !important;
  }

  .orbit .circle .circle-content p {
    font-size: 0.8em;
  }

  .orbit .circle .circle-icon {
    width: 60px !important;
    height: 60px !important;
  }

  .menu-right {
    margin-right: 0;
  }

  .header-number i {
    margin-right: 10px;
  }

  .header-number {
    transform: scale(0.8);
  }

  .btn-default {
    margin-left: 0;
  }

  .brand-logo {
    margin-left: 0;
    width: 40%;
  }

  .feature-carousel .owl-nav [class*="owl-"].owl-prev {
    left: 0;
  }

  .feature-carousel .owl-nav [class*="owl-"].owl-next {
    right: 0;
  }

  .hero-text h2,
  .inenr-banner h1 {
    font-size: 2.3em !important;
  }

  .hero-text h4 {
    font-size: 1.5em !important;
  }

  .heading h3 {}

  .heading h2 {
    font-size: 18px;
  }

  .heading p {
    font-size: 12px;
  }

  .work-detail h3 {
    font-size: 30px;
  }

  .award-box p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .resource-box h3 {
    font-size: 19px;
    min-height: auto;
    padding: 23px 0;
  }

  .main-award h3 {
    font-size: 24px;
  }

  .portfolio-tab .nav-tabs .nav-link {
    font-size: 10px;
    margin: 0 0;
    padding: 11px 18px;
  }

  .review-name {
    display: block;
    text-align: center;
  }

  .testi-wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .counter-box {
    margin-bottom: 10px;
  }

  .detailHeader ul {
    padding: 100px 0 0;
  }

  .review-name h5 {
    margin: 4px 0 30px;
  }

  .inner-review-box img {
    padding: 30px 0;
    padding-bottom: 0;
  }

  .counters {
    gap: 50px !important;
    padding-inline: 10px;
  }

  .counters h2 {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 414px) {
  .banner-text h2 {
    font-size: 26px;
  }

  .banner-text h3 {
    font-size: 15px;
  }

  .banner-text ul li {
    font-size: 12px;
  }

  .banner-text ul li i {
    padding-right: 8px;
    font-size: 14px;
  }

  .feature-text h3 {
    font-size: 16px;
    line-height: 23px;
  }

  .renowned-text h3 {
    font-size: 26px;
  }

  .renowned-text p {
    padding: 19px 0 21px;
    font-size: 11px;
  }

  .contact-info ul li {
    padding: 0 12px;
  }

  .contact-info ul li a h4 {
    font-size: 12px;
  }

  .contact-info ul li:last-child a h4 span:before {
    display: none;
  }

  .heading h3 {}

  .service-cta .contact-info ul li {
    padding: 0 11px;
  }

  .main-package {
    padding: 40px 0;
  }

  .package-btn-wrap .home-btn {
    width: 70%;
  }

  .main-portfolio {
    padding: 48px 0;
  }

  .work-detail h2 {
    font-size: 15px;
  }

  .work-detail h3 {
    font-size: 23px;
  }

  .work-detail p {
    font-size: 13px;
  }

  .main-work-detail {
    height: 280px;
  }

  .industry-text h2 span {
    font-size: 27px;
  }

  .industry-text h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .industry-btn-wrap .home-btn {
    padding: 11px 5px 13px 25px;
    width: 60%;
  }

  .copyright-text p {
    font-size: 11px;
    text-align: center;
  }

  .brand-logo {
    width: 40%;
  }

  .contact-info-btn {
    display: none;
  }

  .pkg_details ul li {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .best-static-btn .btn-white {
    display: block;
    margin-bottom: 20px;
  }

  .best-static-text h3 {
    font-size: 25px;
  }

  .work-detail .package-btn-wrap .home-btn {
    width: 60%;
  }

  .testi-text h3 {
    font-size: 33px;
    line-height: 40px;
  }

  .expertise-text h3 {
    font-size: 24px;
  }

  .popup_btn h3 {
    font-size: 17px;
  }

  .popup_btn h3 br {
    display: none;
  }

  .popup_btn button {
    font-size: 14px;
    padding: 11px 25px;
  }

  .detail_title .banner-text h2 {
    font-size: 13px;
  }

  .banner-text p {
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .contact-info ul li a h4 {
    font-size: 11px;
  }

  .footer-text-sec .quote {
    padding: 5px 17px 13px;
  }

  .footer-form-sec h3 {
    font-size: 31px;
  }

  .footer-text-sec a {
    font-size: 16px;
  }

  .pricing-details-left ul {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.help-block {
  display: none;
}

.package_box .cnrflash {
  display: none;
}

.package_box.active .cnrflash {
  display: block;
  position: relative;
}

.cnrflash-inner {
  position: absolute;
  top: 0;
  right: 0;
}

.services-scnd-fold {
  background: #f8f8f8;
  padding: 60px 0;
}

.services-scnd-fold .side-img-length {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 420px;
}

.services-scnd-fold .box-wrap {
  padding: 20px 20px 50px;
}

.services-scnd-fold .box-wrap h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
}

.services-scnd-fold .box-wrap p {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.services-scnd-fold .box-wrap a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  font-size: 12px;
  background: white;
  color: #000;
}

.services-scnd-fold .box-wrap img {
  position: relative;
  top: 30px;
}

.services-scnd-fold .wrap {
  position: relative;
  height: 260px;
  margin: 0 0 0;
  top: 40px;
}

.services-scnd-fold .wrap .lft {
  width: 100%;
}

.services-scnd-fold .wrap .lft img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  border: 1px solid #c3bdbd;
  box-shadow: 1px 4px 9px 0px #0000001f;
}

.services-scnd-fold .wrap .rht {
  position: absolute;
  left: 110px;
}

.services-scnd-fold .wrap .rht h4 {
  font-size: 40px;
  color: #00aeef;
  padding-bottom: 10px;
}

.services-scnd-fold .wrap .rht h4 span {
  background: #c3bdbd;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px;
  border-radius: 6px;
}

.services-scnd-fold .wrap .rht h6 {
  font-weight: 300;
  color: #8c8989;
}

.services-scnd-fold .wrap .rht p {
  padding: 10px 0;
  height: 55px;
  color: #666;
  font-size: 16px;
}

.services-scnd-fold .wrap .rht ul {}

.services-scnd-fold .wrap .rht ul li {
  display: inline-block;
  margin: 0 2px;
}

.services-scnd-fold .wrap .rht ul li a {
  display: inline-block;
  margin-top: 10px;
}

.services-scnd-fold .wrap .rht ul li a.trans-btn {
  background: #c3bdbd;
  color: #000;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.services-scnd-fold .wrap .rht ul li a.trans-btn:hover {
  color: unset;
}

.services-scnd-fold .wrap .rht ul li a.btn-main-top-bar {
  padding: 8px 10px;
  font-size: 12px;
}

.services-scnd-fold .wrap .rht ul li a.menu-button {
  background: #1278b6;
  padding: 8px 11px;
  border-radius: 5px;
}

.services-scnd-fold .wrap .rht ul li a.menu-button i {
  color: #fff;
}

.services-scnd-fold .wrap .rht ul li a:hover {
  color: #fff;
}

.services-scnd-fold .wrap .rht ul li p {
  position: relative;
  padding: 0;
}

.services-scnd-fold .wrap .rht ul li p span {
  position: absolute;
  top: 30px;
  color: #8c8989;
  font-size: 10px;
}

.cta-img img {
  width: 80%;
  display: table;
  margin: auto;
}

.main-package .item,
.home-package .package-carousel .package_box {
  width: 30%;
  display: inline-block;
  margin: 10px 10px;
  text-align: left;
  background-color: #141232;
}

.main-package .tab-content.container {
  text-align: center;
}

.package_box.active img.img-fluid {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .cta-text h3 {
    margin-left: 20px;
  }

  .cta-text h2 {
    margin-left: 20px;
    margin-right: 40px;
  }

  .main-cta:before {
    left: -60px;
    width: 240px;
  }

  .main-cta:after {
    right: -40px;
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-box {
    margin: unset !important;
  }

  section.main-testi {
    padding-bottom: 40px !important;
  }

  body .main-testi .owl-stage-outer {
    overflow: hidden !important;
  }

  .main-package .item,
  .home-package .package-carousel .package_box,
  .portfolio-box img {
    width: 100%;
  }
}

.modal-open {
  padding-right: 0 !important;
}

.brand-logo img {
  max-width: 200px;
}

#thankyou {
  text-align: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(359deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(213, 0, 0, 1) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#thankyou h1 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.5em;
}

#thankyou a.button {
  display: inline-block;
  background-color: #00d547;
  background-image: none;
  border: 2px solid #00d547;
  border-radius: 35px;
  box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 21%);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  transition: 0.5s;
}

#thankyou a.home-btn {
  margin: 0 auto;
  color: #fff;
  width: 290px;
  padding: 9px 20px;
}

#thankyou a.home-btn::after {
  background: white;
}

.avail-btn {
  font-size: 17px !important;
  color: #141232 !important;
}

.floating-side-icons {
  padding-left: 20px;
  position: fixed;
  bottom: 10px;
  z-index: 1;
}

.f-ico-p a img {
  width: 43%;
}

#go-top-btn {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  left: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#go-top-btn.show {
  opacity: 1;
  visibility: visible;
}

#go-top-btn img:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
}

.f-ico-p {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-20px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-20px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.industry-review .rev-slides .rev-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  box-shadow: 5px 3px 10px #0000001f;
  min-height: 250px;
}

section#reviews-area {
  padding: 0 0 70px;
}

.floating-discount a {
  position: fixed;
  bottom: 90px;
  z-index: 9999;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 20px;
  animation: scrollDownAnimation 0.5s ease infinite alternate,
    pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate,
    pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 2px #ffffff;
  color: #000;
  font-weight: 800;
  line-height: 20px;
  border: 1px solid #00aeef;
}

@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

.review_sec_tab {
  background: #fff;
  padding: 50px 30px;
  box-shadow: 20px 0 30px rgb(14 27 56 / 15%);
  border-radius: 10px;
  min-height: 474px;
}

.review_sec_tab p {
  font-size: 17px;
  line-height: 31px;
  color: #000;
}

.review_sec_tab h3 {
  color: #48a79f;
  font-size: 20px;
  font-weight: bold;
}

.rating_sec ul {
  display: flex;
}

.rating_sec ul li {
  display: inline-block;
  font-size: 19px;
  padding: 0 2px 0px 0px;
  color: #007c4a;
}

.review_author {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.author_name {
  flex: 1;
}

.main-testi .owl-stage-outer {
  overflow: visible;
}

.main-testi .owl-stage-outer .owl-item {
  opacity: 0.3;
}

.main-testi .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.main-testi .testi-slider {
  margin-top: 30px;
}

a.auto-modal.btn.btn-default.hvr-grow-shadow {
  position: fixed;
  opacity: 0;
}

.navbar-nav .nav-item {
  padding-inline: 0.8em;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 300;
  font-size: 0.8em;
}

.text-pink {
  color: #00aeef !important;
}

.hero-text {
  color: white;
  letter-spacing: 0px;
}

.hero-text h4 {
  font-weight: 400;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3em;
}

.hero-text h2 {
  font-size: 3em;
  line-height: 45px;
  text-transform: uppercase;
}

.hero-text p {
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 200 !important;
}

.flex-center {
  align-items: center;
  z-index: 9;
  position: relative;
  margin-top: 3em;
}

.bg-pink {
  background-color: #00aeef !important;
  color: white !important;
}

.form-control:focus {
  box-shadow: none;
}

.hero-form .form-control {
  border: 1px solid #00aeef;
  border-radius: 8px;
}

.hero-form .input-group-text {
  border: 2px;
  border-radius: 8px;
}

.hero-form ::placeholder {
  font-size: 14px;
  opacity: 0.76;
}

.hero-form .card-header {
  color: #00aeef;
  text-transform: uppercase;
  background-color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.hero-form .card-body {
  background-color: #141232;
  color: white;
  border-radius: 10px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.hero-form .card {
  max-width: 24rem;
  margin-left: auto;
  box-shadow: 0px 3px 15px #00000061;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.hero-form button {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 8px;
}

.content {
  background-color: #000;
  border-radius: 15px;
  box-shadow: 0 10px 20px 20px rgba(112, 3, 255, 0.39);
  transform-style: preserve-3d;
  width: 490px;
}

.content .bg {
  position: absolute;
  width: 300px;
  height: 400px;
  min-width: 500px;
  top: 32px;
  left: 35px;
  border-radius: 15px;
  transition: transform 0.2s ease-out;
}

.content .screen {
  border-radius: 15px;
  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.6);
  display: inline-block;
  overflow: hidden;
  perspective: 1500px;
  transform-style: preserve-3d;
  transform: translateZ(90px);
  transition: transform 200ms ease-out;
  border: 0.5px solid #fff;
}

.content .screen_bg {
  bottom: -50px;
  top: -15px;
  right: -50px;
  left: -85px;
  position: absolute;
  transform-origin: 50% 50%;
  transform: translateZ(-50px);
}

.content .screen_img {
  position: relative;
  top: 35px;
  height: 400px;
}

.content::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  min-width: 500px;
  top: 32px;
  left: 35px;
  border-radius: 15px;
  background-image: url(../images/webp/andbg.jpg);
  box-shadow: 0 0 60px #d000ff;
  transition: transform 0.2s ease-out;
}

.content:hover:before {
  transform: translatez(20px);
}

.content .screen:hover {
  box-sizing: 0 0 60px #8844e1;
  transform: translatez(50px);
}

.service-sec {
  background-image: url(../images/webp/services.png);
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 3em;
  margin-top: 6em;
}

.service-sec p {
  color: #ffffff;
  font-weight: 200;
  font-size: 16px;
}

.service-card {
  position: relative;
  max-width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
}

.service-card h5 {
  color: white;
  font-weight: 500;
}

.service-card h5:hover {
  color: #00aeef;
}

.service-card .imgTwo {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: none;
}

.service-card:hover .imgTwo {
  display: block;
}

.service-card .imgContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}

.service-card::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  filter: blur(40px);
  opacity: 0;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card .cntTwo::after {
  background: #ff005e;
}

.service-card .cntThree::after {
  background: #772aff;
}

.service-card:nth-child(2)::before {
  background: linear-gradient(235deg, #ff005e, #010615, #fbff00);
}

.service-card:nth-child(3)::before {
  background: linear-gradient(235deg, #772aff, #010615, #2196f3);
}

.service-card .border::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  width: 10px;
  height: 101%;
  transition: 0.5s;
  transform: rotate(0deg) skewY(-45deg);
}

.service-card .border::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 101%;
  height: 10px;
  transition: 0.5s;
  transform: rotate(0deg) skewX(-45deg);
}

.combo-sec {
  /*margin-bottom: 6em;*/
  background-image: url(https://webdesignsprime.com/assets/images/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 70px;
}

.combo-sec h5 {
  font-weight: 600;
}

.combo-sec ul li {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 18px;
  color: #cbcbcb;
}

.combo-sec ul li:before {
  content: "\f105";
  position: absolute;
  font-weight: 700;
  color: #00aeef;
  left: 0;
  font-family: "Font Awesome 5 Free";
}

.combo-sec .card {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  border-radius: 10px;
  border: 0;
  color: white;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.combo-sec .card-body h1 span {
  font-size: 20px;
}

.combo-sec .card-body h6 {
  color: #000000;
  font-size: 0.9em;
}

.combo-sec .card-body h1 {
  font-size: 4em;
}

.combo-sec .card-body h1+span {
  line-height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.combo-sec .bg-color {
  background: #141232 !important;
  padding: 8px;
  font-size: 1.2em;
}

.combo-sec .home-btn {
  background: #141232 !important;
  box-shadow: 0 !important;
  border: 0;
}

.main-banner.about-banner {
  background-image: url(../images/webp/about-banner.png);
}

.main-banner.logo-banner {
  background-image: url(../images/webp/logo-banner.png);
}

.main-banner.portfolio-banner {
  background-image: url(../images/webp/portfolio-banner.png);
}

.main-banner.web-banner {
  background-image: url(../images/webp/website-banner.png);
}

.main-banner.seo-banner {
  background-image: url(../images/webp/seo-banner.png);
}

.main-banner.branding-banner {
  background-image: url(../images/webp/branding-banner.png);
}

.main-banner.video-banner {
  background-image: url(../images/webp/animation-banner.png);
}

.main-banner.mobile-banner-img {
  background-image: url(../images/webp/mobile-banner.png);
}

.main-banner.contact-banner-img {
  background-image: url(../images/webp/contact-banner.png);
}

.main-banner.blogs-banner-img {
  background-image: url(../images/webp/blogs-banner.png);
}

.main-banner.privacy-banner-img {
  background-image: url(../images/webp/privacy-banner.png);
}

.main-banner.refund-banner-img {
  background-image: url(../images/webp/refund-banner.png);
}

.main-banner.reviews-banner-img {
  background-image: url(../images/webp/reviews-banner.png);
}

.main-banner.terms-banner-img {
  background-image: url(../images/webp/terms-banner.png);
}

.main-banner.custom-web-banner-img {
  background-image: url(../images/webp/custom-web-banner.png);
}

.main-banner.ecommerce-banner-img {
  background-image: url(../images/webp/ecommerce-banner.png);
}

.main-banner.web-app-banner-img {
  background-image: url(../images/webp/web-app-banner.png);
}

.about-banner,
.logo-banner,
.web-banner,
.mobile-banner-img,
.seo-banner,
.video-banner,
.branding-banner,
.contact-banner-img,
.blogs-banner-img,
.privacy-banner-img,
.refund-banner-img,
.reviews-banner-img,
.terms-banner-img,
.custom-web-banner-img,
.ecommerce-banner-img,
.web-app-banner-img,
.portfolio-banner {
  display: flex;
  align-items: center;
  height: 60vh !important;
  min-height: 600px;
}

.about-banner .flex-center,
.logo-banner .flex-center,
.web-banner .flex-center,
.mobile-banner-img .flex-center,
.seo-banner .flex-center,
.video-banner .flex-center,
.branding-banner .flex-center,
.contact-banner-img .flex-center {}

.inenr-banner {
  color: white;
  text-align: center;
}

.inenr-banner h1 {
  font-size: 4em;
}

.inenr-banner p {
  font-weight: 200;
  color: #ffffff;
  font-size: 16px;
}

.contact-form .form-row label {
  color: #000000;
  font-weight: 500;
}

.contact-form .form-control {
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  padding: 24px 18px;
}

.contact-form .form-control::placeholder {
  color: #000000;
  opacity: 0.3;
}

.contact-form .form-group {
  margin-bottom: 2.5em;
}

.bg-light {
  background-color: #f6f6f6;
}

footer {
  background: #141232;
  color: white;
  padding-top: 3em;
  padding-bottom: 2em;
}

.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #070617;
}

.links li a {
  color: white;
}

.footer .col {
  width: 240px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .col ul li {
  color: #000;
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  padding: 7px 0px 7px 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.footer .col ul li:hover {
  color: #00aeef;
  -webkit-transition: 0.1s;
}

.clearfix {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {

  .main-package .item,
  .home-package .package-carousel .package_box {
    width: 46% !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .main-banner {
    height: 950px;
  }
}

@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }

  .social h1 {
    margin: 0px;
  }
}

@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }

  .footer .col h1 {
    font-size: 14px;
  }

  .footer .col ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .footer .col {
    width: 50%;
  }

  .footer .col h1 {
    font-size: 14px;
  }

  .footer .col ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}

.border-secondary {
  border-color: #b5b5b58f !important;
}

.logos-slider {
  margin-top: 5em;
}

.logos-slider .owl-dots {
  display: none;
}

.counters {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 2.5em;
  gap: 100px;
}

.counters h2 {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em;
}

.counters p {
  line-height: 17px;
  font-weight: 600;
}

.package_box ::-webkit-scrollbar {
  width: 10px;
}

.package_box ::-webkit-scrollbar-track {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  border-radius: 10px;
}

.package_box ::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
  margin: 2px;
}

.package_box ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.orbit .circle {
  position: absolute;
  z-index: 1;
  min-height: 450px;
  width: 450px;
  border: 1px solid #141232;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit .circle-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  text-align: center;
  width: 100%;
  padding: 2em;
  opacity: 0;
}

.orbit .circle .circle-content h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #141232;
}

.orbit .circle .circle-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.3s;
  z-index: 99;
}

.orbit .circle .circle1 {
  background-image: url(../images/webp/web-icon.png);
  top: 20px;
  left: 20px;
}

.orbit .circle .circle2 {
  background-image: url(../images/webp/digital-icon.png);
  top: 20px;
  right: 20px;
}

.orbit .circle .circle3 {
  background-image: url(../images/webp/graphic-icon.png);
  bottom: 20px;
  left: 20px;
}

.orbit .circle .circle4 {
  background-image: url(../images/webp/seo-icon.png);
  bottom: 20px;
  right: 20px;
}

.snowflake {
  font-size: 1em;
  font-weight: 700;
  color: #00aeef;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 15s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 15s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 3%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 5%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 8%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 10%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 2%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 15%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 20%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 26%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 75%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
  right: 1%;
  -webkit-animation-delay: 0.5s, 0.5s;
  animation-delay: 0.5s, 0.5s;
}

.snowflake:nth-of-type(11) {
  right: 3%;
  -webkit-animation-delay: 1.5s, 1.5s;
  animation-delay: 1.5s, 1.5s;
}

.snowflake:nth-of-type(12) {
  right: 7%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(13) {
  right: 11%;
  -webkit-animation-delay: 4.5s, 2.5s;
  animation-delay: 4.5s, 2.5s;
}

.snowflake:nth-of-type(14) {
  right: 29%;
  -webkit-animation-delay: 2.5s, 2.5s;
  animation-delay: 2.5s, 2.5s;
}

.snowflake:nth-of-type(15) {
  right: 65%;
  -webkit-animation-delay: 8.5s, 3.5s;
  animation-delay: 8.5s, 3.5s;
}

.snowflake:nth-of-type(16) {
  right: 23%;
  -webkit-animation-delay: 6.5s, 2.5s;
  animation-delay: 6.5s, 2.5s;
}

.snowflake:nth-of-type(17) {
  right: 38%;
  -webkit-animation-delay: 2s, 1.5s;
  animation-delay: 2s, 1.5s;
}

.snowflake:nth-of-type(18) {
  right: 35%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}

.demo {
  font-family: "Raleway", sans-serif;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

.simple-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

.simple-text .heading {
  text-align: left;
  margin-bottom: 0.6em;
}

.simple-text p {
  margin-bottom: 1.2em;
}

.simple-text li p {
  margin-bottom: 2px;
}

.hero-list {
  margin-top: 1em;
}

.hero-list li {
  text-transform: unset !important;
  font-weight: 300;
  display: flex;
  margin-bottom: 8px;
}

.hero-list li:before {
  content: "\f560";
  font-family: "FontAwesome";
  float: left;
  color: #00aeef;
  padding-right: 12px;
}

del {
  text-decoration-color: #00aeef;
}

.testi-new-sec {
  margin-top: 5em;
  margin-bottom: 3em;
}

.testi-new-box {
  border: 1px solid #ededee;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.testi-name {
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #00aeef 0, #141232 100%);
  margin-right: 30px;
  padding: 1.8em 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testi-name h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.testi-dtl p {
  color: #4f4f4f;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: normal;
  height: 100px;
  overflow-x: auto;
  overflow-y: scroll;
  padding-right: 15px;
}

.testi-dtl h5 {
  font-size: 13px;
  color: #00aeef;
  margin: 0;
  font-weight: 700;
}

.trust-img-st {
  width: 35%;
  margin-top: 10px;
}

.cities ul li {
  padding-bottom: 5px;
}

.cities ul li a {
  transition: 0.2s;
  font-weight: 600;
}

.cities ul li a:hover {
  color: #00aeef;
}

.marketplace {
  background: rgb(40, 36, 96);
  background: radial-gradient(circle,
      rgba(40, 36, 96, 1) 0%,
      rgba(20, 18, 50, 1) 100%);
  padding: 3em 2em;
}

.marketplace .card .card-header .market-icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgb(157 0 0) 0px 2px 24px;
  border-radius: 100%;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  color: white;
  font-size: 1.3em;
}

.marketplace .card {
  backdrop-filter: blur(10px);
  background-color: transparent;
  border: 0;
  box-shadow: rgb(17 15 42 / 74%) 0px 2px 24px;
  border-radius: 15px;
  margin: 1em;

}

.marketplace .card-header {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  border: 0;
  padding: 1.2em;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}

.marketplace .card-body {
  background-color: #18153b;
  color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 270px;
}

.marketplace .card-body h5 {
  margin-bottom: .8em;
}

.marketplace .card-body p {
  font-size: .9em;
  color: #ffffffc2;
  overflow-y: auto;
}

.marketplace h3 {
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: .2em;
}

.marketplace h3 span {
  font-weight: 700;
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
}

.marketplace p {
  color: #ffffff;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
}

.overlay {
  overflow: hidden;
  background: #000000;
  background: linear-gradient(rgba(0, 0, 0, 0.521), rgb(3 3 3 / 52%));
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  z-index: 2;
}

.back-video {
  position: absolute;
  object-fit: cover !important;
  height: 100vh;
  top: 0;
  width: 100%;
}

.about-sec {
  padding-block: 4em;
}

.contact-details {
  display: inline-flex;
  flex-direction: column;
}

.contact-details .round {
  background-color: #1d91c8;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-details .round img {
  filter: invert(1);
  padding: 5px;
}

.contact-details ul {
  margin-top: 10px;
}

.contact-details ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.research-sec {
  padding: 70px 0;
  background: #141232;
}

.research-sec h5 {
  color: white;
}

.text-theme {
  background: -webkit-linear-gradient(#24c1ff, #864dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-banner {
  background-image: url(https://webdesignsprime.com/assets/images/app-design-banner.png);
}

.digital-banner-img {
  background-image: url(https://webdesignsprime.com/assets/images/Banner-Digital-Marketing.webp);
}

.seo-banner-img {
  background-image: url(https://webdesignsprime.com/assets/images/Banner-SEO.webp);
}

.ppc-marketing-img {
  background-image: url(https://webdesignsprime.com/assets/images/ppc-banner.png);
}

.smm-marketing-img {
  background-image: url(https://webdesignsprime.com/assets/images/smm.png);
}

.content-writing-img {
  background-image: url(https://webdesignsprime.com/assets/images/Banner-Content-writing.webp);
}

.web-content-img {
  background-image: url(https://webdesignsprime.com/assets/images/web-content-banner.png);
}

.articles-img {
  background-image: url(https://webdesignsprime.com/assets/images/article-writing-banner.png);
}

.blogs-img {
  background-image: url(https://webdesignsprime.com/assets/images/blog-writing-banner.png);
}

.wordpress-img {
  background-image: url(https://webdesignsprime.com/assets/images/wordpress.webp);
}

.frontend-img {
  background-image: url(https://webdesignsprime.com/assets/images/front-end-development.webp);
}

.backend-img {
  background-image: url(https://webdesignsprime.com/assets/images/back-end-development.webp);
}

.opensourse-img {
  background-image: url(https://webdesignsprime.com/assets/images/Open-Source-Development.webp);
}

.php-img {
  background-image: url(https://webdesignsprime.com/assets/images/PHP.webp);
}

.drupal-img {
  background-image: url(https://webdesignsprime.com/assets/images/Drupal_banner.webp);
}

.cms-img {
  background-image: url(https://webdesignsprime.com/assets/images/cms-development.webp);
}

.shopify-img {
  background-image: url(https://webdesignsprime.com/assets/images/shopify.webp);
}

.magento-img {
  background-image: url(https://webdesignsprime.com/assets/images/magento.webp);
}

.opencart-img {
  background-image: url(https://webdesignsprime.com/assets/images/opencart.webp);
}

.woocomerce-img {
  background-image: url(https://webdesignsprime.com/assets/images/woo-commerce.webp);
}

.about-service {
  background: #141232;
  padding: 50px 0 90px;
  color: white;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.sub-dropdown {
  top: 30px;
  left: 255px !important;
  display: none;
}

.sub-dropdown:hover {
  display: block !important;
}

.dropdown-hover:hover+.sub-dropdown {
  display: block !important;
}

@media (min-width: 500px) and (max-width: 991px) {
  .projects-sec {
    margin-top: 4em;
  }
}

@media (max-width: 500px) {
  .projects-sec {
    margin-top: 8em;
  }
}

.hero-slider .owl-dots {
  display: none;
}

.home-service-sec {
  padding-top: 8em;
  padding-bottom: 2em;
}

.home-service-sec .nav-tabs {
  padding: 0 !important;
}

.home-service-sec .nav-tabs li {
  flex: 1 0 100%;
  text-align: center;
}