@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/Muli-Bold.woff2") format("woff2"),
    url("../fonts/Muli-Bold.woff") format("woff"),
    url("../fonts/Muli-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.woff2") format("woff2"),
    url("../fonts/Muli.woff") format("woff"),
    url("../fonts/Muli.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli-Light.woff2") format("woff2"),
    url("../fonts/Muli-Light.woff") format("woff"),
    url("../fonts/Muli-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/Muli-SemiBold.woff2") format("woff2"),
    url("../fonts/Muli-SemiBold.woff") format("woff"),
    url("../fonts/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli-Extra-Bold";
  src: local("Muli Extra Bold"), local("Muli-Extra-Bold"),
    url("../fonts/Muli-ExtraBold.woff2") format("woff2"),
    url("../fonts/Muli-ExtraBold.woff") format("woff"),
    url("../fonts/Muli-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

#az-scroll-container {
    height: 620px !important;
    overflow: hidden;
    position: relative;
}
 
#az-inner-container {
    height: 2480px !important;
    overflow-y: hidden;
    transition: transform 0.5s ease-in-out;
}
 
.az-scroll-section-1 {
    height: 620px !important;
}

.case-studies-bg-wrapper{
  padding: 20px 20px 20px 60px;
  border-radius: 8px;
}

.az-ops-solution-box-warpper{
  border-radius: 12px;
  background: #26272B;
  box-shadow: 0px 3.545px 21.273px 0px rgba(0, 0, 0, 0.07);
  padding: 20px 20px;
}

.az-ops-partner-home-section{
  padding: 40px 20px;
}

.az-ops-industry-desc-section {
    padding-right: 40px;
}

.az-ops-industry-desc-section h2 {
    color: #fff;
    font-family: "Muli-SemiBold";
}

.az-ops-industry-desc-section p {
    font-size: 20px;
    color: #fff;
	font-family: "Muli-SemiBold";
}

.az-ops-industry-list li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.az-ops-industry-nav-tabs {
    display: flex;
    flex-direction: column;
    border-bottom: 0 !important;
}

.az-ops-industry-nav-item {
    position: relative;
    margin-bottom: 20px !important;
}

.az-ops-industry-nav-link {
    background: none !important;
    border: 0 !important;
    margin-bottom: 0px !important;
    padding: 0px 5px !important;
    color: #ffffffb7 !important;
    font-size: 20px;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.az-ops-industry-nav-item::after {
    content: "";
    border: 1px dashed #ffffffc4;
    position: absolute;
    height: 25px;
    top: 51px;
    left: 30px;
}

.az-color-img {
    display: none;
}
.az-ops-industry-nav-item img {
    width: 50px;
    margin-right: 5px;
}
.az-ops-industry-nav-link.active .az-color-img {
    display: inline-block;
}
.az-ops-industry-nav-link.active .az-grey-img {
    display: none;
}
.az-grey-img {
    display: inline-block;
}

#indicator {
  position: absolute;
  top: 45%;
  left: 20px;
  transform: translateY(-50%);
}

.msq-ops-custom-case-studies{
  padding: 40px 0px;
}

