@charset "utf-8";
/* CSS Document */

/*
    font-family: 'Calibri'; font-weight: normal;
    font-family: 'Calibri'; font-weight: bold;
    font-family: 'Calibri'; font-weight: normal; font-style: italic;
    font-family: 'League Spartan'; font-weight: normal;
    font-family: 'League Spartan'; font-weight: 500;
    font-family: 'League Spartan'; font-weight: 600;
*/

.hm_contenttxt_sec {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 70px 0;
  background: #f5f5f5;
}

.hm_contenttxt_sec .wrapper {
  align-items: center;
}

.hm_contenttxt_sec.producttext .wrapper {
  align-items: none;
}

.hm_content_left {
  width: calc(100% - 700px);
  float: left;
  padding: 0 100px 0 0;
}

.hm_content_left .sectiontitle {
  text-align: left;
  color: #2e54a1;
  margin: 0 0 20px 0;
}

.hm_content_left .semititle {
  text-align: left;
  font-size: 20px;
  font-family: "Calibri";
  font-weight: bold;
  line-height: 30px;
  color: #2e3233;
  margin: 0 0 20px 0;
}

.hm_content_left .btn-theme.txtonlybluebtn {
  display: inline-block;
}

.hm_contentimg_right {
  width: 700px;
  position: relative;
  z-index: 0;
}

.contentimg {
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 0;
  margin: 0 0 20px 0;
}

.hm_contentimg_right a.btn-theme {
  width: 100%;
  margin: 0;
  border: 1px solid #fff;
  text-transform: none;
}

.hm_contentimg_right a.btn-theme:hover {
  border: 1px solid #2e54a1;
  color: #2e54a1;
}

.hm_contentimg_right a.btn-theme img {
  filter: brightness(0) invert(1);
  margin: 0 10px 0 0;
}

.hm_contentimg_right a.btn-theme:hover img {
  filter: none;
}

.depttabtoaccor_sec .tagdiv {
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 10px 10px 10px 20px;
  font-family: "League Spartan";
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 200px;
}

.depttabtoaccor_sec .tagdiv:before,
.featureprod_slider .featureprodbox span:before {
  position: absolute;
  content: " ";
  width: 16px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  transform: skew(354deg);
  left: -9px;
  background: rgb(1, 119, 226);
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
  box-shadow: -10px 10px 10px 0px rgb(0 0 0 / 16%);
}

.depttabtoaccor_sec .tagdiv:before {
  background-color: #ffffff;
}

/*feature product slider styles*/
.featureprod_slider_sec {
  width: 100%;
  clear: both;
  float: left;
  margin: 0;
  padding: 93px 0 22px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.featureprod_slider_sec .wrapper {
  position: relative;
  z-index: 0;
}

.featureprod_slider_sec .wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 100px);
  height: 1px;
  background: #e1e1e1;
  top: 18px;
  left: 0;
}

.featureprod_slider_sec .sectiontitle {
  margin: 0 0 50px 0;
  text-align: left;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.9px;
  padding: 0 40px 0 0;
}

.featureprod_slider {
  width: calc(100% + 390px) !important;
  clear: both;
  float: left;
  margin: 0 0 42px -190px !important;
  padding: 0;
}

.featureprod_slider .featureprodbox {
  width: calc(25% - 52px);
  float: left;
  margin: 0 26px;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-decoration: none;
}

.featureprod_slider .featureprodbox .featureprodimg {
  width: 100%;
  overflow: hidden;
}

.featureprod_slider .featureprodbox .featureprodimg img {
  width: 100%;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
  height: auto;
}

.featureprod_slider .featureprodbox:hover .featureprodimg img {
  width: 100%;
  transform: scale(1.1);
  /*transition: all ease-out 0.3s !important;-webkit-transition: all ease-out 0.3s !important;-moz-transition: all ease-out 0.3s !important;-ms-transition: all ease-out 0.3s !important;*/
}

