.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0 25px 0;
  z-index: 1;
}
.flex-direction-nav {
  display: none;
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--- New Css Changes -----*/
.topheader {
  background: #f5f5f5;
  padding: 5px 0;
}
.topheader ul li {
  display: inline-block;
}
.subtopMenu {
  text-align: right;
}

.subtopMenu ul li {
  border-right: 1px solid #969696;
  padding-right: 10px;
  margin-right: 8px;
}

.subtopMenu ul li:last-child {
  border: none;
}

.mailtop a {
  display: flex;
  align-items: center;
  color: #4c4c4c;
}
.subtopMenu ul li a {
  color: #464646;
}
.mailicon {
  width: 28px;
  height: 28px;
  background: #005656;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_right ul li ul li a {
  cursor: pointer;
}
/*---- Banner Slider ----*/

.New_bannerSlider .item img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
/*.New_bannerSlider .item:before {content: "";position: absolute;width: 100%;height: 100%;background: #000;top: 0;left: 0;opacity: 0.7;}*/
.New_bannerSlider .carousel-caption {
  bottom: 50%;
  transform: translate(-50%, 50%);
  left: 50%;
  right: inherit;
  max-width: 1010px;
  width: 100%;
  text-align: left;
}
.max_bannerContent {
  max-width: 600px;
  margin-left: inherit !important;
}
.New_bannerSlider .carousel-caption h2 {
  font-weight: 700;
  font-size: 40px;
}
.newletterFooter {
  margin-top: 30px;
}
.New_bannerSlider .carousel-caption p {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0;
}
/*--- Footer ----*/
.newfooterSec .footer-bottom-sec {
  background: #172927;
  padding: 0 0 5px 0;
}
.newfooterSec .footer-logo,
.newfooterSec .social-icon ul {
  padding: 0px 0 0 0;
  margin: 0;
}
.newfooterSec .copyright p {
  color: #fff;
  padding: 0;
}
.newfooterSec .footer-bottom-sec {
  background: #1d1d1d;
  padding: 8px 0;
  border-top: 1px solid #2d2d2d;
}
.newfooterSec .footer-logo img {
  filter: brightness(0) invert(1);
}
.newfooterSec .footer-bottom-sec .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer.newfooterSec .col-xs-6 h3 {
  padding: 0 0 8px 0px;
  font-size: 16px;
}
footer.newfooterSec .col-xs-6 ul li {
  padding: 3px 0 3px 0px;
  list-style: none;
}
footer.newfooterSec {
  background: #1d1d1d;
}

footer.newfooterSec > .container {
  padding-bottom: 30px;
  padding-top: 35px;
}
footer .col-xs-6 ul li a:hover {
  padding-left: 10px;
  color: #00dc94;
  cursor: pointer;
}

footer .col-xs-6 ul li a {
  transition: all 0.5s ease;
  cursor: pointer;
}
.newletterFooter div#newsletter {
  background: #1d1d1d;
  margin: 0 auto -10px;
  position: relative;
  padding: 20px 20px;
  border-radius: 0;
  border-bottom: 1px solid;
}
.newletterFooter div#newsletter p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.newletterFooter div#newsletter .col-xs-6.col-md-4 {
  width: 50%;
}

.newletterFooter div#newsletter .search-input {
  background: #fff;
  padding: 8px 10px;
  font-size: 15px;
  height: 42px;
  width: 270px;
}

.newletterFooter div#newsletter input#newsletterBtn {
  background: #4ac288;
  height: 42px;
  color: #fff;
  border: none;
  width: 97px;
}

.newletterFooter div#newsletter .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/*--- About Us Page ---*/
.aboutUse img {
  width: 100%;
}
.aboutUse {
  padding: 70px 0 20px;
}

.aboutUse .row {
  display: flex;
  flex-wrap: wrap;
}

.aboutUsBox h3 {
  font-size: 35px;
  color: #003c3c;
  padding-bottom: 5px;
}

.aboutUsBox p {
  font-size: 16px;
  line-height: 1.5;
}
.commonbtn:hover {
  background: #4ac288;
  color: #fff;
  text-decoration: none;
}

.commonbtn {
  background: #005656;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 6px 0 0;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.main-content.OurServiceSec .blocks-4 {
  padding: 50px 10px 50px;
}
.serviceBoxHome {
  background: #fbfbfb;
  padding: 15px 15px 30px;
  height: 100%;
  border-radius: 3px;
  transition: all 0.5s ease;
  border: 1px solid #d4d4d4;
}

