html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
  width: 100%;
}

.smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}

.scroll-content {
  width: 100%;
  position: relative;
}

/*scroll*/
::selection {
  background: #ff9900;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#ff9900, #ff9900);
}
/*body*/
body {
  overflow-x: hidden;
  font-family: "Poppins";
}
h5 {
  font-family: "Poppins";
}
*:hover,
*:focus,
* {
  outline: none !important;
}
.overflw {
  overflow: hidden;
}
[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover,
button:hover {
  -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;
}
/*padding*/
.pad {
  padding: 0;
}
.padL {
  padding-left: 0;
}
.padR {
  padding-right: 0;
}
.pad-top-80 {
  padding-top: 80px !important;
}
.pad-top {
  padding-top: 60px;
}
.pad-btm-30 {
  padding-bottom: 30px;
}
.pad-btm {
  padding-bottom: 50px;
}
.pad-btm-70 {
  padding-bottom: 70px;
}
.pad-tb {
  padding: 80px 0;
}
.pad-tbm {
  padding: 50px 0;
}
.padRt-60 {
  padding-right: 60px;
}
.pad-LR30 {
  padding: 0 30px;
}
.pad-80-240 {
  padding: 80px 0 240px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-35 {
  margin-top: 35px;
}
/*botton*/
.btn-a {
  background-color: #ff9900;
  border: 2px solid #ff9900;
  border-radius: 0;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-a:hover {
  background: transparent;
  color: #fff;
}
.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.2px;
}
.btn-submit:hover {
  background: transparent;
  color: #fff;
}
/*heading*/
.m1-h h5 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}
.m1-h h5 span {
  font-weight: 400;
  font-size: 44px;
}
.m2-h h5 {
  font-size: 36px;
  text-transform: capitalize;
  color: #ff9900;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 20px;
}
.m2-h h5 span {
  border-bottom: 3px solid #ff9900;
  text-transform: capitalize;
}
.m3-h h5 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  color: #ff9900;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 18px;
}
.m4-h h5 {
  color: #ff9900;
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 18px;
  margin: 25px 0 30px;
  font-weight: 600;
}
.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Poppins";
}
.m5-h h5 span {
  border-bottom: 3px solid #fff;
}
.m6-h h5 {
}
/*paragrape*/
.p1 p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.p2 p {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
}
.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins";
  line-height: 22px;
}
.p5 p {
}
/* Font size */
.font-16 {
  font-size: 16px !important;
}
/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 999999;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ff9900;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #000;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
/*top-header*/
/*header*/
header {
  padding: 10px 0;
  /* position: relative; */
  /* z-index: 9999; */
}

ul.menu {
  display: block;
}
ul.menu > li {
  display: inline-block;
  margin-right: 20px;
}
ul.menu > li:last-child {
  margin-right: 0;
  margin: 0 0 0 30px;
}
ul.menu > li > a {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: 2px solid transparent;
}
ul.menu > li.active a {
  border-bottom: 2px solid #f6a51e;
  color: #f6a51e;
}
ul.menu > li > a:hover {
  border-bottom: 2px solid #f6a51e;
}
ul.menu > li.last > a:hover {
  color: white;
}
/* Social Icons */
.socialIcon li {
  display: inline-block;
}
.socialIcon li span {
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
}
.socialIcon li span:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
/*footer start*/
footer {
  background-color: #0f0f0f;
  padding: 30px 0;
}
.flogo {
  text-align: right;
}
.copyright.text-center {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000;
}
.copyright.text-center p {
  text-transform: capitalize;
}
.footerLinks a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.contactDetail li {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
/*footer end*/
/*media-quries*/
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ff9900;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9999;
    width: 100vw;
  }
  .menuWrap .menu li {
    display: block;
  }
  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }
  .container {
    position: relative;
  }
  header .header-top {
    display: none;
  }
  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }
  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}
@media (max-width: 980px) {
  .btn-a {
    margin-bottom: 20px;
  }
  footer {
    padding-bottom: 60px;
  }
}
@media (max-width: 824px) {
}
@media (max-width: 767px) {
  header {
    padding: 0;
  }
  footer {
    text-align: center;
  }
  .m1-h h5 span {
    font-size: 26px;
  }
  .at-h {
    padding-bottom: 0;
  }
  .padRt-60 {
    padding-right: 0 !important;
  }
  .btn {
    border: 1px solid #000;
  }
  ul.menu > li:last-child {
    margin: 0;
  }
  a.logo img {
    width: 50%;
  }
  .m1-h h5 {
    font-size: 20px;
  }
  .mainBanner {
    height: 35vh;
  }
  .m2-h h5 {
    font-size: 20px;
  }
  .pad-tb {
    padding: 40px 0;
  }

  .p1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .flogo img {
    width: 50%;
  }
  .flogo {
    text-align: left;
    margin-bottom: 20px;
  }
  .copyright.text-center {
    font-size: 16px;
  }
  footer {
    padding: 15px 0;
  }
  ul.menu > li.active a {
    border-bottom: 0;
  }
  ul.menu > li {
    margin-right: 0;
  }
  .menuWrap .menu li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
  ul.menu > li > a {
    border-bottom: none;
  }
  ul.menu > li.active a {
    border-bottom: none;
  }
  ul.menu > li > a:hover {
    border-bottom: none;
  }
  .inner-ban .ban_hdn h5::after {
    width: 90px;
  }
  .inner-ban {
    height: 20vh;
  }
  .Tec-ctn h5::after {
    width: 270px;
  }
}
@media (min-width: 320px) and (max-width: 340px) {
}
@media (min-width: 341px) and (max-width: 365px) {
}
@media (min-width: 366px) and (max-width: 380px) {
}
@media (min-width: 381px) and (max-width: 415px) {
}
/* UL style */
.listStyle {
  list-style: disc;
  display: inline-block;
  list-style-position: inside;
}
.listStyle li {
  margin: 30px 0;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  /* position: relative;
   */
}

/* button-css-start */
.border-btn {
  position: relative;
  border: 1px solid #000 !important;
  border-radius: 500px;
  overflow: hidden;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  font-size: 15px !important;
  font-family: "Poppins";
  font-weight: 500 !important;
  padding: 20px 35px !important;
  z-index: 9;
}
.border-btn:hover {
  cursor: pointer;
  border: 1px solid #f6a51e !important;
}

