* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "Helvetica";
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Darker Grotesque";
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0;
}

a {
  font-family: "Darker Grotesque";
  text-decoration: none;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

.sec-p {
  padding-left: 8.6%;
  padding-right: 8.6%;
}

ul {
  padding: 0;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  padding: 0 15px;
}

.slick-dots {
  padding: 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 10px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li:last-child {
  margin-right: 0px;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #32e1b1;
  width: 11px;
  height: 11px;
}

[class^="clickTab-"] {
  display: none
}

[class^="clickTab-"].showfirst {
  display: block
}


[class^="hoverTab-"] {
  display: none
}


.main-grid-wrap {
  margin: 0 -15px;
}

.main-grid-wrap>div {
  padding: 0 15px;
  width: 33.33%;
}


/* Header Start  */
header {
  position: fixed;
  z-index: 9;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  width: 100%;
  top: 0;
}

.sticky-header {
  box-shadow: 0 0 10px rgb(0 0 0 / 69%);
}

.sticky-header .navbar-brand {
  width: 130px;
}

.sticky-header .our-nav {
  padding: 10px 0;
}

.top-main-margin {
  margin-top: 170px;
}


.navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-hamburger {
  width: 28px;
  height: 21px;
  cursor: pointer;
  display: none;
  margin-left: auto;
  z-index: 12;
  position: absolute;
  top: 0;
  right: 0px;
  margin: auto;
  bottom: 0;
}

.nav-hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.nav-hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.nav-hamburger span:nth-child(1),
.nav-hamburger span:nth-child(2) {
  top: 0px;
}

.nav-hamburger span:nth-child(3),
.nav-hamburger span:nth-child(4) {
  top: 50%;
  margin-top: -1px;
}

.nav-hamburger span:nth-child(5),
.nav-hamburger span:nth-child(6) {
  bottom: 0px;
}

.nav-hamburger.is--active span {
  background: #000;
}

.nav-hamburger.is--active span:nth-child(1),
.nav-hamburger.is--active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-hamburger.is--active span:nth-child(2),
.nav-hamburger.is--active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-hamburger.is--active span:nth-child(1) {
  top: 6px;
  left: 4px;
}

.nav-hamburger.is--active span:nth-child(2) {
  left: calc(50% - 4px);
  top: 6px;
}

.nav-hamburger.is--active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.nav-hamburger.is--active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.nav-hamburger.is--active span:nth-child(5) {
  left: 4px;
  top: 12px;
}

.nav-hamburger.is--active span:nth-child(6) {
  left: calc(50% - 4px);
  top: 12px;
}

.navigation.is--open {
  left: 0;
}


.navbar-nav.hd-lft {
  gap: 30px;
}

.navbar-nav .nav-link {
  font-family: Helvetica;
  font-size: 15px;
  color: #3a3a3a;
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #03a7ec;
}

.hd-right-side .nav-link {
  padding: 0 !important;
}

.hd-right-side .nav-link.active,
.hd-right-side .nav-link:hover {
  color: #00a9ed;
}

.hd-right-side .nav-link span {
  margin-right: 5px;
}

.navbar-nav.hd-lft {
  padding-right: 40px;
  border-right: 1px solid #e3e3e3;
}

.navbar-brand,
.footer-logo {
  width: 200px;
  display: inline-block;
}

.navbar-brand svg,
.footer-logo svg {
  max-width: 100%;
  height: 100%;
}

.navbar-nav.hd-rit {
  gap: 26px;
  padding-left: 40px;
  align-items: center;
}

.navbar-nav.hd-rit .nav-link {
  display: flex;
  align-items: center;
}

.navbar-nav.hd-rit .nav-link span {
  margin-right: 5px;
  display: inline-block;
}

header .our-nav {
  padding: 20px 0;
  transition: all 0.4s ease-in-out;
}

.dropdown-wrap {
  position: relative;
}

.dropdown {
  position: absolute;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
  height: auto;
  left: 0;
  z-index: 1;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  min-width: 185px;
  z-index: 3;
}

.dropdown-wrap:after {
  content: "\e910";
  font-family: 'icomoon';
  font-weight: 900;
  position: absolute;
  right: -12px;
  top: 3px;
  font-size: 12px;
}

.theme-btn.arrow:hover::before {
  background: transparent;
}

.theme-btn.arrow:hover {
  color: #03a7ec;
}

.theme-btn.w-b:hover {
  border: solid 1px#03a7ec;
}

.theme-btn.trasp::before {
  background-color: #32e1b1;
}

.theme-btn.trasp:hover {
  border-color: #32e1b1;
}

.dropdown-wrap:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.dropdown>li>a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.dropdown>li:hover>a {
  color: #03a7ec;
}

.branding-pages>li>a:hover {
  color: #03a7ec;
}

/* Header End  */

/* Banner Start  */

.bnr-lft h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.bnr-lft h1 {
  font-size: 78px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -1px;
  background-image: linear-gradient(to right,
      #040036 -26%,
      #03a7ec 37%,
      #00f796 101%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
  text-transform: capitalize;
}

.bnr-lft h1:after {
  content: "";
  display: block;
  border: 0;
  border-style: solid;
  width: 76px;
  height: 5px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  position: absolute;
  left: 7px;
  bottom: 0;
}

.bnr-lft p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding-left: 38px;
  margin-bottom: 18px;
}

.abt-slid .slide-crd.blue h4 {
  color: #fff;
}

.abt-slid .slide-crd.blue .icon>img {
  filter: invert(1);
}

.bnr-btns {
  padding-left: 40px;
  display: flex;
  gap: 20px;
}

.theme-btn {
  min-width: 182px;
  font-weight: bold;
  padding: 8px 19px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.theme-btn:before {
  content: '';
  display: block;
  background-color: #03a7ec;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  transition: 0.4s ease-in-out;
  z-index: -1;
  top: 0px;
}

.theme-btn:hover::before {
  left: 0;
}

.theme-btn.gray:hover {
  color: #fff;
}

.theme-btn.gray::before {
  background-color: #01e0b0;
}

/* .theme-btn.green:hover{
  background-image: linear-gradient(90deg, #040036	 0%, #03a7ec	 49%, #00f796	 100%);
  animation:slidebg 3s linear infinite;
}

@keyframes slidebg {
  to {
    background-position:20vw;
  }
} */

.theme-btn.green {
  background: #01e0b0;
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  font-family: "Darker Grotesque";
  border: none;
}

.theme-btn.gray {
  background: #dddddd;
  color: #000000;
  font-size: 24px;
}

.bnr-sm-imgs {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

img {
  max-width: 100%;
}

.bnr-sm-imgs .second>img {
  border-radius: 6px;
  box-shadow: 0 19px 10px 0 rgba(0, 0, 0, 0.68);
}

.bnr-rit-lng>img {
  border-radius: 11px;
  box-shadow: 0 19px 10px 0 rgba(0, 0, 0, 0.68);
}

.h-bnr-slidr {
  margin: 0;
}

.h-bnr-slidr .slick-slide {
  padding-bottom: 25px;
}

/* Banner End  */

/* Trending Sec Start  */
.trnding {
  background-color: #1d1e22;
  padding-top: 3%;
  padding-bottom: 2%;
  margin-top: -70px;
}

.trnding h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}

.trnding-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  align-items: flex-start;
}

.trnding-list li {
  flex: 1;
}

.trnding-list li a {
  display: inline-block;
}

.trnding-list li p {
  margin: 7px 0 0;
  font-size: 16px;
  color: #fff;
}

/* Trending Sec End */

/* Help Sec Start  */
.help-sec {
  padding-top: 70px;
  padding-bottom: 138px;
}

.help-sec-inner {
  padding-left: 132px;
}

.abt-hlp-bx h4 {
  font-size: 33px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}

.help-sec-inner>h4 {
  font-size: 33px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}

.help-sec-inner h4:after {
  content: "";
  display: block;
  width: 76px;
  height: 7px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  margin-top: 12px;
}

.help-sec-inner h2 {
  font-size: 185px;
  font-weight: 900;
  text-align: right;
  line-height: 0.69;
  color: #000;
  margin-bottom: 40px;
}

.help-box-rit>h3 {
  font-size: 34px;
  line-height: 1.35;
  color: #333;
  font-family: "Helvetica";
  max-width: 800px;
}

.help-box-sec {
  padding-bottom: 115px;
}

.two-way-sec .top-txt {
  padding-bottom: 70px;
}

.two-way-sec .top-txt>.two-way-hdng {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 36px;
}

.two-way-sec .top-txt>.two-way-pra {
  font-size: 28px;
  line-height: 1.57;
  color: #333;
  max-width: 620px;
}

.two-way-box-lft h3 {
  font-size: 43px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.two-way-box-lft>.img {
  margin-bottom: 30px;
}

.two-way-box-lft p {
  font-size: 28px;
  line-height: 1.57;
  color: #333;
  margin: 0;
  max-width: 620px;
}

.two-way-btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-btn.arrow {
  font-size: 24px;
  font-weight: bold;
  color: #01e0b0;
  padding: 12px 30px;
  display: inline-block;
  vertical-align: middle;
}

.theme-btn.arrow:before {
  display: none;
}

.theme-btn.arrow:after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 81%;
  margin-top: -7px;
}

.theme-btn.arrow span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* Help Sec End  */

/* History Sec Start  */
.history {
  padding-top: 50px;
  padding-bottom: 50px;
}

.black-white-shapes-bg {
  background-color: #1d1e22;
  background-image: url('../images/shapesbg-bl.webp');
  background-image:
    -webkit-image-set(url(../images/shapesbg-bl@2x.webp) 2x,
      url(../images/shapesbg-bl@3x.webp) 3x,
    );
  background-image:
    image-set(url(../images/shapesbg-bl@2x.webp) 2x,
      url(../images/shapesbg-bl@3x.webp) 3x,
    );
  background-repeat: no-repeat;
  background-position: top center;
}

.hist-hdng {
  font-size: 82px;
  font-weight: bold;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  margin-bottom: 42px;
  padding-left: 140px;
}

.hist-pra {
  font-size: 41px;
  line-height: 1.43;
  color: #fff;
  margin-bottom: 45px;
}

.hist-pra>.blue-txt {
  color: #04a2e0;
  background-image: unset;
}

.hist-pra>a {
  font-size: 22px;
  color: #5f5f5f;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hist-pra>a:after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #5f5f5f;
  width: 96%;
  position: absolute;
  left: -1px;
  bottom: 6px;
}

.hist-btn {
  display: flex;
  gap: 30px;
  align-items: center;
}

.hist-btn .theme-btn.w-b {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #ddd;
  padding: 10px 37px;
}

.hist-bnr {
  text-align: center;
  padding: 110px 0;
}

.hist-bnr-img {
  display: inline-block;
}

.hist-blog-sec {
  /* border-top: 1px solid #fff; */
  padding: 0 120px;
}

.hist-blog-lft h3,
.hist-blog-rit h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 0.88;
  color: #fff;
  max-width: 600px;
  margin-bottom: 25px;
}

.hist-blog-lft p {
  font-size: 28px;
  line-height: 1.57;
  color: #fff;
  max-width: 600px;
}

.hist-blog-lft,
.hist-blog-rit {
  padding: 70px 0;
}

.std-logo {
  padding: 20px 0 30px;
}

.hist-blog-lft .theme-btn {
  width: 266px;
  height: 70px;
}

.hist-blog-lft {
  position: relative;
}

.blog-thum-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hist-inner {
  border-top: 1px solid #fff;
}

.blog-thum-list li {
  display: flex;
  gap: 30px;
  align-items: center;
}

.hist-blg-txt h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.hist-blg-txt p {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  margin: 0;
  max-width: 385px;
}

.blog-thum-list li .hist-blg-img {
  width: 210px;
}

.blog-thum-list li .hist-blg-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hist-blog-rit {
  padding-left: 50px;
}

.hist-blog-rit h3 {
  margin-bottom: 35px;
}

.hist-blog-lft:after {
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 705px;
  width: 1px;
  position: absolute;
  top: 0;
  right: -15px;
}

/* History Sec End  */

/* Testimonial Start  */
.testimonial>h2 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-bottom: 80px;
}

.testimonial {
  padding-top: 90px;
}

.testimonial>h2>span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  margin: 3px 433px 0 456px;
  background-image: linear-gradient(to right, #040036 -49%, #03a7ec 33%, #00f796 117%);
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonial>h2>span {
  position: relative;
  display: inline-block;
}

.testi-box {
  max-width: 504px;
  padding: 50px 34px 30px;
  border-radius: 38px;
  background-color: #f6f6f6;
  margin-bottom: 40px;
}

.testi-box .top-rw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testi-box .top-rw .rating {
  font-size: 30px;
  color: #ffa000;
}

.testi-box .top-rw .year {
  font-size: 39px;
  font-weight: bold;
}

.testi-box .client-name {
  font-size: 39px;
  font-weight: bold;
  color: #333;
  margin-bottom: 26px;
}

.testi-box .post {
  font-size: 34px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.testi-box .testi-titl {
  font-family: "Helvetica";
  font-size: 28px;
  font-weight: bold;
  line-height: 1.29;
  color: #333;
  margin-bottom: 16px;
}

.testi-box .testi-pra {
  font-size: 24px;
  line-height: 1.67;
  color: #333;
}

.test-video {
  margin: 32px 0 16px;
  /* display: flex;
  align-items: center; */
}

.testi-box.wo-desig .client-name {
  margin-bottom: 0;
}

.vid-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 40%);
  font-size: 34px;
  color: #fff;
  background-color: rgb(255 255 255 / 20%);
}

.vid-icon>small {
  font-size: 35px;
  color: #fff;
  height: 95px;
  width: 95px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.test-video>a {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Testimonial End  */

/* Logos Sec Start  */
.logos-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  border-bottom: solid 1px #979797;
  padding: 60px 0;
}

.logos-sec {
  /* padding-top: 15px; */
}

/* Logos Sec End  */

/* Work Sec Start  */
.work-sec {
  padding-top: 148px;
  padding-bottom: 55px;
}

.work-sec-txt {
  padding-left: 135px;
  padding-bottom: 100px;
}

.work-sec-txt h2 {
  font-size: 56px;
  font-weight: bold;
  color: #000;
}

.work-sec-txt h2:after {
  content: "";
  display: block;
  width: 76px;
  height: 7px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  margin-top: 20px;
}

.work-sec-txt>p {
  margin: 20px 0 22px;
  font-size: 28px;
  color: #333;
  position: relative;
  display: inline-block;
}

.work-sec-txt .theme-btn.green {
  padding: 17px 19px;
  height: 70px;
  width: 236px;
}

.work-crd {
  margin-bottom: 90px;
}

.work-crd .img {
  min-height: 500px;
}

.work-crd .video-wrap {
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.work-crd .video-wrap video {
  width: 100%;
}

/* .work-crd .video-wrap .video-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
} */

/* .work-crd .video-wrap video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 9;
} */

/* .work-crd .video-wrap video.active {
  opacity: 1;
  z-index: 1;
} */

.work-crd .video-wrap img {
  position: relative;
  z-index: 1;
}

/* .work-crd .video-wrap img.active{
  opacity: 0;
  z-index: -1;
} */

.work-crd-txt>p {
  font-size: 18px;
  line-height: 1.44;
  color: #333;
  margin-bottom: 15px;
}

.work-crd-txt>h3 {
  font-size: 39px;
  font-weight: bold;
  margin: 20px 0 8px;
  /* color: rgba(255, 255, 255, 0.5); */
}

.work-crd-txt>.purps {
  color: #e2e2e2;
  display: flex;
  align-items: center;
}

.work-crd-txt>.purps span {
  font-size: 18px;
  margin: 0 9px;
}

.work-crd-txt>.purps small {
  height: 9px;
  width: 9px;
  background-color: #e2e2e2;
  border-radius: 50%;
}

.minus-top-70 {
  margin-top: -70px;
}

.minus-top-160 {
  margin-top: -160px;
}

/* Work Sec End  */

/* Feature Sec Start  */

.feature-sec h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #1d1e22;
}

.feature-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding: 40px 0 75px;
  border-bottom: 1px solid #979797;
}

.pertnerd {
  padding-top: 70px;
}

.pertnerd h2 {
  font-size: 82px;
  font-weight: 500;
  max-width: 950px;
  line-height: 0.98;
  color: #1d1e22;
  margin: 0;
  padding-left: 135px;
}

.pertnerd-logos {
  padding: 68px 0 52px;
}

.pertnerd-logos {
  padding-left: 8.6%;
}

/* Feature Sec End  */

/* Zoom Sec Start  */
.z-inner {
  margin: 0 130px 0 135px;
  background-image: linear-gradient(71deg,
      #040036 -77%,
      #03a7ec 42%,
      #00f796 143%);
}

.zoom-lft {
  padding: 82px 30px 11px 50px;
}

.zoom-lft>h2 {
  font-size: 53px;
  font-weight: bold;
  line-height: 1.09;
  color: #fff;
  margin-bottom: 15px;
}

.zoom-lft>p {
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  margin-bottom: 24px;
  max-width: 500px;
}

.z-btns {
  display: flex;
  gap: 18px;
}

.z-btns .theme-btn.green {
  min-width: 236px;
  height: 70px;
}

.theme-btn.trasp {
  border: solid 1px #ddd;
  min-width: 225px;
  font-size: 22px;
  color: #fff;
  padding: 12px 20px;
}

.zoom-rit {
  padding: 22px 0 0;
}

.zoom-people {
  margin-right: -88px;
}

/* Zoom Sec End  */

/* Process Sec Start  */
.process {
  padding-top: 105px;
  padding-bottom: 135px;
}

.process .work-sec-txt {
  padding-bottom: 40px;
}

.prcs-lft>img {
  width: 100%;
}

.prcs-lft {
  background-color: #f6f6f6;
  max-width: 100%;
}

.prcs-rit {
  padding: 0 25% 0 36px;
}

.prcs-rit>.list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  padding: 0;
}

.prcs-rit>.list>li {
  display: flex;
  gap: 30px;
  align-items: center;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}

.prcs-rit>.list>li.is-active,
.prcs-rit>.list>li:hover {
  opacity: 1;
}

.prcs-rit>.list>li .numbr {
  font-size: 135px;
  font-weight: bold;
  font-family: "Darker Grotesque";
  color: #000;
  line-height: 0.69;
  margin-top: -40px;
}

.prcs-rit>.list>li .prcs-txt>h4 {
  font-size: 27px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.prcs-rit>.list>li .prcs-txt>p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.prcs-btns {
  display: flex;
  gap: 20px;
}

/* Process Sec End  */

/* Startup Sec Start  */
.startup {
  padding-top: 130px;
  padding-bottom: 140px;
  padding-right: 0px;
}

.startup .inner.strtp>h2 {
  font-size: 224px;
  font-weight: 900;
  line-height: 0.69;
  color: #fff;
  padding-left: 135px;
  margin-bottom: 100px;
  position: sticky;
  top: 250px;
}

.startup .inner.strtp>h2>span {
  padding-left: 300px;
}

.strtp-centr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 180px 0 136px;
}

.strtp-btn {
  position: absolute;
  font-family: "Darker Grotesque";
  text-decoration: none;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background: #2293ef;
  padding: 40px 34px;
}

