html {
  position: relative;
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #84E100;
  text-decoration: none;
}

.max-100 {
  max-width: 100% !important;
}

.max-60 {
  max-width: 60%;
  margin: 0 auto;
}

.max-50 {
  max-width: 50%;
  margin: 0 auto;
}

.max-1024 {
  max-width: 1024px;
  margin: 0 auto;
}

.navbar {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 30px;
}

.banner-container {
  width: 100%;
  background: url(../images/banner-home.jpg) center top no-repeat;
  background-size: cover;
  height: 600px;
  padding: 0 20px;
  padding-top: 230px;
  overflow: hidden;
  @media (min-width: 768px) {
    height: 800px;
    padding: 0;
    padding-top: 230px;
  }
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: #84E100;
  border-bottom: #84E100 solid 2px;
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 15px;
}

.banner-caption {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 30px;
  border: solid 2px #84E100;
  border-radius: 20px;
  position: relative;
  color: #fff;
  text-align: center;
}

.banner-caption h1 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: 700;

  @media (min-width: 768px) {
    font-size: 54px;
  }
}

.gradient-text {
  background: linear-gradient(to right, #42C000, #D8DC00, #FE9F00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-btn {
  display: table;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 40px;
  background-image: linear-gradient(to right, #2EB600 , #84E100);
  border-radius: 15px;
  color: #fff;
  margin-top: 30px;
  position: relative;
}

.banner-btn img {
  position: absolute;
  right: -23px;
  top: 18px;
}

.banner-btn:hover {
  color: #fff;
  text-decoration: none;
}

.card-btn {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  background: linear-gradient(to right, #2EB600 , #84E100);
  border-radius: 15px;
  color: #fff;
  margin-top: 30px;
  position: relative;
}

.card-btn img {
  position: absolute;
  right: -19px;
  top: 10px;
}

.testing-card-one:hover .card-btn {
  color: #2EB600;
  background: #fff;
  text-decoration: none;
}

.banner-btn-white {
  display: table;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  background: #fff;
  border-radius: 15px;
  color: #84E100;
  margin-top: 30px;
  position: relative;
  padding-right: 25px;
}

.banner-btn-white img {
  position: absolute;
  right: -23px;
  top: 13px;
}

.banner-btn-white:hover {
  color: #84E100;
  text-decoration: none;
}

.content-area {
  padding: 40px 0;
}

.home-sec {
  padding: 50px 0;
  background: url(../images/home-bg-one.jpg) no-repeat;
  background-size: cover;
  @media (min-width: 768px) {
    padding: 100px 0;
  }
}

.main-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  max-width: 100%;
  margin: 0 auto;
  line-height: 35px;
  margin-bottom: 30px;
  @media (min-width: 768px) {
    font-size: 50px;
    font-weight: 700;
    max-width: 60%;
    margin: 0 auto;
    line-height: 55px;
  }
}

.inner-heading {
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
}

.main-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 30px;
  @media (min-width: 768px) {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
  }
}

.text-primary {
  color: #84E100 !important;
}

.home-sec-right {
  padding-left: 0px;
  @media (min-width: 768px) {
    padding-left: 50px;
  }
}

.home-sec-right h4 {
  color: #84E100;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.home-sec-right h4 span {
  font-size: 54px;
  line-height: 45px;
}

.we-test-sec {
  background: url(../images/we-test-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0;
  @media (min-width: 768px) {
    padding: 80px 0;
  }
}

.we-test-sec.ai-advantage {
  background: url(../images/we-test-banner-two.jpg) no-repeat top center;
}

.text-max-50 {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  @media (min-width: 768px) {
    max-width: 60%;
  }
}

.img-auto {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.we-test-sec h2 {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 30px;
  color: #84E100;
  @media (min-width: 768px) {
    font-size: 180px;
    line-height: 140px;
    margin-bottom: 70px;
    
  }
}

.service-card {
  margin-bottom: 30px;
}

.service-card .img-icon {
  height: 68px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  @media (min-width: 768px) {
    margin: 0;
    margin-bottom: 20px;
  }
}

.service-card h4 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  @media (min-width: 768px) {
    text-align: left;
  }
}

.service-card p {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
   @media (min-width: 768px) {
    text-align: left;
   }
}

.service-card a {
  display: block;
  text-align: center;
  @media (min-width: 768px) {
    text-align: left;
   }
}

/*---- scroll menu starts-----*/

.menu {
  background: none;
}

.menu {
  transition: .5s;
}

.menu.hide1 {
  opacity: 1;
  background: #518606;
  padding: .8rem 1rem;
  border-bottom: 0;
}

.serv-sec-home {
  padding: 40px 0;
  background: url(../images/service-bg.jpg) no-repeat center;
  border-bottom: #2EB600 solid 3px;
  background-size: cover;
  @media (min-width: 768px) {
    padding: 80px 0;
  }
}


.service-list-card .card-header {
  padding: 0px;
  background: none;
  border: 0;
}

.service-list-card .card {
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  background: none;
  border: 0;
  color: #fff;
}

.service-list-card .card .btn-link {
  width: 100%;
  text-align: left;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #2EB600 , #84E100);
  border-radius: 0;
  font-weight: 600;
}

.service-list-card .card .btn-link.collapsed {
  background: none;
  padding: 0;
  color: #2EB600;
}

.service-list-card .card-body {
  padding-top: 0;
  background-image: linear-gradient(to right, #2EB600 , #84E100);
  border-radius: 0;
}

.service-list-card .card-body a {
  color: #fff !important; 
  text-decoration: none;
}

.service-list-card .card-header .btn i {
  display: none;
  margin-right: 10px;
}

.service-list-card .card-header .btn.collapsed i {
  display: inline-block;
}

.service-list-card .card-header .btn.collapsed {
  color: #000;
  font-weight: 600;
}

.service-list-card .card .btn-link i {
  color: #69D400;
}

.service-list-card h4 {
  color: #2EB600;
  margin-bottom: 20px;
}

.home-list {
  list-style: none;
  padding: 0px 0 0;
  line-height: 55px;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  @media (min-width: 768px) {
    padding: 40px 0 0;
    width: 75%;
  }
}

.home-list li {
  width: 43%;
  display: inline-block;
  @media (min-width: 768px) {
    width: 30%;
  }
}

.home-list img {
  margin-right: 7px;
}

.tab-inner {
  padding-left: 100px;
}

.tab-list {
  list-style: none;
  padding: 0;
  line-height: 55px;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
}

.tab-list li {
  width: 48%;
  display: inline-block;
  background: #fff;
  padding: 7px 10px;
  border-radius: 10px;
  line-height: 18px;
  margin-bottom: 10px;
}

.tab-list img {
  margin-right: 7px;
}


footer {
  background:#0D182E url(../images/footer-bg.jpg) no-repeat center;
  color: #fff;
  padding: 40px 0 20px;
}

.footer-card h5 {
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.social-blk {
  padding: 10px 0;
}

.social-blk i {
  margin: 0 8px;
  font-size: 15px;
}

.inner-banner {
  padding: 50px 0 !important;
  background-size: cover;
}

.inner-banner h1 {
  color: #fff;
  margin: 0;
}

footer a {
  color: #fff;
}

.footer-card ul {
  padding: 15px 0;
  list-style: none;
  line-height: 35px;
}

.footer-card li a:hover {
  color: #84E100;
}

.testing-card {
  margin-bottom: 50px;
}

.testing-card img {
  margin-bottom: 15px;
}

.testing-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2EB600;
}

.testing-card-one {
  margin-bottom: 40px;
  background: linear-gradient(to right, #F2F2F2 , #F2F2F2);
  padding: 25px;
  border-radius: 20px;
  color: #000;
}

.testing-card-one:hover {
  background: linear-gradient(to right, #2FB700 , #84E100);
  color: #fff;
}

.testing-card-one img {
  margin-bottom: 15px;
}

.testing-card-one h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.testing-card-one ul {
  padding: 10px 0;
  padding-left: 15px;
}

.testing-card-one ul li {
  margin-bottom: 20px;
}

.testing-card-one ul li:last-child {
  margin-bottom: 0px;
}

.testing-card-one hr {
  border-color: #D8D8D8;
}

.testing-card-one ul li::marker {
  color: #2EB600;
  font-size: 18px;
}

.testing-card-one:hover ul li::marker {
  color: #fff;
}

.testing-card-one:hover .icon-card {
  filter: invert(50%) brightness(200%);
}

.ai-cover {
  width: 100%;
  margin: 30px auto;
  position: relative;
  @media (min-width: 768px) {
    width: 1080px;
  }
}

.ai-card {
  padding: 30px;
  height: auto;
  color: #fff;
  @media (min-width: 768px) {
    height: 395px;
  }
}

.ai-card.left-top {
  border-radius: 20px 20px 0 0;
  @media (min-width: 768px) {
    border-radius: 30px 0 0 0;
  }
}

.ai-card.right-top {
  border-radius: 0 0 0 0;
  text-align: left;
  @media (min-width: 768px) {
    border-radius: 0 30px 0 0;
    text-align: right;
  }
}

.ai-card.left-bottom {
  border-radius: 0 0 0 0;
  align-content: start;
  @media (min-width: 768px) {
    border-radius: 0 0 0 30px;
    align-content: end;
  }
}

.ai-card.right-bottom {
  border-radius: 0 0 20px 20px;
  text-align: left;
  align-content: start;
  @media (min-width: 768px) {
    border-radius: 0 0 30px 0;
    text-align: right;
    align-content: end;
  }
}

.ai-card img {
  margin-bottom: 20px;
}

.ai-card h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.ai-circle-3 {
  position: absolute;
  width: 428px;
  height: 428px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 500px;
  left: 30%;
  top: 24%;
  display: none;
  @media (min-width: 768px) {
    display: block;
  }
}

.ai-circle-2 {
  position: absolute;
  width: 334px;
  height: 334px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 500px;
  left: 12%;
  top: 12%;
  display: none;
  @media (min-width: 768px) {
    display: block;
  }
}

.ai-circle-1 {
  position: absolute;
  width: 240px;
  height: 240px;
  background: linear-gradient(to right, #31B800 , #AEEA00);
  border-radius: 500px;
  left: 15%;
  top: 14%;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  padding: 80px 28px;
  text-align: center;
  line-height: 35px;
  display: none;
  @media (min-width: 768px) {
    display: block;
  }
}

.partner-sec {
  background: url(../images/partner-image-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0;
}

.partner-card {
  border-radius: 15px;
  background: #1D1D1F;
  max-width: 1080px;
  margin: 70px auto;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
}

.card-top {
  padding: 20px;
  padding-top: 30px;
  @media (min-width: 768px) {
    padding: 40px;
    padding-top: 60px;
  }
}

.card-top ul {
  padding: 0;
  margin-bottom: 40px;
}

.card-top ul li {
  display: inline-block;
  padding: 5px 10px;
  background: #2A2A2C;
  border-radius: 10px;
  margin: 0 7px 7px 0;
  font-size: 13px;
}

.card-bottom {
  padding: 20px;
  text-align: center;
  background: #2A2A2C;
  color: #86E300;
  text-transform: uppercase;
  font-weight: 700;
}

.card-bottom a {
  text-decoration: none;
}

.comment-blk {
  padding: 20px 0 20px;
  background: none;
  @media (min-width: 768px) {
    padding: 40px 0 40px 30px;
    background: url(../images/devider-vertical.svg) no-repeat left;
  }
}

.comment-blk img {
  border-radius: 25px;
  width: 71px;
}

.inner-banner {
  height: 360px;
}

.inner-banner h2 {
  text-align: center;
  padding: 150px 0 0;
  font-weight: 700;
}


.solution-list ul {
  padding: 10px 0;
  list-style: none;
  margin-bottom: 40px;
}

.solution-list ul li {
  margin-bottom: 5px;
}

.solution-list ul li a {
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  background: #FAFBFB;
  color: #333;
}

.solution-list ul li a:hover {
  color: #84E100;
  text-decoration: none;
}

.solution-blk {
  background: linear-gradient(to right, #2EB600 , #84E100);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.solution-blk h2 {
  font-weight: 700;
}

.solution-desc ul {
  padding: 10px 0;
  padding-left: 20px;
  list-style: square;
}

.solution-desc ul li {
  margin-bottom: 15px;
}

.solution-desc ul li::marker {
  color: #84E100;
}

.solution-cover {
  padding: 70px 0;
}

.work-form sup {
  color: red;
}

.work-form label {
  display: block;
}

.work-form .form-control {
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 8px;
  padding: 15px;
}

.approach-sec {
  width: 100%;
  padding: 30px 0;
  background: url(../images/approach-bg.jpg) no-repeat center top;
  background-size: cover;
  @media (min-width: 768px) {
    padding: 70px 0;
  }
}

.approach-left {
  align-content: center;
  padding-right: 0px;
  height: 100%;
  margin-bottom: 20px;
  @media (min-width: 768px) {
    padding-right: 100px;
    margin-bottom: 0;
  }
}

.approach-left img {
  margin-bottom: 20px;
}

.approach-left h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
  @media (min-width: 768px) {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 30px;
  }
}

.approach-left h6 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.approach-items ul {
  padding: 0;
  padding-left: 20px;
  list-style: none;
  color: #fff;
}

.approach-items ul li {
  margin-bottom: 30px;
  justify-content: space-between;
  display: flex;
  border-bottom: #4A4A4A solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.approach-items ul li:last-child {
  margin: 0;
  border-bottom: 0;
  padding: 0;
}

.approach-items img {
  margin-right: 30px;
  width: auto !important;
}

.approach-items h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

.approach-items p {
  color: #B8B8B8;
  margin: 0;
}

.work-with-us {
  background: linear-gradient(to right, #2EB600 , #84E100);
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.work-with-us h2 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

.work-with-us h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}

.call-request {
  width: 665px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 3px 10px;
  padding-right: 20px;
}

.call-request .form-control {
  border: 0;
  outline: none;
  box-shadow: none;
}

.qa-tools-sec {
  background: #F2F2F2;
  padding: 40px 30px;
  width: 1240px;
  margin: 0 auto;
  border-radius: 20px;
}

.qa-tools-sec h2 {
  font-weight: 700;
}

.tab-sec {
  padding: 40px 0;
}


.tab-sec {
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
      background: linear-gradient(to right, #2EB600 , #84E100);
      color: #fff;
      border-radius: 15px;
    }

    .nav-pills .nav-link {
      background: none;
      color: #5A5A5A;
      outline: none;
      border: 0;
      margin-bottom: 15px;
      font-weight: 600;
      text-align: left;
    }
}

.approach-sec {

  .owl-dots {
    text-align: center;
    margin-top: 25px;
  }

  .owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: none;
    border: #5BCD00 solid 2px;
    margin: 0 4px;
  }

  .owl-carousel .owl-dot.active {
    width: 12px;
    height: 12px;
    background: #5BCD00;
  }

}

.partner-cover {
  position: relative;
}

.partner-sec {
  .owl-carousel .owl-item img {
    display: inline-flex;
    width: auto;
  }

  .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
  }

  .owl-carousel .owl-nav button {
    border: #fff solid 1px;
    padding: 10px;
    width: 47px;
    height: 47px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    top: 100px;
    position: absolute;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}


.inner-area {
  padding: 70px 0;
}

.list-style-1 ul {
  padding: 0;
  padding-left: 0px;
  line-height: 55px;
  font-size: 19px;
  list-style: none;
}

.logo-center {
  margin-bottom: 50px;
  text-align: center;
}

.list-style-1 ul li img {
  margin-right: 10px;
}

.sub-head {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}

.automation-cover {
  width: 1084px;
  margin: 50px auto;
}

.automation-card {
  background: #F7F8FA;
  padding:25px;
  border-radius: 15px;
  font-size: 17px;
  margin-bottom: 30px;
  min-height: 470px;
}

.automation-card img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.automation-card h3 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.qa-cover {
  width: 1030px;
  margin: 0 auto;
}

.qa-section {
  padding: 70px 0;
}

.qa-cover .card-header {
  background: none;
  padding: 10px 0;
  border: 0;
}

.qa-cover .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}

.qa-cover .btn-link i {
  color: #E9E9E9;
  float: right;
}

.qa-cover .card {
  border-bottom: #ddd solid 1px !important;
  border: 0;
  border-radius: 0;
}

.qa-cover .card-body {
  font-size: 19px;
  line-height: 26px;
  padding: 0;
}














@media (min-width: 768px) {
  .banner-caption {
    width: 960px;
    padding: 40px 80px;
    border: solid 4px #84E100;
    border-radius: 50px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
} 

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}