.border-btn .round {
  border-radius: 50%;
  background-color: #f6a51e;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 0.2s forwards;
}

.border-btn.animate .round {
  animation: scale-up 0.5s forwards;
}

@keyframes scale-up {
  to {
    transform: scale(600);
  }
}

@keyframes scale-down {
  from {
    transform: scale(600);
  }
  to {
    ransform: scale(0);
  }
}

/* yellow-btn */
.yellowbutton {
  position: relative;
  border: 1px solid #f6a51e !important;
  border-radius: 500px;
  overflow: hidden;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  font-size: 15px !important;
  font-family: "Poppins";
  font-weight: 500 !important;
  padding: 20px 35px !important;
  background: #f6a51e;
  z-index: 9;
}
.yellowbutton:hover {
  cursor: pointer;
  border: 1px solid black !important;
  color: white;
}

.yellowbutton .yellowround {
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 0.2s forwards;
}

.yellowbutton.animate .yellowround {
  animation: scale-up 0.5s forwards;
}

/* blackbtn */
.blackbutton {
  position: relative;
  border: 1px solid #000 !important;
  border-radius: 500px;
  overflow: hidden;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px !important;
  font-family: "Poppins";
  font-weight: 500 !important;
  padding: 20px 35px !important;
  background: #000;
  z-index: 9;
}
.blackbutton:hover {
  cursor: pointer;
  border: 1px solid black !important;
  color: black;
}

.blackbutton .blackround {
  border-radius: 50%;
  background-color: #f6a51e;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 0.2s forwards;
}

.blackbutton.animate .blackround {
  animation: scale-up 0.5s forwards;
}

/* black-border */
.black-border {
  position: relative;
  border: 1px solid #000 !important;
  border-radius: 500px;
  overflow: hidden;
  background-color: transparent;
  text-transform: uppercase;
  color: black;
  font-size: 15px !important;
  font-family: "Poppins";
  font-weight: 500 !important;
  padding: 20px 35px !important;
  z-index: 9;
}
.black-border:hover {
  cursor: pointer;
  border: 1px solid #000 !important;
}

.black-border .black-border-round {
  border-radius: 50%;
  background-color: black;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: -1;
  animation: scale-down 0.2s forwards;
}

.black-border.animate .black-border-round {
  animation: scale-up 0.5s forwards;
}

/* button-css-end */

/* header-new-css-start */
ul.menu > li > a {
  font-size: 17px;
  color: black;
}
ul.menu > li.active a {
  border-bottom: 2px solid #f6a51e;
  color: #f6a51e !important;
}
ul.menu > li > a:hover {
  border-bottom: 2px solid #f6a51e;
}
/* header-new-css-end */

/* Home Page Css Start */

section.hero-banner {
  background-image: url(../images/banner/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 270px 0 150px;
  margin-top: -110px;
}
.banner-content u {
  text-transform: uppercase;
  color: #545454;
  text-decoration: none;
  font-size: 17px;
  margin-bottom: 25px !important;
  display: block;
  letter-spacing: 1px;
}
.banner-content u span {
  color: #f6a51e;
}
.banner-content h1 {
  color: #293645;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 54px;
}
.banner-content h1 span {
  color: #f6a51e;
}
.banner-content p {
  font-size: 16px;
  color: #545454;
  line-height: 30px;
  margin-bottom: 40px;
}
.banner-content .buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.banner-content .banner-image-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner-content .banner-image-box p {
  margin: 0px;
}
.banner-form {
  background: linear-gradient(180deg, #f6a51e, transparent);
  border: 2px solid #ff9900;
  padding: 40px;
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
}
.banner-form h3 {
  text-align: center;
  font-size: 28px;
  color: white;
  font-weight: 700;
  width: 80%;
  margin: 0 auto 15px;
  line-height: 32px;
}
.banner-form form {
  text-align: center;
}
.banner-form form label {
  width: 100%;
  margin-bottom: 15px;
  color: #293645;
  font-weight: 600;
  text-align: left;
}
.banner-form form label input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 2px solid #f6a51e;
  padding: 0 10px;
  font-family: "Poppins";
  color: black;
  background: transparent;
  margin-top: 7px;
}
.banner-form form label textarea {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #f6a51e;
  padding: 10px 10px;
  font-family: "Poppins";
  color: black;
  background: transparent;
  height: 120px;
  margin-top: 7px;
}

.major-trusted {
  margin-top: 130px;
  text-align: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.major-trusted h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  color: black;
}

/* /// */
section.counter {
  background: linear-gradient(90deg, #f07f1b, #ff9900);
  padding: 50px 0;
}
.counter-section {
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.counter-box {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 18px;
}
.counter-section .label {
  font-size: 17px;
  font-weight: 500;
}
section.driven {
  background: #fff9ef;
  padding: 90px 0;
  text-align: center;
}
.driven-content h2 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
}
.driven-content h5 {
  font-size: 20px;
  margin-bottom: 13px;
}
.driven-content p {
  width: 82%;
  margin: 0 auto;
  line-height: 23px;
  font-size: 16px;
}
.driven-process {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
.driven-process .box {
  background: white;
  width: 30%;
  position: relative;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  padding: 50px 30px;
}
.driven-process .box img {
  margin-bottom: 20px;
  height: 50px;
}

.driven-process .box h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: black;
}

.driven-process .box .divider {
  width: 30%;
  height: 1px;
  background: #f07f1b;
  margin: 10px auto 12px;
}

.driven-process .box p {
  font-size: 15px;
  color: #545454;
  line-height: 24px;
  height: 100px;
}

.driven-process .box::before,
.driven-process .box::after {
  width: 17%;
  height: 17%;
  transition: 0.35s;
  content: "";
  position: absolute;
}
.driven-process .box::before {
  bottom: 13px;
  left: 13px;
  border-left: 3px solid #f07f1b;
  border-bottom: 3px solid #f07f1b;
}
.driven-process .box::after {
  top: 13px;
  right: 13px;
  border-right: 3px solid #f07f1b;
  border-top: 3px solid #f07f1b;
}
.driven-process .box:hover::before,
.driven-process .box:hover::after {
  width: 92%;
  height: 91.8%;
}

/* .driven-process .box::after,
.driven-process .box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.driven-process .box::after {
    top: 11px;
    left: 11px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.driven-process .box::before {
    bottom: 11px;
    right: 11px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}
.driven-process .box:hover::after,
.driven-process .box:hover::before {
    width: calc(89% + 17px);
    height: calc(88% + 13px);
    border-color: #F07F1B;
} */

.connect-sec {
  background-image: url(../images/connect-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}
.connect-content h2 {
  color: #293645;
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 46px;
}

.connect-content p {
  font-size: 15px;
  color: black;
  line-height: 21px;
  margin-bottom: 20px;
}
.connect-content ul {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 32px;
}
.connect-content ul li {
  width: 48%;
  font-size: 15px;
  color: black;
  padding-left: 20px;
  position: relative;
}
.connect-content ul li::before {
  content: url(../images/marker.png);
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  top: -3px;
}
.connect-content .buttons {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  gap: 30px;
}
.connect-content span {
  font-size: 15px;
  color: black;
}

section.included-more-thing {
  background-image: url(../images/include-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0;
}
.include-content h2 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  line-height: 40px;
  margin-bottom: 20px;
}

.include-content h2 span {
  color: #f6a51e;
}
.include-content p.first-para {
  width: 80%;
  margin: 0 auto;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}
.include-main-process {
  margin-top: 50px;
}
.include-process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f6a51e;
  color: black;
  padding: 40px 25px;
  gap: 35px;
  transition: 0.5s all ease-in-out;
}

.include-process span {
  font-size: 30px;
  width: 10% !important;
}
.include-process h4 {
  font-size: 23px;
  font-weight: bold;
  width: 85%;
  text-transform: capitalize;
  line-height: 24px;
}

.include-process p {
  margin: 0 auto;
  line-height: 20px;
  font-size: 14px;
  width: 240%;
}
.include-process:hover {
  background-color: #f6a51e;
  transition: 0.5s all ease-in-out;
}
.include-process img {
  transition: 0.5s all ease-in-out;
}
.include-process:hover img {
  transform: rotate(-95deg);
  filter: brightness(0) invert(1);
  transition: 0.5s all ease-in-out;
}
.netpeak {
  margin-top: 120px;
}

.netpeak h2 {
  font-size: 33px;
  font-weight: 600;
  color: black;
  line-height: 45px;
}
.image-box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
}
.image-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  color: black;
}

