/* Compact Header Toggle - SCSS Version */
.homeBannerMain {
  padding: 90px 0;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/homepage/home-banner.webp");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
@media (max-width: 767px) {
  .homeBannerMain {
    background-position: center;
    padding: 50px 0;
  }
}
.homeBannerMain:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.41);
  inset: 0;
}
.homeBannerMain h1 {
  font-size: 67px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .homeBannerMain h1 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .homeBannerMain h1 {
    font-size: 36px;
  }
}
.homeBannerMain h1 span {
  font-size: 50px;
  font-family: "RedHatDisplay-Regular";
}
@media (max-width: 991px) {
  .homeBannerMain h1 span {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .homeBannerMain h1 span {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .homeBannerMain .customBtn {
    padding: 15px 25px;
  }
}

.primaryBtn {
  padding: 18px 119px;
}

.homeOffshoreInnovation {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .homeOffshoreInnovation {
    padding: 50px 0;
  }
}
.homeOffshoreInnovation .offshoreInnovationImage {
  height: 591px;
}
.homeOffshoreInnovation .offshoreInnovationImage img {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.homeOffshoreInnovation .offshoreInnovationImage .offshoreInnovationCard {
  bottom: 0;
  left: 0;
  border-radius: 0 20px 0 0;
  padding: 14px 14px 0 0;
  width: 170px;
  height: 173px;
  background-color: #fff;
}
.homeOffshoreInnovation .offshoreInnovationImage .offshoreInnovationCard .offshoreInnovationCardInner {
  background-color: #007bff;
  border-radius: 20px;
}
.homeOffshoreInnovation .offshoreInnovationImage .offshoreInnovationCard span {
  font-family: "RedHatDisplay-Extrabold";
  font-size: 37px;
}
.homeOffshoreInnovation .offshoreInnovationContent {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .homeOffshoreInnovation .offshoreInnovationContent {
    padding-left: 0px;
  }
}
.homeOffshoreInnovation .offshoreInnovationContent p {
  margin-bottom: 16px;
}
.homeOffshoreInnovation .offshoreInnovationContent .offshoreIcon {
  background: #007bff;
  border-radius: 13px;
  height: 60px;
  max-width: 60px;
  width: 100%;
}
.homeOffshoreInnovation .offshoreInnovationContent .offshoreIcon img {
  width: 35px;
  height: 35px;
}
.homeOffshoreInnovation .offshoreInnovationContent .offshoreDesc {
  flex: 1;
}
.homeOffshoreInnovation .offshoreInnovationContent .offshoreDesc h5 {
  font-family: "RedHatDisplay-Semibold";
}
@media (max-width: 991px) {
  .homeOffshoreInnovation .offshoreInnovationContent .offshoreDesc h5 {
    font-size: 18px;
    line-height: normal;
  }
}
.homeOffshoreInnovation .offshoreInnovationContent .offshoreDesc p {
  margin-bottom: 0;
}

.homeTrustedPartner {
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .homeTrustedPartner {
    padding: 50px 0;
  }
}
.homeTrustedPartner .partnersListing {
  box-shadow: 0 1px 12px 2px rgba(96, 97, 112, 0.07);
  background-color: #dcedff;
  padding: 30px 22px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .homeTrustedPartner .partnersListing {
    text-align: center;
  }
}
.homeTrustedPartner .partnersListing .servicesIcon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  padding: 11px;
  margin-bottom: 30px;
}
.homeTrustedPartner .partnersListing .partnerMain {
  font-size: 62px;
  line-height: 50px;
  margin-bottom: 5px;
  color: #193370;
}
@media (max-width: 575px) {
  .homeTrustedPartner .partnersListing .partnerMain {
    justify-content: center;
  }
}
.homeTrustedPartner .partnersListing .partnerMain span {
  font-family: "RedHatDisplay-Light";
}
@media (max-width: 767px) {
  .homeTrustedPartner .partnersListing .partnerMain {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .homeTrustedPartner .partnersListing .partnerMain {
    font-size: 36px;
  }
}
.homeTrustedPartner .partnersListing p:not(.partnerMain) {
  font-family: "RedHatDisplay-Semibold";
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
}

.homeTalkModern {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .homeTalkModern {
    padding: 50px 0;
  }
}
.homeTalkModern .regardTechnology {
  padding: 50px 20px;
  background: url("../images/homepage/lets-talk.webp"), #193370;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}
.homeTalkModern .regardTechnology .regardTechContent {
  max-width: 760px;
}
.homeTalkModern .regardTechnology .regardTechContent h2 {
  font-family: "RedHatDisplay-Medium";
}
.homeTalkModern .regardTechnology .regardTechContent .customBtn {
  padding: 15px 107px;
}
@media (max-width: 767px) {
  .homeTalkModern .regardTechnology .regardTechContent .customBtn {
    padding: 12px 90px;
  }
}
@media (max-width: 400px) {
  .homeTalkModern .regardTechnology .regardTechContent .customBtn {
    padding: 12px 60px;
  }
}

.homeDevelopmentFirm {
  background: #f4f9fd;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .homeDevelopmentFirm {
    padding: 50px 0;
  }
}
.homeDevelopmentFirm .devTop {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .homeDevelopmentFirm .devTop {
    display: none;
  }
}
.homeDevelopmentFirm .devBottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .homeDevelopmentFirm .devBottom {
    display: none;
  }
}
.homeDevelopmentFirm .commonHomeHead {
  position: sticky;
  top: 116px;
}
.homeDevelopmentFirm .commonHomeHead h3 {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .homeDevelopmentFirm .commonHomeHead {
    position: static;
  }
}
.homeDevelopmentFirm .developmentFirmCarousel {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .homeDevelopmentFirm .developmentFirmCarousel {
    padding-left: 0;
  }
}
.homeDevelopmentFirm .developmentFirmCarousel ul li {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0 1px 12px 2px rgba(96, 97, 112, 0.078);
  transition: all 0.5s;
  z-index: 1;
}
.homeDevelopmentFirm .developmentFirmCarousel ul li:nth-child(1) {
  top: 116px;
}
.homeDevelopmentFirm .developmentFirmCarousel ul li:nth-child(2) {
  top: 132px;
}
.homeDevelopmentFirm .developmentFirmCarousel ul li:nth-child(3) {
  top: 148px;
}
.homeDevelopmentFirm .developmentFirmCarousel ul li:nth-child(4) {
  top: 164px;
}
.homeDevelopmentFirm .developmentFirmCarousel ul li:nth-child(5) {
  top: 180px;
}
.homeDevelopmentFirm .developmentFirmCarousel ul li:nth-child(6) {
  top: 196px;
}
@media (max-width: 767px) {
  .homeDevelopmentFirm .developmentFirmCarousel ul li {
    position: static !important;
  }
}
.homeDevelopmentFirm .developmentFirmCarousel ul li img {
  width: 45px;
}
.homeDevelopmentFirm .developmentFirmCarousel .devFirm {
  position: relative;
  margin-bottom: 16px;
  width: 50px;
  height: 50px;
  background: #dcedff;
  border-radius: 18px 5px 10px 5px;
  left: 12px;
}
.homeDevelopmentFirm .developmentFirmCarousel .devFirm img {
  position: absolute;
  left: -12px;
}
.homeDevelopmentFirm .developmentFirmCarousel h4 {
  color: #193370;
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .homeDevelopmentFirm .developmentFirmCarousel h4 {
    font-size: 18px;
  }
}
.homeDevelopmentFirm .developmentFirmCarousel a {
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #007bff;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.homeDevelopmentFirm .developmentFirmCarousel.active {
  display: none;
  animation: slideUp 0.5s ease forwards;
  transition: 2s;
}

.homeCaseStudies {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .homeCaseStudies {
    padding: 50px 0;
  }
}
.homeCaseStudies .caseStudiesCard {
  background: linear-gradient(259.74deg, #08183e -26.31%, #3095fb 72.36%);
  display: flex;
  gap: 66px;
  padding-top: 94px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .homeCaseStudies .caseStudiesCard {
    padding: 60px 25px;
  }
}
.homeCaseStudies .caseStudiesCard .caseStudiesContent .whiteBtn {
  padding: 0 100px;
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
@media (max-width: 767px) {
  .homeCaseStudies .caseStudiesCard .caseStudiesContent .whiteBtn {
    padding: 0 40px;
  }
}

.homeStartUpBusiness .commonHomeHead {
  max-width: 700px;
  margin: auto;
}
.homeStartUpBusiness .startBusiness {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.homeStartUpBusiness .startBusiness .startImage {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.15, 0.85, 1.04);
}
@media (max-width: 991px) {
  .homeStartUpBusiness .startBusiness .startImage {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .homeStartUpBusiness .startBusiness .startImage {
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .homeStartUpBusiness .startBusiness .startImage {
    height: 360px;
  }
  .homeStartUpBusiness .startBusiness .startImage:after {
    position: absolute;
    content: "";
    width: 59px;
    height: 37px;
    background-color: #193370;
    bottom: 20px;
    left: 0;
    z-index: -1;
  }
  .homeStartUpBusiness .startBusiness .startImage:first-child {
    flex-grow: 2;
  }
  .homeStartUpBusiness .startBusiness .startImage:first-child:after {
    display: none;
  }
  .homeStartUpBusiness .startBusiness .startImage:first-child .startContentMain h4 {
    transform-origin: 54px;
    transform: rotate(-90deg);
  }
  .homeStartUpBusiness .startBusiness .startImage.active {
    flex-grow: 1;
  }
  .homeStartUpBusiness .startBusiness .startImage.active:after {
    display: block;
  }
  .homeStartUpBusiness .startBusiness .startImage.active .startContentMain h4 {
    transform: rotate(-180deg);
    transform-origin: 13px;
  }
  .homeStartUpBusiness .startBusiness .startImage:hover:not(:first-child) {
    flex-grow: 2;
  }
  .homeStartUpBusiness .startBusiness .startImage:hover:not(:first-child) .startContentMain h4 {
    transform: rotate(-90deg);
    transform-origin: 90px;
  }
  .homeStartUpBusiness .startBusiness .startImage:hover:not(:first-child):after {
    display: none;
  }
}
.homeStartUpBusiness .startBusiness .startImage:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 1199px) {
  .homeStartUpBusiness .startBusiness .startImage:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.homeStartUpBusiness .startBusiness .startImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
}
.homeStartUpBusiness .startBusiness .startImage .startContentMain {
  position: relative;
  padding: 30px 20px;
}
@media (min-width: 1200px) {
  .homeStartUpBusiness .startBusiness .startImage .startContentMain {
    display: flex;
    align-items: end;
  }
}
.homeStartUpBusiness .startBusiness .startImage .startContentMain h4 {
  font-family: "RedHatDisplay-Semibold";
  color: #fff;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.62, 0.15, 0.85, 1.04);
}
@media (min-width: 1200px) {
  .homeStartUpBusiness .startBusiness .startImage .startContentMain h4 {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
  }
}
.homeStartUpBusiness .startBusiness .startImage .startContentMain p {
  color: #fff;
  margin-top: 10px;
}
.homeStartUpBusiness .bussinessContent {
  display: none;
  transition: all 0.5s;
}
.homeStartUpBusiness .bussinessContent.highlight, .homeStartUpBusiness .bussinessContent:first-child {
  display: block;
}
.homeStartUpBusiness .bussinessContent h4 {
  color: #193370;
  margin-bottom: 20px;
}

.homeLogoMainSlider {
  background: #F4F4F4;
  padding: 50px 0;
}
.homeLogoMainSlider .logoCarousel {
  padding: 0;
  background-color: transparent;
}
.homeLogoMainSlider .logoCarousel .owl-nav {
  display: none !important;
}
.homeLogoMainSlider .logoCarousel .item .thumbImage {
  border-radius: 10px;
}

.modelsPowering {
  padding: 90px 0;
  background: url(../images/ai/svg/models-powering-img.svg) #0f1722;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 767px) {
  .modelsPowering {
    padding: 45px 0;
  }
}
.modelsPowering h3 {
  max-width: 730px;
}
.modelsPowering .poweringItem {
  padding: 25px;
  border-radius: 20px;
  background: linear-gradient(359deg, rgba(72, 96, 203, 0.8), rgba(210, 210, 210, 0.2) 89.62%);
  height: 100%;
}
.modelsPowering .poweringItem h4,
.modelsPowering .poweringItem p {
  color: #fff;
}
@media (min-width: 991px) {
  .modelsPowering .poweringItem h4 {
    font-size: 20px;
  }
}
.modelsPowering .poweringItem img {
  width: 45px;
}
@media (max-width: 767px) {
  .modelsPowering .poweringItem img {
    width: 35px;
  }
}

.homeIndustryUse {
  background: #f4f4f4;
  padding: 94px 0;
}
@media (max-width: 768px) {
  .homeIndustryUse {
    padding: 50px 0;
  }
}
.homeIndustryUse .industryCard {
  border-radius: 18px;
  transition: all 0.6s;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.indusTech {
    height: 240px;
  }
  .homeIndustryUse .industryCard.indusTech img {
    height: 100%;
    object-fit: cover;
  }
}
.homeIndustryUse .industryCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeIndustryUse .industryCard img.indusMobile {
  display: none;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard img.indusMobile {
    display: block;
  }
  .homeIndustryUse .industryCard img.indusDesk {
    display: none;
  }
}
@media (max-width: 991px) {
  .homeIndustryUse .industryCard img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    height: 100%;
    object-fit: cover;
  }
}
.homeIndustryUse .industryCard img.indusShadow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.homeIndustryUse .industryCard:hover img.indusShadow {
  display: block;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard:hover img.indusShadow {
    display: none;
  }
}
.homeIndustryUse .industryCard.industryHover:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(25, 51, 112, 0.4);
  top: 0;
  left: 0;
  border-radius: 18px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .homeIndustryUse .industryCard.industryHover:hover:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .homeIndustryUse .industryCard:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25, 51, 112, 0.4);
    top: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .homeIndustryUse .industryCard {
    margin-bottom: 15px;
  }
}
.homeIndustryUse .industryCard .industryContent {
  position: absolute;
  inset: 22px;
  z-index: 2;
}
.homeIndustryUse .industryCard .industryContent h3 {
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 991px) {
  .homeIndustryUse .industryCard .industryContent h3 {
    font-size: 20px;
  }
}
.homeIndustryUse .industryCard .industryContent .industryHover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.homeIndustryUse .industryCard .industryContent .industryHover p {
  color: #fff;
  margin-bottom: 1px;
}
@media (min-width: 991px) {
  .homeIndustryUse .industryCard .industryContent .industryHover p {
    font-size: 14px;
  }
}
.homeIndustryUse .industryCard .industryContent .industryHover a {
  font-family: "RedHatDisplay-Semibold";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .homeIndustryUse .industryCard .industryContent .industryHover {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .homeIndustryUse .industryCard .industryContent {
    top: 16px;
  }
}
.homeIndustryUse .industryCard:hover {
  transition: all 0.6s;
}
.homeIndustryUse .industryCard:hover img {
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}
.homeIndustryUse .industryCard:hover .industryHover {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryCut {
    height: 380px;
  }
  .homeIndustryUse .industryCard.industryCut img {
    height: 100%;
    object-fit: cover;
  }
}
.homeIndustryUse .industryCard.industryTop {
  margin-top: -96px;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryTop {
    margin-top: 0;
  }
}
.homeIndustryUse .industryCard.industryTop .industryContent {
  top: 116px;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryTop .industryContent {
    top: 26px;
  }
}
.homeIndustryUse .industryCard.industryRight {
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryRight {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryRight {
    height: 260px;
  }
}
.homeIndustryUse .industryCard.industryRight .industryContent {
  top: 116px;
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryRight .industryContent {
    top: 26px;
  }
}
@media (max-width: 575px) {
  .homeIndustryUse .industryCard.industryRight .industryContent {
    top: 16px;
  }
}
@media (max-width: 1200px) {
  .homeIndustryUse .industryCard.industryLast {
    height: 260px;
  }
}
.homeIndustryUse .bgBlack {
  background: #000;
}
@media (max-width: 991px) {
  .homeIndustryUse .industryMainCard {
    display: flex;
    margin: 0 -15px;
  }
  .homeIndustryUse .industryMainCard .industryCard {
    max-width: 47%;
    flex: 0 0 47%;
    height: 260px;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .homeIndustryUse .industryMainCard {
    display: block;
    margin: 0;
  }
  .homeIndustryUse .industryMainCard .industryCard {
    max-width: 100%;
    margin: 0 0 15px;
  }
}

.homeDitstekModels {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .homeDitstekModels {
    padding: 50px 0;
  }
}
.homeDitstekModels .commonHomeHead {
  max-width: 700px;
  margin: auto;
}
.homeDitstekModels .modelsCard {
  padding: 34px 26px;
  box-shadow: 0 1px 12px 2px rgba(96, 97, 112, 0.0784313725);
  border: 0.83px solid #F8F8F9;
  border-radius: 8px;
  transition: all 0.5s;
}
.homeDitstekModels .modelsCard h4 {
  color: #193370;
  margin-bottom: 10px;
}
.homeDitstekModels .modelsCard p {
  color: #193370;
  margin-bottom: 15px;
}
.homeDitstekModels .modelsCard ul li {
  gap: 10px;
  padding-bottom: 12px;
}
.homeDitstekModels .modelsCard ul li:last-child {
  padding-bottom: 0;
}
.homeDitstekModels .modelsCard ul li .modelIcons {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4f9fd;
  padding: 6px;
}
.homeDitstekModels .modelsCard ul li .modelIcons img {
  width: 22px;
}
.homeDitstekModels .modelsCard ul li p {
  color: #1b1b1b;
  margin-bottom: 0;
  text-transform: capitalize;
}
.homeDitstekModels .modelsCard:hover {
  background: #007bff;
}
.homeDitstekModels .modelsCard:hover p,
.homeDitstekModels .modelsCard:hover h4 {
  color: #fff;
}
.homeDitstekModels .modelsCard:hover ul li .modelIcons {
  background: #f4f9fd;
}

.homeTestimonialSec {
  background: #f4f9fd;
}
.homeTestimonialSec .commonHomeContent h2 {
  color: #193370;
}
.homeTestimonialSec.testimonials .testimonialDesc {
  margin: 0;
  background-color: #193370;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .homeTestimonialSec.testimonials .testimonialDesc {
    margin: 0 0 30px 0;
  }
}
.homeTestimonialSec.testimonials .testimonialDesc span {
  font-family: "RedHatDisplay-Light";
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #3095fb;
}
.homeTestimonialSec.testimonials .testimonialDesc h3 {
  font-size: 65px;
  line-height: 65px;
}
@media (max-width: 991px) {
  .homeTestimonialSec.testimonials .testimonialDesc h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .homeTestimonialSec.testimonials .testimonialDesc h3 {
    font-size: 25px;
  }
}
.homeTestimonialSec.testimonials .testimonialCarousel {
  position: relative;
  padding: 90px 30px;
}
@media (max-width: 767px) {
  .homeTestimonialSec.testimonials .testimonialCarousel {
    padding: 25px 30px;
  }
}
.homeTestimonialSec.testimonials .testimonialCarousel .testDesc {
  text-align: left;
  padding: 0 120px;
  position: relative;
}
@media (max-width: 767px) {
  .homeTestimonialSec.testimonials .testimonialCarousel .testDesc {
    padding: 0 20px;
  }
}
.homeTestimonialSec.testimonials .testimonialCarousel .testDesc:before {
  background: rgba(0, 0, 0, 0) url("../images/leftarrow.png") no-repeat scroll 0 0;
  content: "";
  height: 49px;
  left: 28px;
  position: absolute;
  top: 0px;
  width: 68px;
}
@media (max-width: 767px) {
  .homeTestimonialSec.testimonials .testimonialCarousel .testDesc:before {
    left: 0px;
  }
}
.homeTestimonialSec.testimonials .testimonialCarousel .testDesc:after {
  background: rgba(0, 0, 0, 0) url("../images/rightarrow.png") no-repeat scroll 0 0;
  bottom: 22px;
  left: auto;
  right: 50px;
  top: inherit;
  width: 68px;
  height: 49px;
  content: "";
  position: absolute;
}
.homeTestimonialSec.testimonials .testimonialCarousel .testDesc p {
  line-height: 24px;
  margin: 0 0 20px 0;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-nav {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateY(-50%);
  bottom: -60px;
  display: none;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-nav .owl-prev {
  position: relative;
  left: -25px;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-nav .owl-prev span {
  font-size: 50px;
  line-height: normal;
  color: #777;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-nav .owl-prev:focus {
  outline: none;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-nav .owl-next span {
  font-size: 50px;
  line-height: normal;
  color: #777;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-nav .owl-next:focus {
  outline: none;
}
.homeTestimonialSec.testimonials .testimonialCarousel .owl-dots {
  display: none;
}

/*# sourceMappingURL=home.css.map */