a {
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.strtp-btn:hover {
  color: #fff;
  background: #00f796;
}

/* Service Sec Start  */
.our-srvcs {
  padding: 126px 0 126px 30px;
}

.our-srvcs .work-sec-txt>p:after {
  display: none;
}

.our-srvcs .work-sec-txt h2 {
  color: #fff;
}

.our-srvcs .work-sec-txt>p {
  color: #fff;
  max-width: 635px;
  margin-bottom: 44px;
}

.our-srvcs .work-sec-txt {
  padding: 0;
}

.srvs-tabs-sec .tab-child {
  padding: 0;
  background: transparent;
  border: 0;
  font-family: "Darker Grotesque";
  font-size: 75px;
  font-weight: bold;
  color: #575757;
  line-height: 0.8;
}

.srvs-tabs-sec .tab-child.active {
  color: #fff;
  background: transparent;
}

.srvs-tabs-sec .tabs {
  gap: 30px;
  margin-bottom: 46px;
}

.srvs-tabs-sec .tab-child.is-active {
  background: transparent;
  color: #fff;
}

.srvs-tab-contnt {
  position: relative;
}

.expolor-srvs a {
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  font-family: "Darker Grotesque";
  font-size: 41px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.expolor-srvs a:after {
  content: "";
  display: block;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  height: 3px;
  width: 100%;
  margin-top: -12px;
}

.expolor-srvs a:hover {
  background-image: linear-gradient(to right, #00F798 -49%, #03a7ec 33%, #040036 117%);
}

.expolor-srvs a:hover::after {
  background-image: linear-gradient(to right, #00F798 -49%, #03a7ec 33%, #040036 117%);
}

/* Service Sec End */

/* Business Sec Start  */
.bsns-rit {
  border-radius: 8px;
  background-image: linear-gradient(58deg,
      #040036 -72%,
      #03a7ec 43%,
      #00f796 141%),
    linear-gradient(to bottom, #02a9ea, #02a9ea);
  padding: 45px 40px 55px;
  width: 664px;
}

.bsnslogo {
  margin-bottom: 10px;
}

.bsns-rit>h2 {
  font-size: 54px;
  font-weight: bold;
  line-height: 0.81;
  color: #fff;
  margin-bottom: 34px;
}

.bsns-rit>p {
  font-size: 24px;
  line-height: 1.38;
  color: #fff;
  max-width: 500px;
  margin-bottom: 26px;
}

.bsns-btns {
  display: flex;
  gap: 18px;
}

.bsns-btns .theme-btn.green {
  min-width: 236px;
  height: 70px;
}

section.home-p-bsns-sec {
  padding-top: 194px;
}

.business-sec {
  background-repeat: no-repeat;
  margin-left: 8%;
  background-size: cover;
  margin-right: 15%;
}

.bsns-inner {
  padding: 22px 0 36px;
}

/* Business Sec End  */

/* Startup Sec End  */

/* Membership Sec Start  */
.membership {
  padding-top: 65px;
  padding-bottom: 130px;
}

.membership .work-sec-txt>p {
  margin-bottom: 100px;
}

.membership-inner {
  padding: 0 135px;
}

.membership-inner .work-sec-txt {
  padding: 0;
}

.pricing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 2px; */
}

.pricing .pric-sec-child {
  flex: 0 0 23%;
  border: 1px solid #32e1b1;
  margin: 10px;
  background-color: #f6f6f6;
  transition: all 0.4s ease-in-out;
}

.pricing .pric-sec-child:hover {
  background-color: #03a7ec;
  border-color: #03a7ec;
}

.pricing .pric-sec-child:hover .pric-card .pric-pra,
.pricing .pric-sec-child:hover .pric-card h3,
.pricing .pric-sec-child:hover .pric-card .btm-prt p,
.pricing .pric-sec-child:hover .pric-card .btm-prt .cal-btn,
.pricing .pric-sec-child:hover .pric-info h4,
.pricing .pric-sec-child:hover .pkgs-list>li {
  color: #fff;
}

.pricing .pric-sec-child:hover .pric-card .btm-prt h3 del:before {
  background-color: #fff;
}

.pricing .pric-sec-child:hover .pric-card .btm-prt .theme-btn.green {
  background: #fff;
  color: #000;
}


.pric-info {
  padding: 24px 25px;
  min-height: 394px;
}

.pric-card {
  padding: 28px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2px;
}

.pric-card .top-part {
  margin: 0 0 20px;
}

.pric-card h3 {
  font-size: 33px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.pric-card .pric-pra {
  font-size: 18px;
  line-height: 1.44;
  color: #333;
  padding-left: 8px;
  transition: all 0.4s ease-in-out;
}

.pric-card .btm-prt h3 {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.pric-card .btm-prt h3 del:before {
  content: '';
  display: block;
  height: 80px;
  width: 4px;
  transform: rotate(60deg);
  background: #000;
  position: absolute;
  right: 0;
  top: -10px;
  left: 0;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

.pric-card .btm-prt h3 del {
  position: relative;
  z-index: 1;
  /* text-decoration: line-through; */
  font-size: 40px;
}

.pric-card .btm-prt p {
  margin-bottom: 18px;
  font-size: 13px;
  color: #333;
  transition: all 0.4s ease-in-out;
}

.pric-card .btm-prt .theme-btn.green {
  height: 70px;
  margin-bottom: 4px;
}

.pric-card .btm-prt .theme-btn.green:hover {
  color: #fff;
}

.pric-card .btm-prt .theme-btn.green:hover::before {
  background: #01e0b0;
}

.pric-card .btm-prt .cal-btn {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.pric-card .btm-prt .cal-btn::before {
  display: none;
}

.theme-btn.cal-btn:hover::before {
  display: none;
}

.theme-btn.cal-btn:hover {
  color: #03a7ec;
  letter-spacing: 0.5px;
}

.pric-info h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.pkgs-list {
  padding-left: 20px;
}

.pkgs-list>li {
  font-family: "Helvetica";
  font-size: 14px;
  line-height: 1.86;
  color: #333;
  list-style: disc;
  transition: all 0.4s ease-in-out;
}

.pric-call-card {
  padding: 50px 28px 20px 12px;
}

.pric-call-card .pric-img {
  text-align: right;
  padding-right: 12px;
  margin-bottom: 20px;
}

.pric-call-card h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  padding-left: 8px;
}

.pric-call-card p {
  font-size: 18px;
  line-height: 1.44;
  color: #333;
  max-width: 240px;
  margin-bottom: 12px;
  padding-left: 14px;
}

.pric-call-card .cal-btn {
  justify-content: flex-start;
  padding: 0;
  font-family: "Darker Grotesque";
  font-size: 19px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.pric-call-card.first .prci-crd-inner {
  border-bottom: solid 1px #262626;
  padding-bottom: 20px;
}

.pric-sec-child.last {
  min-height: 892px;
  background: #f6f6f6;
}

.pric-call-card.second {
  padding-top: 22px;
}

.membership-inner .work-sec-txt {
  padding-bottom: 0px;
}

/* Membership Sec End  */

/* FAQ Start  */
.accordion {
  padding-left: 17%;
  padding-right: 17%;
  margin-bottom: 56px;
}

.accordion .accordion-item {
  border-radius: 0;
  border: 0;
  outline: none;
}

.acord-btn {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  font-family: "Darker Grotesque";
  border-bottom: 2px solid #252525;
  padding: 25px 0 30px 0;
  box-shadow: transparent;
}

.acord-btn:not(.collapsed) {
  box-shadow: transparent;
  background-color: transparent;
  color: #000;
}

.acord-btn:focus {
  box-shadow: none;
}

.accordion-item .acord-btn {
  border-radius: 0;
  border-color: #000;
}

.acord-btn {
  color: #000;
}

.acord-btn:after {
  color: #000;
  background: none;
  font-family: 'icomoon';
  font-weight: 900;
  content: "\e910";
  height: auto;
  width: auto;
  background: none !important;
  transform: rotate(0) !important;
  font-size: 25px;
}

.accordion-body {
  font-size: 18px;
}

.accordion-item.is-active .acord-btn:after {
  transform: rotate(180deg) !important;
}

.faq-btns .theme-btn.gray {
  background: #dddddd;
}

.faq-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.faq {
  padding-top: 75px;
  padding-bottom: 56px;
}

.faq .work-sec-txt {
  padding-bottom: 60px;
}

.faq .work-sec-txt>p {
  margin-bottom: 50px;
}

/* FAQ End  */

/* CTA Start  */
.cta-inner {
  padding-left: 112px;
}

.cta-inner>h2 {
  font-size: 87px;
  font-weight: bold;
  line-height: 0.92;
  color: #fff;
  max-width: 940px;
  margin-bottom: 34px;
}

.cta {
  padding-top: 94px;
  padding-bottom: 94px;
}

.cta-lft>p {
  font-size: 24px;
  line-height: 1.38;
  color: #fff;
  max-width: 500px;
  margin-bottom: 50px;
}

.cta-lft .theme-btn.trasp {
  width: 300px;
  height: 70px;
}

.cta-crd {
  background-image: linear-gradient(43deg, #040036 -65%, #035390 -6%, #03a7ec 57%, #00f796 133%);
  min-height: 457px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-crd .crd-txt>h3 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.cta-crd .crd-txt p {
  font-size: 19px;
  line-height: 1.74;
  color: #fff;
  max-width: 300px;
}

.cta-crd.second .crd-txt h3 {
  line-height: 0.96;
}

.cta-rit {
  position: relative;
}

.cta-inner-rit {
  position: absolute;
  top: 30px;
  left: 60px;
}

/* CTA End  */

/* Footer Start  */
footer {
  padding-top: 14.5%;
  padding-bottom: 35px;
}

.ftr-info {
  padding: 40px 0 0;
}

.ftr-info>li {
  margin-bottom: 10px;
}

.ftr-info>li:last-child {
  margin-bottom: 0px;
}

.ftr-info>li span {
  margin-right: 15px;
}

.ftr-info li a,
.ftr-info li p {
  display: flex;
  align-items: center;
  width: 100%;
}

footer ul {
  padding: 0;
}

footer a,
footer p,
footer h3 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #3a3a3a;
  font-family: "SF Pro Display";
  line-height: 2;
}

footer h3 {
  color: #cecece;
  margin-bottom: 24px;
}


footer a:hover {
  color: #03aae9;
}

.copyright a,
.copyright p {
  color: #3a3a3a;
  font-family: "Darker Grotesque";
  font-weight: bold;
}

.copyright-lft .second {
  padding-left: 6px;
}

.copyright-lft .first {
  padding-right: 5px;
  position: relative;
}

.copyright-lft .first:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  border-right: 1px solid;
  height: 14px;
  bottom: 2px;
  font-family: "Darker Grotesque";
}

/* Footer End  */

/* About Us Page Start  */

.abt-bnr-hdng>h1 {
  font-size: 130px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -1px;
  color: #000;
  max-width: 970px;
  margin-bottom: 30px;
}

.about-bnr {
  padding: 30px 0 12%;
}

.abt-bnr-hdng>h1>span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 21px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.abt-bnr-hdng>h1>span {
  display: inline-block;
  position: relative;
}

.abt-bnr-slider {
  padding-left: 9%;
  /* margin-top: -52px; */
  overflow: hidden;
}

.abt-slid {
  width: 100%;
}

.abt-bnr-slider .slick-slide {
  left: -50px;
  position: relative;
}

.abt-bnr-slider .slick-track {
  padding-top: 30px;
}

.abt-bnr-slider li {
  min-height: 600px;
}

/* .abt-bnr-slider .slick-slide {
  width: 370px !important;
} */

/* .abt-bnr-slider .slick-list {
  margin: 0;
  padding: 6% 6% 0 20px;
} */
.abt-slid>img {
  width: 100%;
}

.abt-slid .slide-crd {
  justify-content: space-between;
  min-height: 600px;
  padding: 30px 80px 40px 32px;
  display: flex;
  flex-direction: column;
}

.abt-slid .slide-crd h4 {
  margin: 0;
  font-size: 62px;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -1px;
  color: #000;
}

.abt-slid .slide-crd.green {
  background-color: #00e3ab;
}

.abt-slid .slide-crd.blue {
  background-color: #0392d5;
}

.abt-slid.two {
  margin-top: 190px;
}

.abt-slid.three {
  margin-top: 70px;
}

.abt-slid.four {
  margin-top: -132px;
}

.abt-slid.five {
  margin-top: 70px;
}

/* Visual Sec Start  */
.visul-sec {
  padding-bottom: 146px;
}

.visul-sec h2 {
  font-size: 70px;
}

.visul-sec p {
  max-width: 1175px;
  margin-bottom: 38px;
  line-height: 1.57;
}

.visul-sec p:after {
  display: none;
}

.visul-btns {
  display: flex;
  gap: 30px;
}

.visul-btns .theme-btn.trasp {
  font-weight: bold;
  min-width: 384px;
  color: #000;
  border-color: #000;
}

.visul-btns .theme-btn.trasp:hover {
  color: #fff;
  border-color: #32e1b1;
}

.visual-list {
  display: flex;
  gap: 44px;
  padding: 0;
  padding-top: 60px;
  margin: 0;
}

.visual-list .count {
  color: #000;
  font-family: "Darker Grotesque";
  font-size: 45px;
  font-weight: 900;
  background-color: #fff;
  height: 60px;
  margin-left: -42px;
  padding: 0 14px;
}

.visual-list li .text {
  font-size: 16px;
  line-height: 1.13;
  color: #333;
}

.visual-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.visual-list .square:before {
  content: "";
  display: block;
  background: url("../images/square.jpg");
  height: 66px;
  width: 66px;
  margin-top: -25px;
}

.visual-list .circle:before {
  content: "";
  display: block;
  background: url("../images/circle.jpg");
  height: 66px;
  width: 66px;
  margin-top: -25px;
}

.visual-list .triangle:before {
  content: "";
  display: block;
  background: url("../images/triangle.jpg");
  height: 66px;
  width: 76px;
  margin-top: -25px;
}

.visual-list li.circle .count {
  margin-left: -50px;
}

.visual-list li.triangle .count {
  margin-left: -50px;
  height: 45px;
}

.visul-sec .work-sec-txt {
  padding: 0;
}

.visual-inner {
  padding: 0 130px;
}

/* Visual Sec End  */

/* Our Work Sec Start  */
.abt-our-work {
  padding-top: 110px;
  padding-bottom: 160px;
  background-color: #1d1e22;
  background-image:
    -webkit-image-set(url(../images/shapesbg@2x.webp) 2x,
      url(../images/shapesbg@3x.webp) 3x,
    );
  background-image:
    image-set(url(../images/shapesbg@2x.webp) 2x,
      url(../images/shapesbg@3x.webp) 3x,
    );
}

.abt-our-work h2 {
  color: #fff;
}

.abt-our-work .work-sec-txt p {
  color: #fff;
}

.abt-our-work p:after {
  filter: invert(1);
}

.abt-wrk-crd {
  min-height: 1000px;
  margin-bottom: 30px;
}

.abt-wrk-crd .txt {
  padding: 76px 40px 50px;
  min-height: 450px;
  background-color: #111;
}

.abt-wrk-crd .txt h3 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.abt-wrk-crd .txt p {
  font-size: 22px;
  line-height: 2;
  color: #d8d8d8;
  margin-bottom: 40px;
  min-height: 180px;
}

.learn-mor-btn {
  width: 204px;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  color: #01e0b0;
  text-decoration: none;
  border: solid 1px #01e0b0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-btn.learn-mor-btn:before {
  background-color: #01e0b0;
}

.theme-btn.learn-mor-btn:hover {
  color: #fff;
}


.abt-bsns-sec {
  padding-top: 100px;
}

.abt-hlp-bx .help-box-sec {
  padding: 0;
}

/* Our Work Sec End  */

/* Smart Things Sec Start  */
.smart-things {
  padding-top: 115px;
}

.smart-things .work-sec-txt {
  padding-bottom: 80px;
}

.smart-things h2 {
  font-size: 70px;
}

.smart-things p {
  max-width: 1170px;
}

.smart-things p:after {
  display: none;
}

.smart-things-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
}

.smart-things-cards>li {
  width: 20%;
  flex: 1;
}

.smrt-crd {
  background-repeat: no-repeat;
  min-height: 644px;
  background-position: bottom;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 15px 22px 15px 20px;
  /* mix-blend-mode: luminosity; */
}

.smrt-crd h3 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
}

.smart-things-cards .green {
  background-color: #01e0b0;
}

.smart-things-cards .blue {
  background-color: #00a7ed;
}

.smart-things-cards .gray {
  background-color: #666;
  mix-blend-mode: luminosity;

}

.smart-things-cards .dark-gray {
  background-color: #313131;
  mix-blend-mode: luminosity;

}

.smart-things-cards .black {
  background-color: #131313;
  mix-blend-mode: luminosity;
}

/* Smart Things Sec End  */
/* History Sec Start  */

.history.abt .hist-bnr {
  padding: 28px 0 62px;
}

/* History Sec End  */
/* Team Sec Start  */

.meet-team>h2 {
  padding-left: 130px;
  font-size: 82px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 82px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.team-list .tem-crd {
  width: 25%;
  min-height: 460px;
  text-align: center;
  margin-bottom: 68px;
}

.team-list .tem-crd .img {
  margin-bottom: 16px;
  background: #111;
  min-height: 392px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.team-list .tem-crd h4 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  font-family: "Helvetica";
}

.team-list .tem-crd p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.team-list .tem-crd:hover .img {
  background-image: linear-gradient(50deg,
      #040036 -68%,
      #03a7ec 44%,
      #00f796 140%),
    linear-gradient(to bottom, #111, #111);
}

.team-list .tem-crd>.green {
  background-color: #01e0b0;
  padding: 47px 37px 42px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 35px;
  min-height: 392px;
}

.team-list .tem-crd>.green h3 {
  font-size: 76px;
  line-height: 0.76;
  color: #000;
}

.team-list .tem-crd>.green .theme-btn {
  font-size: 22px;
  font-weight: bold;
  color: #1d1e22;
  width: 184px;
  height: 70px;
  border: solid 1px #1d1e22;
}

.team-list .tem-crd>.green .theme-btn:hover {
  color: #fff;
  border-color: #03a7ec;
}



.history.abt .hist-pra {
  max-width: 1340px;
}

/* Team Sec End  */

/* Testimonil Abt Start  */
.abt-testi-sec {
  padding: 0 135px;
}

.abt-testi-sec .user-video {
  margin: auto;
  background-color: #01e0b0;
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 30px;
}

.abt-testi-sec .user-video .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.abt-user-feedback {
  padding-top: 18px;
}

.abt-user-feedback .img {
  margin-bottom: 30px;
}

.abt-user-feedback .rating {
  font-size: 38px;
  color: #ffa000;
}

.abt-user-feedback h3 {
  margin: 26px 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.34;
  color: #333;
  font-family: "Helvetica";
}

.abt-user-feedback h3 span {
  background-color: #ccf9ef;
}

.abt-user-feedback h4 {
  font-size: 39px;
  font-weight: bold;
  color: #333;
}

.abt-user-feedback p {
  margin: 0;
  font-size: 20px;
  color: #333;
}

.testimonial.abt {
  padding-top: 70px;
}

/* Testimonil Abt End  */

/* Logos Sec Start  */
.abt-logos-sec {
  padding: 106px 0 110px;
}

.abt-logos-sec .logos-sec.sec-p {
  padding-top: 0;
}

.abt-logos-sec .logos-list {
  padding-bottom: 0;
  border: 0;
}

.abt-zoom-sec {
  margin-bottom: 98px;
}

/* Logos Sec End  */
/* About Us Page End  */

/* Pricing Page Start  */
.pricing-bnr {
  padding-top: 122px;
}

.pric-hdng {
  font-size: 105px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -1px;
  color: #000;
  max-width: 1000px;
  position: relative;
}

.pric-hdng span {
  content: "";
  display: inline-block;
  position: relative;
}

.pric-hdng span:after {
  content: "";
  display: inline-block;
  width: 97%;
  height: 21px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: -1;
}

/* Pricing Sec Start  */
.price-tabs {
  padding: 45px 0 80px;
}

input[type="range"].styled-slider {
  height: 32px;
  -webkit-appearance: none;
}

/*progress support*/
input[type="range"].styled-slider.slider-progress {
  --range: calc(var(8) - var(1));
  --ratio: calc((var(100%) - var(1)) / var(8));
  --sx: calc(0.5 * 30px + var(--ratio) * (100% - 30px));
}

input[type="range"].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type="range"].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #fff;
  border: solid 4px #000;
  box-shadow: none;
  margin-top: calc(1em * 0.5 - 43px * 0.5);
}

input[type="range"].styled-slider::-webkit-slider-runnable-track {
  height: 1em;
  border: none;
  border-radius: 0;
  background: #000000;
  box-shadow: none;
}

input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#000, #000) 0 / var(--sx) 100% no-repeat, #f3f8fa;
  border-radius: 10px;
}

/*mozilla*/
input[type="range"].styled-slider::-moz-range-thumb {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #fff;
  border: solid 4px #000;
  box-shadow: none;
}

input[type="range"].styled-slider::-moz-range-track {
  height: 1em;
  border: none;
  border-radius: 0;
  background: #000000;
  box-shadow: none;
}

input[type="range"].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#000, #000) 0 / var(--sx) 100% no-repeat, #f3f8fa;
  border-radius: 10px;
}

/*ms*/
input[type="range"].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider::-ms-thumb {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #fff;
  border: solid 4px #000;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-track {
  height: 1em;
  border-radius: 0;
  background: #000000;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
  height: 1em;
  border-radius: 0px 0 0 0px;
  margin: -undefined 0 -undefined -undefined;
  background: #e0545b;
  border: none;
  border-right-width: 0;
}

.price-tabs .nav-tabs {
  justify-content: flex-end;
  border: 0;
  gap: 30px;
}

.price-tabs .nav-tabs .nav-item .nav-link.active {
  border: 0;
  background-color: #01e0b0;
  color: #fff;
  padding: 0;
}

.price-tabs .nav-tabs .nav-item .nav-link {
  min-width: 235px;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Darker Grotesque";
  color: #000;
  border: solid 1px #000;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}

.price-tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #01e0b0;
  color: #fff;
  border-color: #01e0b0;
}

.logo-concept-labels h5,
.logo-concept-labels a {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: right;
  padding-top: 40px;
  display: inline-block;
  position: relative;
}

.logo-concept-labels a.active,
.logo-concept-labels a:hover {
  color: #03a7ec;
}

.pricing-crds.price-p {
  display: flex;
  padding: 82px 0 20px;
}

.pricing-crds.price-p .first {
  width: 24%;
  opacity: 0;
  visibility: hidden;
}

.pricing-crds.price-p .second {
  width: 22%;
}

.pricing-crds.price-p .third {
  width: 33%;
}

.pricing-crds.price-p .fourth {
  width: 21%;
}

.pricing-crds.price-p .first,
.pricing-crds.price-p .second,
.pricing-crds.price-p .third,
.pricing-crds.price-p .fourth {
  display: flex;
  justify-content: center;
}

.pric-card.price-p {
  width: 326px;
}

.logo-concept-labels {
  display: flex;
  justify-content: space-between;
  gap: 0;
  align-items: center;
  flex-wrap: wrap;
}

.pric-feature-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.pric-feature-list ul {
  padding: 0;
}

.feat-hdng h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-bottom: 12px;
  border-bottom: 2px solid;
}

.quest-icon {
  font-size: 18px !important;
}

.pricing-crds.sml {
  padding: 0;
}

.pricing-crds.sml .pric-card.price-p {
  min-height: 254px;
}

.prcing-tble tr td.first {
  width: 24%;
  text-align: left;
}

.prcing-tble tr td {
  text-align: center;
  border-bottom: 1px solid #b6b6b6;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 20px 0 15px;
}

.prcing-tble tr td>span {
  font-size: 26px;
  color: #000;
}

.prcing-tble tr td.four {
  width: 21%;
}

.prcing-tble tr td.first .quest-icon {
  color: #b6b6b6;
}

.prcing-tble tr td.third {
  width: 33%;
}

.prcing-tble tr td.second {
  width: 22%;
}

.price-gray-bg-sec {
  padding: 0 132px;
  margin: 66px 0 105px;
}

.price-gray-bg-sec .inner-sec {
  border: solid 1px #fff;
  background-color: #f3f8fa;
}

.pric-call-card.price-p .prci-crd-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pric-call-card.price-p.first .prci-crd-inner {
  border: 0;
}

.pric-call-card.price-p .pric-img {
  margin: 0;
  padding: 0;
}

.pric-call-card.price-p p,
.pric-call-card.price-p h3 {
  padding: 0;
}

.pric-call-card.price-p {
  padding: 36px 45px;
  min-height: 260px;
}

.pric-call-card.price-p.first {
  border-right: 1px solid #262626;
}

/* Pricing Sec End  */

/* Why Reason Sec Start  */
.why-reason {
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
  padding-bottom: 38px;
}

.why-reason h2 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.why-reason p {
  font-size: 28px;
  line-height: 1.57;
  color: #333;
  max-width: 980px;
  margin: 0 auto 90px;
  text-align: center;
}

.reson-crd {
  width: 500px;
  min-height: 360px;
  border-radius: 20px;
  /* padding: 42px 36px 30px 40px; */
  margin-bottom: 24px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 3%);
  border-radius: 20px;
  border: 6px solid transparent;
  background: #fff;
}

.reson-crd:hover {
  border-image-source: linear-gradient(29deg,
      #040036 -45%,
      #03a7ec 20%,
      #00f796 53%,
      #fff 75%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(29deg, #040036 -45%, #03a7ec 20%, #00f796 53%, #fff 75%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.reson-crd .inner {
  padding: 42px 36px 30px 40px;
}

.reson-crd h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.14;
  color: #000;
  margin-bottom: 20px;
}

.reson-crd p {
  font-size: 18px;
  line-height: 1.56;
  color: #333;
  text-align: left;
  margin: 0;
}

.reson-crd .icon {
  margin-bottom: 8px;
  min-height: 60px;
}

/* Why Reason Sec End  */

/* Pricing Page End  */

/* Branding Main Start  */
.inner-banner {
  text-align: center;
  padding-top: 252px;
  position: relative;
  padding-bottom: 860px;
}

.inner-banner .inner-sec {
  z-index: 1;
  position: relative;
}

.inner-banner h1 {
  background-image: linear-gradient(to right,
      #040036 -26%,
      #03a7ec 37%,
      #00f796 101%);
  font-size: 93px;
  font-weight: 800;
  line-height: 0.74;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.inner-banner p {
  font-size: 31px;
  color: #333;
  margin-bottom: 40px;
}



.input input {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ddd;
  background-color: #fff;
  padding: 17px 20px;
  font-family: "Helvetica";
  font-size: 16px;
  color: #333;
  width: 100%;
  margin-bottom: 15px;
}

.input input:last-child {
  margin-bottom: 0px;
}

.input {
  width: 500px;
  margin: 0 auto 20px;
}

.inner-bnr-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.inner-bnr-btns .theme-btn.gray {
  min-width: 200px;
  background: #ddd;
}

.inner-main-slider {
  margin-top: -284px;
}

/* Steps Sec Start  */
.steps-sec {
  padding-top: 60px;
  padding-bottom: 200px;
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
}

.steps-sec-inner>h2 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.steps-sec-inner>p {
  font-size: 28px;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.steps-list {
  padding: 56px 115px;
}

.steps-crd {
  border-radius: 11px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 36px 12px 36px 20px;
  min-height: 196px;
  margin-bottom: 30px;
}

.steps-crd h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.steps-crd p {
  font-size: 20px;
  line-height: 1.65;
  color: #333;
}

.steps-sec-btns {
  display: flex;
  justify-content: center;
}

/* Steps Sec End  */

/* Client Logos Sec Start  */
.clinet-logos-lists {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-top: -140px;
}

.clinet-logos-lists>li {
  border-radius: 22px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  min-height: 290px;
}

.clinet-logos-lists>li>.icon {
  border-bottom: 1px solid #f0f0f0;
  min-height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  padding: 0 6px;
}

.clinet-logos-lists>li .txt-sec {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 15px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  transition: all 0.4s ease-in-out;
}

.clinet-logos-lists>li:hover .txt-sec {
  background: #01e0b0;
}

.clinet-logos-lists>li:hover .txt-sec h4,
.clinet-logos-lists>li:hover .txt-sec p {
  color: #fff;
}

.clinet-logos-lists>li .txt-sec h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
  transition: all 0.4s ease-in-out;
}

.clinet-logos-lists>li .txt-sec p {
  font-size: 12px;
  color: #333;
  margin: 0;
  transition: all 0.4s ease-in-out;
}

/* Client Logos Sec End  */

/* Versatile Logo Sec Start  */
.versatile-sec {
  padding-top: 86px;
  padding-bottom: 116px;
}

.versatile-sec h2 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.versatile-sec p {
  font-size: 28px;
  max-width: 1000px;
  margin: 0 auto 0;
  text-align: center;
}

.versatile-cards {
  border-radius: 40px;
  background-color: #f3f8fa;
  padding: 100px 100px 114px;
  margin: 100px 130px 0;
  position: relative;
}

.versatile-cards:after {
  content: "";
  display: block;
  background: url(../images/verstile-after.jpg);
  height: 250px;
  width: 250px;
  position: absolute;
  right: -100px;
  top: -90px;
  z-index: -1;
}

.versatile-cards:before {
  content: "";
  display: block;
  background: url(../images/versatile-before.png);
  height: 224px;
  width: 226px;
  position: absolute;
  bottom: -60px;
  left: -78px;
}

.verst-card {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  gap: 22px;
  padding: 20px;
  margin-bottom: 30px;
}

.verst-card .icon {
  flex: 0 0 86px;
  height: 86px;
  background-color: #bde5ff;
  border-radius: 50%;
  overflow: hidden;
}

.verst-card .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verst-card h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.verst-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-align: left;
  max-width: 360px;
  margin-bottom: 10px;
}

.verst-card .learn-mor {
  padding: 0;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #03609e;
  display: flex;
  align-items: center;
}

.verst-card .learn-mor:hover {
  color: #000;
}

.verst-card .learn-mor:before {
  display: none;
}

.verst-card .learn-mor span {
  font-size: 16px;
  margin-top: 6px;
}

/* Versatile Logo Sec End  */

/* Work Sec Start  */
.work-sec.inner-p {
  padding-top: 82px;
  padding-bottom: 120px;
}

.bg-shapes-img {
  background-color: #1d1e22;
  background-image: url('../images/shapesbg.webp');
  background-image:
    -webkit-image-set(url(../images/shapesbg@2x.webp) 2x,
      url(../images/shapesbg@3x.webp) 3x,
    );
  background-image:
    image-set(url(../images/shapesbg@2x.webp) 2x,
      url(../images/shapesbg@3x.webp) 3x,
    );
}

.work-sec.inner-p h2 {
  color: #fff;
}

.work-sec.inner-p .work-sec-txt>p {
  color: #fff;
}

.work-list.inner-p .work-crd {
  margin-bottom: 45px;
}

.work-list.inner-p .work-crd .img {
  min-height: 350px;
}

.work-list.inner-p .work-crd .work-crd-txt {
  min-height: 96px;
}

.work-crd.inner-p h3 {
  margin-top: 10px;
  color: #fff;
}

.work-crd.inner-p .purps span {
  opacity: 0.45;
}

.inner-p-business-sec {
  padding-top: 130px;
}

.work-sec.inner-p .work-sec-txt>p:after {
  filter: invert(1);
}

/* Work Sec End  */
/* Details Sec Start  */
.accordion.detail-sec {
  padding: 0;
}

.details-sections {
  display: flex;
  flex-wrap: wrap;
}

.details-lft {
  border-radius: 20px;
  width: 35.6%;
}

.details-list {
  padding: 0;
  margin: 0;
}

.details-list>li {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #fff;
  padding: 16px 0;
}

.details-list>li p {
  margin: 0;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.details-list>li.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.details-list>li>span {
  font-size: 22px;
  color: #fff;
}

.colasebar {
  padding: 0;
  max-width: 504px;
}

.colasebar li.is-active {
  border-radius: 20px;
  background-color: #0366a5;
}

.colasebar li .expand {
  border-radius: 20px;
  background-color: #f6f6f6;
  padding: 20px 30px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  display: flex;
  font-family: "Darker Grotesque";
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colasebar li.is-active .expand {
  background: transparent;
}

.colasebar>li {
  margin-bottom: 30px;
}

.expandable {
  padding: 0 30px 30px;
}

.colasebar li.is-active .expand {
  color: #fff;
}

.colasebar>li .expandable {
  display: none;
}

.accrod-child-body {
  padding: 0 30px 30px;
  display: none;
}

.details-right {
  position: relative;
  margin-top: 30px;
  width: 64.4%;
  padding-left: 15px;
}

.colasebar li .expand:after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 20px;
  display: block;
}

.colasebar li.is-active .expand:after {
  content: "\e912";
  font-family: "icomoon";
  font-size: 20px;
  display: block;
}

.details-right .blue-bx {
  border-radius: 24px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 504px;
  height: 636px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 28px;
  align-items: flex-end;
  width: 36%;
}

.details-right .blue-bx:before {
  content: '';
  display: block;
  border-radius: 24px;
  background-color: #0366a5;
  width: 504px;
  height: 636px;
  position: absolute;
  z-index: -1;
  right: 0;
}

.details-right .blue-bx h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
  max-width: 265px;
}

.details-right .blue-bx p {
  font-size: 14px;
  line-height: 1.57;
  max-width: 265px;
  margin-bottom: 8px;
}

.details-right .blue-bx .list {
  padding: 0;
  margin: 0;
}

.details-right .blue-bx .list li {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  max-width: 265px;
  display: flex;
  gap: 10px;
}

.details-right .img {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 64%;
}

.details-right .img img {
  margin-top: 60px;
}

.details-inner {
  padding-left: 115px;
}

.details-sec .work-sec-txt {
  padding: 0 0 72px;
}

.inner-p-member-sec .membership {
  padding-bottom: 78px;
}

/* Details Sec End  */

.inner-page-reason-sec {
  padding-top: 148px;
}

.inner-p-logos-sec .logos-list {
  border: 0;
  padding: 0;
}

.inner-p-zoom-sec {
  padding-top: 100px;
}

/* Branding Main End */

/* Testimonial Page Start  */
.testi-bnr {
  padding-top: 124px;
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
  padding-bottom: 14.1%;
}

.testi h1 {
  max-width: 100%;
  z-index: 1;
  position: relative;
}

.abt-bnr-hdng.testi>h1>span:after {
  width: 100%;
}

.testi-right .logos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 40px;
}

.test-bnr-second-sec {
  padding: 68px 0 0;
}

.testi-bnr-crds {
  position: relative;
}

.testi-bnr-crds .clinet-logos-lists {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
}

.trusted-sec {
  padding: 142px 0 40px;
}

.trusted-sec h2 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
}

.trusted.logos {
  padding: 0 56px;
}

.testi-p-witnss-sec .work-sec-txt {
  padding-bottom: 70px;
}

.abt-logos-sec.testi {
  padding: 50px 0 80px;
}

.testi-p-zoom {
  padding-bottom: 98px;
}

/* Testimonial Page End  */

/* Portfolio Page Start  */
.portf-bnr {
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
  padding-top: 10.2%;
  padding-bottom: 9%;
}

.portfolio video {
  width: 100%;
  height: 100%;
}

.portf-bnr h1 {
  font-size: 130px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -1px;
  color: #000;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
}

.portf-bnr h1:after {
  content: "";
  display: inline-block;
  height: 21px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  position: absolute;
  left: 8px;
  bottom: 5px;
  width: 100%;
  z-index: -1;
}

.portf-bnr h3 {
  font-size: 71px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 50px;
}

.portf-logos {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.portf-logos li {
  font-size: 40px;
}

.price-tabs.portf {
  padding: 42px 0 50px;
}

.portf-img:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.portf-img {
  overflow: hidden;
  display: flex;
  margin-bottom: 24px;
}

.price-tabs.portf .nav-tabs {
  justify-content: center;
}

.portf-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.portf-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 102px 0 92px;
  border-bottom: 1px solid #979797;
}

.portf-btns .theme-btn.green {
  height: 70px;
  min-width: 236px;
  font-family: "Darker Grotesque";
}

.portf-btns .theme-btn.transp {
  font-size: 22px;
  font-weight: bold;
  font-family: "Darker Grotesque";
  color: #000;
  min-width: 300px;
  height: 70px;
  border: solid 1px #000;
}

.portf-btns .theme-btn.transp:hover {
  color: #fff;
  border-color: #03a7ec;
}

.testimonial.portf {
  padding-top: 115px;
  padding-bottom: 106px;
}

.abt-logos-sec.portf {
  padding: 0 0 80px;
}

/* Portfolio Page End  */

/* Contact Page Start  */
.contact-bnr {
  padding-top: 122px;
  padding-bottom: 10.5%;
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
}

.contact-bnr h1 {
  font-size: 130px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
  max-width: 900px;
}

.contact-bnr h1>span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  bottom: 30px;
  width: 94%;
  height: 21px;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  z-index: -1;
}

.contact-bnr h1>span {
  position: relative;
  z-index: 1;
}

.cntct-contries {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}

.cntct-contries li>a {
  font-size: 56px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.cntct-sec-inline {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.cntct-frm-lft {
  width: 69%;
}

.cntct-frm-lft h3 {
  font-size: 35px;
  font-weight: 500;
  font-family: "Helvetica";
  line-height: 1.34;
  color: #333;
  margin-bottom: 22px;
  max-width: 990px;
}

.cntct-frm-lft .input-list {
  padding: 0;
  margin-bottom: 68px;
}

.cntct-frm-lft .input-list>li {
  font-family: "Darker Grotesque";
  font-size: 56px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin-bottom: 40px;
}

.cntct-frm-lft .input-list>li input {
  border-bottom: solid 1px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.cntct-frm-lft .input-list>li input:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.cntct-frm-lft .input-list>li input.first,
.cntct-frm-lft .input-list>li input.second {
  width: 52.4%;
}

.cntct-frm-lft .input-list>li input.third {
  width: 34.6%;
}

.cntct-frm-lft .input-list>li input.four {
  border-color: #979797;
  width: 36.5%;
}

.cntct-frm-lft .input-list li input.five{
    border-color: #979797;
    width: 100%;
}

.cntct-frm-lft .input-list>li input.six {
  width: 40.2%;
}

.cntct-frm-lft .input-list>li input.seven {
  border-color: #979797;
  width: 71.6%;
}

.cntct-frm-lft .input-list>li input.eight {
  border-color: #979797;
  width: 84.5%;
}

.cntct-frm {
  padding-top: 82px;
  padding-bottom: 108px;
}

.cntct-frm-lft .theme-btn.green {
  max-width: 236px;
  height: 77px;
}

.cntc-info {
  padding: 0;
  margin: 0;
  width: 29%;
}

.cntc-info h4 {
  font-family: "Helvetica";
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.cntc-info a {
  font-family: "Helvetica";
  font-size: 24px;
  color: #333;
  line-height: 1.67;
  text-decoration: none;
}

.cntc-info .email-phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.drop-crd {
  margin-bottom: 24px;
}

.drop-crd .drp-crd-txt {
  background-color: #111;
  padding: 45px 30px;
  min-height: 450px;
}

.drp-crd-txt h3 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 25px;
}

.drp-crd-txt p {
  font-size: 22px;
  color: #d8d8d8;
  margin-bottom: 60px;
}

.drp-crd-txt .info {
  padding: 0;
  margin: 0;
}

.drp-crd-txt .info h5 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Helvetica";
  color: #d8d8d8;
  line-height: 2;
  margin: 0;
}

.drp-crd-txt .info a {
  font-family: "Helvetica";
  font-size: 22px;
  text-decoration: none;
  color: #d8d8d8;
  line-height: 2;
}

.drop-by-sec {
  padding-top: 114px;
  padding-bottom: 100px;
}

.drop-by-sec .work-sec-txt {
  padding-bottom: 60px;
}

.drop-by-sec .work-sec-txt h2 {
  margin: 0;
  color: #fff;
}

.cntct-p-zoom {
  padding: 106px 0 98px;
}

/* Contact Page End  */

/* Inner Page one Start  */
.banner.inner-pt {
  padding-left: 16%;
  padding-top: 16%;
  padding-bottom: 41.6%;
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
  position: relative;
}

.inner-pt-lft>h1 {
  font-size: 93px;
  font-weight: 800;
  line-height: 0.74;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right,
      #040036 -26%,
      #03a7ec 37%,
      #00f796 101%);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.inner-pt-lft>h3 {
  font-size: 31px;
  color: #000;
  margin-bottom: 40px;
  font-family: "Helvetica";
}

.inner-pt-lft>.input-field>input {
  max-width: 500px;
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 16px 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #ddd;
  background-color: #fff;
}

.inner-pt-lft>.input-field>input::placeholder {
  color: #333;
}

.inner-pt-btns {
  display: flex;
  gap: 20px;
}

.inner-pt-lft>.input-field {
  margin-bottom: 40px;
}

.banner.inner-pt .img-circle:before {
  content: "";
  background-image: url(../images/banner/inner-p-two-circle.png);
  width: 737px;
  height: 769px;
  display: block;
  position: absolute;
  right: 0;
}

.banner.inner-pt .img-circle>img {
  z-index: 2;
  position: relative;
}

.inner-pt-rit {
  position: absolute;
  right: 0;
  top: 190px;
}

.banner.inner-pt .img-circle {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.prjct-child {
  height: 645px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: self-end;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.prjct-child.first {
  top: -70%;
}

.prjct-child.second {
  top: -59%;
}

.prjct-child.third {
  top: -43%;
}

.prjct-sec.inner-pt {
  height: 43vh;
}

.prjct-child .rating-bx {
  border-radius: 22px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
  padding: 18px 20px;
  margin: 0 15px -48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.prjct-child .rating-bx .right-side {
  font-size: 22px;
  color: #ffa000;
}

.prjct-child .rating-bx .left-side {
  display: flex;
  gap: 15px;
  align-items: center;
}

.prjct-child .name-designat>h4 {
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.prjct-child .name-designat>p {
  font-size: 12px;
  color: #333;
}

.inner-pt .process {
  padding-top: 0;
}

.work-sec.inner-pt {
  padding-top: 55px;
  padding-bottom: 0;
}

.inner-pt .feature-logos {
  margin: 0;
}

.inner-pt .membership {
  padding-top: 40px;
  padding-bottom: 80px;
}

.inner-page-reason-sec.inner-pt {
  padding-top: 120px;
}

.testimonial.inner-pt {
  padding-top: 120px;
}

/* Inner Page One End */

/* Brand Page Two Start  */
.banner.inner-pt.two .inner-pt-lft {
  margin: auto;
  display: table;
  text-align: center;
}

.banner.inner-pt.two inner-pt-btns {}

.banner.inner-pt.two .inner-pt-btns {
  justify-content: center;
}

.banner.inner-pt.two {
  padding-left: 0;
  position: relative;
  padding-bottom: 22.3%;
  background: transparent;
}

.banner.inner-pt.two .right,
.banner.inner-pt.two .left {
  position: absolute;
}

.banner.inner-pt.two .right {
  bottom: -37px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.banner.inner-pt.two .left {
  bottom: 0;
  left: 0;
}

.banner.inner-pt.two .right .triangle {
  position: absolute;
  z-index: -1;
  right: 30%;
  bottom: 11%;
  max-width: 75%;
}

.banner.inner-pt.two .right .mob-tab {
  max-width: 95%;
}

/* .banner.inner-pt.two::before {
  content: "";
  display: block;
  background-image: url("../images/banner/brnad-two-before.png");
  width: 795px;
  height: 618px;
  position: absolute;
  bottom: 0;
}

.banner.inner-pt.two::after {
  content: "";
  display: block;
  background-image: url(../images/banner/brand-two-after.png);
  height: 701px;
  width: 824px;
  position: absolute;
  right: 0;
  bottom: 0;
} */

.t-of-brnad .first-layer {
  padding-left: 8.6%;
}

.t-of-brnad {
  padding-top: 130px;
  padding-bottom: 7.4%;
  background-image: linear-gradient(to bottom,
      #fff 49%,
      rgba(255, 255, 255, 0.65)),
    linear-gradient(to right, #03609e, #00eaa4 100%);
}

.t-of-brnad h2 {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.t-of-brnad p {
  text-align: center;
  font-size: 28px;
  line-height: 1.57;
  color: #333;
  max-width: 980px;
  margin: 0 auto 80px;
}

.t-of-brnd-crds {
  position: relative;
}

.t-of-brnd-crds:after {
  content: "";
  display: block;
  background-image: url(../images/brnd-crd-right.png);
  width: 915px;
  height: 660px;
  position: absolute;
  top: 35px;
  right: 0;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 100%;
}

.brnd-crd {
  min-height: 310px;
  border-radius: 11px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 42px 20px 30px 26px;
  margin-bottom: 40px;
}

.brnd-crd>.icon img {
  filter: invert(1);
}

.brnd-crd>.icon {
  margin-bottom: 20px;
  font-size: 50px;
}

.brnd-crd>.txt {}

.brnd-crd h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.brnd-crd p {
  font-size: 20px;
  text-align: left;
  line-height: 1.65;
  color: #333;
  margin: 0;
}

.brnd-crds-btns {
  display: flex;
  justify-content: center;
  margin: 72px 0 50px;
}

.inner-pt.two .process.sec-p {
  padding-top: 7%;
}

/* Brand Page Two End  */

.banner.inner-pt.four {
  padding-bottom: 34%;
}

.steps-sec.inner-pfour {
  background: transparent;
  padding-bottom: 50px;
}

.work-list .slick-list {
  margin: 0px;
}

.work-list .slick-slide {
  padding: 0px;
}

.abt-our-work.inner-pt.two {
  padding-top: 80px;
}

.inner-pt.two .membership {
  padding-top: 80px;
}

.inner-page-reason-sec.inner-pt.two {
  padding-top: 35px;
}

.testimonial.inner-pt.two {
  padding-top: 50px;
}

.abt-logos-sec.inner-pt.two {
  padding: 50px 0 0;
}

.details-sec.inner-pt-four {
  padding-bottom: 100px;
}

.img-hover-wrap {
  overflow: hidden;
}

.img-hover-grayscale img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.img-hover-grayscale:hover img {
  filter: grayscale(0%);
}

.img-hover-wrap.border-radius-7 {
  overflow: hidden;
  border-radius: 7px;
}

.img-hover-wrap img {
  transition: all 0.3s ease-in-out;
}

.img-hover-wrap:hover img {
  transform: scale(1.1);
}

.bg-detail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hello-text {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  background-image: linear-gradient(to right,
      #040036 -49%,
      #03a7ec 33%,
      #00f796 117%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 175px;
  display: inline-block;
}

.hello-text:after {
  content: "";
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    content: "Stories";
  }

  33% {
    content: "Ideate";
  }

  66% {
    content: "Narrate";
  }

  100% {
    content: "Create";
  }
}



.video-gif {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 74px;
}

.video-gif video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.arrow-svg-wrap {
  position: relative;
}

.arrow-svg-wrap .arrow-svg {
  width: 35px;
  position: absolute;
  right: -53px;
  top: 13px;
}

.arrow-svg svg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: scaleX(-1) rotate(45deg);
}

.arrow-svg svg .draw-arrow {
  stroke-width: 5;
  stroke: dodgerblue;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}

.arrow-svg.white svg .draw-arrow,
.arrow-svg.white svg .tail-1,
.arrow-svg.white svg .tail-2 {
  stroke: #fff;
}

.arrow-svg.black svg .draw-arrow,
.arrow-svg.black svg .tail-1,
.arrow-svg.black svg .tail-2 {
  stroke: #000;
}


.js-top-length.active .arrow-svg svg .draw-arrow {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: draw;
  animation-name: draw;
}

.arrow-svg svg .draw-arrow.tail-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.arrow-svg svg .draw-arrow.tail-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.js-accordian-data {
  display: none;
}

.footer-logo {
  display: inline-block;
}

.privacy-sec {
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0;
  padding: 100px 15px 0;
}

.privacy-sec p {
  margin-bottom: 25px;
}

.privacy-sec p strong {
  margin-bottom: 20px;
}

.entry-title {
  font-size: 8vh;
  font-weight: 900;
  margin-bottom: 30px;
}


.defaultOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
}

body.is--menu .defaultOverlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.appearfields {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-2em);
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  height: 0px;
}

.appearfields.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  pointer-events: inherit;
  transition-delay: 0s, 0s, 0.3s;
  height: 135px;
}

.range-slider {
  width: 95%;
  height: 20px;
  border-radius: 10px;
  background-color: #f3f8fa;
  margin: 0 auto 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
}

.range-slider span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: #000;
}

.range-slider span.progress-handle {
  width: 41px;
  height: 41px;
  border: solid 4px #000;
  background-color: #fff;
  top: -11px;
  border-radius: 50%;
  display: none;
}

.video-parent {
  width: 100%;
  overflow: hidden;
}

/* .video-parent video{
  width: 1152px;
  height: 891px;
} */

.range-slider.sty1 {
  width: 25%;
}

.logo-concept-labels.sty1 {
  width: 28%;
  margin: auto;
}


/* Logo Design Section */

.tiles {
  position: relative;
  overflow: hidden;
}

.tiles--columns-rotated {
  --tiles-height: 180vmax;
}

.tiles--columns {
  --tiles-height: 140vh;
}

.tiles--oneline {
  --tiles-height: 50vh;
  min-height: 400px;
  margin: 10vh 0;
}

.tiles--small {
  --tiles-height: 100px;
  margin: 10vh 0 0;
}

.tiles--fixed {
  --tiles-height: 65vw;
  margin-top: 25vh;
}

.tiles--perspective {
  overflow: visible;
  perspective: 1000px;
  height: 50vh;
  position: absolute;
  left: 0px;
  top: 540px;
  width: 100%;
  transform: scale(1);
}

.tiles__wrap {
  width: 150%;
  --tileswrap-height:
    var(--tiles-height);
  height: var(--tileswrap-height);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.tiles--rotated .tiles__wrap {
  --tileswrap-height: calc(var(--tiles-height) * 1.8);
  transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
}

.tiles--columns-rotated .tiles__wrap {
  width: 150%;
  display: flex;
  transform: translate3d(-50%, -50%, 0) rotate(-22.5deg);
  left: 50%;
  top: 50%;
  align-items: center;
  justify-content: center;
}

.tiles--columns .tiles__wrap {
  width: 100%;
  display: flex;
  --tileswrap-height: calc(var(--tiles-height) * 1.4);
  transform: translate3d(0, -50%, 0);
  left: 0;
  top: 50%;
}

.tiles--perspective .tiles__wrap {
  width: 200%;
  transform: translate3d(-50%, -50%, 0) translateX(-25%) translateZ(-1200px) rotateX(40deg) rotateZ(12deg);
}

.tiles--fixed .tiles__wrap {
  width: 100%;
}

.tiles__line {
  display: flex;
  position: relative;
  transition: all 0.8s ease-in-out;
}

.tiles--columns .tiles__line {
  width: 25%;
  padding: 0 1rem;
  display: block;
}

.tiles--columns-rotated .tiles__line {
  width: 320px;
  flex: none;
  padding: 0 1.5vw;
  display: block;
}

.tiles--columns-rotated .tiles__line:nth-child(even) {
  margin-top: -160px;
}

.tiles--oneline .tiles__line {
  height: 100%;
}

.tiles--small .tiles__line {
  height: 100%;
}

.tiles__line-img {
  --tile-margin: 2vw;
  flex: none;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
  margin: var(--tile-margin);
  background-size: cover;
  background-position: 50% 50%;
}

.tiles--perspective .tiles__line-img {
  backface-visibility: hidden;
  outline: 1px solid transparent;
  --tile-margin: 1vw;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(16.666vw * 1.3);
  box-shadow: 2px 3px 5px 0 #e7e7e7;
}

.tiles--oneline .tiles__line-img {
  --tile-margin: 1vw;
  margin: 0 var(--tile-margin);
  width: calc(25% - var(--tile-margin) * 2);
  height: 100%;
}

.tiles--small .tiles__line-img {
  --tile-margin: 5px;
  margin: 0 var(--tile-margin);
  width: calc(12.5% - var(--tile-margin) * 2);
  height: 100%;
}

.tiles--rotated .tiles__line-img {
  --tile-margin: 1vw;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 5 - (4 * var(--tile-margin) / 2));
}

.tiles--columns-rotated .tiles__line-img {
  --tile-margin: 3vw 0;
  width: 100%;
  height: 400px;
}

.tiles--columns .tiles__line-img {
  --tile-margin: 2rem 0;
  width: 100%;
  height: calc(25vw * 1.3);
}

.tiles--fixed .tiles__line-img {
  --tile-margin: 10px;
  -webkit-filter: brightness(0.8);
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 3 - (3 * var(--tile-margin) / 2));
}

.tiles__title {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  padding: 3rem;
  margin: 0;
  line-height: 0.8;
  font-family: span, serif;
  font-weight: 700;
  font-style: normal;
}

.tiles__title--alt {
  font-size: 9vw;
  font-size: clamp(2rem, 9vw, 7.25rem);
}

.tiles__title--intro {
  padding-top: 10vh;
  align-items: flex-start;
  justify-content: flex-start;
}

.tiles__title--right {
  justify-content: flex-end;
}

.tiles__title--left {
  justify-content: flex-start;
}

.tiles__title--full {
  height: 100%;
}

.minht-400p {
  min-height: 400px;
}

/* Loader css */


.loader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.site-loader {
  width: 200px;
  height: 200px;
}


@keyframes animation {
  0% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -105;
  }

  50% {
    stroke-dasharray: 80 10;
    stroke-dashoffset: -160;
  }

  100% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -300;
  }
}

#spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier;
  animation-iteration-count: infinite;
}

.test-video video {
  width: 100%;
}

.fncy-bx-shap .fancybox-slide>* {
  max-width: 40%;
}

.process-sections video {
  width: 100%;
}

.package-tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 50px;
  justify-content: center;
}

.package-tab>li a {
  padding: 10px 25px;
  display: inline-block;
  font-size: 20px;
  color: #03a7ec;
  border: 2px solid #03a7ec;
  font-weight: 600;
}

.package-tab>li a.active {
  background-color: #03a7ec;
  color: #fff;
}

.package-box {
  border: 1px solid #005EA0;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 30px;
}

.package-box h4 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff;
  padding: 10px 0px;
  background: #03a7ec;
  font-weight: bold;
}

