@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
body{margin: 0;padding: 0;overflow-x: hidden;font-family: "Lexend", sans-serif;}
*{box-sizing: border-box;}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;}
.cmn-btn {
    background-color: #ffcb08;
    padding: 7px 65px;
    border-radius: 100px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #ffcb08;
    transition: 0.5s;
    display: inline-block;
    line-height: 15px;
}
p {font-size: 20px;line-height: 38px;font-weight: 300;}
.cmn-btn:hover {
    background-color: transparent;
    color: #ffcb08;
    transition: 0.5s;
}
.heading-tag-five {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 3px;
}
.heading-tag-for {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 34px;
}
:focus,:hover {outline: 0;box-shadow: none;}
a {text-decoration: none !important;margin: 0;padding: 0}
ol,ul,li {margin: 0;padding: 0;list-style: none;margin-bottom: 10px;} 
img {max-width: 100%;box-sizing: border-box;}
.header-main .megamenu-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #241706;
    left: 0;
    z-index: 9;
    right: 0;
    margin: 0 auto;
    opacity: 0.7;
    padding: 75px 0;
}

.heading-lrg:before {
    background-color: #ffcb08;
    content: "";
    position: absolute;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    bottom: 12px;
/*    top: 0;*/
/*    align-self: end;*/
}
.heading-lrg {
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #000;
    position: relative;
    max-width: fit-content;
    font-size: 48px;
    position: relative;
}
#footer .contact-show {
    margin-bottom: 32px;
}
#footer .social-icn li a:hover img {
    transform: scale(0.9);
    transition: 0.2s;
}
#footer .social-icn li a img {
    transition: 0.2s;
    width: 30px;
}
.paira {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
}

.container {max-width: 1630px;margin: 0 auto;}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    .container {max-width: 1180px;margin: 0 auto;}
}

.header-main {
    background-color: #ffffff;
    padding: 22px 0 0 0;
    width: 100%;
    position: relative;
}
.header-main .animated-menu {
    display: none;
}
.header-main .navbar-nav li a {
    color: #000 ! IMPORTANT;
    font-size: 18px;
    padding: 0 !IMPORTANT;
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
    max-width: max-content;
}
.header-main .navbar a img {
    margin-bottom: 20px;
}
.header-main .navbar-nav li a:before {
    width: 0%;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #fed230;
    bottom: -3px;
    transition: 0.4s;
    opacity: 0;
}
.header-main .navbar-nav li a:hover:before {width: 100%;opacity: 1;transition: 0.4s;}
.header-main .navbar-nav {
    gap: 38px;
}
.header-main .navbar.navbar-expand-lg {
    align-items: end;
    position: inherit;
}

/*---------------- toggle-css-start -----------------*/