.image-box p {
  font-size: 14px;
  color: black;
  line-height: 21px;
  margin-bottom: 0;
}
.industries {
  margin-top: 110px;
}

.industries h2 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  line-height: 40px;
  margin-bottom: 10px;
}

.industries p.first-para {
  width: 80%;
  margin: 0 auto;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}
.industries ul.nav.nav-tabs {
  margin: 60px 0 40px;
  border: none;
  display: flex;
  justify-content: space-evenly;
}
.industries ul.nav.nav-tabs li a {
  font-size: 21px;
  font-weight: 500;
  color: black;
}
.industries ul.nav.nav-tabs li a.active {
  color: #f07f1b;
}
.indutries-tabs-content h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.indutries-tabs-content p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 22px;
}

.indutries-tabs-content ul {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 32px;
  column-gap: 30px;
}
.indutries-tabs-content ul li {
  width: 47%;
  font-size: 15px;
  color: black;
  padding-left: 20px;
  position: relative;
  line-height: 21px;
}
.indutries-tabs-content ul li::before {
  content: url(../images/greenmarker.png);
  position: absolute;
  left: -10px;
  width: 20px;
  height: 20px;
  top: 2px;
}
.indutries-tabs-content a {
  color: #f07f1b;
  font-size: 20px;
  font-weight: 500;
}
section.publish {
  background-image: url(../images/publish-bg.webp);
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.amaze-reviews {
  background-image: url(../images/casestudies-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0 100px;
}
.amazon-casestudies {
  text-align: center;
}
.amazon-casestudies h2 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  line-height: 40px;
  margin-bottom: 10px;
}
.amazon-casestudies p.main-para {
  width: 80%;
  margin: 0 auto;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}
.score-brief {
  border: 2px solid #f07f1b;
  margin: 50px 50px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 10px 10px -7px #00000082;
}
.amazon-score {
  padding: 60px;
  text-align: left;
}
.amazon-score h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: black;
}

.amazon-score h3 span {
  font-weight: 800;
}
.amazon-score img {
  border: 2px solid #f07f1b;
}

.amazon-score p {
  line-height: 23px;
  font-size: 16px;
  margin-top: 20px;
  width: 80%;
}
.scores-rates {
  display: flex;
  justify-content: space-around;
  border-top: 2px solid #f07f1b;
}

.scores-rates .sales {
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}

.scores-rates .divider {
  background: #f07f1b;
  width: 6px;
}

.scores-rates .sales h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.scores-rates .sales h4 {
  font-size: 34px;
  font-weight: bold;
}

.scores-rates .sales h4 img {
  width: 19px;
  display: inline-block;
}
.amazon-slides {
  .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .slick-prev {
    left: -40px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/leftarrow.png);
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .slick-next {
    right: -40px;
    border: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/rightarrow.png);
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
}

.testimonial-sec {
  text-align: center;
  margin-top: 100px;
}
.testimonial-sec h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  line-height: 40px;
  margin-bottom: 40px;
}

.main-test {
  padding: 30px 15px;
}
.inner-testi {
  background: #dbdada;
  padding: 40px 0px 0;
  border-radius: 14px;
  transition: 0.5s all ease-in-out;
}
.inner-testi img {
  display: inline-block;
  margin-bottom: 13px;
}
.inner-testi p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto 20px;
  width: 90%;
}
.inner-testi .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-testi .title h6 {
  background: white;
  width: 53%;
  padding: 12px;
  font-size: 14px;
  color: black;
  font-weight: 600;
  border-radius: 0 14px;
}
.inner-testi .title img {
  margin-right: 30px;
  width: 33%;
}
.slick-active.slick-center .inner-testi {
  background: #e9e9e9;
  transform: scale(1.1);
  box-shadow: 0px 10px 10px -7px #00000082;
  transition: 0.5s all ease-in-out;
}

.testimonial-slides {
  .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .slick-prev {
    left: -40px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/leftarrow.png);
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .slick-next {
    right: -40px;
    border: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/rightarrow.png);
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
}
section.platforms {
  background-image: url(../images/platform-bg.webp);
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.frequently {
  padding: 100px 0;
}
.faqs-content h2 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  line-height: 40px;
  margin-bottom: 20px;
}

