@font-face {

  src: url('../font/RadwaveDemoRegular.eot');

  src: url('../font/Kenney-Future-Square.eot?#iefix') format('embedded-opentype'),

    url('../font/RadwaveDemoRegular.woff2') format('woff2'),

    url('../font/RadwaveDemoRegular.woff') format('woff'),

    url('../font/RadwaveDemoRegular.ttf') format('truetype'),

    url('../font/RadwaveDemoRegular.svg#RadwaveDemoRegular') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



:root {

  --theme-color: #7750f6;

  --theme-secondary: #0b0a1e;

}



body {

  font-family: 'Noto Sans', sans-serif;

  background: #fff;

}



p {

  line-height: 1.5;

  color: #000;

}



a {

  text-decoration: none;

}


.title-sm{
  font-size: 1.2rem;
  font-weight: 700;
}
.title-md{
  font-weight: 700;
  font-size: 25px;
}
.title-lg{
  font-size: 45px;
  line-height: 1.5em;
  font-weight: 700;
}


.title-sm-2 {
  font-size: 2rem;
  line-height: 1.3;

  color: #000;

  font-weight: 700;

}



h3 {

  font-size: 22px;

  font-weight: 600;

}



.secoundary-text {

  font-size: 40px;

  font-weight: 700;

}



.bg-secoundary-color {

  background: #7750f6;

}



.btn-secoundary {

  background: #fff;

  color: #7750f6 !important;

}

.border-purple{
  border: 1px solid #7750f6;
}

.text-purple{
  color: #7750f6;
}


/* Caret Breadcrumb */
.breadcrumb-caret .breadcrumb-item+.breadcrumb-item::before {
  content: '\f0da';
  font-family: 'FontAwesome';
}

/* Bullet */
.breadcrumb-bullet .breadcrumb-item+.breadcrumb-item::before {
  content: '•';
}

/* Arrow Breadcrumb */
.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
  content: '';
}

.breadcrumb-arrow {
  height: 40px;
  line-height: 40px;
}

.breadcrumb-arrow .breadcrumb-item:first-child a {
  border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow .breadcrumb-item,
.breadcrumb-arrow .breadcrumb-item a,
.breadcrumb-arrow .breadcrumb-item span {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-arrow .breadcrumb-item:not(:first-child) {
  margin-left: -1px;
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item:before {
  padding: 0;
  content: "";
}

.breadcrumb-arrow .breadcrumb-item a,
.breadcrumb-arrow .breadcrumb-item.active {
  height: 40px;
  padding: 0 10px 0 25px;
  line-height: 40px;
}

.breadcrumb-arrow .breadcrumb-item a {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #3bafda;
  border: 1px solid #3bafda;
}

.breadcrumb-arrow .breadcrumb-item a:after,
.breadcrumb-arrow .breadcrumb-item a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.breadcrumb-arrow .breadcrumb-item a:before {
  right: -10px;
  z-index: 3;
  border-left-color: #3bafda;
  border-left-style: solid;
  border-left-width: 11px;
}

.breadcrumb-arrow .breadcrumb-item a:after {
  right: -11px;
  z-index: 2;
  border-left: 11px solid #2494be;
}

.breadcrumb-arrow .breadcrumb-item a:focus,
.breadcrumb-arrow li a:hover {
  background-color: #4fc1e9;
  border: 1px solid #4fc1e9;
}

.breadcrumb-arrow .breadcrumb-item a:focus:before,
.breadcrumb-arrow li a:hover:before {
  border-left-color: #4fc1e9;
}

.breadcrumb-arrow li.active:after,
.breadcrumb-arrow li.active:before {
  border-left-color: #2494be;
}

ul {

  line-height: 1.7;

  list-style-type: none;

  margin: 0;

  padding: 0;

}



ul li {

  margin-bottom: 1%;

  font-weight: 500;

}



h1 {

  font-weight: 700;

  font-size: 35px;

  letter-spacing: 1px;

}

.fs-16{
  font-size: 16px !important;
}

p {

  color: #6a6a92;

  font-size: 16px;

  font-weight: 500;

}



.btn {

  padding: 18px 50px 18px 50px;

  FONT-VARIANT: JIS83;

  FONT-VARIANT: JIS83;

  border-radius: 10px;

  font-weight: 600;

  transition: all .3s;

  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));

}



.btn:hover {

  --e-transform-translateX: 0px;

  --e-transform-translateY: -6px;

}



.form-control,

textarea {

  background: transparent;

  width: 100%;

  color: #fff;

  padding: 10px 15px;

  height: 50px;

  border: 1px solid #fff;

}



textarea {

  height: 100px;

}



.form-control::placeholder {

  color: #fff;

}

.form-sec-style h2{
  font-weight: bold;
}

.btn-primary {

  background: var(--theme-color);

}



.primary-color {

  color: var(--theme-color);

}



.highlight-text {

  font-size: 1.2rem;

  font-weight: 700;

}



section {

  padding: 60px 0;

}



.bg-theme-color {

  background: #e7eafe;

}



.bg-theme-color-secondary {

  background: #eff2fb;

}



.container {

  max-width: 1260px;

  position: relative;

  padding: 0 25px;

}



@media (min-width: 1399px) {

  .container {

    max-width: 1340px;

  }

}



@media (min-width: 1599px) {

  .container {

    max-width: 1380px;

  }

}



/* ens */



/* banner */

.banner-section {

  background: #eff2fb;

  padding: 90px 0 60px;

}


@media (min-width:992px){
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }
}
#header nav.navbar .nav-item a {

  color: #000;

  font-weight: 600;

}