.main-content.OurServiceSec .serviceBoxHome h2 {
  color: #272727;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-content.OurServiceSec .serviceBoxHome a {
  background: #005656;
  padding: 7px 16px;
  display: inline;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.main-content.OurServiceSec .serviceBoxHome a:hover {
  background: #4ac288;
}
.main-content.OurServiceSec .row {
  display: flex;
  flex-wrap: wrap;
}
.main-content.OurServiceSec .serviceBoxHome ul li {
  color: #6b6b6b;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.main-content.OurServiceSec .serviceBoxHome ul {
  min-height: 265px;
}
.main-content.OurServiceSec .serviceBoxHome ul li span.glyphicon {
  background: #005656;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  color: #ffffff;
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 4px;
}
.breadcrum_sec {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.breadcrum_sec.headingBottom,
.breadcrum_sec.headingBottom .col-md-12,
.breadcrum_sec {
  min-height: 500px;
}
.breadcrum_sec.headingBottom .col-md-12 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 70px;
}
.ProBoxSec {
  background: #fbfbfb;
  height: 100%;
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
}
.newRedesignPro .row:nth-child(2),
.newRedesignPro .row:nth-child(3),
.newRedesignPro .row:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
}

.newRedesignPro .row .col-sm-4 {
  margin-bottom: 30px;
}

.breadcrum_sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 20%, transparent 80%);
  top: 0;
  left: 0;
  opacity: 0.75;
}
.breadcrum_sec h2 {
  color: #fff;
  font-size: 36px;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
}
/*--- Contact Us ----*/
.contactPAgeSec {
  padding: 60px 0;
}

.contactDetails p {
  font-size: 16px;
  padding-right: 40px;
  line-height: 1.5;
}

.contactPAgeSec h3 {
  font-size: 34px;
  color: #1f1f1f;
}

.ContactBoxSec h2 {
  font-size: 24px;
}
.ContactBoxSec.d-flex {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}

.ContactBoxSec.d-flex .img-circle {
  max-width: 80px;
  margin-right: 14px;
  border-radius: 0;
  height: auto;
  margin-top: 7px;
}
.ContactBoxSec.d-flex h2 {
  margin: 4px 0 9px;
  font-size: 20px;
  font-weight: 600;
}

.ContactBoxSec.d-flex:last-child {
  border: none;
}

.ContactBoxSec a {
  color: #005656;
  font-size: 16px;
  font-weight: 600;
}
.contact-right {
  background: #f7f7f7;
  border: 2px solid #eee;
  padding: 30px;
  max-width: 420px;
  margin-left: auto;
}

.contact-right h3 {
  margin: 2px 0 8px;
}

.contact-right p {
  font-size: 16px;
}

.contact-right form input {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #b6b6b6 !important;
  border-radius: 4px;
  height: 38px !important;
}

.contact-right form textarea {
  background: #fff !important;
  border: 1px solid #b6b6b6 !important;
  border-radius: 4px;
  width: 100% !important;
  height: 70px !important;
}
.contact-right p.footerBtn input#submitBtn {
  width: 110px !important;
  background: #005656 !important;
  height: 42px !important;
  color: #fff;
  font-size: 16px;
  border-color: #005656 !important;
}

.contact-right p.footerBtn button {
  background: #464646;
  padding: 9px 35px;
  color: #fff;
  font-size: 17px;
}
.engineering-cont {
  padding: 40px 20px;
}
/*--- Low Code App Development  ----*/
p.mainSeervPara {
  color: #343434;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
}

.ptb-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom_heading {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 40px;
  line-height: 1.6;
  margin: 0px 0 20px;
  color: #262626;
}

.BeniBox {
  display: flex;
  align-items: center;
}

.icon_box {
  max-width: 90px;
  margin-right: 14px;
  width: 40%;
}

.icon_box img {
  max-width: 100%;
}