.faqs-content h2 span {
  color: #f6a51e;
}

.faqs-content .accordion-item {
  border: none;
}
.faqs-content .accordion-item h5 button {
  margin-bottom: 20px;
  border: 1px solid #8e8c8c;
  font-size: 16px;
  font-family: "Poppins";
  padding: 26px;
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
  border-color: #f6a51e !important;
}

.accordion-button button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accordion-body {
  margin-bottom: 20px;
  box-shadow: 0px 5px 6px 0px #bababa9c;
  border-radius: 10px;
  margin-top: -20px;
  padding: 26px;
  font-size: 15px;
  line-height: 24px;
}

.accordion-body ol {
  padding-left: 13px;
  list-style-type: decimal;
}

section.contact {
  background-image: url(../images/contact-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
}
.form {
  background: #ffe6c0;
  padding: 50px;
  border-radius: 20px;
}

.form h3 {
  font-size: 37px;
  text-transform: capitalize;
  font-weight: 700;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}

.form label {
  width: 100%;
  margin-bottom: 15px;
  color: #293645;
  font-weight: 600;
  text-align: left;
}
.form label input {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: 2px solid #f6a51e;
  padding: 0 10px;
  font-family: "Poppins";
  color: black;
  background: transparent;
  margin-top: 7px;
}
.form label textarea {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #f6a51e;
  padding: 10px 10px;
  font-family: "Poppins";
  color: black;
  background: transparent;
  height: 120px;
  margin-top: 7px;
}

/* //work-process-start */
section.work-sec {
  text-align: center;
  padding: 100px 0;
  background-image: url(../images/work-bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.work-content h2 {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  line-height: 40px;
  margin-bottom: 10px;
}
.work-content p {
  width: 70%;
  margin: 0 auto;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}
.work-process {
  margin-top: 90px;
  display: flex;
  gap: 40px;
}
.wrk-procing {
  width: 100%;
}
.wrk-procing h2 {
  font-size: 135px;
  color: transparent;
  -webkit-text-stroke: 1px black;
  font-weight: 800;
  line-height: 100px;
  margin-bottom: -29px;
  transition: 0.3s all ease-in-out;
}
.wrk-procing .main-box {
  background: linear-gradient(90deg, #ffffff, #dfe0e0);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 2px 8px -2px #0000008c;
}
.wrk-procing .main-box .inner-main {
  height: 290px;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  /* border-radius: 10px; */
  /* border: 5px solid black; */
  border: 5px solid;
  border-image: linear-gradient(to right, #ec592a, #f6ab40);
  border-image-slice: 1;
  box-shadow: 1px 2px 8px 1px #0000008c;
  transition: 0.3s all ease-in-out;
  /* position: relative; */
}
/* .wrk-procing .main-box .inner-main::before {
  content: "";
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  z-index: -6;
  left: -6px;
} */
.wrk-procing .main-box .inner-main p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: black;
}
.gathering-work {
  color: white;
  width: 80%;
  margin: 0 auto -29px;
  padding: 15px 30px;
  background-image: url(../images/gatheringblack.png);
  transition: 0.3s all ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 3;
  position: relative;
  font-weight: 500;
}

.gathering-work h6 {
  font-size: 15px;
  line-height: 21px;
}
.process-img {
  background: white;
  border: 12px solid #ffb700;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -70px auto 0;
  transition: 0.3s all ease-in-out;
}

.wrk-procing:hover h2 {
  -webkit-text-stroke: 1px #f07f1b;
  transition: 0.3s all ease-in-out;
}

.wrk-procing:hover .gathering-work {
  background-image: url(../images/gatheringhover.png);
  transition: 0.3s all ease-in-out;
  color: black;
}
.wrk-procing:hover .process-img {
  transition: 0.3s all ease-in-out;
  border-color: #f07f1b;
}
.wrk-procing:hover .main-box .inner-main {
  border: 5px solid black;
  transition: 0.3s all ease-in-out;
}
footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 40px;
}
.ftr-lt figure {
  margin-bottom: 23px;
}

.ftr-lt .p1 {
  margin-bottom: 20px;
}

.ftr-lt .p1 p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 200;
}
ul.socialIcon li span {
  background: #f6a51e;
  border-color: #f6a51e;
  font-size: 15px;
  transition: 0.5s all;
}

ul.socialIcon li span:hover {
  background: transparent !important;
  transition: 0.5s all;
}
.m4-h h5 {
  color: #ff9900;
  font-size: 20px;
  margin: 20px 0 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.foter-text ul.footerLinks li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.foter-text ul.footerLinks li {
  margin-bottom: 11px;
  color: white;
}
.ftr-md2 ul.footerLinks {
  margin-bottom: 30px;
}
.copywrite-footer {
  margin-top: 70px;
}

.copywrite-footer p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 200;
  color: white;
}

.copywrite-footer ul.copy-agreement {
  display: flex;
  justify-content: flex-end;
  gap: 41px;
}

.copywrite-footer ul.copy-agreement li a {
  font-size: 15px;
  font-weight: 300;
  color: #f6a51e;
}

/* Rotation Effect css start */

section.for-in-one-sec {
  padding: 150px 0 90px;
  background-image: url(../images/group21.png);
  background-color: #ffd5950f;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.uix-spacing--m {
  margin-bottom: 210px;
}
.uix-tabs {
  &.uix-tabs--rotation {
    .uix-tabs__content {
      position: relative;
      /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); */
      display: none;
      /* padding: 1.3rem; */
    }

    .uix-tabs__content.active {
      display: block;
    }

    .uix-tabs__nav {
      position: relative;
      text-align: center;
      margin: 0 auto;
    }

    .uix-tabs__nav > ul {
      position: relative;
      width: 406px;
      height: 406px;
      border: 3px solid #231f20;
      border-radius: 50%;
      margin: 0px auto;
      padding: 0;
      display: block;
    }
    .uix-tabs__nav > ul > li {
      position: absolute;
      width: 110px;
      height: 110px;
      z-index: 2;
      top: 0;
      left: 50%;
      background: #f6932d;
      border-radius: 100px;
      box-shadow: none;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      transition: transform 0.3s ease-out;
    }
    .uix-tabs__nav ul li::after {
      content: "";
      position: absolute;
      left: 62px;
      background-image: url(../images/tabs-img.png);
      background-repeat: no-repeat;
      background-size: 78px;
      width: 100%;
      height: 120%;
      top: -9px;
    }
    .uix-tabs__nav ul li[data-tab="0-tabs-show2"]::after {
      transform: rotateZ(54deg);
      top: 40px !important;
      left: 34px !important;
    }
    .uix-tabs__nav ul li[data-tab="0-tabs-show3"]::after {
      transform: rotateZ(113deg);
      top: 45px !important;
      left: -26px !important;
    }
    /* .uix-tabs__nav ul li[data-tab="0-tabs-show4"]::after {
      transform: rotateZ(110deg);
      top: -13px !important;
      left: -23px !important;
    } */
    .uix-tabs__nav ul li[data-tab="0-tabs-show4"]::after {
      transform: rotateZ(180deg);
      top: -13px !important;
      left: -62px !important;
    }
    .uix-tabs__nav ul li[data-tab="0-tabs-show5"]::after {
      transform: rotateZ(232deg);
      top: -61px !important;
      left: -37px !important;
    }
    .uix-tabs__nav ul li[data-tab="0-tabs-show6"]::after {
      transform: rotateZ(323deg);
      top: -46px !important;
      left: 50px !important;
    }

    .uix-tabs__nav > ul > li > a {
      color: black;
      font-size: 13px;
    }

    .uix-tabs__nav > ul > li.active {
      background: #212121;
    }
    .uix-tabs__nav > ul > li.active a {
      color: white;
    }
    .uix-tabs__content h2 {
      font-size: 37px;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: black;
      line-height: 43px;
      span {
        color: #f6932d;
      }
    }

    .uix-tabs__content p {
      font-size: 15px;
      color: #545454;
      line-height: 22px;
      margin-bottom: 0;
    }
  }
}

.tabs-work {
  width: 340px;
  height: 340px;
  margin: -390px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/maintab-bg.png);
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.tabs-work img {
  width: 100px;
}
.tabs-work h4 {
  font-size: 22px;
  font-weight: 600;
  color: black;
  line-height: 23px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .uix-tabs.uix-tabs--rotation .uix-tabs__nav {
    width: auto !important;
  }
}

/* Rotation Effect css end */

section.ramp-slider {
  margin-bottom: 100px;
}
.ramp-bg {
  background-image: url(../images/ramp-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.ramp-content {
  background-color: #f3efeb;
  padding: 35px;
}
.ramp-content h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  color: #2b3438;
  margin-bottom: 20px;
}
.ramp-content ul li {
  font-size: 16px;
  color: #2b3438;
  padding-left: 35px;
  position: relative;
  margin-bottom: 17px;
  line-height: 22px;
}
.ramp-content ul li::before {
  content: url(../images/greenmarker.png);
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  top: 4px;
}
.ramp-content::before,
.ramp-content::after {
  width: 17%;
  height: 17%;
  transition: 0.35s;
  content: "";
  position: absolute;
}
.ramp-content::before {
  bottom: 15px;
  left: 30px;
  border-left: 3px solid #f07f1b;
  border-bottom: 3px solid #f07f1b;
}
.ramp-content::after {
  top: 15px;
  right: 30px;
  border-right: 3px solid #f07f1b;
  border-top: 3px solid #f07f1b;
}
.ramp-content:hover::before,
.ramp-content:hover::after {
  width: 90%;
  height: 90.8%;
}

.ramp-slider-work .row {
  display: flex;
}

.ramp-slider-work {
  .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .slick-prev {
    left: -40px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/leftarrow.png);
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .slick-next {
    right: -40px;
    border: none;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/rightarrow.png);
    border: none;
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
}

.other-pages-driven {
  text-align: center;
  padding-top: 100px;
}
.include-content .button {
  text-align: center;
  margin: 60px 0 70px;
}
.other-pages-driven .driven-content h2 {
  margin-bottom: 15px;
}
.other-pages-driven .driven-process {
  gap: 15px;
}
.other-pages-driven .box {
  width: 24%;
}
.driven-process .box .number h2 {
  margin-bottom: 0px;
  font-size: 100px;
  font-weight: bolder;
  line-height: 100px;
  color: #a3a3a34f;
}
.other-pages-driven {
  .driven-process .box:hover::before,
  .driven-process .box:hover::after {
    width: 90.8%;
    height: 91.8%;
  }
}
section.amaze-reviews .other-pages-driven {
  margin-bottom: 110px;
}
section.amaze-reviews .other-pages-driven {
  margin-bottom: 110px;
}

section.amaze-reviews .other-pages-driven .driven-content h2 {
  width: 55%;
  margin: 0 auto 27px;
  text-transform: uppercase;
}

section.amaze-reviews .other-pages-driven .driven-content h2 span {
  color: #ffaa17;
}

section.amaze-reviews .other-pages-driven .box {
  box-shadow: 0px 5px 8px -2px #c0c0c0;
  border-radius: 11px;
}
section.amaze-reviews .driven-process .box::after {
  border-radius: 10px;
}
section.amaze-reviews .driven-process .box::before {
  border-radius: 10px;
}

section.amazon-listing {
  margin-bottom: 100px;
}
section.amazon-listing h2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: black;
  line-height: 43px;
  span {
    color: #f6932d;
  }
}

section.amazon-listing p {
  font-size: 15px;
  color: #545454;
  line-height: 22px;
  margin-bottom: 0;
}

.amazon-casestudies main.main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
.amazon-casestudies main.main .card {
  box-shadow: 0px 0px 10px 0px #3d3d3d82;
  border: none;
}
.product-photography {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}
.product-photography .photography-box {
  background: #eae6e0;
  padding: 22px;
  border-radius: 20px;
  transition: 0.6s all;
}
.product-photography .photography-box .content {
  display: flex;
  text-align: left;
  gap: 10px;
}
.product-photography .photography-box > img {
  margin-bottom: 30px;
  border: 1px solid #f07f1b;
  border-radius: 10px;
}
.product-photography .photography-box .content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-photography .photography-box:hover {
  background: #ffdea6;
  transition: 0.6s all;
}
.product-photography .photography-box .content a img {
  transition: 0.6s all;
}
.product-photography .photography-box:hover .content a img {
  transform: rotate(-45deg);
  transition: 0.6s all;
}

/* sub-menu-style */
/* Base Menu */
.menu {
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 0;
  margin: 0;
  /* background: #fff; */
}

.menu li {
  position: relative;
}

.menu li a {
  text-decoration: none;
  /* padding: 12px 18px; */
  /* display: block; */
  transition: color 0.3s ease;
}

/* Hover effect */
.menu li a:hover {
  color: #f07f1b;
}

/* Submenu Base */
.has-submenu {
  position: relative;
}

.has-submenu .submenu {
  list-style: none;
  position: absolute;
  top: 30px; /* slightly below parent */
  right: 0;
  background: #ffffff;
  min-width: 270px;
  padding: 0px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 999;
}
.has-submenu .submenu li {
  padding: 15px 20px;
}
/* Show Submenu on Hover */
.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* Submenu Items */
.submenu li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  transition: background 0.3s, color 0.3s;
}
.submenu li:hover {
  background: #f07e1b44;
  border-radius: 5px;
  a {
    color: #f07f1b;
  }
}
.video-shoot {
  margin-top: 40px;
}
section.privacy-content {
    padding: 60px 0;
}