.package-box h5 {
  font-size: 56px;
  line-height: normal;
  color: #03a7ec;
  font-weight: 600;
  padding: 0 0 5px;
  border-bottom: 1px solid #03a7ec;
}

.package-box h5 span {
  font-size: 34px;
  color: #333;
  text-decoration: line-through;
  font-weight: 600;
}

.pack-list-wrap {
  text-align: left;
  padding: 20px;
}

.pack-list-wrap>h6 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #333333;
  font-family: 'Helvetica';
}


.price-list::-webkit-scrollbar-track {
  background-color: #e3e3e4;
}

.price-list::-webkit-scrollbar {
  width: 3px;
  background-color: #03a7ec !important;
}

.price-list::-webkit-scrollbar-thumb {
  background-color: #03a7ec !important;
}

.price-list {
  height: 201px;
  overflow-y: auto;
  margin: 0 0 15px;
  padding: 0 10px 0 0;
  overflow-x: hidden;
}

.price-list>li {
  padding-left: 30px;
  margin-bottom: 7px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

.price-list>li::before {
  content: "\e90f";
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 18px;
  color: #03a7ec;
  font-family: "icomoon";
}

.price-list>li:last-child {
  margin-bottom: 0px;
}

.pack-list-wrap p {
  color: #ccc;
}

.package-box .theme-btn {
  background-color: #03a7ec;
  color: #fff;
  padding: 10px 0 13px;
  font-size: 24px;
  width: 80%;
  margin: auto;
}

.package-box .theme-btn:before {
  background-color: #46e2b3;
}

.pack-cta-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 30px 40px 20px;
  text-align: left;
}