header#header {
  width: 100%;
  z-index: 99;
  background-color: #eff2fb;
}



header#header .navbar-collapse button {

  box-shadow: 0px 24px 55px -19px rgb(119 80 246 / 87%);

  padding: 18px 40px 18px 40px;

}



#header nav.navbar {

  background-color: transparent !important;

  padding-top: 15px;

  padding: 15px 30px 15px;

 z-index: 999; 
}



.company-logo a img {

  width: 240px;

}



ul.dropdwon-menu {

  position: absolute;

  background: #fff;

  padding: 0px;

  border-style: solid;

  border-width: 0px 0px 0px 0px;

  border-radius: 10px 10px 10px 10px;

  min-width: 200px;

  box-shadow: 0px 0px 10px 0px rgb(42 32 106 / 0%);

  display: none;
  z-index: 1;
  /* min-height: auto;
  max-height: 500px;
  overflow-y: auto; */

}



.navbar-expand-lg .navbar-nav li.nav-item:hover ul.dropdwon-menu {
    display: block;
}



ul.dropdwon-menu li a {

  padding: 6px 10px 6px 10px;

  display: block;

  font-size: 16px;

  color: #6a6a92 !important;

}



/* banner */

.banner-content-area p {

  color: #6a6a92;

  padding: 15px 0 15px;

}



/* .banner-content-area h2 {

  font-size: 45px;

  line-height: 1.5em;

} */



.span-times {

  font-style: italic;

  font-family: "Times New Roman";

  font-weight: 900;

  font-size: 53px;

}



.banner-button a {

  margin-right: 10px;

  font-size: 18px;

}



.trusted-by ul {

  display: flex;

  align-items: center;

  gap:15px;

}



.trusted-by ul li img {

  width: 100%;

}



.trusted-by h4 {

  font-size: 25px;

  font-weight: 700;

  margin-bottom: 20px;

}



.trusted-by ul li {

  margin: 0;

}



/* end */



/* home */

.premimum-marketing-box {

  padding: 40px 40px;

  background: #fff;

  position: relative;

  border-radius: 15px;

  min-height: 100%;

}



.premimum-marketing-box:hover h3 {

  color: #7750f6;

}