section.privacy-content h1 {
    font-size: 35px;
    font-weight: 700;
    color: #ff9900;
    margin-bottom: 20px;
}

section.privacy-content p {
    font-size: 16px;
    color: rgb(84, 84, 84);
    line-height: 27px;
    margin-bottom: 20px;
}

section.privacy-content h2 {
    font-size: 22px;
    margin-bottom: 9px;
    font-weight: 600;
}

section.privacy-content h3 {
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: 500;
}

section.privacy-content ul {
    font-size: 16px;
    color: rgb(84, 84, 84);
    line-height: 24px;
    margin-bottom: 20px;
    list-style-type: disc;
}

section.privacy-content a {
    color: #ff9900;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    background: transparent;
    border: none;
    text-align: center;
}

.modal-dialog.modal-dialog-centered {
    max-width: 56%;
}

.modal-body {
    background: linear-gradient(180deg, #FF9900 40%, #fff 100%);
    border: 1px solid #FF9900;
    border-radius: 10px;
    padding: 40px;
}

.modal-body h3 {
    color: white;
    font-weight: 700;
    font-size: 50px;
    text-shadow: 0px 2px 10px #00000099;
    margin-bottom: 30px;
}
.popup-form input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 0 10px;
    font-family: "Poppins";
    color: black;
    background: transparent;
    margin-top: 7px;
    width: 1;
    border-radius: 7px;
}