.featureprod_slider .featureprodbox span {
  background: #fff;
  width: calc(100% - 65px);
  float: right;
  font-size: 20px;
  position: absolute;
  z-index: 0;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  right: -2px;
  line-height: 24px;
  border: 0px solid red;
  padding: 10px 20px 5px 20px;
  font-family: "League Spartan";
  font-weight: 600;
  min-height: 74px;
  box-shadow: -10px 10px 10px 0px rgb(0 0 0 / 16%);
  color: #fff;
  background: rgb(1, 119, 226);
  background: linear-gradient(
    90deg,
    rgba(1, 119, 226, 0.9) 0%,
    rgba(0, 90, 169, 0.9) 100%
  );
  box-shadow: 5px 5px 50px rgb(0 0 0 / 1%);
  height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.featureprod_slider .featureprodbox:hover span {
  background: #ffffff;
  color: #2e3233;
  /* transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;*/
}

.featureprod_slider .featureprodbox span:before {
  background: rgba(1, 119, 226, 0.9);
}

.featureprod_slider .featureprodbox:hover span:before {
  background: #fff;
}

.featureprod_slider_sec .btn-theme.outlinebtnb {
  /*color: #178afc;*/
  min-width: 200px;
}

.featureprod_slider_sec .btn-theme.outlinebtnb:hover {
  color: #2e3233;
}

.featureprod_slider_sec .btn-theme.outlinebtnb:hover img {
  filter: brightness(0) invert(1);
}

.featureprod_slider_sec .btn-theme.outlinebtnb:before {
  background: rgb(1, 119, 226);
  background: linear-gradient(
    90deg,
    rgba(1, 119, 226, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
}

/*.featureprod_slider_sec button{font-size:0; border:0px solid red; background:none;}
.featureprod_slider_sec button.slick-arrow {position:relative;z-index:0}*/
/*
.featureprod_slider_sec button.slick-prev.slick-arrow {right: 21%!important;}
.featureprod_slider_sec button.slick-next.slick-arrow {right: 19%!important;}
*/

.featureprod_slider_sec button.slick-prev.slick-arrow {
  right: 21% !important;
}

.featureprod_slider_sec button.slick-next.slick-arrow {
  right: 19.1% !important;
}

/*home case study section styles*/
.hm_casestudy {
  width: 100%;
  clear: both;
  background: #f5f5fc;
  margin: 0;
  padding: 108px 0 112px;
}

.hm_casestudy .wrapper {
}

.hm_casestudy .sectiontitle {
  color: #2e54a1;
  font-size: 40px;
  margin: 0 0 60px 0;
}

.hmcasestudy_container {
  width: 1200px;
  max-width: 96%;
  clear: both;
  margin: 0 auto;
}

.casestudyslider-nav {
  width: calc(100% + 60px);
  margin: 0 0 0 -30px;
  clear: both;
}

.casestudyslider-nav .slick-slide {
  width: calc(16.67% - 60px);
  margin: 0 30px;
}

.casestudyslider-nav .slick-slide.slick-current.slick-active {
  border-bottom: 2px solid #2e54a1;
}

.casestudyname {
  width: 100%;
  font-size: 16px;
  font-family: "League Spartan";
  font-weight: 600;
  text-align: center;
  color: #484c4d;
  cursor: pointer;
  line-height: 100%;
  padding: 0 0 15px 0;
  position: relative;
}

.casestudyslider-nav .slick-slide.slick-current.slick-active .casestudyname {
  color: #2e54a1;
}

.casestudyslider-nav
  .slick-slide.slick-current.slick-active
  .casestudyname:before {
  left: 50%;
  margin-left: -5px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  bottom: 0;
  right: inherit;
  width: 0;
  height: 0;
  padding: 0;
  /* margin: 0; */
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2e54a1 transparent;
}

.casestudyslider-nav button {
  font-size: 0;
  border: 0px solid red;
  background: none;
}

.casestudyslider-nav button.slick-arrow {
  position: relative;
  z-index: 0;
}

.casestudyslider-nav button.slick-prev.slick-arrow {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../images/cs-left-arrow.svg) no-repeat 0 0;
  width: 24px;
  height: 21px;
  top: 318px;
  left: -70px;
  cursor: pointer;
  opacity: 0.8;
}

.casestudyslider-nav button.slick-next.slick-arrow {
  content: "";
  position: absolute;
  z-index: 1;
  background: url("../images/cs-right-arrow.svg") no-repeat 0 0;
  width: 24px;
  height: 21px;
  top: 318px;
  right: -70px;
  cursor: pointer;
  opacity: 0.8;
}

.casestudyslider-nav button.slick-prev.slick-arrow:hover,
.casestudyslider-nav button.slick-next.slick-arrow:hover {
  opacity: 1;
}

.casestudyslider-nav button.slick-prev.slick-arrow:before,
.casestudyslider-nav button.slick-next.slick-arrow:before {
  display: none;
}

.casestudyslider-for {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 0;
  padding: 70px 80px;
  background: rgb(1, 119, 226);
  background: linear-gradient(
    90deg,
    rgba(1, 119, 226, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
  overflow: hidden;
}

.casestudyslider-for:before {
      content: "";
    position: absolute;
    z-index: -1;
    background: url(../images/circle-ouline.svg) no-repeat 0 0;
    width: 500px;
    height: 500px;
    right: -137px;
    top: 52px;
    filter: brightness(0) invert(1);
    opacity: 0.04;
    background-size: 450px;
}

.casestudycontentdiv {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
}

.casestudycontentdiv .sectiontitle {
  width: 100%;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 30px;
}

.cs_left {
  max-width: 520px;
  float: left;
}

.cs_right {
  max-width: calc(100% - 625px);
  float: right;
}

.cs_right p {
  color: #fff;
  margin: 0 0 5px;
}

.cs_dtltitle {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 0;
  margin: 0 0 30px 0;
}

.cs_dtltitle:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #fff;
  width: 28px;
  height: 1px;
  left: 0;
  bottom: -10px;
}

.cs_dtltitle p {
  margin: 0;
}

.cs_dtltitle p span {
  font-family: "League Spartan";
  font-weight: 600;
}

/*industry section styles*/
.hm_industrysec {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
  background: #f5f5fc;
  padding: 95px 0 130px;
  overflow: hidden;
}

.hm_industrysec .regular.slider button.slick-prev.slick-arrow {
  top: inherit;
  left: 49%;
  bottom: -40px;
}

.hm_industrysec .regular.slider button.slick-next.slick-arrow {
  top: inherit;
  right: 48.2%;
  bottom: -40px;
}

.hm_industrysec .industrybox p {
  height: 182px;
}

/*home wide cta styles*/
.widecta {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  max-height: 660px;
  padding: 115px 0;
  background: #000;
}

.widecta img.bgimg {
  opacity: 0.5;
}

.tickicon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 42px;
  border: 7px solid rgba(255, 255, 255, 0.2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.tickicon img {
  width: 28px;
}

.widecta .sectiontitle {
  color: #fff;
  text-align: center;
  padding: 0 250px;
  line-height: 52px;
}

.widecta .smalltxt {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.7px;
  margin: 5px 0 36px 0;
}

.widecta .btnbar a.btn-theme {
  min-width: 255px;
}

.ctafeature_container {
  width: 100%;
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 110px 0 0;
  padding: 40px 0 0;
  text-align: center;
  display: block;
}

.featurediv {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-family: "League Spartan";
  font-weight: 600;
  margin: 0 68px;
}

.featurediv br {
  display: none;
}

.featurediv span {
  width: 20px;
  float: left;
  margin: -2px 10px 0 0;
}

.featurediv span img {
  max-width: 100%;
  /*filter: brightness(0) invert(1);*/
}

.featurediv span img {
  max-width: 30px;
}

/*client partner section styles*/
.clientpartner_sec {
  width: 100%;
  clear: both;
  float: left;
  padding: 110px 0 50px;
  overflow: hidden;
}

.clientpartner_sec .sectiontitle {
  margin: 0 0 50px 0;
  text-align: left;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.9px;
  padding: 0 40px 0 0;
}

.clientpartner_sec .wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 100px);
  height: 1px;
  background: #e1e1e1;
  top: 13px;
  left: 0;
}

.clientpartner_slider {
  width: calc(100% + 100px);
  margin: 0 0 0 -50px;
  clear: both;
}

.logoslidediv {
  width: calc(16.67% - 30px);
  margin: 0 15px;
  float: left;
}

.logoslidediv .logodiv {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 30px 0;
  text-align: center;
}

.logoslidediv .logodiv img {
  width: 100%;
  height: auto;
}

.clientpartner_slider.fadeslider:before {
  width: 400px;
  left: 0;
}

.clientpartner_slider.fadeslider:after {
  width: 400px;
  right: 0;
}

.clientpartner_sec .sectiontitle {
  margin: 0 0 50px 0;
  text-align: left;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.9px;
  padding: 0 40px 0 0;
  font-size: 32px;
}

.clientpartner_sec .wrapper {
  position: relative;
  z-index: 0;
}

.clientpartner_sec .wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 92px);
  height: 1px;
  background: #e1e1e1;
  top: 18px;
  left: 0;
}