.premimum-marketing-box-wrapper div:nth-child(even) div {

  background: #7750f6;

}



.premimum-marketing-box-wrapper div:nth-child(even) div h3,

.premimum-marketing-box-wrapper div:nth-child(even) div p {

  color: #fff;

}



.premimum-marketing-box-wrapper div:nth-child(even) div:hover h3 {

  color: #eff2fb;

}



.premimum-marketing-box-wrapper div:nth-child(even) div button,
.premimum-marketing-box-wrapper div:nth-child(even) div a{

  background: #fff;

  color: #7750f6;

}



.premimum-marketing-box:hover button,
.premimum-marketing-box:hover a{

  box-shadow: 0px 27px 29px -16px rgb(185 163 232 / 89%);

}



.premimum-marketing-box h3 {

  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px;
  padding-right: 30px;

}



.premimum-marketing-box p {

  padding-bottom: 20px;

}



.premimum-marketing-box button {

  padding: 15px 30px;

  transform: none;

}



.premimum-marketing-box img {

  position: absolute;

  width: 120px;

  bottom: 20px;

  right: 15px;

}



.brending-box-style img {

  width: 100%;

}



.brending-box-style span {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  color: #fff;

  background: rgb(0 0 0 / 40%);

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 25px;

  text-transform: capitalize;

  font-weight: 700;

}



.brending-box-style {

  position: relative;

}



.brending-box-col p {

  padding: 15px 0 0;

  font-size: 16px;

  margin: 0;

}



/* why choose marketozz */

ul.marketoz-listing {

  display: flex;

  flex-wrap: wrap;

}



ul.marketoz-listing li {
position: relative;
  max-width: 50%;

  flex: 0 0 50%;

  display: flex;

  align-items: self-start;

  margin-bottom: 40px;

  padding-left: 10px;
flex-direction: column;
}



ul.marketoz-listing li i {

  color: #7750f6;

  font-size: 20px;

}


ul.marketoz-listing li:has(p) div{
  cursor: pointer;
}
ul.marketoz-listing li span {
  margin-left: 10px;

  line-height: 110%;

  font-size: 16px;

}

ul.marketoz-listing li P {
  font-size: 16px;
}
ul.marketoz-listing li div + p{
  display: none;
  transition: all ease-in-out .5s;
    position: absolute;
    background-color: #fff;
    max-width: 300px;
    border-radius: 10px;
    padding: 10px;
    top: 30px;
    z-index: 9;
}
ul.marketoz-listing li div:hover + p{
  display: block;
}
/* footer */

footer {

  padding: 280px 0 30px;

}



footer .logo a img {

  max-width: 220px;

}



.footer-nav-link {

  list-style-type: none;

}



.footer-loaction-wrap h4 {

  color: #fff;

  font-size: 20px;

}



.footer-nav-link li a {

  color: #fff;

  opacity: 0.5;

  padding-right: 30px;

  font-size: 14px;

}



.footer-nav-link li a:hover {

  color: var(--theme-color);

  opacity: 1;

}



.footer-nav-link h4 {

  color: #fff;

  font-size: 20px;

  font-weight: 600;

  margin-bottom: 20px;

}



.footer-loaction-wrap ul li a,
.footer-loaction-wrap ul li span {

  color: #fff;

  opacity: 0.5;

  font-size: 14px;

}



.footer-loaction-wrap ul li a:hover{

  opacity: 1;

  color: var(--theme-color);

}



.footer-social-icon {

  display: flex;

}



.footer-social-icon i {

  color: var(--theme-color);

  font-size: 20px;

}



section.footer-wrapper {

  background: #e7eafe;

  height: 350px;

}



.copyright-text {

  border-top: 1px solid #fff;

}



.copyright-text p {

  color: #fff;

  opacity: 0.81;

  font-size: 16px;

  margin-bottom: 0;

}



.footer-top-line {

  width: 100%;

  height: 20px;

}



/* result marketing */