.pack-cta-list>li:last-child {
  text-align: right;
}

.pack-cta-list>li small {
  display: block;
}

.pack-cta-list>li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pack-cta-list>li p {
  font-weight: 600;
  font-size: 12px;
  line-height: 0;
  color: #26a8e8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.pack-cta-list>li p strong {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #333;
}

.pack-cta-list>li a i {
  color: #125f9d;
}

.pack-cta-list.sty1 {
  display: block;
  text-align: center;
}

.pack-cta-list.sty1>li {
  text-align: center;
  margin-bottom: 20px;
}


/* ==================================== Popup CSS ==================================== */
.c-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.c-popup .popup {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  opacity: 0;
  top: 40%;
  transition: all 0.3s 0s;
  border: 1px solid #fff;
  border-radius: 4px;
}

.c-popup .popup .c-close {
  position: absolute;
  top: 30px;
  right: -46px;
  z-index: 999;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: #036aa9;
  color: #fff;
  font-size: 20px;
}

.c-popup .popup .c-close:hover {
  color: #000;
  background-color: #fff;
}

.c-popup .popup.popup--full-screen {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: none;
}

.c-popup .popup.active {
  top: 50%;
  opacity: 1;
  transition-delay: 0.3s;
}

.c-popup .overlay {
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  transition: all 0.3s;
}

.c-popup.popup--open .overlay {
  background: rgba(0, 0, 0, .7);
}