.clientpartner_sec button.slick-prev.slick-arrow {
  right: 16.7% !important;
}

.clientpartner_sec button.slick-next.slick-arrow {
  right: 15% !important;
}

.csdtlcontainer.slick-slide {
  padding: 0 5px;
}

.depttabtoaccor_sec .resp-tabs-container .wrapper {
  padding: 58px 0;
}

.depttabtoaccor_sec .resp-tabs-container .wrapper p.bold {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.hm_contenttxt_sec.producttext {
  padding: 96px 0 107px;
}

.depttabtoaccor_sec .resp-tabs-list.wrapper li {
  letter-spacing: 0.9px;
  font-size: 20px;
}

/*responsive styles*/
@media (max-width: 1900px) {
  .featureprod_slider_sec .wrapper:before,
  .googlereview_sec .wrapper:before,
  .clientpartner_sec .wrapper:before {
    width: calc(100% - 175px);
  }

  .featureprod_slider_sec button.slick-prev.slick-arrow {
    right: 20% !important;
  }
}

@media (max-width: 1600px) {
  .featureprod_slider .featureprodbox span {
    padding: 10px 10px 5px 10px;
    font-size: 18px;
  }

  .featureprod_slider .featureprodbox {
    margin: 0 20px;
  }
}

@media (max-width: 1480px) {
  .featureprod_slider .featureprodbox {
    margin: 0 15px;
  }

  .featureprod_slider_sec button.slick-next.slick-arrow,
  .clientpartner_sec button.slick-next.slick-arrow {
    right: 10% !important;
  }

  .featureprod_slider_sec button.slick-prev.slick-arrow {
    right: 20% !important;
  }

  .clientpartner_sec button.slick-prev.slick-arrow {
    right: 15% !important;
  }

  .logoslidediv {
    margin: 0 10px;
  }

  .logoslidediv .logodiv {
    margin-bottom: 20px;
  }

  .featurediv {
    margin: 0 55px;
  }

  .featureprod_slider .featureprodbox span {
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .featurediv {
    margin: 0 30px;
  }

  .testimonial-wrap {
    padding: 30px;
  }

  .clientpartner_sec {
    padding: 80px 0 50px;
  }

  .featureprod_slider .featureprodbox {
    margin: 0 10px;
  }

  .clientpartner_slider.fadeslider:before,
  .clientpartner_slider.fadeslider:after {
    width: 209px;
  }

  .hm_content_left {
    width: 50%;
    padding: 0 50px 0 0;
  }

  .hm_contentimg_right {
    width: 50%;
  }

  .featurediv {
    margin: 0 30px 20px;
  }

  .widecta .sectiontitle {
    padding: 0 100px;
  }

  /* .featureprod_slider .featureprodbox span{padding: 10px 10px 5px 15px;    font-size: 18px;}*/
  .hm_industrysec .regular.slider button.slick-next.slick-arrow {
    top: inherit;
    right: 47.2%;
    bottom: -40px;
  }

  .featurediv {
    margin: 0 45px;
  }
}

@media (max-width: 1280px) {
  .clientpartner_sec {
    padding: 50px 0 20px;
  }

  .clientpartner_slider.fadeslider:before,
  .clientpartner_slider.fadeslider:after {
    width: 15%;
  }

  .featureprod_slider .featureprodbox {
    margin: 0 5px;
  }

  .hm_content_left {
    padding-right: 30px;
  }

  .hm_contenttxt_sec {
    padding: 100px 0 50px;
  }

  .featureprod_slider_sec button.slick-next.slick-arrow,
  .clientpartner_sec button.slick-next.slick-arrow {
    right: 12% !important;
  }

  .featureprod_slider .featureprodbox span {
    width: calc(100% - 35px);
  }

  .featurediv {
    margin: 0 35px;
  }

  .casestudyslider-nav button.slick-prev.slick-arrow {
    top: 0;
    left: 0;
  }

  .casestudyslider-nav button.slick-next.slick-arrow {
    top: 0;
    right: 0;
  }

  .casestudyslider-for {
    padding: 30px;
  }

  .cs_left {
    max-width: 380px;
    float: left;
  }

  .cs_right {
    max-width: calc(100% - 410px);
  }
}

@media (max-width: 1199px) {
  .featurediv {
    margin: 0 10px;
  }
}

@media (max-width: 992px) {
  .clientpartner_sec {
    padding: 30px 0 0px;
  }

  .hm_contenttxt_sec {
    padding: 100px 0 30px;
  }

  .clientpartner_slider.fadeslider:before,
  .clientpartner_slider.fadeslider:after {
    width: 10%;
  }

  .logoslidediv {
    margin: 0 5px;
  }

  .logoslidediv .logodiv {
    margin-bottom: 10px;
  }

  .widecta {
    max-height: 550px;
    padding: 40px 0 30px;
  }

  .featureprod_slider_sec button.slick-prev.slick-arrow {
    right: 10% !important;
  }

  .featureprod_slider_sec button.slick-next.slick-arrow {
    right: 5% !important;
  }

  .featureprod_slider_sec .wrapper:before {
    width: calc(100% - 100px);
  }

  .hm_contenttxt_sec.producttext {
    padding: 50px 0 30px;
  }

  .hm_industrysec .regular.slider button.slick-next.slick-arrow {
    top: inherit;
    right: 44%;
    bottom: -40px;
    display: block !important;
  }

  .hm_industrysec .regular.slider button.slick-prev.slick-arrow {
    top: inherit;
    left: 44%;
    bottom: -40px;
    display: block !important;
  }

  .featureprod_slider_sec {
    padding: 30px 0 22px;
  }

  .featureprod_slider_sec button.slick-prev.slick-arrow {
    right: 8% !important;
  }

  .featureprod_slider_sec button.slick-next.slick-arrow {
    right: 19% !important;
  }

  .featureprod_slider {
    width: 100% !important;
    margin: 0 0 42px 0 !important;
  }

  .featurediv {
    margin-bottom: 15px;
  }

  /* .featureprod_slider_sec button.slick-next.slick-arrow, .clientpartner_sec button.slick-next.slick-arrow {right: 50px!important;}*/
  .featureprod_slider_sec button.slick-next.slick-arrow {
    right: 3% !important;
  }

  .clientpartner_sec button.slick-next.slick-arrow {
    right: 8% !important;
  }

  .feature_viewall .heading-30 {
    font-size: 28px;
  }

  .featureprod_slider .featureprodbox span {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .hm_contentimg_right {
    position: sticky;
    top: 150px;
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .casestudyslider-nav .slick-slide.slick-current.slick-active {
    border-bottom: 3px solid #2e54a1;
  }

  .hm_content_left {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }

  .btn-theme.txtonlybluebtn {
    margin-top: 0;
  }

  .hm_contentimg_right {
    width: 100%;
    float: none;
  }

  .hm_contentimg_right .contentimg {
    height: auto;
  }

  .hm_contentimg_right .contentimg img.bgimg {
    position: relative;
    height: auto;
  }

  .casestudyslider-nav button.slick-prev.slick-arrow {
    top: 15px;
    left: 15px;
  }

  .casestudyslider-nav button.slick-next.slick-arrow {
    top: 15px;
    right: 15px;
  }

  .cs_left {
    max-width: 450px;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .cs_right {
    max-width: 100%;
  }

  .casestudycontentdiv .sectiontitle {
    margin: 0 0 10px 0;
    font-size: 24px;
  }

  .hm_casestudy {
    padding: 40px 0;
  }

  .hm_casestudy .sectiontitle {
    font-size: 32px;
    margin: 0 0 30px 0;
  }

  .widecta .sectiontitle {
    padding: 0;
    line-height: 30px;
  }

  .widecta .tickicon {
    margin: 0 auto 10px;
  }

  .ctafeature_container {
    margin: 30px 0 0;
  }

  .widecta .smalltxt {
    padding: 0;
    margin: 10px 0 20px;
  }

  .widecta {
    max-height: 580px;
  }

  .feature_viewall .heading-30 {
    font-size: 26px;
  }

  .clientpartner_slider.fadeslider:before,
  .clientpartner_slider.fadeslider:after {
    display: none;
  }

  .industrylist_container {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .industryslider p {
    display: none !important;
  }

  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion,
  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion,
  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion,
  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion.resp-tab-active {
    position: relative;
    z-index: 0;
    padding: 16px 20px !important;
    max-height: 58px;
    min-height: 58px;
  }

  .featureprod_slider .featureprodbox span {
    padding: 10px 10px 5px 15px;
    font-size: 16px;
    width: calc(100% - 20px) !important;
    line-height: 100%;
  }

  .depttabtoaccor_sec .resp-tabs-container .wrapper {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .feature_viewall .heading-30 {
    font-size: 20px;
  }

  .clientpartner_slider.fadeslider:before,
  .clientpartner_slider.fadeslider:after {
    width: 5%;
  }

  .casestudyslider-for {
    padding: 20px;
  }

  .casestudyslider-nav {
    width: 100%;
    margin: 0;
    clear: both;
  }

  .casestudyslider-nav button.slick-prev.slick-arrow {
    top: 15px;
    left: -15px;
  }

  .casestudyslider-nav button.slick-next.slick-arrow {
    top: 15px;
    right: -15px;
  }

  .casestudyslider-nav .slick-slide {
    margin: 0 10px;
  }

  .featureprod_slider .featureprodbox span {
    width: 75%;
  }

  .casestudycontentdiv .sectiontitle {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px 0;
  }

  .widecta .btnbar a {
    margin: 0 10px 10px;
  }

  .widecta .tickicon {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    line-height: 36px;
  }

  .featurediv {
    margin: 0 0 20px;
    width: 49%;
    padding: 0 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .featurediv span {
    width: 100%;
    float: left;
    margin: 0;
    display: block;
    clear: both;
  }

  .ctafeature_container {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }

  .featurediv span img {
    max-width: 30px;
    margin: 0 0 10px 0;
  }

  .hm_content_left .sectiontitle {
    line-height: 100%;
  }

  .featureprod_slider_sec {
    padding: 30px 0 22px;
  }

  .featureprod_slider_sec .sectiontitle {
    margin: 0 0 20px 0;
    text-align: center;
    background: #fff;
    display: inline-block;
    letter-spacing: 0.9px;
    padding: 0;
    width: 100%;
  }

  .hm_industrysec {
    padding: 40px 0 60px;
  }

  .clientpartner_sec .sectiontitle {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .featureprod_slider {
    width: 100% !important;
    clear: both;
    float: none;
    margin: 0 0px 50px !important;
    padding: 0;
  }

  .fadeslider_w:after,
  .fadeslider_w:before {
    content: none;
  }

  .featureprod_slider .featureprodbox span {
    width: 90%;
    font-size: 16px;
  }

  .featureprod_slider .featureprodbox span {
    width: 90%;
    font-size: 14px;
    padding: 8px 5px 5px 5px;
    min-height: auto;
  }

  .industrylist_container {
    width: 100%;
    margin: 0;
  }
  .featurediv {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .hm_industrysec .regular.slider button.slick-next.slick-arrow {
    right: 35%;
  }

  .hm_industrysec .regular.slider button.slick-prev.slick-arrow {
    left: 35%;
  }

  .hm_industrysec {
    padding: 30px 0 60px;
  }

  .featureprod_slider_sec .sectiontitle {
    margin: 0 0 20px 0;
  }

  .bookcall_ctasec .ctaoutbox {
    margin: 20px 0 20px;
  }

  .clientpartner_slider {
    width: 100%;
    margin: 0px;
  }

  .clientpartner_sec {
    padding: 30px 15px 0px;
  }
}

@media (max-width: 375px) {
  .cs_dtltitle p {
    margin: 0;
    font-size: 16px;
  }

  .widecta {
    max-height: 600px;
    padding: 30px 0 80px;
  }

  .clientpartner_sec .sectiontitle {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 26px;
  }

  .hm_contentimg_right a.btn-theme {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1;
    text-align: left;
  }

  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion,
  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion,
  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion,
  .depttabtoaccor_sec .resp-tabs-container h2.resp-accordion.resp-tab-active {
    padding: 16px 20px 16px 5px !important;
  }

  .resp-tab-content {
    padding: 10px 0;
  }

  .tabcontent_right img.tabicon {
    display: none;
  }
}

@media (max-width: 360px) {
}

.feature_viewall .heading-30 {
  color: #ffffff !important;
  padding: 0 30px;
  text-align: center;
}

.feature_viewall {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgb(1, 124, 236);
  background: -moz-linear-gradient(
    top,
    rgba(1, 124, 236, 1) 0%,
    rgba(23, 138, 252, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(1, 124, 236, 1) 0%,
    rgba(23, 138, 252, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(1, 124, 236, 1) 0%,
    rgba(23, 138, 252, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
}

.featureprod_slider_sec .slick-track {
  display: flex;
}

.featureprod_slider_sec .slick-slide {
  height: auto !important;
}


.testimonial-wrap .review-wrapper {
  min-height: 170px;
}