.industries-box-wrap {

  margin-bottom: 20px;

}



.bg-dark-bule {

  background: #0b0a1e;

}



/*.result-col-wrap h2 {*/

/*  color: #fff;*/

/*}*/



.result-col-wrap p {

  color: #e5ddff;

  font-size: 16px;

}



.result-marketing-box i {

  color: #fff;

  font-size: 30px;

}



.result-marketing-box {

  align-items: flex-start;

}



.result-marketing-content h3 {

  color: #fff;

  font-size: 18px;

  font-weight: 600;

}



.result-marketing-content {

  margin-left: 20px;

}



.result-marketing-content p {

  color: #e5ddff;

  font-size: 16px;

}



/* industries */

.industries-box-wrap .img-box {

  position: relative;

  padding: 30px 40px 30px;

  overflow: hidden;

  transition: all 0.3s ease-in-out;

  height: 100%;

  z-index: 9;

  background-size: 110%;

}



.industries-box-wrap .img-box h3 {

  color: #ffffff;

}



.industries-box-wrap .img-box:after {

  content: "";

  width: 100%;

  height: 100%;

  /* background: linear-gradient(180deg, rgba(7, 0, 153, 0) -10.67%, rgba(7, 3, 68, 0.87) 58.9%); */

  z-index: -1;

  /* opacity: 0; */
background-color: rgba(0, 0, 0, 0.615);
  position: absolute;

  left: 0;

  bottom: 0;

}



.industries-box-wrap .img-box p {

  font-size: 16px;

  margin: 10px 0;

  color: #ede8e8;

  opacity: 1;

  transition: all 0.3s ease-in-out;

}



.industries-box-wrap .img-box:hover:after {

  opacity: 1;

}



.industries-box-wrap .img-box:hover p {

  color: #ffffff;

}



.industries-box-wrap .img-box:hover {

  background-size: 120%;

}



.industries-box-wrap .img-box a {

  color: #ffffff;

  transition: all 0.3s ease-in-out;

}



.industries-box-wrap .img-box a i {

  padding-left: 10px;

}



.industries-box-wrap .img-box:hover a {

  color: #7750f6 !important;

}