.popup-form label {
    width: 100%;
}

.popup-form textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #fff;
    padding: 10px 10px;
    font-family: "Poppins";
    color: black;
    background: transparent;
    margin-top: 7px;
    border-radius: 7px;
}
.modal-content button.close {
    position: absolute;
    right: -20px;
    width: 36px;
    height: 36px;
    background: #ff9900;
    top: -20px;
    border-radius: 100px;
    color: white;
    font-weight: 200;
}
.foter-text{
  text-align: end;
}


/* about-page-css */
.about-page section.for-in-one-sec {
    padding: 110px 0;
}
.about-page section.for-in-one-sec .other-pages-driven {
  padding: 0px;
}
.about-page section.for-in-one-sec .other-pages-driven .driven-process {
    justify-content: center;
}
.about-page .other-pages-driven .box {
    width: 32%;
}
.about-page .other-pages-driven {
    .driven-process .box:hover::before, .driven-process .box:hover::after {
        width: 92.8%;
        height: 91%;
    }
}
/* contact-us-page-css */
section.contact-us {
    padding: 80px 0;
}
.contact-content {
    text-align: center;
    margin-bottom: 50px;
}

.contact-content h2 {
    font-size: 55px;
    font-weight: 700;
    color: black;
    margin-bottom: 6px;
}

.contact-content p {
    font-size: 16px;
    color: #545454;
    line-height: 30px;
}
ul.contact-details li i {
    color: #f6a51e;
    font-size: 40px;
    margin-right: 9px;
    width: 40px;
}
ul.contact-details li strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
ul.contact-details li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
ul.contact-details li a {
    font-size: 21px;
    font-weight: 500;
    color: black;
}
section.contact-us ul.socialIcon a span:hover {
    background: black !important;
}

/* RESPONSIVE CSS */

