@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap");
* {
  box-sizing: border-box;
  font-display: swap;
}
body {
  font-family: "Manrope", sans-serif;
  color: #000 !important;
  line-height: 1.3 !important;
}

.navigation {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem 1rem !important;
}
.sec-to-nav {
  height: 100vh;
  display: flex;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000000 !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 17px;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background: salmon;
  width: calc(100% - 1.4rem);
  opacity: 0;
  left: 0.7rem;
  bottom: 3px;
  border-radius: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after {
  opacity: 1;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff7802 !important;
  transition: 0.4s;
}

.contact-us-btn {
  background: #ff7802 !important;
  border: none !important;
}

.contact-us-btn:hover {
  box-shadow: 0 7px 5px #1245a8;
  transition: 0.4s;
}

.videoDiv {
  position: relative;
  text-align: center;
  color: white;
  margin-top: 88px;
}
.embed-responsive video {
  height: 80% !important ;
}
.videoDiv:after {
  position: unset !important;
  background: none !important;
}
.videoTag {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}

.videoDiv:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 6px;
  background: -moz-linear-gradient(
    -45deg,
    rgba(30, 87, 153, 0) 0%,
    rgba(158, 201, 222, 0) 70%,
    rgba(213, 250, 251, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(30, 87, 153, 0) 0%,
    rgba(158, 201, 222, 0) 70%,
    rgba(213, 250, 251, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(30, 87, 153, 0) 0%,
    rgba(158, 201, 222, 0) 70%,
    rgba(213, 250, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#d5fafb',GradientType=1 );
}

.overlay {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.overlay .h1 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 56px !important;
}

.check-us-btn {
  width: auto;
  height: 50px;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  background-color: #1245a8 !important;
  border: none !important;
}

.check-us-btn:hover {
  background-color: #ff7802 !important;
}

.modal-heading h5 {
  font-weight: 600;
}

.modal-heading h5 {
  color: #838386;
  font-weight: bold;
}

.modal-btn {
  width: auto;
  height: 36px;
  border-radius: 10px !important;
}

.submit-btn {
  width: auto;
  height: 40px;
  border-radius: 50px !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  background-color: #1245a8 !important;
  border: none !important;
}

.submit-btn:hover {
  background-color: #ff7802 !important;
}

.nextGeneration p {
  text-align: justify;
}

.aboutus-img {
  background: url(/images/banners/about-us.webp) no-repeat left top / cover;
  padding: 10em 0em;
  margin-top: 92px !important;
}

.about-img {
  margin-left: -5px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .about-img {
    height: auto;
  }
}
.left-card {
  position: relative;
  padding: 6rem 0rem;
}
.left-card:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
  background: url(/images/rectangle1.svg) no-repeat center right;
  background-size: contain;
  z-index: -1;
}
.horizontal-line {
  width: 100px;
  float: left;
  border-top: 2px solid #8beef1;
}

.right-card h2 {
  font-size: 30px !important;
}

.right-card p {
  font-size: 1rem;
  text-align: justify;
}

.right-card .p2 {
  color: #838386;
}

.right-card Button {
  font-size: 16px;
  font-weight: bold;
}

.alert {
  color: red;
  font-weight: 500;
}

.about-sec-img {
  width: 200px;
  height: 200px;
}

.about-green-box {
  background-color: rgba(2, 145, 179, 0.17);
  min-height: 277px;
}

.about-text {
  font-style: normal;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  margin: 0px !important;
}

.about-green-box-heading {
  font-family: Merriweather;
  font-style: italic;
  line-height: 18px;
  font-weight: 600;
  font-size: 20px;
}

.about-green-box-text {
  font-family: Merriweather;
  font-style: italic;
  line-height: 21px;
  font-weight: 400;
  font-size: 16px;
}

.white-box {
  background: #fff;
}

.outlined-box {
  background: #fff;
  border: 3px solid #006293;
}

.about-white-box-heading {
  font-family: Merriweather;
  font-style: italic;
  line-height: 18px;
  font-weight: bold;
  font-size: 24px;
}

.about-white-box-text {
  font-style: normal;
  line-height: 30px;
  font-weight: 300;
  font-size: 17px;
}

.about-mission {
  background: #f1f8fd;
}

.quality-experts {
  font-style: normal;
  line-height: 25px;
  font-weight: bold;
  font-size: 20px;
}

.our-mission {
  font-style: normal;
  font-weight: 800;
  color: #000000;
  font-size: 40px;
}
.paragraphText {
  font-size: 20px;
}

@media (max-width: 600px) {
  .paragraphText {
    margin: 0px;
    font-size: 12px !important;
  }
}
.our-mission-text {
  font-style: normal;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
}

.mission-pic {
  width: 170px;
}

.mission p {
  font-weight: 400;
}

.our-values {
  font-style: italic;
  font-weight: bold;
  color: #000000;
  font-size: 80px;
}

.Our {
  color: #98bcf2;
}

.team {
  background: #f6f6f6;
}

.team-col {
  padding: 18px;
}

.team-col h5 {
  font-weight: bold;
}

.team-icon {
  width: 100px;
  border: 3px solid #1245a8;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 0 auto;
}

.team-icon i {
  font-size: 45px;

  color: #1245a8;
}

.team-icon:hover {
  background: #1245a8;
  transition: 450ms ease-in-out;
  cursor: pointer;
}

.team-icon:hover i {
  color: #fff;
}

.services-div h3 {
  font-weight: bold;
  font-size: 2rem;
}

.services-div p {
  font-size: 1rem;
}

.services-col {
  background: #ff7802;
  height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.5;
  cursor: pointer;
  padding: 0 20px 0 20px;
  text-align: left;
}

.services-col span {
  float: right;
  font-weight: bold;
}

.last-p {
  font-weight: bold;
  font-size: 19px !important;
}

.navy-blue-class {
  color: #1245a8;
}

.btn-outline-warning {
  color: #ff7802 !important;
  border-color: #ff7802 !important;
}

.btn-outline-warning:hover {
  background-color: #ff7802 !important;
  color: #fff !important;
}

.border-blue {
  border-color: #1245a8 !important;
}

.package-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.domain-col {
  background: #ff7802;
  height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.5;
  cursor: pointer;
  padding: 0 20px 0 20px;
  text-align: left;
}

.domain-col span {
  float: right;
  font-weight: bold;
}

.domain-div h3 {
  font-weight: bold;
  font-size: 2rem;
}

.domain-div p {
  font-size: 1rem;
}

.clients {
  background: url(/images/testimonials-bg.webp) no-repeat center center;
  background-size: cover;
}

.text-white {
  color: #f6f6f6;
}

.videos {
  width: 100%;
}
.video-thumbnail-img {
  background: url(/images/client-1.webp);
  min-height: 369px !important;
  background-position: right top !important;
}

.video-thumbnail-img2 {
  background: url(/images/client-2.webp);
  min-height: 369px !important;
  background-position: right top !important;
}

.clientss {
  background-color: #f6f6f6;
}
.clientss-img {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin: 15px 0px;
  text-align: center;
  box-shadow: 0px 0px 6px #0000000a;
}
.clientss-image {
  height: 35px;
  max-width: 100%;
}

.clients-heading {
  color: #ff7802;
}

.texts {
  background: rgb(38, 41, 43);
  background: -moz-linear-gradient(
    top,
    rgba(38, 41, 43, 1) 0%,
    rgba(38, 41, 43, 1) 50%,
    rgba(39, 40, 43, 1) 50%,
    rgba(39, 40, 43, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(38, 41, 43, 1) 0%,
    rgba(38, 41, 43, 1) 50%,
    rgba(39, 40, 43, 1) 50%,
    rgba(39, 40, 43, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(38, 41, 43, 1) 0%,
    rgba(38, 41, 43, 1) 50%,
    rgba(39, 40, 43, 1) 50%,
    rgba(39, 40, 43, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26292b', endColorstr='#eeeeef',GradientType=0 );
}
@media (min-width: 767px) {
  .texts {
    background: rgb(39, 40, 43);
    background: -moz-linear-gradient(
      left,
      rgba(39, 40, 43, 1) 0%,
      rgba(39, 40, 43, 1) 50%,
      rgba(39, 40, 43, 1) 50%,
      rgba(39, 40, 43, 1) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(39, 40, 43, 1) 0%,
      rgba(39, 40, 43, 1) 50%,
      rgba(39, 40, 43, 1) 50%,
      rgba(39, 40, 43, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(39, 40, 43, 1) 0%,
      rgba(39, 40, 43, 1) 50%,
      rgba(39, 40, 43, 1) 50%,
      rgba(39, 40, 43, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27282b', endColorstr='#eeeeef',GradientType=1 );
  }
}
.bgImg {
  opacity: 0.8;
}

.bgImg {
  opacity: 0.8;
}

.texts h3 {
  text-align: center;
  color: #f6f6f6;
  font-size: 35px;
}

.contactInfo {
  color: #fff;
}

.contactInfo h3 {
  font-size: 30px !important;
}

.label {
  color: #fff;
  font-size: 20px;
}

.text-us-now {
  color: #ff7802;
}

.get-in-touch {
  text-transform: capitalize;
}

.send-enquiry-btn {
  width: 200px;
  height: 40px;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  background-color: #1245a8 !important;
  border: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.send-enquiry-btn:hover {
  background-color: #ff7802 !important;
}

.orange-class {
  color: #ff7802;
}

.green-class {
  color: green;
}

.red-class {
  color: #dc3545;
}

.banner-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.3rem;
}

.banner-form {
  position: absolute;
  max-width: 500px;
  margin-left: 3rem;
}

.automation-img {
  /* background: url(/images/banners/automated-testing-banner.webp) no-repeat left
    top / cover; */
  background: #123a90;
  padding: 10em 0em;
  min-height: 555px;
}

.auto-header {
  color: #fff;
  font-weight: 700;
}

.auto-img h5 {
  color: #fff;
}

.get-in-btn {
  width: auto;
  height: 50px;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  background-color: #1245a8 !important;
  border: none !important;
}

.get-in-btn:hover {
  background-color: #ff7802 !important;
}

.call-btn {
  width: auto;
  height: 50px;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  background-color: #1245a8 !important;
  border: none !important;
}

.choose-col {
  text-align: left;
}

.choose-col-primary {
  padding-left: 0;
}

.call-btn:hover {
  background-color: #ff7802 !important;
}

.choose-col li {
  list-style: none;
}

.choose-col li:not(:last-child) {
  margin-bottom: 10px;
}

.choose-col li:before {
  content: "\27F9";
  margin-right: 20px;
}

.img-pros {
  width: 100%;
}

.img-area:hover {
  opacity: 0.8;
  transition: 0.9s;
  cursor: pointer;
}

.overlay-pros {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-pros h4 {
  color: #fff;
  font-weight: 700;
}

.numb-icon {
  width: 40px;
}

.row-div {
  border: 1px solid #000;
}

.col-div-frame {
  border-right: 1px solid #000;
}

.faq h5 {
  font-weight: 700;
}

.trial-div {
  background: #1245a8;
  color: #fff;
}

.trial-btn {
  width: auto;
  height: 50px;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  background-color: #1245a8 !important;
  border: none !important;
}

.reason-list {
  max-width: 350px;
  counter-reset: my-awesome-counter;
  list-style: none;
}
.reason-list .circle {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.reason-list .circle::before {
  color: #2494bc;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: -10px;
  line-height: 1;
  width: 30px;
  height: 30px;
  top: 0px;
  border: 3px solid #2494bc;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
}

.devops-framework {
  border: 1px solid #000;
}

.devops-list ol {
  font-weight: bold;
}

.service-heading {
  font-weight: 700;
}

.apiBenefits .api-icons {
  font-size: 24px;
}

.apiBenefits .api-text {
  font-size: 18px;
}

.api-provide-heading {
  font-weight: 700;
  font-size: 18px;
}

.recognition {
  background-color: #ffffff;
  margin-top: -6px;
}
.recognition .container {
  position: relative;
}
.recognition .container:after,
.recognition .container:before {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    left,
    rgba(201, 201, 201, 0) 0%,
    rgba(201, 201, 201, 1) 20%,
    rgba(201, 201, 201, 1) 50%,
    rgba(201, 201, 201, 1) 81%,
    rgba(201, 201, 201, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(201, 201, 201, 0) 0%,
    rgba(201, 201, 201, 1) 20%,
    rgba(201, 201, 201, 1) 50%,
    rgba(201, 201, 201, 1) 81%,
    rgba(201, 201, 201, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(201, 201, 201, 0) 0%,
    rgba(201, 201, 201, 1) 20%,
    rgba(201, 201, 201, 1) 50%,
    rgba(201, 201, 201, 1) 81%,
    rgba(201, 201, 201, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9c9c9', endColorstr='#00c9c9c9',GradientType=1 );
}
.recognition .container:before {
  content: "";
  top: auto;
  bottom: 0;
}
.recognition-image {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 992px) {
  .recognition {
  }
  .recognition .container:after,
  .recognition .container:before {
    display: none;
  }
  .recognition h4 {
  }
}

.perform-h5 {
  font-weight: 700;
}

.perform-span {
  font-weight: normal;
}

.param-h3 {
  color: #ff7802;
  font-weight: 700;
  font-size: 21px;
}

.param-h4 {
  font-size: 17px;
}

.industries {
  font-size: 21px;
}

.consult-heading {
  font-weight: 700;
}

.footer {
  background: #1f2323;
}

.row-class {
  padding: 60px 40px 0 40px;
}

.footer-about {
  color: #fff;
}

.footer-about h6 {
  font-style: bold;
  font-size: 1.5rem;
}

.copyright {
  color: #838386;
}

.footer-links {
  color: #fff;
}

.footer-links h6 {
  font-style: bold;
  font-size: 1.5rem;
}

.footer-connect {
  color: #fff;
}

.footer-connect h6 {
  font-style: bold;
  font-size: 1.5rem;
}

.footer-form {
  color: #fff;
}

.footer-form h6 {
  font-style: bold;
  font-size: 1.5rem;
}

.textarea {
  resize: none;
}

.list-marked {
  text-align: left;
}

.list-marked-primary {
  padding-left: 0;
}

.list-marked li {
  list-style: none;
  color: #ff7802;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 0 5px 0;
}

.list-marked li a {
  color: #ff7802;
}

.list-marked li::before {
  content: "\276F";
  margin-right: 8px;
  color: #fff;
}

.list-links {
  text-decoration: none !important;
}

.list-links :hover {
  color: #fff;
}

.send-btn {
  width: 200px;
  height: 40px;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  text-transform: uppercase;

  border: none !important;
}

.send-btn:hover {
  background-color: #ff7802 !important;
}

.connect-div h6 {
  font-size: 1.4rem;
}

.phone-div,
.email-div,
.social-div {
  cursor: pointer;
  font-size: 17px;
}

.phone,
.email {
  text-decoration: none !important;
  color: #fff;
}

.phone:hover,
.email:hover {
  color: #fff;
}

.footer-ete-link {
  text-decoration: none !important;
}

.footer-ete-link:hover {
  color: #838386;
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media (min-width: 1023px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 600px) {
  .logo {
    height: 50px;
  }
  .fixed-top.navigation {
    position: fixed;
  }

  .recognition {
    margin-top: 25px;
  }
  .overlay .h1,
  .overlay p {
    font-weight: 700;
    text-transform: capitalize;
  }

  .overlay .h1 {
    font-size: 26px !important;
  }

  .overlay h5 {
    font-size: 14px;
  }

  .check-us-btn {
    width: auto;
    height: 30px;
    border-radius: 50px !important;
    font-size: 10px !important;
    font-weight: bold !important;
    background-color: #1245a8 !important;
    border: none !important;
  }

  .check-us-btn:hover {
    background-color: #ff7802 !important;
  }

  .right-card h1 {
    font-size: 25px !important;
  }

  .auto-header {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }

  .auto-img h5 {
    color: #fff;
    font-size: 15px !important;
  }

  .get-in-btn {
    width: auto;
    height: 30px;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    background-color: #1245a8 !important;
    border: none !important;
  }

  .call-btn {
    width: auto;
    height: 30px;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    background-color: #1245a8 !important;
    border: none !important;
  }

  .trial-div h2 {
    font-size: 20px;
  }

  .trial-btn {
    width: auto;
    height: 35px;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: #1245a8 !important;
    border: none !important;
  }

  .recognition-items div {
    padding: 4px;
  }

  .automation-img,
  .api-img,
  .performance-img,
  .fullCycle-img,
  .qaConsulting-img,
  .agile-img,
  .dedicatedTeam-img,
  .manual-img,
  .webTesting-img,
  .mobileAutomation-img,
  .devops-img,
  .mobile-img,
  .qaOutsourcing-img,
  .functional-img,
  .aboutus-img,
  .packagePrice-img {
    padding: 0 !important;
    margin-top: 92px !important;
  }

  .contact-img {
    padding: 5em 0em !important;
  }

  .blogs-img {
    padding: 5em 0em !important;
  }

  .margin-btm {
    margin-bottom: 35px !important;
  }

  .spacing-about {
    padding-top: 37px;
  }

  .text-white {
    font-size: 13px;
  }

  .section {
    padding: 3rem 0rem !important;
  }

  .banner-form {
    position: relative;
    margin: 20px 0;
  }

  .common-cta-title {
    font-size: 20px !important;
  }

  .common-heading {
    font-size: 23px !important;
  }

  .blue-heading {
    font-size: 22px !important;
  }

  .common-box-heading {
    font-size: 28px !important;
    margin-top: -12px;
  }

  .frame-title {
    font-size: 20px !important;
  }

  .faq-question,
  .faq-answer {
    font-size: 14px !important;
  }

  .bullet-text {
    font-size: 10px !important;
    line-height: inherit !important;
    width: calc(100% - 112px);
  }

  .small-size-text {
    font-size: 15px !important;
  }

  .small-icon {
    width: 17px !important;
  }

  .about-white-box-heading {
    font-size: 19px !important;
    line-height: 25px;
  }

  .small-size-img {
    width: 80px !important;
  }

  .about-white-box-text {
    font-size: 15px !important;
  }

  .our-values {
    font-size: 50px !important;
    margin-top: -30px;
  }

  .our-mission {
    font-size: 30px !important;
  }

  .spacing-testimonial {
    padding: 0 35px 0 35px !important;
  }

  .top-margin {
    margin-top: 25px;
  }

  .img-hide {
    display: none;
  }

  .mission-margin {
    margin-top: -14px;
  }

  .vision-margin {
    margin-top: -49px;
  }

  .padding-package-banner {
    padding-bottom: 55px;
  }

  .margin-box-package {
    margin-top: -35px;
  }

  .heading-bottom {
    margin-top: 1.4em !important;
  }

  .issues-margin {
    margin-top: -20px;
  }

  .cta-mobile-margin {
    margin-top: -28px !important;
  }

  .bullet-image {
    padding: 70px 20px !important;
  }

  .web-margin {
    margin-top: -40px !important;
  }

  .performance-bottom {
    margin-top: -0.6em !important;
  }

  .font-20 {
    font-size: 19px !important;
  }

  .apps-img {
    width: 70px;
  }

  .equal-height {
    min-height: 230px !important;
  }

  .font-40 {
    font-size: 40px !important;
  }

  .mbl-hash-container {
    scroll-margin-top: 92px;
  }

  .mbl-hash-testimonial {
    scroll-margin-top: 82px;
  }

  .md-modal-space {
    padding-right: 0 !important;
  }

  .testimonial-reel .box {
    margin-top: 33px !important;
  }

  .landing-overlay h5 {
    font-size: 4em !important;
    margin-top: 15px !important;
  }

  .landing-overlay h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .landing-overlay p {
    font-size: 12px !important;
  }

  .testing-services h1 {
    font-size: 2em !important;
  }

  .testing-cards h5 {
    font-weight: bold;
  }

  .landing-customers.testimonial-reel .box {
    margin-bottom: 30px !important;
  }

  .vblog-title {
    font-size: 34px !important;
    line-height: 46px !important;
  }

  .great-products .h1 {
    font-size: 2rem !important;
    line-height: 44px !important;
  }

  .reliable-partner {
    font-size: 2em !important;
    line-height: 44px !important;
  }

  .h2-head {
    font-size: 2.3rem !important;
  }

  .landing-contact-btn {
    padding-bottom: 7% !important;
  }

  .ceo-about {
    padding-top: 13px;
  }

  .ceo-about h4 {
    font-size: 31px !important;
  }

  .ceo-about span {
    font-size: 23px !important;
  }

  .meet-div {
    padding-top: 15px;
  }

  .sec-btn {
    margin-top: -5px !important;
  }

  .ceo-div {
    float: none !important;
  }

  .pad-top {
    padding-top: 10px;
  }
}

@media (max-width: 1024px) and (min-width: 600px) {
  .logo {
    height: 50px;
  }

  .mbl-hash-container {
    scroll-margin-top: 92px;
  }

  .navigation {
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 10px 40px rgba(150, 172, 177, 0.8);
  }

  .navbar-brand {
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0.3125rem !important;
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    line-height: inherit !important;
    white-space: normal !important;
  }

  .navigation-links {
    color: #1245a8 !important;
    text-decoration: none !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    font-size: 13px !important;
  }

  .navigation-links:hover {
    color: #ff7802 !important;
    transition: 0.4s;
  }

  .contact-us-btn {
    background: #ff7802 !important;
    border: none !important;
  }

  .contact-us-btn:hover {
    box-shadow: 0 7px 5px #1245a8;
    transition: 0.4s;
  }

  .videoTag {
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .overlay {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }

  .overlay .h1,
  .overlay p {
    font-weight: 700;
    text-transform: capitalize;
  }

  .overlay .h1 {
    font-size: 35px !important;
  }

  .overlay p {
    font-size: 13px;
  }

  .check-us-btn {
    width: auto;
    height: 40px;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    background-color: #1245a8 !important;
    border: none !important;
  }

  .check-us-btn:hover {
    background-color: #ff7802 !important;
  }

  .footer h6 {
    font-style: bold;
    font-size: 1rem;
  }

  .footer h5 {
    font-style: bold;
    font-size: 16px;
  }

  .phone-div,
  .email-div,
  .social-div {
    font-size: 12px;
  }

  .footer .list-marked li {
    font-size: 12px;
  }

  .footer p {
    font-size: 12px;
  }

  .recognition h4 {
    font-size: 18px;
  }

  .bullet-text {
    font-size: 14px !important;
  }

  .common-box-heading {
    font-size: 30px !important;
  }

  .small-size-text {
    font-size: 13px !important;
  }

  .green-box {
    min-height: 340px !important;
  }

  .package-name {
    font-size: 16px;
  }

  .pricing-card-title {
    font-size: 12px !important;
  }

  .pricing-card-title {
    width: 74px !important;
  }

  .about-white-box-heading {
    line-height: 30px !important;
  }

  .outlined-box {
    height: 290px;
  }

  .short-text {
    font-size: 15px !important;
  }

  .box-white-with-shadow {
    min-height: 349px;
  }

  .spacing-testimonial {
    padding: 0 35px 0 35px !important;
  }

  .about-green-box {
    min-height: 338px;
  }

  .spacing-about {
    padding-top: 37px;
  }

  .white-box {
    min-height: 663px !important;
  }

  .spacing-top {
    padding-top: 32px;
  }

  .spacing-top-values {
    padding-top: 30px;
  }

  .about-white-box-text {
    font-size: 18px;
  }

  .our-values {
    margin-top: -50px;
  }

  .heading-bottom {
    margin-top: 1em !important;
  }

  .box-area {
    min-height: 74px;
  }

  .box-space {
    min-height: 290px !important;
  }

  .bullet-image {
    padding: 50px 20px !important;
  }

  .web-margin {
    margin-top: -30px !important;
  }

  .testing-process {
    min-height: 86px !important;
  }

  .param-img {
    width: 55px;
  }

  .software-box {
    min-height: 92px !important;
  }

  .font-20 {
    font-size: 19px !important;
  }

  .func-box {
    min-height: 304px !important;
  }

  .bullet-padding {
    padding: 73px 20px !important;
  }

  .mobile-app-box {
    min-height: 116px !important;
  }

  .api-box {
    min-height: 105px !important;
  }

  .numb-img {
    width: 45px;
  }

  .box-size {
    min-height: 97px !important;
  }

  .font-23 {
    font-size: 23px !important;
  }

  .types-margin {
    margin-top: -20px !important;
  }

  .outsource-box {
    min-height: 92px !important;
  }

  .content {
    min-height: 0 !important;
  }

  .packagePrice-img {
    margin-top: 92px !important;
  }

  .ceo-icon {
    right: -13px !important;
  }

  .ceo-div {
    max-width: 187px;
    margin: auto !important;
  }

  .ceo-about span {
    font-size: 20px !important;
  }

  .ceo-about h4 {
    font-size: 28px !important;
  }
}

@media (max-width: 992px) {
  .ceo-div {
    max-width: 187px;
    margin: auto !important;
  }
}

@media (min-width: 992px) {
  .modal-img1 {
    max-width: 970px !important;
  }
}
.navbar-brand img {
  height: 50px;
  width: 100%;
}
.btn {
  display: inline-block;
  font-weight: 500 !important;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem !important;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: capitalize;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.6rem 1.5rem !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-xl > .btn,
.btn-xl {
  padding: 1.2rem 1.5rem !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-warning {
  color: #fff !important;
  background-color: #ff7802 !important;
  border-color: #ff7802 !important;
}
.btn-info {
  color: #fff !important;
  background-color: #1245a8 !important;
  border-color: #1245a8 !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px !important;
  }
}
.section {
  padding: 4rem 0rem;
}
.small-heading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1245a8;
}
h2,
h1,
.h1 {
  font-weight: 700 !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
}
.box-white-with-shadow {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
  border: 1px solid rgba(88, 136, 247, 0.1);
  padding: 40px;
  transition: all 0.3s ease;
}
.icon-with-shadow {
  color: #41228e;
  height: 50px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-shadow: 6px -3px 0px #f6334b17, 0px 0px 5px #00000029;
}
.box-white-with-shadow ul {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  list-style: none;
}
.box-white-with-shadow ul li {
  margin: 0 !important;
  color: #171616;
  font-size: 16px;
}
.box-white-with-shadow ul li a {
  display: block;
  color: #171616;
  padding: 0.25em 0;
  transition: all 0.3s;
  font-size: 16px;
}
.icon-with-shadow:after {
  content: "";
  display: block;
  background: #3ef8f4;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.2;
}
.box-white-with-shadow:hover {
  transform: translateY(-20px);
}
.box-white-with-shadow:hover .icon-with-shadow:after {
  width: 500px;
  height: 500px;
  opacity: 0.15;
  top: -150px;
  left: -15px;
  background: #f73664;
}
.btn-link {
  color: #ff7802 !important;
}
.btn-link:hover {
  text-decoration: none !important;
}
.enquiryForm {
  background: #fff;
}
.form-control {
  height: calc(2.5em + 0.75rem + 2px) !important;
  color: #495057;
  background-color: #eeeeef !important;
  background-clip: padding-box;
  border: 1px solid #eeeeef !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.form-control {
  height: auto !important;
}
.enquiryForm textarea.form-control {
  height: 100px !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
    font-size: 17px;
  }
}

.testimonial-reel .box {
  position: relative;
  margin-bottom: 30px;
  margin-top: 93px;
}

.testimonial-reel .box .image {
  margin: 0;
  max-width: 70px;
}

.testimonial-reel .box .image img {
  margin: 0 auto;
}

.testimonial-reel .box .test-component {
  background-color: #fff;
  padding: 2rem 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-height: 369px;
  border-radius: 0.5rem;
}

.testimonial-reel .box .test-component.video {
  padding: 0;
  min-height: 240px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.testimonial-reel .box .test-component.video .embed-responsive {
  border-radius: 0.5rem;
}

.testimonial-reel .box h4 {
  margin-top: 1rem;
  margin-bottom: 10px;
  font-size: 20px;
}

.testimonial-reel .slick-slide {
  opacity: 1;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-reel .slick-slide.slick-cloned {
  opacity: 1;
  transition: opacity 0.3s;
}

.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}

.testimonial-reel .box .test-component.video .play-button i:before {
  margin: 0;
  font-size: 17px;
  position: relative;
  top: 2px;
  left: 3px;
}

.about-left a,
.testimonial-reel .box .test-component.video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #f6334b;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-left a:before,
.testimonial-reel .box .test-component.video .play-button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-left a:after,
.testimonial-reel .box .test-component.video .play-button:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #f6334b;
  -webkit-animation: animate_play_btn 0.8s linear 0.4s infinite;
  animation: animate_play_btn 0.8s linear 0.4s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes animate_play_btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes animate_play_btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.about-left a:hover,
.testimonial-reel .box .test-component.video .play-button:hover {
  color: #fff;
  border: 1px solid #f6334b;
  background: #f6334b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-left a:hover,
.testimonial-reel .box .test-component.video .play-button .fa {
}
.about-left a:hover:before,
.testimonial-reel .box .test-component.video .play-button:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-left a:hover:after,
.testimonial-reel .box .test-component.video .play-button:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation: animate_play_btn 0.8s linear 0.4s infinite;
  animation: animate_play_btn 0.8s linear 0.4s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal.bg-transparent .modal-header,
.modal.bg-transparent .modal-content {
  background: transparent !important;
}

.modal-content {
  border: none !important;
}
.video-dialog button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  color: #fff;
}

.captcha {
  width: 55px !important;
}

.formbg {
  background: transparent !important;
}
.thankYou-img {
  padding-top: 6.6em;
}

.thanks-img {
  width: 90px;
}

.thank-you-heading {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  font-family: Merriweather;
  text-transform: capitalize;
}

.ceo-div {
  max-width: 187px;
  position: relative;
  float: right;
  margin: auto;
}

.ceo-icon {
  position: absolute;
  bottom: 17%;
  display: inline-block;
  background: #040404;
  width: 50px;
  height: 50px;
  line-height: 40px !important;
  border-radius: 50%;
  right: -13px;
  text-align: center;
  font-size: 22px;
  border: 5px solid #fff;
  z-index: 1;
}

.ceo-icon::before {
  color: #fff;
}

.ceo-img {
  border-radius: 50%;
  width: 100%;
}

.ceo-about h4 {
  font-weight: bold;
  font-size: 24px;
}

.ceo-about span {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.ceo-about a {
  text-decoration: none !important;
  color: #1245a8;
}

.thankyouHeading {
  font-size: 23px;
  font-weight: normal;
  font-family: Merriweather;
  font-style: normal;
  color: #1245a8;
}

.thankyouCheck {
  color: #ff7802;
  font-size: 8rem;
  font-weight: 700;
}

.thankYouText {
  color: #1245a8;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
}

.thankYouText2 {
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
}

.thankYouText3 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
}

.form-links {
  text-decoration: none !important;
  text-transform: lowercase;
  color: #ff7802;
}
.notFound span {
  font-size: 10rem;
}

.notFound p {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}

.common-heading {
  font-style: normal;
  font-weight: 800;
  color: #000000;
}

.common-paragraph {
  font-style: normal;
  font-weight: 400;
  color: #212529;
}

.common-sm-heading {
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}

.common-list {
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.common-icons {
  width: 25px;
  height: 25px;
}

.common-cta-title {
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 26px;
}

.green-box {
  background-color: rgba(2, 145, 179, 0.17);
  min-height: 256px;
}

.cta-style {
  background-size: cover;
}

.green-box-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.green-box-text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.blue-section {
  background: #f1f8fd;
}

.blue-heading {
  font-style: normal;
  font-weight: 800;
  color: #000000;
  font-size: 35px;
}

.bullet-item {
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border-radius: 4px;
  display: block;
}
.bullet-item:after {
  display: block;
  clear: both;
  content: "";
}
.bullet-numbers {
  width: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #00000080;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.bullet-image {
  background: #023b6c;
  display: inline-block;
  max-width: 70px;
  padding: 40px 20px;
  vertical-align: middle;
  transform: skewX(-15deg);
  margin: -7px 0px;
}
.bullet-image img,
.bullet-image .fa,
.bullet-image .fas,
.bullet-image .fab,
.bullet-image .far {
  max-width: 100%;
  transform: skewX(15deg);
}
.bullet-image::before,
.bullet-image::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #023b6c;
  top: 0px;
  right: -4px;
  transform: rotate(315deg);
}
.bullet-image::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid 17px#023b6c;
  top: auto;
  right: auto;
  transform: rotate(-45deg);
  bottom: 2px;
  left: -5px;
  border-right: 7px solid transparent;
}
.bullet-text {
  display: inline-block;
  width: calc(100% - 130px);
  padding-left: 20px;
  vertical-align: middle;
  line-height: 18px;
  padding-right: 20px;
  font-family: Merriweather;
  font-style: italic;
  font-size: 16px;
}
.navy-cta-section {
  background-color: #082c72;
}

.text-size-16 {
  font-size: 16px;
}

.dot-bullets {
  color: #082c72;
  font-size: 18px;
}

.framework-img {
  width: 75px;
  height: 75px;
}

.hr-line {
  height: 1px;
  background: rgba(41, 41, 42, 0.09);
}

.frame-title {
  font-family: Merriweather;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
}

.faq-question {
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}

.faq-answer {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 18px;
}

.common-box-heading {
  font-family: Merriweather;
  font-style: italic;
  line-height: inherit;
  font-weight: 700;
  color: #000000;
  font-size: 5em;
  margin-bottom: 0.3em;
  background-image: url(/assets/images/quotes.png) no-repeat center center;
}

.box-span {
  color: #98bcf2;
}

.equal-height {
  min-height: 287px;
}

.box-area {
  padding: 20px;
}

.box-text {
  font-family: Merriweather;
  font-style: italic;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
}

.box-img {
  width: 85px;
}

.category-box-title {
  font-family: Merriweather;
  font-style: italic;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}
.MuiAccordion-root:before {
  display: none;
}
.MuiAccordionSummary-root {
  min-height: 70px !important;
}

.contact-us-heading {
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 30px;
}

.contact-active-links {
  text-decoration: none !important;
}

.contact-us-heading span {
  color: blue;
}

.flag-heading {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}

.flag-heading-blue {
  color: blue;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.contact-us-text {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 18px;
}

.contact-img {
  background: url(/images/banners/contact-us.webp) no-repeat left top / cover;
  padding: 10em 0em;
  margin-top: 92px !important;
}

.form-heading {
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
}

.min-height-class {
  min-height: 290px;
}

.form-height-class {
  min-height: 255px;
}

.blogs-img {
  background: url(/images/banners/blog-banner.webp) no-repeat left top / cover;
  padding: 10em 0em;
  margin-top: 92px !important;
}

.b-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-text {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #a3a3a3;
}
.bstyle {
  border-radius: 13px 13px 0px 0px !important;
  cursor: pointer;
}

.card-blog-link {
  text-decoration: none !important;
}

.tb-icon {
  color: #ff7802 !important;
}

.vblog-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 300px;
  font-size: 40px;
  line-height: 55px;
  color: #212529;
}

.vblog-text {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #212529;
}

.view-blog-text {
  margin-top: -110px;
}

.removeP {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_image {
  border-radius: 13px 13px 0px 0px !important;
}

.socila_icon li {
  list-style: none;
  display: inline;
  margin-right: 15px;
}
.socila_icon li a {
  background-color: #70706f;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.blogNextPrevBtn .blog_prev_btn a,
.blogNextPrevBtn .blog_next_btn a {
  text-decoration: none;
  color: #a9aaac;
}
.blogNextPrevBtn .blog_prev_btn a h5,
.blogNextPrevBtn .blog_next_btn a h5 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.blogNextPrevBtn .blog_prev_btn p,
.blogNextPrevBtn .blog_next_btn p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.view-blog-img {
  width: 100% !important;
}

.under-layer {
  top: -150px;
  background: #fff;
}

.load_icon a {
  background-color: #ff7802;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
}

.prevNext {
  cursor: pointer;
  color: #a9aaac;
}

.landing-home-div {
  position: relative;
  text-align: center;
  color: white;
  background: url(/images/banners/landing_home.webp) no-repeat left top / cover;
  padding-bottom: 40px;
}
.landing-home-div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000b0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.landing-home-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 982px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}

.logo-rectangle {
  width: 100%;
  padding: 20px 20px 20px 20px;
  background: #ffffff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 1;
}

.logo-rectangle img {
  width: 50%;
}

.hangers {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing-contact-form .hangers {
  bottom: auto;
  top: 50px;
}
.landing-contact-form .hangers::before,
.landing-contact-form .hangers::after {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  margin-top: -85px;
}
.landing-contact-form .hangers::after {
  left: auto;
  right: 23px;
}
.hangers .left-hanger,
.hangers .right-hanger {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  bottom: 15px;
  border: 5px solid #191d20;
  padding: 5px;
}

.hangers .right-hanger {
  left: auto;
  right: 15px;
}

.landing-contact-form {
  width: 100%;
  padding: 50px 20px 20px 20px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
  position: relative;
  color: #000;
  z-index: 1;
}

.landing-overlay {
  position: relative;
  z-index: 1;
}

.landing-overlay h5 {
  font-family: Passions Conflict;
  font-style: normal;
  font-weight: normal !important;
  font-size: 7em;
  line-height: 90px;
}

.landing-overlay h1 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 30px;
  line-height: 61px;
}

.landing-overlay p {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 147.9%;
}

.brown-h4 {
  font-weight: bold;
  color: #514040;
}

.specialization-div span.line1 {
  background: url(/images/landingPage/sideline1.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -231px;
  bottom: 0;
  width: 195px;
  display: block;
}

.specialization-div span.line2 {
  background: url(/images/landingPage/sideline2.png) no-repeat;
  position: absolute;
  right: 0;
  top: 292px;
  bottom: 0;
  width: 129px;
  display: block;
}

.specl-cards {
  border: 1px solid #ededed;
  transition: all 0.3ms ease;
}

.specl-cards:hover {
  border: 1px solid #fff;
  box-shadow: 0px 40px 40px #00000012;
  transition: all 0.3ms ease;
}
.specl-cards:hover .contact-us-card-btn {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(255, 120, 2) !important;
  border-color: rgb(255, 120, 2) !important;
}
.specl-cards h5 {
  font-weight: bold;
  line-height: 131.9%;
  color: #313131;
  font-size: 24px;
}

.specl-cards p {
  font-weight: bold;
  line-height: 147.9%;
  font-size: 16px;
  color: #313131;
}

@media (min-width: 992px) {
  .specialization-div > .container {
    padding-left: 200px;
    padding-right: 200px;
  }
  .testing-cards h5 {
    font-weight: 700;
    font-size: 24px;
  }
}

.specialization-div,
.testing-services,
.landing-customers,
.work-areas,
.great-products {
  position: relative;
  overflow: hidden;
}

.testing-services span.line3 {
  background: url(/images/landingPage/sideline3.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 145px;
  bottom: 0;
  width: 195px;
  display: block;
}

.testing-services span.line4 {
  background: url(/images/landingPage/sideline4.png) no-repeat;
  position: absolute;
  right: 0;
  top: 744px;
  bottom: 0;
  width: 262px;
  display: block;
}

.landing-contact-btn {
  padding-bottom: 2%;
}

.landing-contact-btn .btn-warning:hover {
  box-shadow: 0px 20px 20px #0000001f;
  transition: all 0.3ms ease;
}

.white-div {
  background: #ffffff;
}

.work-card-name {
  font-weight: bold;
  font-size: 25px;
  color: #1245a8;
}

.sub-head {
  font-weight: normal !important;
  font-size: 16px !important;
}

.work-list {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}

.work-areas span.line7 {
  background: url(/images/landingPage/sideline7.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -211px;
  bottom: 0;
  width: 261px;
  display: block;
}

.contact-us-card-btn {
  color: #000000 !important;
  background-color: none !important;
  border-color: #000000 !important;
}

.great-products {
  padding-bottom: 6%;
}

.great-products .h1 {
  color: #514040;
  line-height: 60px;
}

.great-products h2 {
  color: #514040;
}

.great-products span.line8 {
  background: url(/images/landingPage/sideline8.png) no-repeat;
  position: absolute;
  right: 0;
  top: -32px;
  bottom: 0;
  width: 146px;
  display: block;
}

.landing-customers.testimonial-reel .grey-div {
  position: relative;
}
.landing-customers.testimonial-reel .grey-div:after {
  content: "";
  position: absolute;
  width: 70%;
  background: #ededed;
  height: 100%;
  display: block;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
.landing-customers.testimonial-reel .box {
  margin-bottom: 93px;
}
.landing-customers.testimonial-reel .slick-slide {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.landing-customers.imageClient {
  margin-left: auto !important;
  margin-right: auto;
}
.landing-customers.testimonial-reel .box .image {
  max-width: none;
}

.reliable-partner {
  color: #000000;
  line-height: 50px;
}

.landing-customers span.line5 {
  background: url(/images/landingPage/sideline5.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
  width: 115px;
  display: block;
}

.landing-customers span.line6 {
  background: url(/images/landingPage/sideline6.png) no-repeat;
  position: absolute;
  right: 0;
  top: 644px;
  bottom: 0;
  width: 61px;
  display: block;
}

.h2-head {
  font-size: 2.5rem;
}

.landing-service-links {
  text-decoration: none !important;
  color: #313131 !important;
}

.agile-img {
  /* background: url(/images/banners/agile-banner.webp) no-repeat left top / cover; */
  padding: 10em 0em;
  background: #123a90;
  /* margin-top: 93px;
  height: 346px!important;
  width: 100%!important; */
}

.api-img {
  /* background: url(/images/banners/api-banner.webp) no-repeat left top / cover; */
  background: #123a90;
  padding: 10em 0em;
  min-height: 555px;
}

.dedicatedTeam-img {
  /* background: url(/images/banners/dedicated-qa-team-banner.webp) no-repeat left
    top / cover; */
  background: #123a90;
  padding: 10em 0em;
}

.fullCycle-img {
  /* background: url(/images/banners/full-cycle-banner.webp) no-repeat left top /
    cover; */
  background: #123a90;
  padding: 10em 0em;
}

.functional-img {
  /* background: url(/images/banners/functional-banner.webp) no-repeat left top /
    cover; */
  background: #123a90;
  padding: 10em 0em;
}

.manual-img {
  /* background: url(/images/banners/manual-banner.webp) no-repeat left top / cover; */
  padding: 10em 0em;
  background: #123a90;
}

.mobileAutomation-img {
  /* background: url(/images/banners/mobile-automation-banner.webp) no-repeat left
    top / cover; */
  padding: 10em 0em;
  background: #123a90;
}

.mobile-img {
  /* background: url(/images/banners/mobile-banner.webp) no-repeat left top / cover; */
  background: #123a90;
  padding: 10em 0em;
}

.packagePrice-img {
  background: url(/images/banners/packages_and_prices.webp) no-repeat left top /
    cover;
  padding: 10em 0em;
  margin-top: 12vh;
}

.economyPrice-img {
  padding-top: 4em;
}

.package-name {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-family: Merriweather;
}

.nested-list {
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  font-family: Merriweather;
}

.normal-list {
  font-style: normal;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
}

.performance-img {
  /* background: url(/images/banners/performance-banner.webp) no-repeat left top /
    cover; */
  background: #123a90;
  padding: 10em 0em;
}
.qaConsulting-img {
  /* background: url(/images/banners/qa-consulting-banner.webp) no-repeat left top /
    cover; */
  background: #123a90;
  padding: 10em 0em;
}
.qaOutsourcing-img {
  /* background: url(/images/banners/qa-outsourcing-banner.webp) no-repeat left top /
    cover; */
  background: #123a90;
  padding: 10em 0em;
}
.webTesting-img {
  /* background: url(/images/banners/web-testing-banner.webp) no-repeat left top /
    cover; */
  background: #123a90;
  padding: 10em 0em;
}
.devops-img {
  /* background: url(/images/banners/devops-banner.webp) no-repeat left top / cover; */
  background: #123a90;
  padding: 10em 0em;
}
.prices-div .pricing-card-title {
  float: right;
  width: 86px;
  font-size: 0.8rem;
  background: linear-gradient(180deg, #29d7d6 0%, #41bcec 100%);
  margin-top: -60px;
  margin-bottom: 0px;
  padding: 1rem 1rem 2rem 1rem;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.prices-div .pricing-card-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 7px solid #3fbfea;
  transform: rotate(45deg);
  top: 3px;
  left: -7px;
  border-right: 7px solid transparent;
}
.prices-div .pricing-card-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ffffff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  bottom: 0px;
  left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.heading-bottom {
  margin-top: 2.5em;
}

.manual-box {
  min-height: 96px !important;
}

.lg-box {
  min-height: 86px !important;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .md-device-text {
    font-size: 14px !important;
  }

  .md-bullet-text {
    font-size: 12px !important;
  }

  .md-bullet-padding {
    padding: 50px 20px !important;
  }

  .md-title {
    font-size: 15px !important;
  }

  .md-text {
    font-size: 13px !important;
  }

  .md-padding {
    padding: 1.5rem !important;
  }

  .md-box {
    min-height: 277px !important;
  }

  .md-img {
    width: 55px !important;
  }

  .md-margin-top {
    margin-top: -21px !important;
  }

  .md-param-title {
    font-size: 17px !important;
  }

  .md-manual-box {
    min-height: 115px !important;
  }

  .md-func-text {
    font-size: 14px !important;
  }

  .md-m-top {
    margin-top: 35px !important;
  }

  .md-consits {
    padding-top: 5px !important;
  }

  .md-consists-text {
    padding-top: 2px !important;
  }

  .md-num-img {
    width: 65px !important;
  }

  .md-agile-box {
    min-height: 81px !important;
  }

  .md-agile-text {
    padding-top: 3px !important;
  }

  .md-team-box {
    min-height: 94px !important;
  }

  .md-mobile-aut-box {
    min-height: 92px !important;
  }

  .md-eco-package {
    min-height: 325px !important;
  }

  .md-result-img {
    padding-top: 40px !important;
  }

  .md-price-name {
    font-size: 23px !important;
  }
}

.hash-container {
  scroll-margin-top: 92px;
}

.captcha-width {
  min-width: 100px !important;
}

.banner-padding {
  padding-top: 15vh;
}

@media screen and (max-width: 360px) {
  .overlay .h1 {
    font-size: 21px !important;
  }

  .overlay h5 {
    font-size: 14px !important;
  }

  .extra-breakpoint {
    padding: 5px 10px !important;
    font-size: 10px !important;
  }
}

.content {
  min-height: 100vh;
}

.err_span {
  color: red;
}

.header-spacing {
  padding: 1px 0;
}

.text-dark {
  color: #343a40 !important;
}

.cap-hover:hover {
  color: #006293 !important;
  cursor: pointer !important;
}

.headerCallBtn {
  display: none;
}
.footerContact {
  align-items: center;
}

@media screen and (max-width: 989px) {
  .headerCallBtn {
    display: block;
  }
}

@media screen and (max-width: 389px) {
  .haderLogo {
    width: 200px;
  }
}

.Phone {
  position: relative;
  display: block;
  margin: 0;
  width: 1em;
  height: 1em;
  font-size: 8vmin;
  background-color: rgb(252, 122, 58);
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
    0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
}
.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}
.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}
.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}
.Phone.is-animating {
  -webkit-animation: phone-outer 3000ms infinite;
  animation: phone-outer 3000ms infinite;
}
.Phone.is-animating::before {
  -webkit-animation: phone-inner 3000ms infinite;
  animation: phone-inner 3000ms infinite;
}
.Phone.is-animating::after {
  -webkit-animation: phone-icon 3000ms infinite;
  animation: phone-icon 3000ms infinite;
}
@-webkit-keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
      0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@-webkit-keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}

@media (min-width: 320px) {
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px;
    overflow: hidden;
    padding: 135px;
  }
}
.avatar-image-container {
  margin-top: 14px;
  height: 100px;
  width: 171px;
  border-radius: 100px;
  align-items: center;
  display: flex;
  justify-content: left;
}
.avatar-image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.author-container {
  display: flex;
  flex-direction: row;
  align-items: center !important;
}
@media only screen and (max-width: 800px) {
  .author-container {
    flex-direction: column;
    gap: 0px;
    text-align: left;
  }
  .avatar-image-container {
    justify-content: center;
  }
  .authorName {
    text-align: center;
  }
  .author_bios {
    text-align: left;
  }
}
@media only screen and (max-width: 1100px) {
  .author-container {
    flex-direction: column;
    gap: 0px;
  }
  .avatar-image-container {
    justify-content: center;
  }
  .authorName {
    text-align: center;
  }
  .author_bios {
    text-align: left;
  }
}

.authorName {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 96%;
  font-family: Raleway;
}
.boxcontainer {
  display: flex;
  gap: 62px;
}
.boxcontainer2 {
  display: flex;
  gap: 94px;
}
.mainContainer {
  display: flex;
  justify-content: center;
  background-color: #000;
  height: 100vh;
}
.boxContainer {
  width: 40%;
  background: rgb(201, 210, 246);
  margin-top: 5%;
  padding: 2%;
  border-radius: 5px;
  height: 223px;
}
.boxContainer1 {
  width: 40%;
  background: rgb(201, 210, 246);
  display: flex;
  margin-top: 5%;
  padding: 2%;
  border-radius: 5px;
  height: 321px;
  flex-direction: column;
  gap: 20px;
}
.boxContainer2 {
  width: 40%;
  background: rgb(201, 210, 246);
  display: flex;
  margin-top: 5%;
  padding: 2%;
  border-radius: 5px;
  height: 200px;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.buttonStyle {
  color: #ffffff;
  background-color: #006293;
  border: none;
  padding: 5px;
  border-radius: 18px;
  width: 20%;
}
.forgotText {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buttonBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.buttonBox1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.formStyle {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.inputBox {
  border: none;
  padding: 10px;
  border-radius: 20px;
}
.circleInput {
  border-radius: 25%;
  width: 12%;
  display: flex;
  align-items: center;
  text-align: center;
  height: 166%;
}
.circleInputBox {
  display: flex;
  gap: 18px;
  justify-content: center;
}
.deleteIcon {
  cursor: pointer;
}
.logoIcon {
  font-size: 24px;
  color: #ffffff;
}
.socialIcon {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
.portfolioHeadingText {
  margin-top: 10%;
  text-align: center;
}
@media (max-width: 1000px) and (min-width: 820px) {
  .portfolioHeadingText {
    margin-top: 16%;
  }
}

.portfolioText {
  text-align: center;
}
.team-Container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.recongnition {
  margin-bottom: 25px;
  text-align: center;
}
.portfolioImageBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  flex-direction: row;
  margin-top: 15px;
}
@media only screen and (max-width: 800px) {
  .portfolioImageBox {
    display: flex;
    flex-direction: column;
  }
  .portfolioHeadingText {
    margin-top: 28%;
  }
  .portfolioText {
    font-size: 20px;
    padding: 0px 30px;
  }
}
.portfolioImage {
  flex: 0.5;
  background-color: white;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  border-radius: 13px 13px 13px 13px !important;
  cursor: pointer;
  border: solid #eae9e9 2px;
  padding: 8px;
}

.textStyle {
  color: black;
}
.projectTitle {
  font-weight: 600;
  color: #2d2d2d;
  margin-top: 10px;
  font-size: 24px;
}
.portfolioBox {
  margin: 20px 0px 20px 0px;
}
.portfolioTable {
  margin: 20px 0px 20px 0px;
}