.chose-decision-wrap {

  padding-right: 70px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.chose-decision-wrap button {

  max-width: 45%;
  padding: 18px 20px 18px 20px;
}



.chose-decision-wrap h2 {

  color: #fff;

  font-size: 35px;

  margin-bottom: 20px;

  /* text-transform: capitalize; */

}



.chose-decision-wrap p {

  color: #fff;

  margin-bottom: 50px;

}



ul.company-project-wrap {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}



ul.company-project-wrap li {

  max-width: 50%;

  flex: 0 0 50%;

  text-align: center;

  margin-bottom: 20px;

}



ul.company-project-wrap li {

  max-width: 50%;

  flex: 0 0 50%;

  text-align: center;

  margin-bottom: 20px;

}



ul.company-project-wrap li img {

  width: 60px;

}



ul.company-project-wrap li h4 {

  color: #fff;

  margin-top: 15px;

  font-size: 40px;

  font-weight: 700;

  margin-bottom: 0;

}



ul.company-project-wrap li span {

  color: #fff;

  opacity: 0.8;

  line-height: 180%;

  display: block;

  font-size: 15px;

}



.chhoose-marketoz-sec {

  padding-bottom: 140px;

}



.industries-box-wrap1 img {

  width: 100%;

  object-fit: cover;

}



.industries-box-wrap1 .img-box1 {

  border: 1px solid rgba(212, 224, 237, 0.9);

  padding: 10px 15px;

}



.industries-box-wrap1 {

  margin-bottom: 20px;

}



.industries-tabs-wrapper .nav-tabs button i {

  color: #000;

  display: block;

  font-size: 40px;

  padding-bottom: 10px;

}



.industries-tabs-wrapper .nav-tabs button {

  border: 1px solid #ddd;

  width: 23%;

  font-weight: 600;

  margin-right: 15px;

  color: #000;

  text-align: left;

  padding: 15px 15px;

  max-width: 23%;

  flex: 0 0 23%;

}



.industries-tabs-wrapper .nav-tabs button:last-child {

  margin: 0;

}



.industries-tabs-wrapper .nav-tabs button.active {

  background: #7750f6;

  color: #fff;

}



.industries-tabs-wrapper .nav-tabs button.active i {

  color: #fff;

}



.industries-tabs-wrapper .nav-tabs {

  border: none;

  flex-wrap: nowrap;

  overflow-y: hidden;

  overflow-x: scroll;

  padding-bottom: 5px;

}



.industries-tabs-wrapper .nav-tabs::-webkit-scrollbar {

  height: 5px;

}



.industries-tabs-wrapper .nav-tabs::-webkit-scrollbar-thumb {

  background: #7750f6;

  border-radius: 10px;

}

.recent-project-box {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
}


/* recent project */

.recent-project-box img {
  width: 300px;
    height: 150px;
    background-color: #fff;
border-bottom: 1px solid #ddd;
  border-radius: 0;

  object-fit: contain;

  transition-duration: 0.3s;

}



.recent-project-box img:hover {

  /* transform: scale(1.1); */
  transform: scale(0.95);

}



.recent-project-box h4 {

  font-size: 20px;

  font-weight: 700;

  margin-top: 19px;

  line-height: 100%;

}



.recent-project-box p {
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}



/* testimoniyal */

.testimoniyal-box img {

  width: 70px;

  height: 70px;

  overflow: hidden;

  object-fit: cover;

  border-radius: 100%;

  margin: 0px auto;

}



.testimoniyal-box h5 {

  font-size: 17px;

  font-weight: 700;

  line-height: 100%;

  margin-top: 10px;

  margin-bottom: 5px;

}



.testimoniyal-box {

  text-align: center;

  background: #fff;

  padding: 15px;

  border-radius: 20px;
  height: 330px !important;

}



.testimoniyal-box span {

  color: #6a6a92;

}



.testimoniyal-box p {

  padding-top: 10px;

}



.testimoniyal-box i {

  color: #7750f6;

}





.slick-dots li button {

  font-size: 0;

  width: 10px;

  height: 10px;

  border-radius: 100%;

  padding: 0;

  border: none;

  background: #f1f1f1;

}



.slick-dots {

  display: flex !important;

  justify-content: center;

  margin-top: 10px;

}



ul.slick-dots li {

  padding: 0 10px;

}



.slick-dots li.slick-active button {

  background: #7750f6;

}



/* form  */

.form-sec-style {

  border-radius: 30px;

  padding: 50px;

  position: absolute;

  top: -660px;

}



.form-sec-style button {

  background: #fff;

  color: #000;

}



.form-sec-style h2,

.form-sec-style p {

  color: #fff;

}



.form-sec-style p {

  font-size: 16px;

}


/* 
.form-sec-style h2 {

  text-transform: capitalize;

} */



.form-sec-style textarea::placeholder {

  color: #fff;

}



.consultation-box-wrap {

  text-align: center;

  position: relative;

  border-radius: 20px;

  top: -110px;

}



.consultation-box-wrap h2 {

  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;

}



.consultation-box-wrap p {

  color: #fff;

}



.why-marketozz-consulting-box {

  height: 100%;

  min-height: 260px;

  border: 1px solid rgba(212, 224, 237, 0.7);

  border-radius: 5px;

  padding: 40px 30px;

  transition: all 0.3s ease-in-out;

}



.why-marketozz-consulting-box.why-marketozz-consulting-box1 {

  position: relative;

  padding: 60px 30px 40px;

  background: #fff;

}



.why-marketozz-consulting-box.why-marketozz-consulting-box1 span {

  font-weight: 600;

  display: block;

  padding-bottom: 10px;

  opacity: 1;

  font-size: 17px;

  width: 70px;

  height: 70px;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  padding: 0;

  position: absolute;

  left: 0;

  right: 0;

  top: -30px;

  background: #fff;

}



.why-marketozz-consulting-box h3 {

  font-weight: 600;

  font-size: 1.2rem;

}



.why-marketozz-consulting-box p {

  font-size: 16px;

  padding-top: 10px;

  margin: 0;

}



.why-marketozz-consulting-box span {

  font-weight: 600;

  display: block;

  padding-bottom: 10px;

  opacity: 0.4;

  font-size: 17px;

}



.why-marketozz-consulting-box:hover {

  border: 1px solid #016BE3;

  box-shadow: 0px 16px 40px rgb(176 202 228 / 20%);

  border-radius: 5px;

}



.brending-box-style1 img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}