.paraBenifty p {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.paraBenifty {
  width: 70%;
}

.BenefitsWarpper .col-md-4 {
  margin-bottom: 40px;
}
.expertise_boxI {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.paraBenifty h4 {
  font-weight: 600;
  line-height: 1.4;
  color: #242424;
  font-size: 22px;
}

.expertise_boxI p {
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  margin: 13px 0 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.Expertise_wappersec .col-md-6 {
  margin: 20px 0;
  padding: 0 30px;
}
.platform_warplogo {
  padding-top: 10px;
}

.platform_warplogo ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform_warplogo ul li {
  list-style: none;
  margin: 0 20px;
}
.Expertise_bigData .col-sm-2 {
  text-align: center;
}
.platform_warplogo ul li img {
  max-height: 70px;
  max-width: 200px;
}
.Expertise_bigData .col-sm-2 img {
  margin-bottom: 10px;
}
/*-----Team-----*/
.leader_ship_page {
  padding: 80px 0;
}
.team_warpBox:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.team_warpBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.team_warpBox > div {
  width: 60%;
}

.team_warpBox > div.team_img {
  width: 40%;
  border: 2px solid #c7c7c7;
}

.team_contentbox {
  padding: 20px;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  border-radius: 5px;
}

.team_warpBox > div.team_img img {
  width: 100%;
}

.team_contentbox.leftDirector {
  margin-left: -30px;
}

.team_contentbox.rightDirector {
  margin-right: -30px;
}
.header_right ul li.Resources_dropmenu ul {
  width: 200px !important;
}
.team_contentbox h3 {
  font-size: 30px;
  font-weight: 600;
}

.team_contentbox h5 {
  font-size: 16px;
}
.team_scroll p {
  font-size: 15px;
  color: #686868;
  line-height: 1.5;
}
.team_scroll a.linkIcon {
  position: absolute;
  right: 20px;
  top: 20px;
}
/*-----Case Study-----*/
.popupwarp {
  position: fixed;
  top: 0;
  background: rgb(0 0 0 / 81%);
  z-index: 99999;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.popupwarp.casestudy1.show_becomeSe {
  display: flex;
}
.agentbox {
  max-width: 470px;
  min-width: 470px;
  background: #fff;
  padding: 24px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 5px 16px #000;
}
.caseWarpper {
  position: relative;
  margin-bottom: 27px;
}

.caseWarpper h4 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 600;
}

.caseWarpper button.close_pop {
  align-items: center;
  position: absolute;
  right: 0px;
  top: -3px;
  width: 36px;
  padding: 0;
  height: 36px;
  background: #2f2f2f;
  color: #fff;
  display: flex;
  justify-content: center;
  border: none;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  padding-bottom: 2px;
  transition: all 0.5s ease;
}

.caseWarpper button.close_pop:hover {
  background: #f38e00;
}

.agentbox form.form-side {
  display: flex;
  flex-wrap: wrap;
}

.agentbox form.form-side .form_group {
  width: 100%;
  margin-bottom: 12px;
}

.agentbox form.form-side .form_group:nth-child(even) {
  margin-right: 0;
}

.agentbox form.form-side .form_group input {
  width: 100%;
  height: 48px;
}

.agentbox form.form-side .form_submit input#submitBtn {
  background: #4ac288;
  padding: 12px 37px;
  border: none;
  transition: all 0.5s ease;
}

.agentbox form.form-side .form_submit {
  width: 100%;
  text-align: center;
  padding-top: 6px;
}

.agentbox form.form-side .form_submit input#submitBtn:hover {
  background: #be7000;
}
/*---- White Paper ----*/
.banner_textIndustry {
  margin-top: -120px;
  margin-bottom: 40px;
}
.banner_textIndustry {
  margin-top: -120px;
  margin-bottom: 40px;
}

.banner_box_in {
  background: #ffffff;
  padding: 35px 30px;
  box-shadow: 2px 6px 15px rgb(0 0 0 / 6%);
}

.banner_box_in h1 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.banner_box_in p a {
  color: #005656;
  font-size: 19px;
  transition: all 0.5s ease;
}

.banner_box_in p a:hover {
  color: #898989;
}

.whiteOverview p,
.whiteOverview li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #747474;
}

.whiteOverview h4 {
  margin: 15px 0 20px;
  font-weight: 700;
}

.whiteOverview ul {
  padding-left: 20px;
}

.WhitePapper_warrper .whiteOverview ul li {
  margin-bottom: 8px;
}

.right_FormWhite .agentbox {
  max-width: 100%;
  min-width: 100%;
  box-shadow: none;
  background: linear-gradient(55deg, #005656, #013838);
  border-radius: 2px;
  padding: 28px 20px 30px;
}

.right_FormWhite .agentbox h4 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
}

.right_FormWhite .agentbox .form_submit {
  text-align: left !important;
}

.right_FormWhite .agentbox .form_submit input#submitBtn {
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .breadcrum_sec.headingBottom,
  .breadcrum_sec.headingBottom .col-md-12,
  .breadcrum_sec {
    min-height: 400px;
  }
}