.c-popup .popup-get-started {
  width: 903px;
  height: 800px;
  background-image: linear-gradient(53deg, #040036 -70%, #03a7ec 44%, #00f796 140%);
  border: none;
}

.popup-head {
  position: relative;
}

.popup-head h4 {
  padding: 40px;
  background-color: #01e0b0;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 100px;
  top: -60px;
}

.popupContent {
  padding: 300px 40px 55px;
}

.popup-content-text h6 {
  font-family: 'Helvetica';
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: normal;
  color: #fff;
  margin: 0 0 15px;
}

.popup-content-text p {
  font-size: 27px;
  font-weight: 400;
  font-style: oblique;
  line-height: 1.63;
  color: #fff;
}

.check-list {
  display: block;
  margin: 15px 0 0;
}

.check-list>li {
  display: block;
  margin: 0 0 15px;
  position: relative;
  padding-left: 30px;
}

.check-list>li:before {
  content: "\e90f";
  position: absolute;
  left: 0px;
  top: 5px;
  font-family: "icomoon";
  color: #01e0b0;
  font-size: 18px;
}

.check-list>li:last-child {
  margin: 0 0 0px;
}

.check-list>li p {
  font-size: 22px;
  font-style: normal;
}

.popup-form {
  background-color: #fff;
  padding: 35px;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.13);
  max-width: 445px;
  position: absolute;
  right: -46px;
  top: 76px;
}

.popup-form h6 {
  margin: 0 0 17px;
  font-family: 'Helvetica';
  font-size: 23px;
  font-weight: bold;
  line-height: 1.48;
  color: #000;
}

.form-group {
  margin-bottom: 14px;
}

.popup-form-control {
  padding: 10px 15px;
  border: solid 1px #d6d6d6;
  background-color: #fff;
  font-family: 'Helvetica';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  width: 100%;
}

.textarea.popup-form-control {
  height: 100px;
  resize: none;
  padding: 15px;
}

.popup-form .theme-btn {
  border: none;
}


.popup-footer {
  text-align: right;
  padding: 0 30px;
}

.cta-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 12px;
}

.cta-list>li {
  margin-right: 15px;
}