.brending-box-style1 {

  position: relative;

  overflow: hidden;

  border-radius: 20px;

  height: 300px;

}



.brending-box-style1 .branding-content {

  position: absolute;

  z-index: 1;

  /* top: 50px;

  left: 0;

  right: 0; */

  text-align: center;
top:50%;
left:50%;
  padding: 0 25px;
  transform: translate(-50%,-50%);
  width: 100%;
display: flex;
flex-direction: column-reverse;
}



.brending-box-style1 .branding-content img {

  width: 70px;

}



.brending-box-style1 .branding-content p,

.brending-box-style1 .branding-content span {

  color: #fff;

}



.brending-box-style1:before {

  background: rgb(0 0 0 / 40%);

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

}



.brending-box-style1 .branding-content p{

  padding-top: 20px;

  display: block;

  margin: 0;

}
.brending-box-style1 .branding-content span {

  /* padding-top: 15px; */

  display: block;

  margin: 0;
font-weight:bold;
}



.brending-box-style1 .branding-content span {

  /* text-transform: uppercase; */

  font-size: 24px;

}



.brand-management-tab-box h2 {

  color: #ffff;

}



.brand-management-tab-box p {

  color: #e5ddff;

  font-size: 16px;

}



.brand-management-tab-box ul#myTab {

  flex: 0 0 20%;

  max-width: 20%;

  margin-right: 100px;

  border: none;

}



.brand-management-tab-box ul#myTab li .nav-link {

  display: block;

  background: transparent;

  border: none;

  color: #fff;

  font-size: 20px;

  padding: 25px 0 8px;

  border-bottom: 1px solid #fff;

  width: 100%;

  text-align: left;

  font-weight: bold;

}



.brand-management-tab-box ul#myTab li .nav-link.active {

  color: #7750f6;

}



.brand-management-tab-box ul#myTab li:first-child .nav-link {

  padding-top: 0;

}



.brand-management-tab-box .tab-content h3 {

  color: #fff;

}



.brand-management-tab-box .tab-content p {

  margin-bottom: 30px;

}



/*value sec*/

.value-tab-style ul.nav-tabs {

  border: none;

}



.value-tab-style ul.nav-tabs li button {

  background: #7750f6;

  color: #fff;

  font-size: 15px;

  border-radius: 0;

  height: 60px;

}



.value-tab-style ul.nav-tabs li {

  margin-right: 15px;

}



/* web process */

.web-process-img img {

  max-width: 100%;

  margin: auto;

}



.web-process-details h4 {

  font-size: 1.2rem;

}



.web-process-details p {

  font-size: 16px;

}
.web-process-details {

  padding: 85px 10px 0px;

}

@media (max-width:1450px){
  .web-process-details {
    padding: 70px 10px 0px;

  }
}


.web-process-img {

  position: absolute;

  left: 0;

  right: 0;

  text-align: center;

}



.tachnologies-row {

  background: #eff2fb;

  height: 100%;

  width: 100%;

}



.tachnologies-row p {

  color: #6a6a92;

  margin: 0;

  font-size: 16px;

}