@media (max-width: 991px) {
  .topheader .col-md-6:last-child {
    width: 80%;
  }

  .topheader .row {
    display: flex;
    align-items: center;
  }
  .main-content.OurServiceSec .blocks-4 {
    width: 50%;
    padding: 0px 15px 30px;
  }
  .main-content.OurServiceSec {
    padding-top: 20px;
  }
  .footer-bottom-sec .footer-logo {
    width: 26% !important;
  }

  .footer-bottom-sec .col-md-5.copyright {
    width: 58%;
    text-align: center;
  }

  .contact-right {
    margin: auto;
    max-width: 620px;
  }
  .contact-right form#contactForm p {
    text-align: left;
  }
  .leader_ship_pagenew .team_warpBox .team_img {
    width: 100%;
    max-width: 360px;
  }
  section.leader_ship_pagenew .team_contentbox.leftDirector {
    width: 100%;
    padding-left: 0;
    padding-top: 0px;
  }
  .team_warpBox {
    max-width: 650px;
    margin: 0 auto 40px;
  }
  .banner_box_in h1 {
    font-size: 30px;
  }
  .banner_textIndustry {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .New_bannerSlider .carousel-caption {
    width: 90%;
  }
  .New_bannerSlider .carousel-caption h2 {
    font-size: 30px;
  }
  .New_bannerSlider .carousel-caption p {
    font-size: 16px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-indicators li,
  .carousel-indicators .active {
    width: 8px;
    height: 8px;
  }
  body {
    padding: 0 0 0 0;
  }
  .newletterFooter div#newsletter .search-input {
    margin-bottom: 10px;
  }
  .engineering-cont {
    padding: 40px 20px 0 20px;
  }
  .breadcrum_sec.headingBottom,
  .breadcrum_sec.headingBottom .col-md-12,
  .breadcrum_sec {
    min-height: 310px;
  }
  .breadcrum_sec h2 {
    font-size: 32px;
  }
  .Expertise_bigData .col-sm-2 {
    width: 50%;
    margin-bottom: 20px;
  }

  section.Expertise_bigData .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  section.Expertise_bigData .row .col-md-12 {
    width: 100%;
  }

  section.Expertise_bigData .row .col-sm-2.d-none {
    display: none;
  }
  body {
    padding: 0px 0 0px 0px !important;
  }
  .header {
    padding-bottom: 20px;
  }
  .custom_heading {
    font-size: 34px;
  }

  .team_warpBox > div.team_img {
    width: 100%;
  }
  .team_warpBox > div {
    width: 100%;
  }
  .team_contentbox.leftDirector {
    margin-left: 0;
  }
  .team_contentbox.rightDirector {
    margin-right: 0;
  }
  .team_warpBox {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .team_warpBox.right_contentteam {
    flex-direction: column-reverse;
  }
}
@media (max-width: 650px) {
  .footer-bottom-sec .col-md-5.copyright {
    width: 100%;
    text-align: center;
    padding: 17px 0;
  }
  .footer-bottom-sec .footer-logo {
    width: 100% !important;
  }
  .newfooterSec .footer-bottom-sec {
    padding: 15px 0;
  }
  .topheader .row {
    display: block;
  }
  .topheader .col-md-6:last-child {
    width: 100%;
    text-align: center;
  }
  .mailtop a {
    justify-content: center;
    padding-bottom: 4px;
  }
  .newletterFooter div#newsletter .search-input {
    width: 100% !important;
  }
  .breadcrum_sec.headingBottom,
  .breadcrum_sec.headingBottom .col-md-12,
  .breadcrum_sec {
    min-height: 270px;
  }
  .breadcrum_sec h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .col-sm-4.solu-img {
    text-align: left !important;
  }
  .mean-container .mean-nav ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100% !important;
    background: #023c3c !important;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
  }
  .mean-container .mean-nav ul ul li {
    width: 100% !important;
  }
  .platform_warplogo ul {
    flex-wrap: wrap;
  }

  p.mainSeervPara {
    font-size: 18px;
  }
  .custom_heading {
    font-size: 30px;
  }
  .banner_textIndustry {
    margin-top: 0;
    margin-bottom: -20px;
  }
  .banner_box_in {
    padding: 35px 0px 0;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .New_bannerSlider .carousel-caption h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .main-content.OurServiceSec .blocks-4 {
    width: 100%;
  }
  .newletterFooter div#newsletter .col-xs-6.col-md-4 {
    width: 100%;
  }
  .newletterFooter div#newsletter .col-xs-6.col-md-6 {
    width: 100%;
    padding-top: 13px;
  }
  .logo img {
    max-width: 160px;
  }
  .logo {
    padding: 15px 0 15px;
  }
  .popupwarp {
    z-index: 999999;
    padding: 0 14px;
  }
  .agentbox {
    max-width: 100%;
    min-width: 100%;
    padding: 18px 15px;
  }
  .caseWarpper h4 {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .caseWarpper {
    margin-bottom: 16px;
  }
  .caseWarpper button.close_pop {
    right: -10px;
    top: -9px;
    width: 30px;
    height: 30px;
  }
  .agentbox form.form-side .form_group input {
    height: 38px;
  }
  .agentbox form.form-side .form_submit input#submitBtn {
    padding: 8px 27px;
  }
  .newletterFooter div#newsletter {
    padding: 20px 10px;
  }
}