.cta-list>li a {
  font-family: 'Helvetica';
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.cta-list>li a i {
  color: #01e0b0;
  margin-right: 10px;
}

.cta-list>li:last-child {
  margin-right: 0px;
}

.popup-get-started.active .popup-head,
.popup-get-started.active .popupContent,
.popup-get-started.active .popup-form {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  opacity: 0;
}

.popup-get-started.active .popup-head {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.popup-get-started.active .popupContent {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
}

.popup-get-started.active .popup-form {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

/* ==================================== END - Popup CSS ==================================== */

/*--------------------------------------- Responsiveness Start ---------------------------------------- */


@media (max-width: 1600px) {

  .inner-banner {
    padding-top: 142px;
    padding-bottom: 600px;
  }

  .process {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  header .our-nav {
    padding: 15px 0;
  }

  .top-main-margin {
    margin-top: 120px;
  }

  .form-group {
    margin-bottom: 12px;
  }

  .vid-icon {
    height: 70px;
    width: 70px;
    font-size: 25px;
  }

  .tiles--perspective {
    top: 450px;
  }

  .popup-head h4 {
    font-size: 60px;
  }

  .cta-list {
    justify-content: flex-start;
  }

  .popupContent {
    padding-top: 160px;
    padding-bottom: 20px;
  }

  .popup-form h6 {
    font-size: 18px;
  }

  .popup-form {
    padding: 20px 25px;
    top: 46px;
  }

  .c-popup .popup .c-close {
    top: 0;
  }

  .popup-form-control {
    padding: 5px 15px;
  }

  .textarea.popup-form-control {
    height: 90px;
  }

  .popup-content-text h6 {
    font-size: 24px;
  }

  .popup-content-text p {
    font-size: 24px;
  }

  .c-popup .popup-get-started {
    height: auto;
  }

  .popup-footer {
    padding-top: 25px;
  }

  .prcs-lft video {
    width: 100%;
    height: auto;
  }

  .details-right .img img {
    margin: 0;
  }


  .details-right {
    display: flex;
    align-items: center;
  }

  .details-right .blue-bx .list li {
    font-size: 14px;
  }

  .cntct-frm-lft .input-list>li {
    font-size: 40px;
  }

  .contact-bnr h1>span:after {
    height: 8px;
    bottom: 25px;
  }

  .portf-bnr {
    /* padding-top: 0; */
    padding-bottom: 50px;
  }

  .portf-bnr h1 {
    font-size: 85px;
  }

  .portf-bnr h3 {
    font-size: 48px;
  }

  .portf-btns {
    padding: 40px 0;
  }

  .testimonial.portf {
    padding-top: 50px;
  }

  .portf-bnr h1:after {
    height: 10px;
  }

  .history.abt .hist-bnr {
    padding-bottom: 20px;
  }

  .meet-team>h2 {
    font-size: 75px;
    margin-bottom: 35px;
  }

  .visul-sec {
    padding-bottom: 70px;
  }

  .team-list .tem-crd {
    min-height: auto;
  }

  .sticky-header .navbar-brand {
    width: 100px;
  }

  .navbar-brand,
  .footer-logo {
    width: 130px;
  }

  .navbar-nav.hd-rit {
    gap: 20px;
    padding-left: 15px;
  }

  .navbar-nav.hd-rit .nav-link {
    padding: 0;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
  }

  .navbar-nav.hd-lft .nav-link {
    padding: 0;
  }

  .navbar-nav.hd-lft {
    gap: 18px;
    padding-right: 20px;
  }

  .inner-banner h1 {
    font-size: 85px;
  }


  /* Home Page Start  */
  .bnr-lft h1 {
    font-size: 52px;
  }

  .theme-btn.green {
    height: auto;
    padding: 15px 30px;
    min-width: auto;
    font-size: 22px;

  }

  .popup-form .theme-btn {
    padding: 12px 30px;
  }


  .theme-btn.trasp {
    height: auto;
    min-width: auto;
    padding: 15px 55px;
  }

  .theme-btn {
    padding: 10px 8px;
    min-width: 172px;
  }

  .trnding-list li p {
    font-size: 12px;
  }

  .theme-btn.gray {
    font-size: 20px;
  }

  .trnding {
    margin: 0;
  }

  .trnding-list {
    gap: 10px;
  }


  .help-sec-inner>h2 {
    font-size: 118px;
  }

  .hist-blog-sec {
    padding: 0;
  }

  .startup .inner.strtp>h2 {
    font-size: 150px;
    padding-left: 0px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .strtp-centr {
    padding: 0;
  }

  .strtp-btn {
    font-size: 40px;
  }

  .srvs-tab-rit {
    position: relative;
  }

  .business-sec {
    margin-left: 0;
    margin-right: 0;
  }

  .bsns-rit>h2 {
    font-size: 70px;
  }

  .zoom-lft {
    padding: 30px 15px 30px 30px;
  }

  .prcs-rit {
    padding: 0 0 0 30px;
  }

  .zoom-lft>h2 {
    font-size: 37px;
    line-height: 1;
  }

  .accordion {
    padding-left: 0;
    padding-right: 0;
  }


  .z-btns {
    gap: 15px;
    flex-wrap: wrap;
  }

  .z-btns .theme-btn {
    min-width: auto;
    padding: 10px 14px;
  }

  .zoom-people {
    margin-right: -155px;
    margin-left: 0;
    margin-top: 0;
  }


  .bsns-rit {
    max-width: 575px;
    margin-right: -185px;
  }


  .srvs-tab-contnt {
    right: -164px;
  }

  .testi-box .testi-pra {
    font-size: 18px;
  }

  .testi-box .client-name {
    font-size: 26px;
  }

  .cta-crd .crd-txt>h3 {
    font-size: 34px;
  }

  /* Home Page End  */

  /* About Page Start  */

  /* 
  .abt-bnr-slider {
    height: 100vh;
  } */

  .abt-testi-sec .user-video {
    width: 100%;
  }

  .abt-slid .slide-crd {
    min-height: 500px;
  }

  .abt-slid .slide-crd h4 {
    font-size: 50px;
  }

  .abt-slid {
    height: 500px;
  }

  .abt-slid.three {
    margin-top: 20px;
  }

  .smart-things .work-sec-txt {
    padding-left: 100px;
    padding-bottom: 15px;
  }


  .team-list .tem-crd .img {
    min-height: auto;
    padding-top: 30px;
  }

  .abt-user-feedback h3 {
    font-size: 25px;
    margin: 15px 0;
  }

  .abt-testi-sec .user-video {
    height: 365px;
  }

  .smrt-crd {
    min-height: 400px;
  }

  .abt-slid.two {
    margin-top: 95px;
  }

  .abt-slid.three {
    margin-top: 10px;
  }

  .abt-slid.four {
    margin-top: -115px;
  }

  .abt-slid.five {
    margin-top: 35px;
  }

  /* About Page End  */

  /* Branding Main start  */
  .versatile-cards {
    padding: 100px 40px 114px;
    margin: 100px 0 0;
  }

  .versatile-sec {
    overflow: hidden;
  }




  .reson-crd {
    width: 100%;
    min-height: 400px;
  }


  .verst-card .icon {
    height: 80px;
  }

  .colasebar li .expand {
    font-size: 25px;
  }

  .reson-crd {
    min-height: 300px;
  }

  /* Branding Main End  */

  /* Pricing Page Start  */
  .price-gray-bg-sec {
    margin: 66px 0 112px;
    padding: 0;
  }

  /* Pricing Page End  */

  .cntct-sec-inline {
    gap: 25px;
  }


  .two-way-sec .top-txt>.two-way-hdng {
    font-size: 45px;
  }

  .two-way-sec .top-txt>.two-way-pra {
    font-size: 22px;
  }

  .two-way-box-lft>.img img {
    max-width: 75%;
  }

  .two-way-box-lft>.img {
    min-height: auto;
    margin-bottom: 40px;
  }

  .two-way-box-lft h3 {
    font-size: 32px;
  }

  .two-way-box-lft p {
    font-size: 22px;
  }

  .hist-hdng {
    font-size: 70px;
    margin-bottom: 18px;
  }

  .hist-pra {
    font-size: 30px;
  }

  .hist-blog-lft h3,
  .hist-blog-rit h3 {
    font-size: 32px;
  }

  .hist-blog-lft p {
    font-size: 24px;
  }

  .hist-blg-txt h4 {
    font-size: 24px;
  }

  .hist-blg-txt p {
    font-size: 15px;
  }

  .testi-box .testi-titl {
    font-size: 18px;
  }

  .testi-box .post {
    font-size: 24px;
  }

  .testi-box .top-rw .year {
    font-size: 25px;
  }

  .testi-box .top-rw .rating {
    font-size: 25px;
  }


  .work-sec-txt {
    padding-left: 90px;
  }

  .work-crd .img {
    min-height: auto;
  }

  .work-crd-txt>h3 {
    font-size: 30px;
  }

  .pertnerd h2 {
    font-size: 65px;
  }

  .z-logo img {
    max-width: 35%;
    margin-bottom: 15px;
  }

  .zoom-people>img {
    max-width: 95%;
  }

  .strtp-btn {
    font-size: 32px;
  }

  .work-sec-txt h2 {
    font-size: 50px;
  }

  .work-sec-txt>p {
    font-size: 22px;
  }

  .srvs-tabs-sec .tab-child {
    font-size: 50px;
  }

  .bsns-rit>h2 {
    font-size: 45px;
    max-width: 365px;
  }

  .bsns-rit>p {
    font-size: 20px;
  }

  .pric-info {
    min-height: 435px;
  }

  .pric-sec-child.last {
    min-height: auto;
  }

  .work-sec-txt h2 {
    font-size: 42px;
  }

  .acord-btn {
    font-size: 34px !important;
  }

  .cta-inner>h2 {
    max-width: 700px;
    font-size: 55px;
  }

  .cta-lft>p {
    font-size: 18px;
  }

  .cta-crd {
    min-height: 385px;
  }

  /* Inner Page One Start  */
  .banner.inner-pt {
    padding-left: 6%;
  }

  .banner.inner-pt .img-circle:before {
    background-size: 85% 85%;
    background-repeat: no-repeat;
    width: 650px;
    height: 650px;
  }

  .banner.inner-pt .img-circle>img {
    max-width: 80%;
  }

  .inner-pt-lft>h1 {
    font-size: 74px;
    margin-bottom: 15px;
  }

  .inner-pt-lft>h3 {
    margin-bottom: 25px;
  }

  .prjct-child.third {
    top: -30%;
  }

  .prjct-child.second {
    top: -45%;
  }

  .prjct-child.first {
    top: -60%;
  }

  .prjct-child {
    background-size: 100% 100%;
    height: 490px;
  }

  .prjct-child .rating-bx {
    border-radius: 15px;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .prjct-child .rating-bx .right-side {
    font-size: 18px;
  }

  .prjct-child .rating-bx .left-side {
    gap: 8px;
  }

  .prjct-sec.inner-pt {
    height: 60vh;
  }

  /* Inner Page One End */

  .abt-wrk-crd .txt {
    padding: 25px 25px 40px;
    min-height: auto;
  }

  .abt-wrk-crd .txt h3 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .abt-wrk-crd .txt p {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 185px;
  }


  .abt-wrk-crd .img>img {
    object-fit: cover;
  }


  .abt-our-work {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .abt-wrk-crd {
    min-height: auto;
  }

  .pric-card .pric-pra {
    font-size: 16px;
  }

  .pric-call-card h3 {
    font-size: 28px;
  }

  .pric-card h3 {
    font-size: 28px;
  }

  .inner-page-reason-sec.inner-pt {
    padding-top: 70px;
  }

  .why-reason h2 {
    font-size: 45px;
  }

  .why-reason p {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .reson-crd .inner {
    padding: 30px 25px 20px;
  }

  .reson-crd p {
    margin-bottom: 0;
    font-size: 19px;
  }

  .reson-crd h3 {
    font-size: 30px;
  }

  .testimonial.inner-pt {
    padding-top: 70px;
  }

  .testimonial>h2 {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .abt-user-feedback .img>img {
    max-width: 45%;
  }

  .abt-user-feedback .rating {
    font-size: 30px;
  }

  .abt-user-feedback .img {
    margin-bottom: 15px;
  }

  .abt-user-feedback h4 {
    font-size: 35px;
  }

  .faq .work-sec-txt {
    padding-bottom: 0;
  }

  .inner-pt .process {
    padding-bottom: 70px;
  }

  .details-inner {
    padding-left: 0;
  }

  /* Brand Page Start  */
  .banner.inner-pt.two .left img {
    max-width: 60%;
  }

  .banner.inner-pt.two .right .mob-tab {
    max-width: 52%;
  }

  .banner.inner-pt.two .left {
    bottom: 10px;
  }

  .banner.inner-pt.two .right .triangle {
    max-width: 40%;
    right: 17%;
  }

  .t-of-brnd-crds:after {
    background-size: 56%;
  }

  .t-of-brnad {
    padding-top: 100px;
  }

  .brnd-crd h3 {
    font-size: 25px;
  }

  .brnd-crd p {
    font-size: 15.5px;
  }

  /* Brand Page End */

  .clinet-logos-lists>li .icon {
    padding: 0;
    min-height: 192px;
  }

  .clinet-logos-lists>li {
    min-height: 260px;
  }

  .client-logos {
    margin-top: 40px;
  }

  .clinet-logos-lists>li .txt-sec {
    flex-direction: column;
    text-align: center;
  }

  .banner.inner-pt.four .img-circle img {
    max-width: 70%;
  }

  .banner.inner-pt.four .img-circle:before {
    background-position: 100% 0;
  }

  .help-box-rit>h3 {
    font-size: 30px;
  }

  .testi-box .client-name {
    font-size: 30px;
  }

  .testi-box {
    padding: 50px 28px 30px;
  }

  .testi-box .top-rw .rating {
    font-size: 25px;
  }






  .pertnerd h2 {
    padding-left: 90px;
    font-size: 75px;
  }


  .strtp-btn {
    font-size: 35px;
  }

  .our-srvcs {
    padding-left: 0;
    padding-top: 100px;
  }

  .srvs-tabs-sec .tab-child {
    font-size: 62px;
  }

  .membership-inner {
    padding: 0;
  }



  /* About Page Start  */
  .about-bnr {
    padding: 25px 0;
  }

  .abt-bnr-hdng>h1 {
    font-size: 75px;
  }

  .abt-bnr-hdng>h1>span:after {
    width: 100%;
    height: 10px;
  }

  .abt-slider-main {
    padding-left: 2%;
  }

  /* About Page End  */

  /* Branding Main Start */



  .abt-bnr-slider {
    padding: 0;
    margin-top: 50px;
  }

  /* Branding Main End */

  /* Testimonial Page Start  */
  .trusted-sec {
    padding-top: 22%;
  }

  /* Testimonial Page End  */

  .prjct-sec.inner-pt {
    height: 60vh;
  }

  .inner-pt-lft>h1 {
    font-size: 68px;
  }

  .inner-pt-lft>h3 {
    font-size: 26px;
  }

  .reson-crd p {
    font-size: 18px;
  }

  .sec-p {
    padding-left: 6%;
    padding-right: 6%;
  }



  .work-sec {
    padding-top: 70px;
  }

  .z-inner {
    margin: 0 70px 0 0;
  }





  .startup {
    padding-top: 75px;
    padding-bottom: 100px;
  }



  .srvs-tab-contnt {
    right: 0;
  }

  .expolor-srvs a {
    font-size: 35px;
  }

  section.home-p-bsns-sec {
    padding-top: 0;
  }


  .bsns-btns {
    flex-wrap: wrap;
  }

  .pric-call-card.second {
    padding-left: 12px;
  }

  .cta-crd .crd-txt p {
    line-height: 30px;
    font-size: 18px;
  }

  .help-sec-inner {
    padding-left: 100px;
  }

  /* About Page Start  */
  .abt-slid.four {
    margin-top: -25px;
  }

  .smart-things-cards>li {
    width: 18%;
  }

  .smrt-crd h3 {
    font-size: 35px;
  }

  .abt-bnr-slider .slick-list {
    padding: 0;
  }

  .visual-inner {
    padding: 0;
  }

  /* About Page ENd  */

  /* Branding Main Start  */
  .steps-crd {
    min-height: 240px;
  }


  .inner-page-reason-sec {
    padding-top: 130px;
  }

  /* Branding Main End  */

  /* Pricing Page Start  */
  .pric-hdng {
    font-size: 90px;
  }

  .pricing-bnr {
    padding-top: 80px;
  }

  .pric-card.price-p {
    width: 250px;
  }

  .pric-call-card.price-p.second {
    padding-left: 30px;
  }

  /* Pricing Page End  */

  /* Testimoial Page Start  */
  section.testi-bnr.testi {
    padding-top: 60px;
  }

  section.testi-bnr.testi h1 {
    font-size: 85px;
  }


  /* Testimoial Page End  */

  /* Contact Us Page Start  */
  .drop-crd .drp-crd-txt {
    min-height: auto;
  }

  .drp-crd-txt h3 {
    font-size: 40px;
  }

  .drp-crd-txt p {
    font-size: 20px;
  }

  .cntct-frm-lft {
    width: 68%;
  }

  .contact-bnr h1 {
    font-size: 85px;
  }

  .contact-bnr {
    padding-top: 80px;
  }

  /* Contact Us Page End  */

  .cta-inner {
    padding: 0;
  }

  .membership {
    padding-bottom: 100px;
  }

  .bnr-btns,
  .bnr-lft p {
    padding: 0;
  }

  .team-list .tem-crd>.green h3 {
    font-size: 60px;
  }

  .team-list .tem-crd>.green {
    min-height: 370px;
  }

  .help-sec-inner h2 {
    font-size: 130px;
    line-height: 0.9;
  }

  .smart-things-cards {
    gap: 20px;
  }

}


@media only screen and (max-width: 1600px) and (min-width: 1280px) {

  .t-of-brnd-crds:after {
    background-size: 94%;
    width: 47%;
  }

  .brnd-crd h3 {
    font-size: 24px;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }

  .dropdown-wrap:after {
    font-size: 10px;
    right: -15px;
    top: 5px;
  }

  .dropdown-wrap {
    margin-right: 12px;
  }

  .dropdown>li>a {
    font-size: 18px;
  }

  .dropdown {
    padding: 15px 20px;
    min-width: 170px;
  }



}

@media (max-width: 1199px) {

  .abt-slid .slide-crd h4 {
    font-size: 38px;
  }

  .t-of-brnd-crds:after,
  .dis-none {
    display: none;
  }

  .t-of-brnad .first-layer {
    padding-left: 2%;
  }

  .t-of-brnad h2 {
    font-size: 45px;
  }

  .t-of-brnad p {
    margin-bottom: 40px;
  }

  .brnd-crd {
    padding: 15px;
    min-height: 320px;
  }

  .brnd-crd p {
    margin-bottom: 0;
  }

  .work-crd {
    margin-bottom: 30px;
  }


  .prjct-child .name-designat>p {
    font-size: 12px !important;
  }

  .process .work-sec-txt {
    padding-bottom: 80px;
  }

  .tiles--perspective {
    top: 345px;
  }

  .inner-banner {
    padding-bottom: 460px;
    padding-top: 160px;
  }


  .clinet-logos-lists>li .txt-sec p {
    font-size: 12px !important;
  }

  .popup-footer {
    padding-top: 95px;
  }

  .details-right .img {
    display: none;
  }


  .details-right .blue-bx {
    width: 90%;
    align-items: flex-start;
  }

  .details-right .blue-bx:before {
    width: 100%;
    height: 100%;
  }

  .pric-card .btm-prt h3 del {
    font-size: 30px;
  }

  .pric-card .btm-prt h3 del:before {
    height: 60px;
    width: 2px;
  }

  .details-right .blue-bx h3,
  .details-right .blue-bx p,
  .details-right .blue-bx .list li {
    max-width: 100%;
  }

  .contact-bnr {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .abt-bnr-hdng>h1>span:after {
    bottom: 16px;
    height: 8px;
  }

  .abt-testi-sec {
    padding: 0 70px;
  }


  .pricing-bnr {
    padding: 0;
  }


  .pric-call-card.price-p {
    min-height: auto;
  }

  .pric-call-card.price-p {
    padding: 25px;
  }

  .pric-call-card h3 {
    font-size: 25px;
  }

  .pric-hdng span:after {
    width: 95%;
    height: 10px;
    bottom: 11px;
  }

  .help-sec-inner h2 {
    font-size: 115px;
    line-height: 0.9 !important;
  }

  footer a,
  footer p,
  footer h3 {
    font-size: 15px;
  }

  .strtp-centr video {
    width: 100%;
    height: auto;
    max-width: 100%;
  }



  .nav-hamburger {
    display: block;
    right: 15px;
  }

  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 10px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 5px 2px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
  }

  .navigation>ul {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-right: 0px;
  }

  .navigation>ul>li {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-right: 0;
  }

  .navigation>ul>li>a {
    margin: 0 0 0px;
    padding: 10px;
    color: #fff;
  }

  .navigation>ul>li:last-child {
    margin-bottom: 0px;
  }

  .navigation .nav-link {
    font-size: 16px;
  }

  .navigation .hd-lft,
  .navigation .hd-rit {
    padding: 0;
    border: 0;
  }

  .navigation .nav-item {
    padding: 12px 25px;
    border-bottom: 1px solid #ccc;
  }

  .navigation .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    padding-left: 20px;
  }

  .dropdown-wrap:after {
    right: 20px;
    top: 16px;
    font-size: 14px;
  }



  .main-grid-wrap>div {
    width: 50%;
  }

  .steps-sec {
    padding-bottom: 100px;
  }

  .sec-p {
    padding-left: 2%;
    padding-right: 2%;
  }

  .help-sec-inner>h2 {
    font-size: 115px;
  }

  .startup .inner.strtp>h2 {
    font-size: 108px;
    padding-left: 0px;
  }

  .strtp-centr {
    padding-left: 50px;
  }

  .navbar-nav.hd-lft {
    gap: 25px;
    padding-right: 20px;
  }

  .navbar-nav.hd-rit {
    gap: 20px;
    padding-left: 20px;
  }

  .hd-right-side .nav-link {
    font-size: 14px;
  }

  .navbar-brand img {
    max-width: 70%;
  }

  .bnr-lft h3 {
    font-size: 30px;
    margin: 0;
  }

  .bnr-lft h1 {
    font-size: 48px;
  }

  .manibanner {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .bnr-lft p {
    padding: 0;
  }

  .bnr-btns {
    padding: 0;
    gap: 15px;
    flex-wrap: wrap;
  }

  .theme-btn {
    min-width: 170px;
  }

  .theme-btn.green {
    font-size: 20px;
  }

  .theme-btn.gray {
    font-size: 20px;
  }

  .help-box-rit>h3 {
    font-size: 28px;
  }

  .help-box-sec {
    padding-bottom: 80px;
  }

  .hist-hdng {
    padding-left: 80px;
  }

  .std-logo img {
    max-width: 85%;
  }


  .testimonial {
    padding-top: 50px;
  }

  .testi-box .top-rw .rating {
    font-size: 18px;
  }

  .testi-box .top-rw .year {
    font-size: 30px;
  }

  .testi-box {
    padding: 30px 24px 15px;
  }

  .testi-box .post {
    font-size: 28px;
  }

  .testi-box .testi-titl {
    font-size: 22px;
  }

  .testi-box .testi-pra {
    font-size: 18px;
  }

  .logos-list {
    padding-bottom: 50px;
  }

  .work-sec {
    padding-top: 50px;
  }

  .work-crd .img {
    min-height: 270px;
  }

  .work-sec-txt>p {
    font-size: 20px;
  }

  .work-sec-txt h2 {
    font-size: 45px;
  }

  .pertnerd {
    padding-top: 50px;
  }

  .pertnerd h2 {
    padding-left: 60px;
    font-size: 65px;
  }

  .z-inner {
    margin: 0;
  }

  .zoom-lft>h2 {
    font-size: 40px;
  }

  .z-logo img {
    max-width: 50%;
  }

  .zoom-lft {
    padding-left: 30px;
  }

  .zoom-people {
    margin-right: 0;
  }

  .process {
    padding-top: 60px;
  }

  .prcs-rit {
    padding: 0;
  }

  .prcs-rit>.list>li {
    gap: 10px;
  }

  .startup {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .strtp-btn {
    font-size: 28px;
  }

  .our-srvcs {
    padding-top: 80px;
    padding-left: 60px;
    padding-bottom: 80px;
  }

  .strtp-centr {
    padding-left: 50px;
  }

  .srvs-tabs-sec .tab-child {
    font-size: 45px;
  }

  .expolor-srvs a {
    font-size: 28px;
  }

  .expolor-srvs a:after {
    margin-top: -6px;
  }

  .bsns-rit>h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }

  .bsns-rit>p {
    font-size: 20px;
  }

  .bsns-btns {
    flex-wrap: wrap;
  }

  .bsns-rit {
    max-width: 480px;
  }

  .bsns-btns .theme-btn.green {
    height: 60px;
  }

  .bsns-btns .theme-btn.trasp {
    height: 60px;
  }

  .business-sec {
    background-position: 81% 0;
  }

  .bsns-inner {
    padding: 22px 0 30px;
  }

  .membership-inner {
    padding: 0;
  }

  .z-btns {
    zoom: 0.8;
  }

  .faq .work-sec-txt {
    padding-bottom: 30px;
  }

  .cta-inner {
    padding: 0;
  }

  .cta-crd .crd-txt>h3 {
    font-size: 26px;
  }

  .cta-crd .crd-txt p {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-crd {
    min-height: 360px;
  }

  .membership {
    padding-bottom: 80px;
  }

  /* About Page Start  */
  .abt-bnr-hdng>h1 {
    font-size: 65px;
  }

  .visual-inner {
    padding: 0;
  }

  .visual-list .count {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .abt-wrk-crd .txt {
    padding: 30px 30px 50px;
    min-height: auto;
  }

  .abt-wrk-crd .txt h3 {
    font-size: 36px;
  }

  .abt-bsns-sec {
    padding-top: 60px;
  }

  .abt-wrk-crd {
    min-height: auto;
  }

  .abt-wrk-crd .txt p {
    font-size: 16px;
    min-height: 140px;
  }

  .smart-things-cards>li {
    flex: unset;
    width: 18%;
  }

  .smart-things-cards {
    gap: 0;
    justify-content: space-between;
  }

  .smrt-crd h3 {
    font-size: 32px;
  }

  .smrt-crd {
    padding: 15px 20px 15px 15px;
    min-height: 400px;
  }

  .smart-things .work-sec-txt {
    padding-left: 80px;
    padding-bottom: 30px;
  }

  .help-sec-inner {
    padding-left: 80px;
  }



  .history.abt .hist-pra {
    font-size: 36px;
  }

  .meet-team>h2 {
    padding-left: 80px;
  }

  .team-list .tem-crd .img {
    min-height: 250px;
  }

  .team-list .tem-crd {
    min-height: auto;
  }

  .team-list .tem-crd>.green h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .team-list .tem-crd>.green .theme-btn {
    width: 100%;
    font-size: 20px;
  }

  .team-list .tem-crd>.green {
    padding: 40px 25px;
  }

  .abt-testi-sec .user-video {
    height: 350px;
  }

  .abt-testi-sec .user-video img {
    object-fit: cover;
  }

  .abt-user-feedback .img>img {
    max-width: 60%;
  }

  .abt-user-feedback .rating {
    font-size: 30px;
  }

  .abt-user-feedback .img {
    margin-bottom: 15px;
  }

  .abt-user-feedback h3 {
    font-size: 26px;
    margin: 20px 0;
  }

  .abt-user-feedback h4 {
    font-size: 35px;
    margin: 0;
  }

  .abt-user-feedback p {
    font-size: 18px;
  }

  /* About Page End  */

  /* Innner Page Start  */
  .inner-banner h1 {
    font-size: 70px;
    max-width: 700px;
  }

  .inner-banner p {
    font-size: 28px;
  }

  .steps-crd h3 {
    font-size: 28px;
  }

  .steps-crd {
    min-height: 270px;
  }

  .steps-list {
    padding: 56px 80px;
  }

  .clinet-logos-lists>li {
    min-height: auto;
  }


  .clinet-logos-lists>li>.icon img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }

  .clinet-logos-lists>li .txt-sec {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 12px;
  }

  .clinet-logos-lists>li.third img {
    border-radius: 0;
  }

  .versatile-sec h2 {
    font-size: 45px;
  }

  .versatile-sec p {
    line-height: 30px;
    font-size: 18px;
  }

  .versatile-cards {
    margin: 105px 0;
    padding: 40px 10px;
    z-index: 1;
    position: relative;
  }



  .verst-card .learn-mor {
    height: auto;
  }

  .work-sec-txt {
    padding-left: 60px;
    padding-bottom: 90px;
  }

  .membership-inner .work-sec-txt {
    padding-bottom: 0;
  }

  .work-list.inner-p .work-crd .img {
    min-height: auto;
    padding-bottom: 20px;
  }

  .work-crd.inner-p h3 {
    font-size: 32px;
  }

  .work-crd-txt>.purps {
    flex-wrap: wrap;
    gap: 6px;
  }

  .work-crd-txt>.purps span {
    font-size: 16px;
    margin: 0;
  }

  .work-crd-txt>.purps small {
    font-size: 6px;
  }

  .details-inner {
    padding: 0;
  }

  .details-list>li {
    gap: 10px;
    padding: 10px 0;
  }

  .details-list>li p {
    font-size: 18px;
    line-height: normal;
  }

  .details-list>li>span {
    font-size: 20px;
  }

  .colasebar li .expand {
    font-size: 21px;
  }




  .why-reason h2 {
    font-size: 42px;
  }

  .why-reason p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .reson-crd .inner {
    padding: 30px 18px;
  }

  .reson-crd h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .why-reason p {
    margin: 0;
    font-size: 16px;
  }

  .inner-main-slider {
    margin-top: -175px;
  }

  .inner-banner h1 {
    font-size: 60px;
    padding-bottom: 25px;
  }

  .inner-banner p {
    margin-bottom: 20px;
  }

  .steps-sec-inner>h2 {
    font-size: 45px;
  }

  .steps-sec-inner>p {
    font-size: 22px;
  }

  .steps-list {
    padding: 30px 0;
  }

  .steps-crd p {
    font-size: 18px;
  }

  .steps-crd {
    min-height: 215px;
  }

  .clinet-logos-lists {
    flex-wrap: wrap;
    margin: 0;
    padding-top: 0;
    justify-content: space-around;
    gap: 25px;
  }

  .clinet-logos-lists>li {
    width: 30%;
  }

  .clinet-logos-lists>li.third img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }

  .versatile-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .versatile-sec h2 {
    font-size: 36px;
  }

  .verst-card .icon {
    flex: 0 0 80px;
  }

  .versatile-cards:before {
    z-index: -1;
  }

  .work-sec.inner-p {
    padding-top: 80px;
  }

  .work-list.inner-p .col-md-6.last {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .inner-p-business-sec {
    padding-top: 0;
  }

  /* Innner Page End  */

  /* Pricing Page Start  */
  .pric-hdng {
    font-size: 84px;
  }

  .price-tabs .nav-tabs .nav-item .nav-link,
  .price-tabs .nav-tabs .nav-item .nav-link.active {
    min-width: 200px;
    padding: 20px 45px;
  }

  .logo-concept-labels h5 {
    font-size: 18px;
  }

  .logo-concept-labels {
    gap: 0;
    justify-content: space-between;
  }


  .pric-card h3 {
    font-size: 28px;
  }

  .pric-card .btm-prt .theme-btn.green {
    font-size: 20px;
    height: 60px;
  }

  .pric-card .pric-pra {
    font-size: 16px;
  }

  .price-gray-bg-sec {
    padding: 0;
  }

  /* Pricing Page End  */

  /* Testimonial Page Start  */
  section.testi-bnr.testi h1 {
    font-size: 76px;
  }

  section.testi-bnr.testi {
    padding-bottom: 20%;
  }

  .testi-bnr-crds .clinet-logos-lists {
    justify-content: space-between;
    top: -24px;
  }

  .testi-bnr-crds .clinet-logos-lists li {
    width: 22%;
  }

  /* Testimonial Page End  */

  /* Portfolio Page Start  */
  .portf-bnr h3 {
    font-size: 50px;
  }

  .portf-bnr h1:after {
    bottom: 25px;
  }

  .portf-bnr h1 {
    font-size: 115px;
  }

  .testimonial.portf {
    padding-top: 80px;
  }

  /* Portfolio Page End  */

  /* Contact Us Page Start  */
  .contact-bnr h1 {
    font-size: 80px;
    line-height: 1 !important;
  }

  .contact-bnr h1>span:after {
    height: 12px;
    bottom: 23px;
  }

  .cntct-frm-lft .input-list>li {
    font-size: 35px;
  }

  .cntct-frm-lft h3 {
    font-size: 30px;
  }

  .cntc-info a {
    font-size: 22px;
  }


  .drp-crd-txt h3 {
    font-size: 35px;
  }

  /* Contact Us Page End  */

  .banner.inner-pt .img-circle>img {
    max-width: 55%;
  }

  .inner-pt-lft>h1 {
    font-size: 50px;
    margin: 0;
  }

  .banner.inner-pt .img-circle:before {
    background-size: 70% 70%;
    width: 550px;
    height: 550px;
    background-position: 100% 20%;
  }

  .prjct-child {
    height: 380px;
  }

  .prjct-sec.inner-pt {
    height: 38vh;
  }

  .prjct-child .rating-bx {
    flex-direction: column;
    gap: 10px;
  }

  .pric-call-card p {
    font-size: 16px;
  }

  .banner.inner-pt.two .left img {
    max-width: 50%;
  }

  .banner.inner-pt.two .right .mob-tab {
    max-width: 47%;
  }

  .banner.inner-pt.two .right .triangle {
    max-width: 33%;
  }

  .banner.inner-pt.two .right {
    bottom: -20px;
  }

  .banner.inner-pt.four .img-circle img {
    max-width: 55%;
  }

  .steps-sec.inner-pfour {
    padding-top: 5%;
  }

  .acord-btn {
    font-size: 30px !important;
  }

  .abt-hlp-bx h4 {
    font-size: 35px;
  }

  .visul-sec {
    padding-bottom: 100px;
  }

  .smart-things {
    padding-top: 80px;
  }

  .t-of-brnd-crds:after {
    background-size: 95%;
    width: 47%;
  }

  .trusted-sec {
    padding-top: 20%;
  }

  p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  h1,
  h2,
  h3 {
    line-height: 1.2 !important;
  }

  .pricing .pric-sec-child {
    flex: 0 0 31%;
  }


}

@media (max-width: 991px) {
  .pricing .pric-sec-child {
    flex: 0 0 47%;
  }

  .smrt-crd {
    min-height: 320px;
  }

  .portf-bnr {
    padding-top: 14%;
  }

  .top-main-margin {
    margin-top: 120px;
  }

  .bnr-btns .theme-btn {
    min-width: 100%;
  }

  .brnd-crd {
    min-height: auto;
    padding: 20px 30px 40px;
  }

  .input {
    width: 100%;
  }

  .inner-pt-lft>h1 {
    line-height: 1 !important;
  }

  .inner-bnr-btns {
    flex-wrap: wrap;
  }

  .inner-bnr-btns .theme-btn {
    width: 100%;
  }

  .tiles--perspective {
    top: 200px;
    display: none;
  }

  .inner-banner {
    padding: 140px 0 0;
  }

  .details-right .blue-bx:before {
    width: 100%;
    height: 90%;
  }

  .verst-card {
    min-height: auto;
  }

  .versatile-sec {
    padding-bottom: 0;
  }

  .drp-crd-txt .info h5 {
    font-size: 20px;
  }

  .portf-bnr h1 {
    font-size: 90px;
    display: inline-block;
  }

  .portf-bnr h1:after {
    bottom: 20px;
  }

  .portf-bnr h3 {
    font-size: 40px;
  }

  .portf-logos li {
    font-size: 30px;
  }


  .price-tabs .nav-tabs .nav-item .nav-link,
  .price-tabs .nav-tabs .nav-item .nav-link.active {
    min-width: 158px;
  }

  .prcs-lft video {
    height: 560px;
  }

  .work-sec-txt>p {
    margin-bottom: 20px;
  }

  .testi-box .testi-titl {
    font-size: 17px;
  }


  .main-grid-wrap {
    margin: 0px;
  }

  .copyright-rit {
    text-align: center !important;
    margin: auto;
    display: table;
  }

  footer h3 {
    text-align: center;
  }

  footer ul {
    text-align: center;
  }

  .copyright-lft {
    text-align: center;
  }

  .privacy-sec {
    padding: 50px 15px 0;
  }

  .entry-title {
    font-size: 4vh;
  }

  .ftr-info li a,
  .ftr-info li p {
    font-size: 14px;
    justify-content: center;
  }

  .ftr-info>li span {
    margin-right: 5px;
  }

  .footer-logo {
    margin: 0 auto 30px;
    width: 130px;
    text-align: center;
    display: block;
  }

  .footer-logo svg {
    max-width: 200px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }



  .main-grid-wrap>div {
    width: 100%;
    margin: auto;
  }

  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }


  .hd-right-side {
    z-index: 999;
  }

  .clinet-logos-lists {
    padding-top: 50px;
  }


  .help-sec-inner>h2 {
    font-size: 95px;
  }

  .startup .inner.strtp>h2 {
    font-size: 97px;
  }

  .startup .inner.strtp>h2>span {
    padding-left: 150px;
  }

  .hd-right-side {
    position: absolute;
    left: -46px;
    background: #fff;
    padding: 30px 20px;
    height: 100vh;
    top: 0;
    z-index: 1;
    width: 250px;
  }

  .navbar-nav.hd-lft {
    border: 0;
    padding: 0;
    gap: 0;
  }

  .navbar-nav.hd-rit {
    padding: 0;
    align-items: flex-start;
    gap: 0;
  }

  .hd-right-side li {
    padding-bottom: 20px;
  }

  .navbar-toggler {
    margin-left: auto;
    display: table;
    border: 0 !important;
    padding: 0 !important;
  }

  button:focus:not(:focus-visible) {
    box-shadow: none;
  }

  .manibanner {
    padding-top: 20px;
  }

  .bnr-lft h1 {
    font-size: 35px;
  }

  .help-sec-inner {
    padding: 0;
  }

  .help-box-rit>h3 {
    font-size: 24px;
  }

  .two-way-sec .top-txt>.two-way-pra {
    font-size: 26px;
  }


  .two-way-box-lft>.img img {
    max-width: 100%;
  }


  .two-way-box-lft h3 {
    font-size: 38px;
  }

  .two-way-box-lft p {
    font-size: 24px;
  }

  .help-sec {
    padding-bottom: 70px;
  }

  .hist-hdng {
    padding: 0;
    font-size: 65px;
    margin-bottom: 20px;
  }

  .hist-pra>span.first {
    font-size: 70px;
  }

  .hist-pra {
    font-size: 28px;
  }

  .hist-bnr {
    padding: 70px 0;
  }

  .hist-blog-lft,
  .hist-blog-rit {
    padding: 45px 0;
  }

  .hist-blog-lft h3,
  .hist-blog-rit h3 {
    font-size: 35px;
  }

  .hist-blog-lft p {
    font-size: 24px;
  }

  .hist-blog-lft:after {
    display: none;
  }

  .hist-blg-txt h4 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .hist-blg-txt p {
    font-size: 15px;
    line-height: 1.5;
  }

  .testi-list .row {
    margin: 0;
  }

  .testi-list .col-md-6.last {
    width: 100%;
  }

  .testi-list .last {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
  }

  .testi-list .last .testi-box {
    width: 48%;
  }

  .work-sec-txt {
    padding-left: 0;
    padding-bottom: 40px;
  }

  .work-sec.inner-p .work-sec-txt {
    margin-bottom: 40px;
  }


  .minus-top-160,
  .minus-top-70 {
    margin: 0;
  }

  .work-list .col-md-6.last {
    width: 100%;
  }

  .work-list .col-md-6.last .last {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }

  .work-list .last .work-crd {
    width: 48%;
  }

  .work-crd {
    margin-bottom: 40px;
  }

  .pertnerd h2 {
    padding: 0;
    font-size: 60px;
  }

  .pertnerd-logos {
    padding: 30px 40px;
  }

  .zoom-people {
    margin: 0;
  }

  .zoom-lft>h2 {
    font-size: 32px;
  }

  .zoom-lft>p {
    font-size: 16px;
  }

  .zoom-people>img {
    max-width: 100%;
  }

  .zoom-lft {
    padding: 30px 30px 30px 25px;
  }

  .prcs-lft {
    margin-bottom: 80px;
  }

  .prcs-lft img {
    height: 400px;
  }

  .pric-info {
    min-height: 400px;
  }


  .process {
    padding-bottom: 100px;
  }

  .startup .inner.strtp>h2 {
    line-height: 0.8;
    margin-bottom: 50px;
    padding: 0;
    font-size: 108px;
  }

  .strtp-centr {
    padding: 0;
  }



  .strtp-btn {
    font-size: 22px;
  }

  .our-srvcs {
    padding-left: 0;
  }

  .srvs-tabs-sec .tabs {
    gap: 20px;
    margin-bottom: 25px;
  }

  .srvs-tabs-sec .tab-child {
    font-size: 24px;
    line-height: 1;
  }

  .expolor-srvs a {
    font-size: 22px;
  }

  .business-sec {
    background: none !important;
  }

  .bsns-rit {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }

  .bsns-rit>h2 {
    max-width: 100%;
  }


  .pric-call-card .pric-img {
    min-height: 140px;
    text-align: left;
  }

  .pric-sec-child.last {
    display: flex;
    min-height: auto;
    flex: 0 0 100%;
    width: 100%;
  }

  .pric-call-card {
    flex: 0 0 50%;
  }

  .pric-call-card p {
    max-width: 100%;
  }

  .pric-call-card .cal-btn {
    padding-left: 15px;
  }

  .pric-call-card.first .prci-crd-inner {
    border-bottom: 0;
  }

  .zoom-sec.second .zoom-people img {
    object-fit: unset;
    height: auto;
    margin-top: -80px;
  }

  .faq {
    padding-top: 50px;
  }

  .acord-btn {
    font-size: 28px !important;
  }

  .cta-inner>h2 {
    font-size: 48px;
  }

  .cta-lft .theme-btn.trasp {
    width: 100%;
    min-width: 100%;
  }

  .cta-lft>p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cta-inner-rit {
    position: unset;
  }

  .cta-inner-rit .row {
    margin: 0;
  }

  .cta-crd {
    justify-content: space-between;
    padding: 15px;
    min-height: 320px;
  }

  .cta-crd .crd-txt p {
    margin: 0;
  }

  .cta-crd .crd-txt p {
    font-size: 14px;
  }

  .cta-crd .crd-txt>h3 {
    font-size: 22px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  footer.sec-p {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 8%;
  }

  footer a,
  footer p,
  footer h3 {
    font-size: 16px;
  }

  footer.sec-p .row {
    margin: 0;
  }

  /* About Page Start  */
  .visual-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .visul-sec {
    padding-bottom: 80px;
  }

  .abt-our-work {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .learn-mor-btn {
    height: 60px;
  }

  .abt-bsns-sec {
    padding-top: 50px;
  }

  .bsns-inner {
    padding: 0;
  }

  .smart-things .work-sec-txt {
    padding: 0 0 30px;
  }

  .smart-things {
    padding-top: 80px;
  }

  .smart-things-cards>li {
    width: 30%;
  }

  .smart-things-cards {
    justify-content: center;
    gap: 30px;
  }



  .history {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .history.abt .hist-pra {
    font-size: 30px;
  }

  .history.abt .hist-bnr {
    padding: 0;
  }

  .meet-team>h2 {
    padding: 0;
    font-size: 70px;
    margin-bottom: 40px;
  }

  .meet-team {
    padding-top: 60px;
  }

  .team-list .tem-crd h4 {
    font-size: 22px;
  }

  .team-list .tem-crd p {
    font-size: 12px;
  }

  .team-list .tem-crd .img {
    min-height: auto;
    padding: 35px 0 0;
  }

  .team-list .tem-crd {
    margin-bottom: 35px;
  }

  .visual-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .visul-sec {
    padding-bottom: 80px;
  }

  .abt-our-work {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .abt-wrk-crd .txt p {
    line-height: 30px;
    font-size: 17px;
    min-height: 170px;
  }

  .abt-wrk-crd .txt {
    padding: 30px 20px;
  }

  .abt-wrk-crd .txt h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .learn-mor-btn {
    height: 60px;
  }

  .abt-bsns-sec {
    padding-top: 50px;
  }

  .bsns-inner {
    padding: 0;
  }

  .smart-things .work-sec-txt {
    padding: 0 0 30px;
  }

  .smart-things {
    padding-top: 80px;
  }

  .smart-things-cards>li {
    width: 30%;
  }

  .history.abt .hist-bnr {
    padding: 0;
  }

  .meet-team>h2 {
    padding: 0;
    font-size: 70px;
    margin-bottom: 40px;
  }

  .meet-team {
    padding-top: 60px;
  }

  .team-list .tem-crd h4 {
    font-size: 20px;
  }

  .team-list .tem-crd p {
    font-size: 12px !important;
  }

  .team-list .tem-crd .img {
    min-height: auto;
    padding: 35px 0 0;
  }

  .team-list .tem-crd {
    margin-bottom: 35px;
  }

  .team-list .tem-crd>.green h3 {
    font-size: 40px;
  }

  .team-list .tem-crd>.green {
    padding: 30px 15px;
    margin: 0;
    min-height: 245px;
  }

  .team-list .tem-crd>.green .theme-btn {
    font-size: 18px;
    min-width: 100%;
    padding: 0;
    height: 58px;
  }

  .testimonial.abt {
    padding-top: 80px;
  }

  .testimonial>h2 {
    font-size: 52px;
    margin-bottom: 60px;
    line-height: 1;
  }

  .abt-testi-sec {
    padding: 0 60px;
  }

  .abt-user-feedback h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .abt-user-feedback h4 {
    font-size: 30px;
  }

  .abt-logos-sec {
    padding: 80px 0;
  }

  /* About Page End  */

  /* Branding Main Start  */
  .details-lft {
    width: 48%;
  }

  .details-right {
    width: 48%;
    margin-top: 0px;
  }

  .details-sections {
    justify-content: space-between;
  }

  .details-right .blue-bx {
    width: 100%;
    align-items: flex-start;
  }

  .details-right .img {
    display: none;
  }

  .details-sec .work-sec-txt {
    padding-bottom: 40px;
  }

  .inner-page-reason-sec {
    padding-top: 83px;
  }

  .inner-p-logos-sec {
    margin-bottom: 40px;
  }

  .why-reason h2 {
    font-size: 34px;
    max-width: 600px;
    margin: 0 auto 20px;
  }

  .reson-crd .inner {
    padding: 30px 15px;
  }

  .why-reason p {
    font-size: 16px;
  }

  .reson-crd h3 {
    font-size: 24px;
  }

  .inner-p-zoom-sec {
    padding-top: 0;
  }

  .testimonial {
    padding-bottom: 50px;
  }

  /* Branding Main End  */

  /* Pricing Page Start  */
  .pric-card .btm-prt .theme-btn.green {
    min-width: 100%;
    padding: 0;
    font-size: 18px;
  }

  .pric-card h3 {
    font-size: 22px;
  }

  .pric-card.price-p {
    padding: 28px 10px 18px;
    min-height: 390px;
  }

  .pric-card .btm-prt .cal-btn {
    justify-content: flex-start;
  }

  .pric-card .pric-pra {
    padding: 0;
    font-size: 14px;
  }

  .prcing-tble tr td {
    font-size: 16px;
  }

  .price-tabs .nav-tabs .nav-item .nav-link,
  .price-tabs .nav-tabs .nav-item .nav-link.active {
    padding: 12px 21px;
    height: 60px;
    justify-content: center;
    align-items: center;
  }

  .price-tabs .nav-tabs {
    gap: 20px;
  }

  .pric-hdng {
    font-size: 70px;
  }

  .pric-hdng span:after {
    height: 12px;
  }

  .pric-call-card.price-p .prci-crd-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .pric-call-card.price-p .pric-img {
    min-height: 180px;
  }

  /* Pricing Page End  */

  /* Testimonial Page Start  */
  section.testi-bnr.testi h1 {
    font-size: 70px;
    line-height: 1 !important;
  }

  .abt-bnr-hdng>h1>span:after {
    display: none;
  }

  .clinet-logos-lists>li .txt-sec p {
    font-size: 12px !important;
  }

  .abt-testi-sec {
    padding: 0;
  }

  .testi-bnr-crds .clinet-logos-lists>li .icon {
    min-height: 108px;
  }

  .trusted-sec {
    padding-top: 24%;
  }

  .trusted-sec h2 {
    font-size: 48px;
  }

  .testi-p-witnss-sec .work-sec-txt {
    padding-bottom: 40px;
  }

  .testi-p-witnss-sec .col-md-6 .last {
    justify-content: space-between;
  }

  .testi-p-witnss-sec .col-md-6 .last .testi-box {
    width: 47%;
  }

  /* Testimonial Page End  */

  /* Contact Us Page Start  */
  .contact-bnr h1 {
    font-size: 64px;
  }

  .contact-bnr h1>span:after {
    height: 8px;
    bottom: 18px;
  }

  .cntct-contries li>a {
    font-size: 45px;
  }

  .cntct-frm-lft h3 {
    font-size: 20px;
  }

  .cntc-info h4 {
    font-size: 25px;
  }


  .cntct-frm-lft {
    width: 60%;
  }

  .cntc-info {
    width: 30%;
  }

  .cntct-frm.sec-p {
    padding: 80px 25px;
  }

  .cntct-frm-lft .input-list>li {
    font-size: 22px;
    line-height: 1;
  }

  .cntc-info .email-phone {
    flex-wrap: wrap;
  }

  .cntc-info a {
    font-size: 20px;
  }

  .cntct-frm-lft .theme-btn.green {
    height: 60px;
  }

  .drop-by-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .drop-crd .drp-crd-txt {
    padding: 30px 22px;
    min-height: 390px;
  }

  .drp-crd-txt h3 {
    font-size: 26px;
  }

  .drp-crd-txt p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .drp-crd-txt .info a {
    font-size: 18px;
  }

  .cntct-p-zoom {
    padding: 80px 0;
  }

  /* Contact Us Page End  */


  .inner-pt-lft>h3 {
    font-size: 20px;
  }

  .banner.inner-pt .img-circle>img {
    max-width: 50%;
  }

  .banner.inner-pt .img-circle:before {
    max-width: 490px;
    height: 490px;
    background-position: 100% 0;
  }

  .prjct-child {
    height: 300px;
  }

  .prjct-child .rating-bx .left-side {
    flex-direction: column;
  }

  .prjct-child .rating-bx {
    margin-bottom: -100px;
  }

  .prjct-sec.inner-pt {
    height: auto;
    padding: 0 0 30px;
  }

  .prcs-lft img {
    height: auto;
    max-width: 80%;
    margin: auto;
    display: table;
  }

  .banner.inner-pt.two .imgs-sec {
    display: none;
  }

  .banner.inner-pt.two {
    background-image: linear-gradient(to bottom,
        #fff 49%,
        rgba(255, 255, 255, 0.65)),
      linear-gradient(to right, #03609e, #00eaa4 100%);
    padding-bottom: 10%;
  }

  .t-of-brnad {
    padding-top: 56px;
  }

  .t-of-brnad h2 {
    font-size: 45px;
  }

  .t-of-brnad p {
    font-size: 22px;
  }

  .t-of-brnad .first-layer {
    padding: 0;
  }

  .t-of-brnd-crds:after {
    display: none;
  }

  .inner-pt.two .clinet-logos-lists {
    padding: 0;
  }

  .brnd-crds-btns {
    margin: 0;
  }

  .banner.inner-pt.four .img-circle img {
    max-width: 42%;
  }

  .banner.inner-pt.four .img-circle:before {
    background-size: 58%;
  }

  .steps-sec.inner-pfour {
    padding-top: 0;
  }

  .bnr-lft h3 {
    font-size: 20px;
  }

  .bnr-lft p {
    font-size: 15px;
  }

  .testi-box {
    max-width: 100%;
  }

  .test-video img {
    width: 100%;
    object-fit: cover;
  }

  .abt-our-work .work-sec-txt {
    margin-bottom: 60px;
  }

  .help-sec-inner h2 {
    font-size: 95px;
  }

  .price-overfl {
    overflow-x: auto;
    padding: 15px 0;
  }

  .price-overfl>div {
    width: 1000px;
  }


  /* Popup css Start  */
  .popupContent {
    padding: 0;
  }

  .popup-head h4 {
    display: none;
  }

  .popup-content-text {
    display: none;
  }

  .c-popup .popup {
    width: 445px;
    height: 603px;
  }

  .c-popup .popup-get-started {
    background: none;
  }

  .popup-form {
    left: 0;
    right: 0;
    margin: auto;
    position: static;
  }

  .cta-list {
    display: none;
  }

  .c-popup .popup .c-close {
    right: 0;
    top: -1px;
    font-size: 16px;
    width: 40px;
    height: 40px;
  }

  /* Popup css End  */

}

@media (max-width: 767px) {

  .pricing .pric-sec-child {
    flex: 0 0 100%;
  }

  .pric-call-card.price-p .prci-crd-inner {
    align-items: flex-start;
  }

  .portf-bnr {
    padding-top: 32%;
  }

  /* div#html_element > div {
    width: 100% !important;
  }

  div#html_elemen .rc-anchor-logo-portrait {
    margin-left: 0 !important;
} */

  .theme-btn.arrow:after {
    width: 100%;
  }

  .prcs-lft video {
    height: 300px;
  }

  .pe-0 {
    padding-right: 12px !important;
  }

  .details-right .blue-bx .list li {
    font-size: 14px;
  }


  .clinet-logos-lists>li>.icon img {
    max-width: 60%;
  }

  .work-list.inner-p .work-crd {
    margin-bottom: 0;
  }

  .inner-banner .input {
    width: 100%;
  }


  .drop-crd .drp-crd-txt {
    padding: 25px 15px;
  }

  .drp-crd-txt h3 {
    font-size: 24px;
  }

  .portf-btns .theme-btn.green {
    min-width: 100%;
  }

  .portf-btns .theme-btn.transp {
    min-width: 100%;
  }

  .membership .work-sec-txt>p {
    margin-bottom: 0px;
  }

  .bnr-lft h1 {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .hd-right-side {
    left: -8px;
    z-index: 9;
  }

  .help-sec-inner>h2 {
    font-size: 45px;
  }

  .startup .inner.strtp>h2>span {
    padding: 0;
  }

  .startup .inner.strtp>h2 {
    font-size: 62px;
    top: 150px;
  }

  .prcs-btns,
  .bnr-btns,
  .hist-btn,
  .z-btns {
    flex-wrap: wrap;
  }

  .work-sec-txt>p:after {
    display: none;
  }

  .bsns-btns .theme-btn.trasp {
    min-width: 100%;
  }

  .pricing .pric-sec-child {
    width: 100%;
    flex: 0 0 100%;
  }

  .pric-sec-child.last {
    flex-direction: column;
  }

  .navbar-brand img {
    max-width: 50%;
  }

  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 45%;
  }

  .sec-p {
    padding-left: 2%;
    padding-right: 2%;
  }

  .bnr-lft h1:after {
    bottom: -20px;
  }

  .manibanner {
    padding-bottom: 40px;
  }

  .bnr-btns {
    margin-bottom: 40px;
  }

  .manibanner .col-md-7 {
    padding: 0;
  }

  .trnding {
    padding-top: 40px;
  }

  .trnding-list {
    justify-content: center;
  }

  .trnding h3 {
    text-align: center;
  }

  .trnding-list li {
    flex: unset;
  }


  .help-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .help-box-lft {
    margin-bottom: 30px;
  }

  .help-box-lft img {
    max-width: 60%;
    width: 100%;
    margin: auto;
    display: table;
  }

  .help-box-rit>h3 {
    font-size: 22px;
  }

  .help-box-sec {
    padding-bottom: 20px;
  }

  .two-way-sec .top-txt>.two-way-hdng {
    font-size: 35px;
  }

  .two-way-sec .top-txt>.two-way-pra {
    font-size: 20px;
    margin: 0;
  }

  .two-way-sec .top-txt {
    padding-bottom: 40px;
  }

  .two-way-box-lft>.img {
    min-height: auto;
    margin-bottom: 30px;
  }

  .two-way-box-lft h3 {
    font-size: 35px;
  }

  .two-way-box-lft p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .two-way-btns {
    margin-top: 0;
  }

  .two-way-btns {
    flex-wrap: wrap;
    gap: 20px;
  }

  .history {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hist-hdng {
    padding: 0;
    font-size: 32px;
    margin-bottom: 10px;
  }


  .hist-pra>span.first {
    font-size: 60px;
  }

  .hist-pra {
    font-size: 18px;
    line-height: 1.8 !important;
  }

  .hist-btn .theme-btn.green {
    width: 100%;
    height: 60px;
  }

  .hist-btn .theme-btn.w-b {
    padding: 19px 20px;
    font-size: 20px;
    width: 100%;
  }

  .hist-bnr {
    padding: 40px 0;
  }

  .hist-blog-lft h3,
  .hist-blog-rit h3 {
    font-size: 28px;
  }

  .hist-blog-lft p {
    font-size: 20px;
    margin: 0;
  }

  .hist-blog-lft,
  .hist-blog-rit {
    padding-bottom: 20px;
  }

  .history {
    background-size: cover !important;
  }

  .blog-thum-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial>h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .testimonial {
    padding-top: 40px;
  }

  .testimonial>h2>span {
    display: inline-block;
  }

  .testimonial>h2>span:after {
    width: 100%;
  }

  .testi-list .last .testi-box {
    width: 100%;
  }

  .testi-list .last {
    gap: 0;
  }

  .testi-list .slick-dots,
  .work-list .slick-dots {
    padding: 0;
    margin: 0;
  }

  .work-list .slick-dots {
    padding-top: 0;
  }

  .testi-list .slick-dots li.slick-active button,
  .work-list .slick-dots li.slick-active button {
    background: #00f796;
  }

  .work-list .col-md-6.last .last {
    gap: 0;
  }

  .work-list .col-md-6.last .last .work-crd {
    width: 100%;
  }

  .feature-logos {
    padding: 40px 0;
    flex-wrap: wrap;
  }

  .work-sec {
    padding-bottom: 40px;
  }

  .feature-sec h2 {
    font-size: 35px;
    margin: 0;
  }

  .feature-logos {
    flex-wrap: wrap;
  }

  .pertnerd {
    padding-top: 30px;
  }

  .pertnerd h2 {
    font-size: 36px;
  }

  .zoom-lft {
    padding: 30px 15px 40px;
  }

  .z-logo img {
    margin-bottom: 10px;
  }

  .z-btns .theme-btn.green {
    min-width: 100%;
    height: 60px;
  }

  .z-btns .theme-btn.trasp {
    height: 60px;
    min-width: 100%;
  }

  .z-inner .row {
    flex-direction: column-reverse;
  }

  .zoom-rit {
    padding: 0;
  }

  .process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process .work-sec-txt {
    padding-bottom: 20px;
  }

  .prcs-lft img {
    height: 300px;
  }

  .prcs-rit>.list>li {
    flex-direction: column;
    align-items: flex-start;
  }

  .prcs-btns .theme-btn {
    min-width: 100%;
  }

  .prcs-rit>.list>li .numbr {
    font-size: 80px;
  }

  .prcs-rit>.list>li .prcs-txt>h4 {
    font-size: 22px;
  }

  .prcs-rit>.list {
    gap: 70px;
  }

  .startup {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .strtp-btn {
    font-size: 15px;
    text-align: center;
    padding: 10px 30px;
  }

  .our-srvcs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .srvs-tab-contnt {
    position: unset;
  }

  .srvs-tab-rit {
    padding-top: 40px;
  }

  .bsns-inner {
    padding: 0;
  }

  .bsns-rit {
    padding: 30px 25px;
  }

  .bsns-rit>h2 {
    font-size: 35px;
  }

  .bsns-rit>p {
    font-size: 18px;
  }

  .bsns-btns .theme-btn.green {
    min-width: 100%;
  }

  .bsns-btns .theme-btn.trasp {
    font-size: 20px;
  }

  .membership {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .work-sec-txt h2 {
    font-size: 35px;
  }

  .membership-inner .work-sec-txt {
    padding-bottom: 20px;
  }

  .pric-card {
    min-height: auto;
    gap: 20px;
  }

  .pric-info {
    min-height: auto;
  }

  .pric-call-card .pric-img {
    text-align: left;
  }

  .zoom-sec.second .zoom-people img {
    margin: 30px 0 0;
  }

  .zoom-sec.second .zoom-lft {
    padding-top: 10px;
  }

  .faq {
    padding-top: 40px;
  }

  .faq .work-sec-txt {
    padding-bottom: 0;
  }

  .accordion {
    padding: 0;
    margin-bottom: 40px;
  }

  .acord-btn:after {
    font-size: 14px;
  }

  .accordion-item .acord-btn {
    font-size: 20px !important;
    padding: 15px 0 !important;
  }

  .accordion-body {
    font-size: 15px;
    padding: 18px 0;
  }

  .faq-btns {
    flex-wrap: wrap;
  }

  .faq-btns .theme-btn {
    min-width: 100%;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-inner>h2 {
    font-size: 36px;
  }

  .cta-lft {
    margin-bottom: 40px;
  }

  .cta-crd {
    margin-bottom: 15px;
    min-height: auto;
  }

  .cta-crd .crd-txt>h3 {
    font-size: 30px;
    margin: 10px 0;
  }

  .ftr-info {
    padding: 0;
    margin-bottom: 30px;
  }

  footer h3 {
    margin-bottom: 10px;
  }



  .ftr-info p {
    max-width: 100%;
  }

  .bnr-btns .theme-btn {
    min-width: 100%;
  }

  /* About PaGE Start  */
  .visul-btns {
    flex-wrap: wrap;
    gap: 20px;
  }

  .visul-btns .theme-btn.trasp {
    min-width: 100%;
    font-size: 20px;
    height: 65px;
    padding: 15px;
  }

  .abt-bnr-hdng>h1 {
    font-size: 36px;
    max-width: 100%;
  }

  .abt-bnr-hdng>h1>span:after {
    height: 5px;
    bottom: 4px;
  }

  .abt-slid {
    height: auto;
  }

  .abt-slid .slide-crd {
    padding: 30px 30px;
    min-height: 400px;
  }

  .abt-slid .slide-crd h4 {
    font-size: 40px;
  }


  .abt-slid>img {
    object-fit: cover;
  }

  .abt-bnr-slider li {
    min-height: auto;
  }

  .work-sec-txt .theme-btn.green {
    width: 100%;
  }

  .visual-list {
    justify-content: flex-start;
  }

  .visual-list .count {
    min-width: 130px;
    font-size: 38px;
    padding-right: 0;
  }

  .visual-list li.triangle .count {
    margin-left: -44px;
  }


  .visual-list li .text br {
    display: none;
  }

  .visul-sec {
    padding-bottom: 40px;
  }

  .abt-our-work {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .smart-things {
    padding-top: 40px;
  }

  .smart-things-cards>li {
    width: 100%;
  }

  .smrt-crd h3 {
    font-size: 40px;
  }

  .smrt-crd h3 br {
    display: none;
  }

  .smrt-crd {
    min-height: auto;
    gap: 100px;
  }

  .abt-hlp-bx h4 {
    font-size: 28px;
    font-weight: bold;
  }

  .history.abt .hist-pra {
    font-size: 24px;
  }



  .meet-team>h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .meet-team {
    padding-top: 40px;
  }

  .team-list .tem-crd {
    width: 100%;
  }

  .team-list .tem-crd>.green {
    gap: 50px;
  }

  .testimonial.abt {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .testimonial>h2 {
    font-size: 34px;
  }

  .testimonial>h2>span:after {
    bottom: 0;
    z-index: -1;
  }

  .abt-testi-sec {
    padding: 0;
  }

  /* About PaGE End  */

  /* Branding Main Start  */
  .inner-banner .input>input {
    width: 100%;
  }

  .inner-bnr-btns {
    flex-wrap: wrap;
  }

  .inner-banner {
    padding-bottom: 0;
  }

  .inner-banner h1 {
    font-size: 29px;
    margin-bottom: 0;
  }

  .inner-banner p {
    font-size: 18px;
  }

  .inner-bnr-btns .theme-btn {
    height: 60px;
    min-width: 100%;
    width: 100%;
  }

  .inner-main-slider {
    margin: 0;
  }

  .steps-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .steps-sec-inner>h2 {
    font-size: 30px;
  }

  .steps-sec-inner>p {
    font-size: 16px;
  }

  .steps-crd {
    min-height: auto;
    margin-bottom: 20px !important;
  }

  .steps-crd h3 {
    font-size: 24px;
  }

  .steps-sec-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .clinet-logos-lists {
    padding-top: 0;
  }

  .clinet-logos-lists>li {
    width: 100%;
  }

  .clinet-logos-lists>li .icon {
    min-height: auto;
  }

  .clinet-logos-lists>li.third img {
    border-radius: 0;
  }

  .versatile-sec {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .versatile-cards:before,
  .versatile-cards:after {
    display: none;
  }

  .versatile-cards {
    margin: 40px 0;
    background: transparent;
  }

  .work-sec.inner-p {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-p-business-sec {
    padding-top: 40px;
  }

  .inner-p-member-sec .membership {
    padding-bottom: 40px;
  }

  .details-lft,
  .details-rit {
    width: 100%;
  }

  .details-right .blue-bx {
    position: unset;
    height: auto;
    padding: 30px 12px;
  }

  .details-right {
    width: 100%;
    margin-top: 40px;
  }

  .inner-page-reason-sec {
    padding-top: 40px;
  }

  .why-reason h2 {
    font-size: 27px;
  }

  .reson-crd {
    min-height: auto;
  }

  .reason-why-cards {
    margin-top: 40px;
  }

  .testimonial>h2 {
    font-size: 30px;
  }

  .testimonial>h2 br {
    display: none;
  }

  .testimonial>h2>span:after {
    height: 4px;
  }

  /* Branding Main End  */

  /* Pricing Page Start  */
  .pricing-bnr {
    padding-top: 25px;
  }

  .pric-hdng {
    font-size: 35px;
    margin: 0;
  }

  .pric-hdng span:after {
    display: none;
  }

  .price-tabs .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
  }

  .price-tabs .nav-tabs .nav-item .nav-link,
  .price-tabs .nav-tabs .nav-item .nav-link.active {
    min-width: 100%;
  }

  .price-tabs {
    padding-bottom: 40px;
  }

  input[type="range"].styled-slider {
    height: 20px;
  }

  .range-slider {
    margin-bottom: 20px;
  }



  .pricing-crds.price-p {
    padding-top: 40px;
    margin-bottom: 20px;
  }



  .price-gray-bg-sec {
    margin: 40px 0;
  }

  .pric-call-card.price-p.first {
    border-bottom: 1px solid #262626;
    border-right: 0;
  }

  .pric-call-card.price-p .pric-img {
    min-height: auto;
  }

  .abt-logos-sec {
    padding: 0 0 40px;
  }

  /* Pricing Page End  */

  /* Testimonial Page Start  */
  section.testi-bnr.testi h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  section.testi-bnr.testi {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .testi-right .logos {
    gap: 20px;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
  }

  .test-bnr-second-sec {
    padding-top: 40px;
  }

  .testi-bnr-crds .clinet-logos-lists {
    top: 0;
    position: unset;
  }

  .testi-bnr-crds .clinet-logos-lists li {
    width: 100%;
  }

  .testi-bnr-crds .clinet-logos-lists>li .icon {
    min-height: auto;
  }

  .testi-bnr-crds .clinet-logos-lists>li .icon img {
    width: 65%;
  }

  .testi-right .logos li {
    width: 40%;
  }

  .trusted-sec {
    padding-top: 40px;
  }

  .trusted-sec h2 {
    font-size: 28px;
  }

  .trusted.logos {
    padding: 0;
  }

  .testi-p-witnss-sec .col-md-6 .last .testi-box {
    width: 100%;
  }

  .abt-logos-sec.testi {
    padding-bottom: 40px;
  }

  .testi-p-zoom {
    padding-bottom: 40px;
  }

  /* Testimonial Page End  */

  /* Portfolio Page Start  */
  .portf-btns {
    flex-wrap: wrap;
    padding: 20px 0 40px;
  }

  .portf-bnr h1 {
    font-size: 50px;
  }

  .portf-bnr h1:after {
    display: none;
  }

  .portf-bnr h3 {
    line-height: 45px;
    font-size: 24px;
  }

  .portf-logos>li {
    font-size: 26px;
  }



  /* Portfolio Page End  */

  /* Contact Us Page Start  */
  .cntct-sec-inline {
    flex-direction: column;
  }

  .contact-bnr h1 {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .contact-bnr {
    padding-top: 25px;
  }

  .contact-bnr h1>span:after {
    display: none;
  }

  .cntct-contries {
    flex-direction: row;
    justify-content: space-between;
  }

  .cntct-contries li>a {
    font-size: 32px;
  }

  .cntct-frm.sec-p {
    padding: 40px 15px 20px;
  }

  .cntct-frm-lft {
    width: 100%;
  }

  .cntct-frm-lft h3 {
    font-size: 19px;
  }

  .cntct-frm-lft .input-list>li {
    margin-bottom: 30px;
  }

  .cntct-frm-lft .input-list {
    margin-bottom: 40px;
  }

  .cntc-info {
    width: 100%;
  }

  .drop-by-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cntct-p-zoom {
    padding: 40px 0;
  }

  /* Contact Us Page End */

  /* Inner Page One Start  */
  .inner-pt-rit {
    position: unset;
  }

  .banner.inner-pt .img-circle:before {
    display: none;
  }

  .inner-pt-btns {
    flex-direction: column;
  }

  .banner.inner-pt {
    padding-left: 2%;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .inner-pt-lft>h1 {
    font-size: 36px;
  }

  .inner-pt-lft>.input-field {
    margin-bottom: 20px;
  }

  .prjct-child {
    background-size: cover;
    margin-bottom: 120px;
  }

  .prjct-child.first,
  .prjct-child.second,
  .prjct-child.third {
    top: 0;
  }

  .prjct-sec.inner-pt {
    height: auto;
    padding: 40px 0;
  }

  .banner.inner-pt .img-circle>img {
    max-width: 110%;
    margin-bottom: 20px;
  }

  .banner.inner-pt .row {
    flex-direction: column-reverse;
  }

  .banner.inner-pt.four .col-md-6.nft {
    display: none;
  }

  .banner.inner-pt .img-circle {
    margin-top: 130px;
    margin-right: -24px;
  }

  .prcs-lft img {
    height: auto;
  }

  /* Inner Page One End  */

  .banner.inner-pt.two {
    padding-top: 130px;
  }

  .t-of-brnad {
    padding-top: 30px;
  }

  .t-of-brnad h2 {
    font-size: 32px;
  }

  .t-of-brnad p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .brnd-crds-btns {
    flex-direction: column;
  }

  .banner.inner-pt.four .img-circle img {
    display: none;
  }

  .banner.inner-pt.four .container-fluid {
    padding-right: 12px !important;
  }


  .banner.inner-pt.four {
    padding-bottom: 40px;
    padding-top: 130px;
  }

  .row {
    margin: 0;
  }

  .help-sec-inner>h4 {
    font-size: 28px;
  }

  .zoom-people>img {
    margin-top: 40px;
  }

  .arrow-svg svg {
    display: none;
  }

  .work-sec .mb-100 {
    margin-bottom: 40px;
  }

  .bnr-sm-imgs li img,
  .bnr-rit-lng>img {
    width: 100%;
    max-width: 100%;
  }

  .bnr-rit-lng {
    margin-top: 35px;
  }

  .help-sec-inner h2 {
    font-size: 40px;
  }

  .work-sec-txt>p {
    font-size: 18px;
  }

  .abt-zoom-sec {
    margin-bottom: 40px;
  }

  .abt-our-wrk-crds .slick-list {
    margin: 0;
  }

  .team-list {
    justify-content: center;
  }

  .smart-things-cards .slick-dots {
    display: flex;
  }


  .verst-card {
    box-shadow: 0px 4px 7px 0 #00000036;
    margin-bottom: 22px !important;
  }


  .cntc-info h4 {
    font-size: 22px;
  }

  .cntc-info a {
    font-size: 18px;
  }

  .popup-form {
    padding: 40px 20px;
  }

  .popup-form h6 {
    font-size: 17px;
  }

  .c-popup .popup {
    max-width: 94%;
  }

  .c-popup .popup .c-close {
    right: 11px;
  }

  .cta-crd img {
    max-width: 60%;
  }

  .inner-pt-lft>h3 {
    font-size: 15.5px;
    line-height: 1.5 !important;
  }

  .t-of-brnd-crds .slick-list {
    margin: auto;
  }

  .abt-logos-sec.inner-pt.two {
    padding: 40px 0;
  }

  .testimonial.inner-pt.two {
    padding-bottom: 0;
  }

  .inner-pt.two .membership {
    padding-bottom: 0;
  }

}

@media (max-width: 575px) {
  .verst-card {
    display: block;
  }

  .versatile-sec p {
    margin: 10px 0 5px;
  }

  .verst-card .icon {
    width: 80px;
  }

  .verst-card h3 {
    font-size: 21px;
  }
}



/*--------------------------------------- Responsiveness End  ------------------------------------------*/

.rev-sec .pertnerd {
  padding: 142px 0 40px;
}
.rev-sec .pertnerd .sec-p h2 {
  text-align: center;
  max-width: 100%;
  margin-bottom: 35px;
}
.rev-sec .logos-sec.sec-p {
  padding: 50px 0 80px;
}
.rev-sec .zoom-sec.sec-p {
  padding-bottom: 98px;
}
.cont-sec .zoom-sec{
  padding: 106px 0 98px;
}

.cont-sec .contact-bnr h1 {
    max-width: 100%;
}

.drop-cards .drp-crd-txt .info a {
    font-size: 20px;
}

.cntct-frm-lft .input-list li textarea {
    border-bottom: solid 1px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #979797;
    resize: none;
    width: 100%;
}

.cntct-frm-lft .input-list li .form-check input {
    border: 1px solid #979797;
}

.cntct-frm-lft .input-list li .form-check label {
    font-size: 18px;
}