.tachnologies-row .border-left {

  border-left: 1px solid #00000045;

}



.marketing-staff-box {

  display: flex;

  align-items: center;

}



.marketing-staff-box .marketing-staff-content {

  padding-left: 15px;

}



.marketing-staff-content h4 {

  font-size: 1.2rem;

}



.marketing-staff-content p {

  font-size: 16px;

}



.marketing-staff-wrapper:nth-last-of-type(2n) {

  border-right: 2px solid #f7f7f7;

}



.marketing-staff-wrapper:nth-of-type(1n+3) {

  border-top: 2px solid #f7f7f7;

}



.marketing-staff-wrapperdiv:nth-last-of-type(2n) {

  border-right: 2px solid #f7f7f7;

}



.marketing-staff-wrapperdiv:nth-of-type(1n+3) {

  border-top: 2px solid #f7f7f7;

}



.staff-augmentation-box {

  background: #fff;

}



.staff-augmentation-content span {

  font-size: 48px;

  line-height: 48px;

  font-weight: 800;

  color: transparent;

  -webkit-text-fill-color: transparent;

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: #7750f6;

  display: block;

  padding-bottom: 15px;

}

.h595{
  height: 595px;
  object-fit: contain;
}

.navbar-toggler{
    border:1px solid #463b93;
    padding: 0;
    opacity: 0.6;
}
.navbar-toggler > .navbar-toggler-icon{
  color: #463b93;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:991px){
  .navbar-collapse {
    position: fixed;
    left: 0;
    background-color: #fff;
    padding: 10px;
    height: 100% !important;
    top: 0;
    bottom: 0;
}
.navbar-expand-lg .navbar-nav li.nav-item:hover ul.dropdwon-menu {
    z-index: 9;
    width: 100%;
    left: 0;
}
/* .banner-section .container .row{
  flex-direction: column-reverse;
} */
.span-times,
.title-lg {
  font-size: 40px;
  line-height: 1.2em;
}
.brending-box-style1 .branding-content span {
  font-size: 20px;
}
p{
  font-size: 16px;
}
.premimum-marketing-box {
  padding: 30px 30px;
}
.premimum-marketing-box img {
  width: 68px;
}
.premimum-marketing-box button {
  padding: 11px 17px;
}
.title-sm-2 {
  font-size: 1.8rem;
  line-height: 1.3;
}
.chose-decision-wrap h2 {
  font-size: 30px;
}

ul.company-project-wrap li img {
    width: 50px;
}
ul.company-project-wrap li h4 {
  font-size: 30px;
}
.secoundary-text {
  font-size: 30px;
}
.testimoniyal-box {
  height: 400px !important;
}
.web-process-img img{
  display: none;
}
ul.dropdwon-menu{
    min-width:unset;
}
ul.dropdwon-menu li a{
    font-size:14px;
}
.web-process-box {
  counter-reset: section;
}
.web-process-details{
    position:relative;
}
.web-process-details::before {
  counter-increment: section;
  content: counter(section);
  border: 1px solid #7750f6;
  width: 65px;
  height: 65px;
  font-size: 2.5rem;
  border-radius:50%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
  font-weight: 700;
  color: #fff;
  background-color: #7750f6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
}

@media (max-width:767px){
/* .chhoose-marketoz-sec .container .row{
  flex-direction: column-reverse;
}  */
.banner-section .container .row{
  /* flex-direction: column-reverse; */
  row-gap: 30px;
}
.marketing-staff-wrapper{
  border: 0 !important;
}
.h595 {
    height: 474px;
}

}

@media (max-width:767px){
  .border-start.border-sm-bottom{
    border-left: 0px !important;
    border-top: 1px solid #fff !important;
  }
  .border-start.border-end.border-tb{
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 1px solid #ffff;
    border-bottom: 1px solid #ffff;
  }
}

@media (max-width:575px){
  
  .breadcrumb-item {
    font-size: 12px;
}
  .span-times,
  .title-lg {
    font-size: 35px;
    line-height: 1.1em;
  }
  .title-sm-2 {
    font-size: 1.5rem;
    line-height: 1.3;
}
  .btn{
    padding: 13px 40px 13px 40px;
  }
  h1 {
      font-size: 30px;
  }
  .testimoniyal-box {
    height: auto !important;
}
.form-sec-style {
  position: unset;
  margin-bottom: 50px;
}
section.footer-wrapper{
  height: auto;
  display: none;
}
header#header .navbar-collapse button {
  padding: 12px 30px 12px 30px;
  margin-top: 30px;
}
.footer-nav-link{
  margin-top: 20px;
}
.chose-decision-wrap button{
  max-width: 100%;
}
.value-tab-style ul.nav-tabs li{
  flex: 0 0 48%;
  max-width:46%;
  margin-bottom:15px;
}
.value-tab-style ul.nav-tabs li > *{
  width:100%;

}
footer{
  padding-top: 50px;
}
.company-logo a img {
  width: 150px;
}
.form-sec-style {
    padding: 30px 25px;
}
.h595 {
    height: 350px;
    width: -webkit-fill-available;
}
.brand-management-tab-box ul#myTab{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
}
.brand-management-tab{
    flex-direction:column;
    gap:30px;
}
.chose-decision-wrap {
    text-align: center;
    padding-right: 15px;
}
.web-process-details::before {
  width: 55px;
  height: 55px;
  font-size: 2rem;

}
ul.marketoz-listing li{
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 25px;
}
.trusted-by ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.trusted-by ul li {
  flex: 0 0 42%;
}
}
@media (max-width:480px){
  .value-tab-style ul.nav-tabs li{
    flex: 0 0 100%;
    max-width:100%;
   }
}
.thankyou-div{
  background-image: url('../assets/Thankyou/Overlay_Rectangle_black_20_\ opacity.png') !important;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  padding: 90px 30px;
  color: #fff;
}
.thankyou-div > *{
  color: #fff;  
}
.thanku-image{
  width: 120px;
  height: 120px;
}
.thanku-image > img{
  width: 100%;
  height: 100%;
  object-fit: contain;  
}
.contact2 .card{
  border-radius: 30px;
}
.contact2 h1,
.contact2 h2,
.contact2 h3,
.contact2 h4,
.contact2 h5,
.contact2 h6 {
  color: #fff;
}