.msq-ops-first-bg {
  background-image: url(../images/section1.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: calc(100vh - 65px);
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 65px;
  z-index: 99;
}
.msq-iframe-wrapper  {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
}
.msq-ops-cover-companies-wrapper {
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
}
.msq-ops-cover-companies-wrapper .msq-companies-img-wrapper {
  width: 100%;
  margin: 0 10px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.msq-ops-cover-companies-wrapper .msq-companies-img-wrapper img {
  width: 100%;
}
.msq-microsoft-logo-wrapper {
  width: 250px;
}
.msq-microsoft-logo-wrapper img {
  width: 100%;
}
.msq-bottom-gradient {
  position: absolute;
  height: 150px;
  width: 100%;
  /* background: linear-gradient(
  to top,
  rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 0)
); */
  bottom: 0;
}
.msq-section2-bg {
  background-image: url(../images/section2-bg.png);
  background-size: contain; /*cover*/
  background-repeat: repeat;  /*no-repeat*/
  background-position: top;
}
.msq-testimonials-card {
  position: relative;
}
.msq-testimonials-card .msq-quote-icon {
  position: absolute;
  width: 80px !important;
}
.msq-testimonials-card .msq-quote-icon.msq-quote-icon-up {
  top: -46px;
  left: 35px;
}
.msq-testimonials-card .msq-quote-icon.msq-quote-icon-down {
  bottom: -47px;
  right: 35px;
}
.msq-ops-card-wrapper {
  padding: 20px 30px;
  border: 1px solid #636363;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: #191B1D 0% 0% no-repeat padding-box;
}
.msq-ops-first-bg h1, .ops-title {
  font-family: "Muli-Bold" !important;
}
.msq-ops-card-wrapper .msq-img-wrapper {
  width: 67px;
  margin-right: 20px;
}
.msq-ops-testimonials-bg .owl-item {
  padding: 50px;
}
.msq-ops-testimonials-bg .owl-carousel .owl-dots {
  display: flex !important;
}
.msq-ops-testimonials-bg .owl-item {
  padding: 50px;
}
.msq-ops-testimonials-bg .owl-dot {
  background: none !important;
  border: 1px solid #fff !important;
}
.msq-ops-testimonials-bg .owl-dot.active {
  background: #fff !important;
}
.msq-ops-card-wrapper .msq-img-wrapper img {
  width: 100%;
}
.msq-ops-card-wrapper .msq-title {
  font-size: 18px;
  font-family: "Muli-SemiBold";
  color: #fff;
}
.msq-content-wrapper p {
  font-size: 16px;
  line-height: 28px;
}
.msq-iframe-wrapper iframe {
  border-radius: 15px;
}
.msq-testimonials-card .quote-icon {
  width: 60px;
}
.testimonial-img-wrapper {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-img-wrapper img {
  width: 70% !important;
}
.msq-ops-testimonials-bg {
  background-image: url(../images/testimonials-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.msq-testimonials-main {
  padding: 40px 30px;
  border: 1px solid #ff8300;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.msq-testimonials-main p {
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
}
.msq-ops-demo-bg {
  background-image: url(../images/demo-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.msq-ops-bc-bg {
  background-image: url(../images/bc-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.msq-ops-bc-tab-content-wrapper {
  border: 1px solid #6e6e6e;
  background-color: #6e6e6e3f;
  padding: 15px;
  border-radius: 15px;
  max-height: 558px;
  overflow: hidden;
}
.msq-ops-bc-tabs {
  margin-left: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.msq-ops-bc-tabs .msq-item {
  font-family: "Muli-Light";
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  opacity: 0.75;
  padding: 15px 15px 15px 0px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  width: 100%;
}
.msq-ops-bc-tabs .msq-item.active {
  font-family: "Muli-Semibold";
  background: linear-gradient(to right, #ffffff45, rgb(255 255 255 / 0%));
  opacity: 1;
  padding-left: 15px;
  border-left: 8px solid #f79c2e;
}
.msq-bg-purple {
  background-color: #101020;
}

.msq-ops-testimonials-bg .owl-carousel button.owl-dot.active {
  background: #fff!important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.msq-ops-testimonials-bg .owl-carousel button.owl-dot span {
display: none !important;
}

/* Custom FAQ Accordion CSS */
.msq-custom-accordion .accordion-item {
  background: #54549155;
  border: none;
  border-radius: 10px;
}
.msq-custom-accordion .accordion-button {
  background: none !important;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "Muli-Semibold";
  font-size: 16px !important;
}
.msq-custom-accordion .accordion-body {
  opacity: 0.7;
  color: #ffffff !important;
  padding-top: 1rem !important;
}
.accordion-button.collapsed::after {
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(../images/plus-icon.png);
  transform: rotate(-90deg);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus-icon.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  transform: rotate(-180deg);
}
.companies-mobile-carousel .owl-stage {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1399px) {
  .msq-ops-bc-tab-content-wrapper {
    max-height: 481px;
  }
  #az-scroll-container {
    height: 580px !important;
  }
  .case-studies-list {
    font-size: 14px;
  }
  .msq-ops-custom-case-studies .case-studies-white-section {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .msq-ops-bc-tab-content-wrapper {
    max-height: 405px;
  }
}
@media screen and (max-width: 992px) {
  .msq-ops-bc-tab-content-wrapper {
    max-height: 305px;
  }
}
@media screen and (max-width: 768px) {
  .az-ops-solution-box-warpper {
    padding: 20px 15px;
  }
  .msq-ops-first-bg {
    background-image: url(../images/cover-mobile-bg.png);
    height: auto;
    padding: 170px 0 10px 0;
    position: relative;
  }
  .msq-ops-cover-companies-wrapper {
    position: static;
    bottom: 0px;
    padding-bottom: 0px;
  }
  .msq-microsoft-logo-wrapper {
    width: 147px;
  }
  .msq-ops-card-wrapper {
    padding: 10px 7px 10px 11px;
  }
  .msq-ops-card-wrapper .msq-img-wrapper {
    width: 44px;
    margin-right: 10px;
  }
  .msq-ops-card-wrapper .msq-title {
    font-size: 11px;
  }
  .msq-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .msq-iframe-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
  .msq-iframe-wrapper iframe {
    height: 200px;
  }
  /* BC Swiper */
  .msq-ops-bc-tab-content-wrapper {
    max-height: 216px;
    padding: 10px;
    border-radius: 10px;
  }
  .msq-ops-bc-tabs {
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  .msq-ops-bc-tabs .msq-item {
    padding: 7px 8px !important;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
  .msq-ops-bc-tabs .msq-item.active {
    background: linear-gradient(to top, #ffffff45, rgb(255 255 255 / 0%));
    padding-left: 0px;
    border-left: none;
    border-bottom: 4px solid #f79c2e;
  }
  /* Testimonials Carousel */
  .msq-testimonials-main {
    padding: 35px 20px;
    margin-left: 3px;
}
  .msq-ops-testimonials-bg .owl-item {
    padding: 20px 0px;
  }
  .msq-testimonials-card .msq-quote-icon {
    width: 60px !important;
  }
  .msq-testimonials-card .msq-quote-icon.msq-quote-icon-up {
    top: -32px;
  }
  .msq-testimonials-card .msq-quote-icon.msq-quote-icon-down {
    bottom: -32px;
  }
  .testimonial-img-wrapper {
    margin-bottom: 35px;
  }
  .msq-testimonials-main p {
    font-size: 16px;
    text-align: center;
  }
  .msq-ops-cover-companies-wrapper .msq-companies-img-wrapper {
    margin: 0px;
  }
}
@media screen and (max-width: 1450px) {
    .az-ops-industry-nav-item img {
    width: 42px;
}
.az-ops-industry-nav-link {
    font-size: 18px;
}
.az-ops-industry-nav-link.active {
    font-size: 18px;
}
.az-ops-industry-nav-item::after {
    height: 25px;
    top: 40px;
    left: 25px;
}
.az-ops-industry-desc-section h2 {
    font-size: 24px;
}
.az-ops-industry-list li {
    font-size: 14px;
    margin-bottom: 4px;
}
}
 
@media (min-width: 768px) and (max-width: 1024px) {
    .az-ops-industry-nav-link {
        font-size: 11px;
    }
	.az-ops-industry-nav-link.active {
    font-size: 11px;
}
.az-ops-industry-desc-section h2 {
    font-size: 20px;
}
.az-ops-industry-list li {
    font-size: 13px;
}
.msq-ops-first-bg {
    padding: 120px 0 20px 0 !important;
}
.msq-ops-bc-tab-content-wrapper {
    max-height: 400px;
    padding: 10px;
    border-radius: 10px;
}
}