@media only screen and (max-width: 991px) {
.header-main .animated-menu {
    display: block;
}
    .header-main .toggle-main-cls .animated-menu {
        position: relative;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: none;
        margin-right: 0px;
    }
    .header-main .toggle-main-cls .animated-menu span {
        position: absolute;
        display: block;
        background: #000;
        height: 2px;
        width: 90%;
        border-radius: 0px;
        margin-bottom: 5px;
        box-shadow: 0px 2px 3px #000;
        transition: all 0.3s;
    }
       .header-main .toggle-main-cls .animated-menu span:nth-child(1) {
        top: 10px;
        width: 62%;
    }
.header-main .toggle-main-cls .animated-menu span:nth-child(2) {
  top: 20px;
}
    .header-main .toggle-main-cls .animated-menu span:nth-child(3) {
        top: 30px;
        width: 62%;
    }
.header-main .toggle-main-cls .animated-menu:hover {.header-main 
  cursor: pointer;
}
.header-main .toggle-main-cls .animated-menu:focus {
  outline: none;
}
.header-main .toggle-main-cls .active:nth-child(1) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(1) span:nth-child(1) {
  left: 4px;
  top: 20px !important;
  transform: rotate(45deg);
}
.header-main .toggle-main-cls .active:nth-child(1) span:nth-child(2) {
  width: 0px !important;
  opacity: 0;
}
.header-main .toggle-main-cls .active:nth-child(1) span:nth-child(3) {
  left: 4px;
  top: 20px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(2) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(2) span:nth-child(1) {
  left: 4px;
  top: 20px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(2) span:nth-child(2) {
  width: 0px !important;
  opacity: 0;
}
.header-main .toggle-main-cls .active:nth-child(2) span:nth-child(3) {
  left: 4px;
  top: 20px !important;
  transform: rotate(45deg);
}
.header-main .toggle-main-cls .active:nth-child(3) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(3) span:nth-child(1) {
  left: 4px;
  top: 20px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(3) span:nth-child(2) {
  left: 4px;
  top: 20px !important;
  transform: rotate(225deg);
}
.header-main .toggle-main-cls .active:nth-child(3) span:nth-child(3) {
  left: 4px;
  top: 20px !important;
  transform: rotate(45deg);
}
.header-main .toggle-main-cls .active:nth-child(4) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(4) span:nth-child(1) {
  left: 4px;
  top: 20px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(4) span:nth-child(2) {
  left: 4px;
  top: 20px !important;
  transform: rotate(-225deg);
}
.header-main .toggle-main-cls .active:nth-child(4) span:nth-child(3) {
  left: 4px;
  top: 20px !important;
  transform: rotate(45deg);
}
.header-main .toggle-main-cls .active:nth-child(5) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(5) span:nth-child(1) {
  left: 10px;
  top: 17px !important;
  width: 22px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(5) span:nth-child(2) {
  left: 10px;
  top: 35px !important;
  width: 20px !important;
  height: 2px !important;
}
.header-main .toggle-main-cls .active:nth-child(5) span:nth-child(3) {
  left: 10px;
  top: 17px !important;
  width: 22px !important;
  transform: rotate(45deg);
}
.header-main .toggle-main-cls .active:nth-child(6) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(6) span:nth-child(1) {
  top: 14px !important;
  left: 8px !important;
  transform: rotate(45deg);
  width: 20px !important;
}
.header-main .toggle-main-cls .active:nth-child(6) span:nth-child(2) {
  top: 20px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(6) span:nth-child(3) {
  top: 26px !important;
  right: 10px;
  transform: rotate(45deg);
  width: 20px !important;
}
.header-main .toggle-main-cls .active:nth-child(7) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(7) span:nth-child(1) {
  top: 14px !important;
  left: 8px !important;
  transform: rotate(225deg);
  width: 20px !important;
}
.header-main .toggle-main-cls .active:nth-child(7) span:nth-child(2) {
  top: 20px !important;
  transform: rotate(-45deg);
}
.header-main .toggle-main-cls .active:nth-child(7) span:nth-child(3) {
  top: 26px !important;
  right: 10px;
  transform: rotate(225deg);
  width: 20px !important;
}
.header-main .toggle-main-cls .active:nth-child(8) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(8) span:nth-child(1) {
  top: 20px !important;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.3s 0.4s !important;
}
.header-main .toggle-main-cls .active:nth-child(8) span:nth-child(2) {
  top: 20px !important;
  transform: rotate(-45deg);
  transition: top 0.2s, transform 0.3s 0.4s !important;
}
.header-main .toggle-main-cls .active:nth-child(8) span:nth-child(3) {
  top: 20px !important;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.3s 0.4s !important;
}
.header-main .toggle-main-cls .active:nth-child(9) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(9) span:nth-child(1) {
  top: 20px !important;
  transform: rotate(225deg);
}
.header-main .toggle-main-cls .active:nth-child(9) span:nth-child(2) {
  top: 20px !important;
  transform: rotate(315deg);
}
.header-main .toggle-main-cls .active:nth-child(9) span:nth-child(3) {
  top: 20px !important;
  transform: rotate(225deg);
}
.header-main .toggle-main-cls .active:nth-child(10) span {
  box-shadow: none !important;
}
.header-main .toggle-main-cls .active:nth-child(10) span:nth-child(1) {
  top: 20px !important;
  transform: rotate(135deg);
  transition: top 0.2s, transform 0.3s 0.8s !important;
}
.header-main .toggle-main-cls .active:nth-child(10) span:nth-child(2) {
  top: 20px !important;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.3s 0.4s !important;
}
.header-main .toggle-main-cls .active:nth-child(10) span:nth-child(3) {
  top: 20px !important;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.3s 0.4s !important;
}
}

/*---------------- toggle-css-end -----------------*/
.header-main .megamenu-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #241706;
    left: 0;
    z-index: 9;
    right: 0;
    margin: 0 auto;
    opacity: 0.7;
    padding: 75px 0;
    padding-left: calc((100vw - 1645px) / 2);
    padding-right: calc((100vw - 1645px) / 2);
  display: none;
    opacity: 0;
    transition: 0.7s;
}
.header-main .navbar-nav li:hover .megamenu-menu {
    display: block !important;
     transition: 0.7s;
    opacity: 9;
}
.header-main .open-now-main-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 25px;
    padding: 0 15px;
}
.header-main .all-view h5 {
    color: #ffcb08;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 300;
}
.header-main .all-view ul li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}
.header-main .all-view ul {
    display: grid;
    grid-row-gap: 5px;
}
.all-view {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
}
.all-view:last-child {
    margin-bottom: 0px;
}
.banner-video {
    width: 100%;
    display: inline-block;
}

.web-degital {
    width: 100%;
    display: inline-block;
    padding: 200px 0;
    background-color: #fff;
}
.all-clint-main {
    width: 100%;
    display: inline-block;
}
.all-clint-main .clint-item-show img {
    width: 100%;
}
.all-clint-main .pay-clint-all {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.all-clint-main .clint-item-show {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.4s;
}
.all-clint-main .title-tag-clint h2 {
    color: #ffcb08;}
.all-clint-main .title-tag-clint h2:before {
    background-color: #fff;
}

.all-clint-main .title-tag-clint {
    position: absolute;
    top: 0;
    bottom: 0;
    align-self: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    align-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: grid;
    justify-content: center;
    z-index: 1;
    transform: scale(0);
    opacity: 0;
       transition: 0.4s;
}

.all-clint-main .clint-item-show:after {
    transform: scale(0);
    opacity: 0;
    background-color: #080208d4;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 0.4s;
}
.all-clint-main .clint-item-show:hover:after {
    transform: inherit;
    transition: 0.4s;
    opacity: 999;
}
.Digital-left-item h2 {
    font-size: 48px;
}
.all-clint-main .clint-item-show:hover .title-tag-clint {
    transform: inherit;
    transition: 0.4s;
    opacity: 999;
}

.digital-cat {
    width: 100%;
    display: inline-block;
    background-color: white;
    padding: 100px 0 75px 0;
}

.digital-cat .digital-main-heading {
    text-align: center;
    margin-bottom: 75px;
    width: 100%;
    display: inline-block;
}
.digital-cat .digital-main-heading h2 {
    margin: 20px auto;
}

.digital-cat .black-cat-item-contant {
    background-color: #f8f8f8;
    height: 100%;
    padding: 70px 40px 50px 40px;
    border-radius: 1px;
    box-shadow: rgb(149 157 165 / 15%) 0px 2px 2px;
    text-align: center;
}
.digital-cat .black-cat-item-contant p {
    font-size: 16px;
    line-height: 22px;
    padding: 28px 0;
}
.talk-us {
    background-color: #ffcb08;
    padding: 120px 0;
    width: 100%;
    display: inline-block;
}
.talk-us .talt-main-review-contant h2 {
    margin: 0 auto;
}

.talk-us .talt-main-review-contant h2:before {
    background-color: #fff;
}
.talk-us .talt-main-review-contant {
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
}
.talk-us .talt-main-review-contant p {
    padding: 19px 0 40px 0;
}
.talk-us .talt-main-review-contant a {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.talk-us .talt-main-review-contant a:hover {
    background-color: transparent;
color: #000;
}

.Brand-work {
    padding: 120px 0;
    width: 100%;
    display: inline-block;
}
.all-brand-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    grid-column-gap: 185px;
    grid-row-gap: 45px;
}
#footer {
    background-color: #000;
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
#footer .social-icn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 60px 0 0px 0;
}
#footer .copy-bar p {
    font-size: 14px;
    padding-top: 25px;
    color: #fff;
    font-weight: 300;
}
#footer .footer-left-item-contant h2 {
    color: #fff;
}
#footer .brand-heading {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
#footer .Brand-work .brand-heading {
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 60px;
}
#footer .contact-show a {
    color: #ffcb08;
    font-size: 26px;
    font-weight: 700;
}
#footer .contact-show span {
    color: #fff;
    display: block;
    padding-bottom: 18px;
}
#footer .contact-show.email-addres a i img {
    width: 23px;
    animation: move 2s infinite ease-in-out;
}
#footer .contact-show.email-addres a {
    font-size: 16px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
}
.contact-show.email-addres a {
    font-size: 16px;
    font-weight: 200;
}
.Brand-work .brand-heading {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.Brand-work .item-brand-logo a:hover img {
    transform: scale(0.9);
    transition: 0.6s;
}
.Brand-work .item-brand-logo a img {
    transition: 0.6s;
}

.Brand-work .item-brand-logo {
    overflow: hidden;
}


/* Add-css 12_30_24  START */
figure img {
  width: 100%;
}
.inner-bnr-scn {
  /*min-height: 510px;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.review-all-about-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  margin-top: 80px;
}
.contant-revview-client h4 {
  font-size: 32px;
  margin-bottom: 24px;
}
.contant-revview-client {
  padding: 45px 50px 15px 50px;
  overflow: hidden;
}
.about-bx-item figure {
  overflow: hidden;
}
.about-bx-item:hover figure img {
  transform: translateY(30px) scale(1.15);
  transition: 0.6s;
}
.about-bx-item figure img {
  transition: 0.6s;
}
.contant-revview-client p {
  transform: translateX(-100%);
  height: 0;
  opacity: 0;
  transition: 0.7s;
}
.about-bx-item:hover p {height: auto;opacity: 1;
  transition: 0.7s;transform: inherit;}
.industries-page-id .web-degital {
    padding: 100px 0;
}
.about-page-id .web-degital, .industries-page-id .web-degital {
  padding: 100px 0 15px 0;
}
.all-clint-main.about-page-pay {
  margin-top: 60px;
}

.service-page-id .web-degital {
  padding: 120px 0 0 0;
}
.service-page-id .all-clint-main.about-page-pay {
  margin-top: 100px;
  margin-bottom: 15px;
}
.service-page-id .all-clint-main .pay-clint-all, .about-page-id .all-clint-main .pay-clint-all {
  gap: 15px;
}
.Digital-right-item ul {
  margin-top: 22px;
}
.Digital-right-item ul li {
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-left: 22px;
}
.Digital-right-item ul li:after {
  background-color: #ffcb08;
  width: 8px;
  height: 8px;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 1000px;
  top: 10px;
}
.industries-page-id .Brand-work, .talk-page-id .Brand-work {
  background-color: #f7f7f7;
}
.talk-us .talt-main-review-contant p {
  font-size: 20px;
  font-weight: 300;
}
.Testimonials-scn-main {
  width: 100%;
  display: inline-block;
  padding: 150px 0;
  text-align: center;
}
.Testimonials-scn-main .testi-contant-item h2 {
  margin: 0 auto;
}
.Testimonials-scn-main .testi-contant-item p {
  font-weight: 300;
  font-size: 20px;
  margin: 22px 0;
  font-style: italic;
}
.Testimonials-scn-main .testi-contant-item {
  max-width: 65%;
  margin: 0 auto;
}
.Testimonials-scn-main .testi-contant-item strong {
  font-size: 21px;
}
.contact-now ul li {
  padding-left: 0;
  font-size: 30px;
  font-weight: 300;
}
.contact-now ul li:after {
 display: none;
}
.contact-now ul li a {
  display: block;
  font-weight: 700;
  color: #ffcb08;
}
.contact-now .form-cnt-system h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 25px;
}
.contact-now .form-cnt-system input {
  transition: 0.3s;
  width: 100%;
  border-radius: 100px;
  background-color: #f1f1f1;
  border: 0;
  height: 60px;
  padding: 22px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-now .form-cnt-system textarea {
  transition: 0.3s;
  width: 100%;
  border-radius: 30px;
  background-color: #f1f1f1;
  border: 0;
  height: 230px;
  padding: 22px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-now .submit-btn.cmn-btn {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.contact-now .submit-btn.cmn-btn:hover {
    background-color: transparent;
    color: #000000;
    border-color: #000;
}
.contact-now .talk-page-id .web-degital {
  padding: 150px 0;
}
.contact-now .form-cnt-system input::placeholder, .form-cnt-system textarea::placeholder {color: #000;transition: 0.3s;}
.contact-now .form-cnt-system input:focus::placeholder {transform: translateY(-18px);transition: 0.3s;color: #cecece;}
.contact-now .form-cnt-system textarea:focus::placeholder {transform: translateY(-18px);transition: 0.3s;color: #cecece;}

.header-main .navbar-collapse{
    justify-content: end;
}