.contact2 .font-weight-medium {
  font-weight: 500;
}

.contact2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.contact2 .bg-image {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact2 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact2 .detail-box .round-social {
  margin-top: 100px;
}

.contact2 .round-social a {
  background: transparent;
  margin: 0 7px;
  padding: 11px 12px;
}

.contact2 .links a {
  color: #8d97ad;
}


.br-30{
  border-radius: 30px;
}
.form-14px .form-control{
  font-size: 14px;
}
.premimum-marketing-box a.btn[href="javascript:void(0)"]{
  display:none;
}
.premimum-marketing-box a.btn[href="javascript:void(0)"] + img{
  display:none;
}
.premimum-marketing-box:has(a[href="javascript:void(0)"]) > p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.scroll450{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 450px;
  flex-wrap: nowrap;
}
.scroll450::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll450::-webkit-scrollbar-track {
  background: #7750f6;
  box-shadow: inset 0 0 0 1px #f1f1f1;

}

/* Handle */
.scroll450::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

/* Handle on hover */
.scroll450::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.custom-q{
  font-size: 1.2em;
  max-width: 600px;
  margin: auto;
  line-height: initial;
  position: relative;
  padding: 0 50px;
}
.custom-q::before,
.custom-q::after{
  font-size: 3em;
  line-height: 100%;
  position: absolute;
}
.custom-q::before{
  content: '\201C';
  left: 0;
  top: 0;
}
.custom-q::after{
  content: '\201D';
  right: 0;
  bottom: auto;
}