@media only screen and (max-width: 1024px) {
  section.hero-banner {
    padding: 140px 0 70px;
    margin-top: 0;
}
  .banner-content h1 {
    font-size: 35px;
    margin-bottom: 18px;
    line-height: 38px;
  }
  .banner-content u {
    font-size: 15px;
  }
  .banner-form {
    width: 90%;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .counter-box {
    font-size: 45px;
  }
  .counter-section .label {
    font-size: 15px;
  }
  section.driven {
    padding: 70px 0;
  }
  .driven-content p {
    width: 87%;
    line-height: 23px;
    font-size: 15px;
  }
  .driven-process {
    gap: 18px;
  }
  .driven-process .box {
    width: 32%;
    padding: 44px 25px;
  }
  .driven-process .box h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .driven-process .box:hover::before,
  .driven-process .box:hover::after {
    width: 91%;
    height: 91.8%;
  }
  .connect-content h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .connect-content p {
    font-size: 15px;
    line-height: 22px;
  }
  .connect-content ul {
    margin: 30px 0;
    row-gap: 22px;
  }
  .connect-content ul li::before {
    left: -12px;
    width: 16px;
    height: 16px;
    top: -6px;
  }
  .connect-content ul li {
    width: 50%;
    font-size: 12px;
    padding-left: 19px;
  }
  .include-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .include-content p.first-para {
    width: 90%;
    line-height: 23px;
    font-size: 15px;
  }
  .include-process {
    padding: 20px 15px;
    gap: 25px;
  }
  .include-process h4 {
    font-size: 19px;
    width: 85%;
  }
  .netpeak {
    margin-top: 70px;
  }
  .netpeak h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .industries h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .industries p.first-para {
    width: 90%;
  }
  .indutries-tabs-content ul li {
    padding-left: 40px;
  }
  .indutries-tabs-content ul li::before {
    left: 7px;
    top: 0px;
  }
  .industries ul.nav.nav-tabs li a {
    font-size: 18px;
  }
  .indutries-tabs-content p {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 22px;
  }
  .indutries-tabs-content ul {
    margin: 19px 0;
    row-gap: 19px;
    column-gap: 0px;
  }
  .indutries-tabs-content a {
    font-size: 17px;
  }
  .connect-content .buttons {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .amazon-casestudies h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .amazon-casestudies p.main-para {
    width: 90%;
    line-height: 23px;
    font-size: 15px;
  }
  .testimonial-sec {
    margin-top: 60px;
  }
  .testimonial-sec h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  section.amaze-reviews {
    padding: 70px 0 20px;
  }
  .work-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .work-content p {
    width: 90%;
    line-height: 23px;
    font-size: 15px;
  }
  .work-process {
    margin-top: 70px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrk-procing {
    width: 33%;
  }
  .faqs-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
  section.frequently {
    padding: 70px 0;
  }
  .form {
    padding: 35px;
  }
  .form h3 {
    font-size: 25px;
  }
  .foter-text ul.footerLinks li a {
    font-size: 14px;
  }
  .uix-tabs {
    &.uix-tabs--rotation {
      .uix-tabs__content h2 {
        font-size: 31px;
        line-height: 36px;
      }
    }
  }
  .ramp-content h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .ramp-content ul li {
    font-size: 14px;
    padding-left: 34px;
    margin-bottom: 14px;
    line-height: 20px;
  }
  .ramp-content:hover::before,
  .ramp-content:hover::after {
    width: 87.5%;
    height: 90.8%;
  }
  .other-pages-driven {
    text-align: center;
    padding-top: 20px;
  }
  .yellowbutton {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .border-btn {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .blackbutton {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .black-border {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .inner-testi p {
    font-size: 13px;
    line-height: 18px;
    width: 95%;
  }
  .inner-testi .title h6 {
    width: 57%;
    padding: 10px;
    font-size: 12px;
    border-radius: 0 14px;
  }
  section.amazon-listing h2 {
    font-size: 30px;
    line-height: 36px;
  }
  section.amaze-reviews .other-pages-driven .driven-content h2 {
    width: 80%;
  }
  .amazon-casestudies main.main .card {
    width: 22%;
  }
  .menuWrap.open ul.menu {
    background: transparent;
    width: fit-content;
    padding: 30px;
  }
  .menuWrap.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menuWrap.open ul.menu a {
    font-size: 22px;
    text-align: left;
    width: fit-content;
  }

  .menuWrap.open ul.menu a.active {
    border-bottom-color: white;
  }
  .has-submenu .submenu {
    left: 110px;
    top: 23px;
    background: #ff9900;
    width: 330px;
}
.menuWrap.open ul.menu > li:last-child{
  margin: 0px;
}

.has-submenu .submenu a {font-size: 17px !important;margin: 0px !important;}
}

@media only screen and (max-width: 768px) {
  .foter-text{
  text-align: left;
}
  .banner-form {
    width: 80%;
    margin: 40px 0 0;
  }
  .driven-content p {
    width: 100%;
    line-height: 23px;
    font-size: 15px;
  }
  .driven-process .box {
    width: 48%;
    padding: 44px 25px;
  }
  .driven-process .box:hover::before,
  .driven-process .box:hover::after {
    width: 92%;
    height: 91.8%;
  }
  section.connect-sec img {
    width: 50%;
    margin: 0 auto;
  }
  .include-content h2 {
    font-size: 26px;
  }
  .include-content p.first-para {
    width: 100%;
  }
  .industries p.first-para {
    width: 100%;
  }
  .industries ul.nav.nav-tabs li a {
    font-size: 14px;
  }
  .indutries-tabs-content {
    margin-bottom: 30px;
  }
  section.publish img {
    width: 50%;
    margin-bottom: 30px;
  }
  .amazon-casestudies p.main-para {
    width: 100%;
  }
  .score-brief {
    margin: 30px 20px;
  }
  .testimonial-sec h2 {
    font-size: 25px;
  }
  .work-content p {
    width: 100%;
    line-height: 23px;
    font-size: 15px;
  }
  .wrk-procing {
    width: 40%;
  }
  section.platforms img {
    width: 50%;
    margin: 0 auto;
  }
  .connect-content h2 {
    font-size: 29px;
    line-height: 38px;
  }
  .faqs-content h2 {
    font-size: 26px;
  }
  section.contact img {
    margin-top: 40px;
    width: 60%;
  }
  .copywrite-footer p {
    font-size: 13px;
  }
  .copywrite-footer ul.copy-agreement li a {
    font-size: 14px;
  }
  section.for-in-one-sec {
    padding: 70px 0 90px;
  }
  .uix-tabs {
    &.uix-tabs--rotation {
      .uix-tabs__content p {
        margin-bottom: 0px;
      }
    }
  }
  section.uix-spacing--m {
    margin-bottom: 150px;
  }
  .ramp-bg {
    background-size: contain;
    padding: 80px 0;
  }
  .ramp-content:hover::before,
  .ramp-content:hover::after {
    width: 91.5%;
    height: 88.8%;
  }
  section.amaze-reviews .other-pages-driven .driven-content h2 {
    width: 85%;
  }
  .product-photography .photography-box {
    width: 48%;
  }
  .amazon-casestudies main.main .card {
    width: 21%;
  }
  .counter-box {
    font-size: 35px;
    margin-bottom: 10px;
  }
  section.connect-sec .row {
    flex-direction: column-reverse;
  }
  .netpeak .row {
    flex-direction: column-reverse;
  }
  div.tab-pane .row {
    flex-direction: column-reverse;
  }
  section.contact .row {
    flex-direction: column-reverse;
  }
  .amazon-listing .row {
    flex-direction: column-reverse;
  }
  .uix-tabs.uix-tabs--rotation .row {
    flex-direction: column-reverse;
  }
  .uix-tabs__content h2 {
    margin-top: 130px !important;
  }
}

@media only screen and (max-width: 480px) {
   .foter-text{
  text-align: center;
}
  .banner-content .buttons {
    flex-direction: column;
    gap: 0;
  }
   .buttons {
    flex-direction: column;
    gap: 0 !important;
  }
  .buttons a.btn {
    width: fit-content;
  }
  .banner-content .buttons a.btn {
    width: fit-content;
  }
  a.logo img {
    width: 100px;
  }
  .main-header {
    padding-top: 10px;
  }
  .banner-content h1 {
    font-size: 32px;
    margin-bottom: 18px;
    line-height: 36px;
  }
  .banner-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .banner-form {
    width: 100%;
    margin: 30px 0 0;
  }
  .major-trusted {
    margin-top: 60px;
  }
  section.counter {
    padding: 30px 0;
  }
  .counter-section {
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: flex-start; */
    /* text-align: left; */
  }
  .counter-box {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .counter-section > div {
    width: 47%;
  }
  .driven-content h2 {
    font-size: 25px;
  }
  .driven-process .box {
    width: 100%;
    padding: 44px 25px;
  }
  .driven-process .box:hover::before,
  .driven-process .box:hover::after {
    width: 93%;
    height: 91.5%;
  }
  .connect-sec {
    padding: 50px 0;
  }
  section.connect-sec img {
    width: 100%;
    margin: 10px auto 0;
  }
  .yellowbutton {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .border-btn {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .blackbutton {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .black-border {
    font-size: 14px !important;
    padding: 18px 25px !important;
  }
  .include-content h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .include-content h2 br {
    display: none;
  }
  .include-process {
    flex-direction: column;
    text-align: center;
  }

  .include-process p {
    width: 100%;
  }
  .netpeak h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .image-box {
    gap: 24px;
    margin: 20px 0 20px;
    flex-direction: column;
    text-align: center;
  }
  .industries h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .industries p.first-para {
    font-size: 15px;
  }
  .industries ul.nav.nav-tabs {
    margin: 60px 0 30px;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 17px;
  }
  .industries ul.nav.nav-tabs li a {
    font-size: 17px;
  }
  .indutries-tabs-content h4 {
    font-size: 19px;
  }
  .indutries-tabs-content ul li {
    width: 100%;
    font-size: 14px;
  }
  section.publish img {
    width: 70%;
    margin-bottom: 30px;
  }
  .connect-content h2 {
    font-size: 24px;
    line-height: 31px;
  }
  .amazon-casestudies h2 {
    font-size: 22px;
  }
  .score-brief {
    margin: 30px 2px;
  }
  .amazon-score {
    padding: 30px;
    text-align: left;
  }
  .amazon-score h3 {
    font-size: 24px;
  }
  .amazon-score p {
    line-height: 20px;
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
  }
  .scores-rates .sales {
    width: 100%;
    padding: 23px 10px;
  }
  .scores-rates .sales h4 {
    font-size: 24px;
  }
  .scores-rates .sales h4 img {
    width: 13px;
  }
  .scores-rates .sales h6 {
    font-size: 9px;
  }
  .testimonial-sec h2 {
    font-size: 20px;
  }
  section.work-sec {
    padding: 50px 0;
  }
  .work-content h2 {
    font-size: 24px;
  }
  .wrk-procing {
    width: 80%;
  }
  section.platforms img {
    width: 90%;
    margin: 0 auto;
  }
  .faqs-content h2 {
    font-size: 22px;
  }
  .faqs-content .accordion-item h5 button {
    font-size: 15px;
    padding: 18px;
  }
  .accordion-body {
    padding: 18px;
    font-size: 14px;
  }
  section.contact img {
    margin-top: 40px;
    width: 100%;
  }
  .copywrite-footer ul.copy-agreement {
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }
  .banner-form h3 {
    font-size: 28px;
    width: 100%;
  }
  .uix-tabs {
    &.uix-tabs--rotation {
      .uix-tabs__content h2 {
        font-size: 25px;
        line-height: 31px;
        margin: 70px 0 10px !important;
      }
    }
  }
  section.amazon-listing h2 {
    font-size: 25px;
    line-height: 31px;
  }
  .product-photography .photography-box {
    width: 47%;
    padding: 15px;
  }
  .product-photography .photography-box > img {
    margin-bottom: 14px;
  }
  .product-photography .photography-box .content h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .product-photography .photography-box .content p {
    font-size: 13px;
  }
  .ramp-content:hover::before,
  .ramp-content:hover::after {
    width: 87.5%;
    height: 92.8%;
  }
  .amazon-casestudies main.main .card {
    width: 22%;
  }
  .amazon-casestudies main.main {
    gap: 15px;
  }
  .uix-tabs {
    &.uix-tabs--rotation {
      .uix-tabs__nav > ul {
        width: 310px !important;
        height: 310px !important;
        li {
          width: 90px;
          height: 90px;
          a {
            color: black;
            font-size: 12px;
          }
        }
      }
    }
  }
  .uix-tabs__nav ul li[data-tab="0-tabs-show1"] {
    transform: translate(104px, 102px) !important;
  }
  .uix-tabs__nav ul li[data-tab="0-tabs-show2"] {
    transform: translate(40px, 227px) !important;
  }
  .uix-tabs__nav ul li[data-tab="0-tabs-show3"] {
    transform: translate(-130px, 230.865px) !important;
  }
  .uix-tabs__nav ul li[data-tab="0-tabs-show4"] {
    transform: translate(-195px, 107px) !important;
  }
  .uix-tabs__nav ul li[data-tab="0-tabs-show5"] {
    transform: translate(-128px, -23.8653px) !important;
  }
  .uix-tabs__nav ul li[data-tab="0-tabs-show6"] {
    transform: translate(40px, -20.8653px) !important;
  }
  .uix-tabs {
    &.uix-tabs--rotation {
      .uix-tabs__nav ul li::after {
        /* content: "";
        position: absolute;
        left: 50px;
        background-image: url(../images/tabs-img.png);
        background-repeat: no-repeat;
        background-size: 57px;
        width: 110px;
        height: 110px;
        top: -1px;
        z-index: -7; */
        display: none;
      }
    }
  }
  .tabs-work {
    width: 270px;
    height: 270px;
    margin: -291px auto 0;
    background-size: 74%;
  }
  .tabs-work h4 {
    font-size: 16px;
    line-height: 18px;
    width: 81%;
    margin: 15px auto 0;
  }
  .menuWrap.open ul.menu a {
    font-size: 18px;
    margin-bottom: 21px;
}
.has-submenu .submenu a {
  font-size: 15px !important;
  margin: 0px !important;
}
.has-submenu .submenu {
  left: 85px;
  top: 17px;
  background: #ff9900;
  width: 260px;
}

}
