.mktbannersec
{
  background: url(../images/bannerimg.jpg) no-repeat left top;
  background-size: cover;
  padding: 292px 0 142px 0;
}
.mktbannersec h1
{
  font-family: var(--font-tungsten);
  font-size: 114px;
  line-height: 100px;
  color: var(--white);
  font-weight:300;
  margin-bottom: 25px;
}
.mktbannersec h1 span
{
  color: var(--primary-color);
  font-family: var(--font-tungsten);
  font-size: 100%;
}
.mktbannersec p
{
  font-size: 28px;
  line-height: 37px;
  color: var(--white);
  font-weight: 400;
}
.mktbannersec button
{
  margin-top: 15px;
}
.awardwinnerlogo
{
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.mktfstcontsec
{
  padding: 100px 0;
  background: url(../images/mktbg.jpg) no-repeat left top;
  background-size: cover;
}
.mktdisplaycontsec
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 100px;
}
.sglemktdisplaysec
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lftmktdisplaysec, .rytmktdisplaysec
{
  max-width: 50%;
  flex:0 0 50%;
}
.sglemktdisplaysec h2
{
  font-size: 55px;
  font-weight: 500;
  color: var(--black);
  line-height: 1;
  font-family: var(--font-outfit);
  margin-bottom: 25px;
}
.sglemktdisplaysec h2 span
{
  color: var(--primary-color);
  font-size: 100%;
  font-weight: 500;
}
.sglemktdisplaysec img
{
  border-radius: 10px;
}
.sglemktdisplaysec p
{
  font-family: var(--font-outfit);
  font-weight: 300;
}
.sglemktdisplaysec p strong
{
  font-weight: bold;
}
.sglemktdisplaysec:nth-child(odd) .rytmktdisplaysec
{
  padding-left: 90px;
}
.sglemktdisplaysec:nth-child(even) .rytmktdisplaysec
{
  padding-right: 90px;
  order: 1;
}
.sglemktdisplaysec:nth-child(even) .lftmktdisplaysec
{
  order: 2;
}
.centerbuttonsec
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
.choose-us-sec
{
  background: #04396E;
  background: linear-gradient(200deg, rgba(4, 57, 110, 1) 0%, rgba(113, 29, 1, 1) 100%);
}
.choose-us-top .section-heading h2 {
    color: var(--white);
}
.choose-us-top .section-heading h2::after {
    filter: brightness(100) invert(1);
}
.who-we-are {
  padding: 80px 0;
  background-color: var(--light-blue-bg);
}
.who-we-are-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.who-we-are-lft,
.who-we-are-rht {
  width: 48%;
}
.who-we-are-lft.section-heading {
  text-align: left;
}
.who-we-are-lft.section-heading h2 {
  padding-bottom: 70px;
  display: inline-block;
}
.who-we-are-lft.section-heading h2::after {
  left: 50%;
  transform: initial;
  bottom: 30px;
  transform: translateX(-50%);
}
.who-we-are-lft h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.who-we-are-lft p {
  margin-bottom: 30px;
}
.progress-container {
  position: absolute;
  left: 150px;
  top: 0;
  width: 6px;
  height: 100%;
  background: rgba(160, 180, 180, 0.4);
  overflow: hidden;
  border-radius: 10px;
}
.progress-bar {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transform: scaleY(0);
  transform-origin: top;
}
.who-we-are-rht {
  position: relative;
  min-height: 400px;
}
.who-each-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
}
.who-each-step:last-child {
  margin-bottom: 0;
}
.who-each-step-icon {
  width: 200px;
}
.who-each-step-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.who-each-step-txt {
  width: calc(100% - 200px);
}
.who-each-step-txt span {
  font-size: 22px;
  font-weight: 400;
  color: var(--black);
  display: block;
  margin-bottom: 10px;
}
.who-each-step-txt p {
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
  max-width: 270px;
  line-height: 35px;
}
.who-each-step-txt p span {
  font-size: 22px;
  line-height: 30px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.services {
  padding: 80px 0;
  background-color: #003058;
  margin-top: -17px;
}
.services-top.section-heading h2 {
  color: var(--white);
}
.services-top.section-heading h2::after {
  filter: brightness(0) invert(1);
}
.services-box-wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.services-box {
  padding: 2px;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: var(--transition);
}
.services-box-inner {
  padding: 40px 40px 105px 40px;
  background: #003058;
  position: relative;
  border-bottom-left-radius: 0;
  transition: var(--transition);
  height: 100%;
}
.services-box:hover {
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #e25626 100%);
  border-bottom-left-radius: 50px;
}
.services-box:hover .services-box-inner {
  background-color: var(--white);
  border-bottom-left-radius: 50px;
}
.services-box h3
{
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  max-width: 100%;
  transition: var(--transition);
}
.services-box p {
  color: var(--white);
  margin-bottom: 0;
  max-width: 100%;
  transition: var(--transition);
}
.services-box-inner .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  margin-left: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.services-box-inner .icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
}
.services-box-inner .hover-icon svg {
  width: 50px;
  height: 50px;
  color: var(--white);
  transform: rotate(45deg);
  transition: var(--transition);
}
.services-box-inner .hover-icon {
  position: absolute;
  right: 15px;
  top: 30px;
  transition: var(--transition);
}
.services-box:hover h3 {
  color: var(--primary-color);
}
.services-box:hover p {
  color: var(--black);
}
.services-box .services-box-inner .hover-icon svg {
  display: none;
}
.services-box:hover .services-box-inner .hover-icon svg {
  display: block;
  color: var(--primary-color);
}
.our-clients {
  padding: 80px 0 100px 0;
}
.our-clients-box-wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
.our-clients-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 2px;
  background: #b3b3b3;
  background: linear-gradient(
    150deg,
    rgba(179, 179, 179, 1) 0%,
    rgba(179, 179, 179, 1) 50%,
    rgb(249, 249, 249) 80%
  );
}
.our-clients-box-inner {
  height: 100%;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.our-clients-box img {
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
  object-position: center;
  transition: var(--transition);
}
.our-clients-box:hover img {
  transform: scale(1.1);
}
.industries {
  padding: 80px 0;
  background: url(../images/industrybg.jpg) no-repeat left top;
  background-size: cover;
}
.industries-top.section-heading h2 {
  color: var(--white);
}
.industries-top.section-heading h2::after {
  filter: brightness(100) invert(1);
}
.i-box-wrap {
  display: grid;
  grid-gap: 55px;
  grid-template-columns: repeat(3, 1fr);
}
.i-box {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  position: relative;
  transition: var(--transition);
}
.i-box:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 29px 0px;
}
.i-box h3 {
  font-size: 40px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  transition: var(--transition);
  text-align: center;
}
.i-box-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #003058;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.i-box .i-box-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  transition: var(--transition);
}
.i-box:hover .i-box-icon img {
  filter: brightness(100);
}
.roadmap {
  background-color: var(--light-blue-bg);
}
.steps-wrap {
  display: grid;
  align-items: center;
  grid-gap: 7px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 100px;
  overflow-y: hidden;
  overflow-x: auto;
}
.step {
  display: flex;
  flex-direction: column;
  position: relative;
}
.step:first-child {
  padding-left: 10px;
}
.step:nth-child(odd)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 700px;
  bottom: 0;
  left: -11px;
  background-image: url("../images/digital-marketing/t-line-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.step:first-child::before {
  left: -1px;
}
.step:nth-child(even)::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 700px;
  top: 0;
  left: -11px;
  background-image: url("../images/digital-marketing/t-line-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.step:nth-child(even) {
  flex-direction: column-reverse;
  margin-top: -184px;
}
.step .count,
.step .txt {
  padding: 20px 30px;
  min-height: 200px;
}
.step h3 {
  font-size: 100px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--font-tungsten);
  text-align: center;
}
.step:nth-child(even) h3 {
  color: var(--secondary-color);
}
.color-card {
  height: 30px;
  background-color: var(--primary-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.step:nth-child(even) .color-card {
  background-color: var(--secondary-color);
}
.step:nth-child(even) .btm {
  display: flex;
  flex-direction: column-reverse;
}
.step .icon {
  padding: 20px 30px;
}
.step .icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  object-position: center;
}
.step .txt h4 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.step .txt p {
  font-size: 18px;
  font-weight: 600;
}
.testimonials {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tb-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tb-wrap::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 350px;
  background-image: url("../images/t-line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  left: 35%;
  transform: translateX(-35%);
}
.tb-lft {
  width: 30%;
  position: relative;
}
.tb-rht
{
  width: 60%;
  position: relative;
}
.tb-lft .tb-rht {
  padding-top: 110px;
}
.t-slider-card p {
  line-height: 40px;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 27px;
}
.t-slider-card h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
}
.t-slider-card span {
  font-size: 18px;
}
.tb-rht .owl-dots {
  padding-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.tb-rht .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b3b3b3;
}
.tb-rht .owl-dots button.active {
  background: var(--primary-color);
}
.marquee.marquee-home-second
{
    transform: rotate(0deg);
}
.contact {
  padding: 100px 0 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-top: -17px;
}

@media only screen and (max-width: 1399px) {

.mktbannersec h1
{
  font-size: 90px;
  line-height: 80px;
}
.mktbannersec p
{
  font-size: inherit;
  line-height: inherit;
}
.sglemktdisplaysec h2
{
  font-size: 40px;
}

}

@media only screen and (max-width: 1199px) {

.mktbannersec
{
  padding-top: 162px;
}
.mktbannersec h1
{
  font-size: 70px;
  line-height: 70px;
}
.sglemktdisplaysec:nth-child(odd) .rytmktdisplaysec
{
  padding-left: 45px;
}
.sglemktdisplaysec:nth-child(even) .rytmktdisplaysec
{
  padding-right: 45px;
}

}

@media only screen and (max-width: 991px) {

.mktbannersec
{
  padding: 120px 0 60px 0;
}
.mktbannersec h1 {
        font-size: 50px;
        line-height: 1;
    }
.mktfstcontsec
{
  padding: 60px 0;
}
.mktdisplaycontsec
{
  row-gap: 40px;
}
    .sglemktdisplaysec h2 {
        font-size: 28px;
    }
.centerbuttonsec
{
  margin-top: 40px;
}

}

@media only screen and (max-width: 767px) {

.mktbannersec .row
{
  row-gap: 40px;
}
.mktdisplaycontsec
{
  row-gap: 20px;
}
.sglemktdisplaysec
{
  flex-direction: column;
}
.lftmktdisplaysec, .rytmktdisplaysec
{
  max-width: 100%;
  flex: 0 0 100%;
}
.sglemktdisplaysec:nth-child(odd) .rytmktdisplaysec, .sglemktdisplaysec:nth-child(even) .rytmktdisplaysec
{
  padding: 30px 0 0;
}
.sglemktdisplaysec:nth-child(odd) .lftmktdisplaysec
{
  order: 1;
}
.sglemktdisplaysec:nth-child(odd) .rytmktdisplaysec
{
  order: 2;
}

.sglemktdisplaysec:nth-child(even) .lftmktdisplaysec
{
  order: 1;
}
.sglemktdisplaysec:nth-child(even) .rytmktdisplaysec
{
  order: 2;
}
    .sglemktdisplaysec h2 {
        font-size: 25px;
    }

}