@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  /* font-family: "Poppins", sans-serif !important; */
}
h1,
h2,
h3,
h4,
p,
span,
ul,
li,
a {
  /* font-family: "Poppins", sans-serif !important; */
}
.Powerbi-form form {
  /* background-color: #fff; */
  border-radius: 20px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  width: 70%;
  margin: 0px auto;
  padding: 20px 30px;
  text-align: center;
  background: linear-gradient(45deg, #fff 50%, #fafaff 50%);
  background-size: 15px 15px;
}
.Powerbi-form .form-control {
  font-size: 14px;
  color: #000;
  background-color: #efefef;
  border-radius: 10px;
  height: 44px;
  border: 1px solid #ccc !important;
}
.powerBI-frm input:focus {
  outline: none !important;
}
.Powerbi-form textarea {
  height: auto !important;
}
.Powerbi-form .form-control::placeholder {
  color: #000;
}
.Powerbi-form h3 {
  color: #f37c23;
  margin-bottom: 5px;
  font-weight: 700;
}
.Powerbi-form p {
  color: #626262;
  margin-bottom: 20px;
}
.aipage-main {
  background: url(../images/AIpage-banner1.webp);
  background-repeat: no-repeat;
  padding: 130px 20px 70px;
  background-size: cover;
}
.powerbi-submit {
  background-color: #f37c23;
  color: #fff;
  font-weight: 700;
  border-radius: 13px;
  padding: 14px;
  min-width: 153px;
  margin: 10px auto 20px;
  border: none;
  transition: 0.5s;
  outline: none;
  font-size: 16px;
}
.powerbi-submit:hover {
  box-shadow: 0px 0px 14px rgba(243, 124, 35, 0.9);
  background-color: #f06700;
  color: #fff;
}
.powerbi-btn {
  background-color: #f37c23;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: flex;
  width: fit-content;
  font-weight: 700;
  display: block;
  text-align: center;
}
.powerbi-btn {
  transition: 0.5s;
  animation-name: glow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.powerbi-btn:hover,
.powerbi-btn:focus {
  cursor: pointer;
  box-shadow: none;
  color: #fff !important;
  background-color: #f06700 !important;
  text-decoration: none !important;
}
.aipage-ctadiv {
  justify-content: center;
  padding: 40px 20px;
}
.aipage-bannertxt {
  color: #fff;
  width: 80%;
  margin: 0px auto;
}
.aipage-bannertxt h1 {
  font-weight: 700;
  margin: 20px 0px;
  font-size: 46px;
  color: #fff;
}
.aiindustry-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.aiindustry-block {
  display: flex;
  flex-wrap: wrap;
}
.aipage-ctabtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aipage-ctabtn a {
  font-size: 16px !important;
}
.aipage-bannertxt p {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  margin: 30px 0px;
  padding-left: 15px;
  border-left: 4px solid #f37c23;
  color: #fff;
}
.Powerbi-form .powerbi-submit {
  background-color: #f37c23 !important;
  background-image: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 13px !important;
  padding: 14px !important;
  min-width: 153px;
  margin: 10px auto 20px;
  border: none;
  transition: 0.5s;
  outline: none;
  font-size: 16px !important;
  line-height: 20px !important;
  width: auto;
}
.powerBI-frm input:focus {
  outline: none !important;
}
.powerbi-submit:hover,
.powerbi-submit:focus {
  box-shadow: 0px 0px 14px rgba(243, 124, 35, 0.9);
  background-color: #f06700;
  color: #fff;
  outline: none;
}
.aipage-bannertxt p:last-child {
  padding-left: 0px;
  border-left: none;
}
.aipage-bannertxt a {
  background-color: #f37c23;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: flex;
  width: fit-content;
  font-weight: 700;
  margin: 20px 0px;
}
.aipage-bannertxt a:hover {
  cursor: pointer;
  background-color: #f06700;
}
.aipage-bannertxt ul {
  padding-left: 0px;
  margin: 25px 0px;
}
.aipage-bannertxt ul li {
  list-style: none;
  display: flex;
}
.aipage-bannertxt ul li img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 3px;
}
.aipage-bannertxt ul li p {
  line-height: normal;
  font-size: 14px;
  font-style: italic;
  margin: 0px 0px 14px 0px;
  font-weight: 500;
}
.aipage-services {
  padding: 40px 20px;
}
.aipage-sertxt h2 {
  color: #f47c25;
  font-size: 36px;
}
.aipage-sertxt p {
  font-size: 18px;
}
.aipageser-single {
  border-radius: 20px;
  padding: 20px;
}
.aiservice-green .aipageser-single {
  background-color: #f2fff8;
}
.aiservice-ink .aipageser-single {
  background-color: #f0f3fc;
}
.aiservice-sky .aipageser-single {
  background-color: #ebfdfe;
}
.aiservice-purple .aipageser-single {
  background-color: #fbf5ff;
}
.aiservice-pink .aipageser-single {
  background-color: #fff1f9;
}
.aiservice-yellow .aipageser-single {
  background-color: #fff9f4;
}
.aipageser-icn {
  display: flex;
}
.aipageser-icn h4 {
  color: #f47c25;
  font-weight: 600;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #d9d9d9;
}
.aipageser-single p {
  font-size: 12px;
  margin: 10px 2px;
}
.aipage-serbox .row {
  margin-bottom: 20px;
}
.aipage-industry {
  padding: 40px 20px;
}
.aipindustry-center h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.aiindustry-img img {
  width: 100%;
}
.aiindustry-single {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.aiindustry-single img {
  width: 65px;
  margin-right: 15px;
}
.aiindustry-title h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #f47c25;
  font-size: 22px;
  font-weight: 700;
}
/* .aiindustry-info{
    padding: 40px 20px;
} */
.aipage-logos {
  padding: 40px 20px;
  background-color: #f6f6f6;
}
.aipage-logos-img ul {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.aipage-logos-img ul li {
  list-style: none;
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  margin: 10px 0px;
}
.aipage-logos-img ul li img {
  width: 161px;
}
.aipage-logo-txt h1 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 46px;
}
.aipage-accordimg img {
  width: 83%;
  margin: 0px auto;
}
.aipage-accordimg {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.aipage-accordrow {
  background: url(../images/AI-accordionbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
}
.aipage-accordrow .aipage-accordmain {
  padding: 40px 20px;
}
.aipage-accordtxt {
  text-align: center;
  width: 90%;
  margin: 50px auto;
}
.aipage-accordtxt h1,
.aipage-accordtxt p {
  color: #fff;
}
.aipage-accordtxt h1 {
  font-size: 41px;
  margin-bottom: 20px;
}
.aipage-accordion .collapsing {
  transition: height 0s ease !important;
}
.aipage-accordion #accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
}
.aipage-accordion #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  position: relative;
}
.aipage-accordion #accordion .panel-title a {
  display: block;
  padding: 20px 30px;
  margin: 0;
  background: #0d1678;
  font-size: 17px;
  /* font-weight: bold; */
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  position: relative;
  border: 1px solid rgba(227, 227, 227, 0.55);
  text-decoration: none;
}
.aipage-accordion #accordion .panel-title a:hover {
  text-decoration: none;
}
.aipage-accordion #accordion .panel-title a.collapsed {
  border: 1px solid rgba(227, 227, 227, 0.55);
}
.aipage-accordion #accordion .panel-title a:before,
.aipage-accordion #accordion .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "FontAwesome";
  width: 17px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  color: #f47c25;
  position: absolute;
  top: 19px;
  right: 30px;
  transform: rotate(180deg);
  transition: all 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);
}
.aipage-accordion .panel-group {
  padding: 40px;
  margin-bottom: 0px;
}
.aipage-accordion #accordion .panel-title a.collapsed:before {
  color: #f47c25;
  transform: rotate(0deg);
}
.aipage-accordion #accordion .panel-body {
  padding: 40px 30px 20px;
  background: #0d1678;
  font-size: 14px;
  color: #fff;
  border-top: none;
  border-radius: 0px 0px 15px 15px;
  border: 1px solid rgba(227, 227, 227, 0.55);
  margin-top: -20px;
  font-weight: 400;
  line-height: 25px;
}
.aipage-accordmain {
  padding: 40px 20px;
}
.aipage-cta {
  padding: 40px 20px;
}
.aipage-ctabox {
  background-color: #120a71;
  border-radius: 25px;
  width: 80%;
  margin: 0px auto;
  padding: 40px;
}
.aipage-ctatxt p {
  margin-bottom: 0px;
}
.aipage-ctatxt h3,
.aipage-ctatxt p {
  color: #fff;
}
.aipage-ctatxt h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}

#AIForm .error {
  border: 1px solid red !important;
  color: #000 !important;
}
#AIForm .error input {
  color: #000;
}

.aipage-solumain {
  padding: 20px;
}
.aipage-solutions {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.aisol-left h1 {
  color: #f27c22;
  font-weight: 600;
  line-height: 44px;
  font-size: 41px;
}
.aisol-left p {
  margin: 20px 0px;
  line-height: 28px;
}
.aisol-left span {
  color: #1d015c;
}
.aisol-right ul {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.aisol-right ul li {
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 20px;
  width: 46%;
  margin: 2%;
  padding: 30px;
  box-shadow: rgb(156 160 169 / 40%) 0 0 24px 0;
  height: fit-content;
  border: 1px solid #c9c9c9;
}
.aisol-right ul li h4 {
  color: #f27c22;
  font-weight: 600;
  font-size: 20px;
  margin: 0px 0px 10px;
}
.aisol-right ul li p {
  margin-bottom: 0px;
}
.aisol-right ul li:nth-child(2) {
  margin-top: 60px;
}
.aisol-right ul li:nth-child(3) {
  margin-top: -37px;
}
.powerbi-btn {
  /* box-shadow: 0px 0px 14px rgba(0,87,255,.4); */
  transition: 0.5s;
  animation-name: glow;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-color: #f37c23;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: flex;
  width: fit-content;
  font-weight: 700;
  display: block;
  text-align: center;
}
.powerbi-btn:hover,
.powerbi-btn:focus {
  cursor: pointer;
  box-shadow: none;
  color: #fff !important;
  background-color: #f06700 !important;
  text-decoration: none !important;
  /* border: 2px solid #0057FF; */
}

/**accordion css start**/
#aipage-accordionNew .accordion {
  margin: 40px auto;
  width: 90%;
}
#aipage-accordionNew.accordion .item {
  border: none;
  margin-bottom: 50px;
  background: none;
}
#aipage-accordionNew .t-p {
  padding: 40px 30px 20px;
  background: #0d1678;
  font-size: 14px;
  color: #fff;
  border-top: none;
  border-radius: 0px 0px 15px 15px;
  border: 1px solid rgba(227, 227, 227, 0.55);
  margin-top: -20px;
  font-weight: 400;
  line-height: 25px;
  width: 99%;
  margin: -20px auto 10px;
}
#aipage-accordionNew .accordion .item .item-header h2 button.btn.btn-link {
  display: block;
  padding: 12px 30px;
  margin-bottom: 10px;
  background: #0d1678;
  font-size: 17px;
  font-weight: 700;
  /* letter-spacing: .5px; */
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  position: relative;
  border: 1px solid rgba(227, 227, 227, 0.55);
  text-decoration: none;
  /* font-family: "Poppins", sans-serif; */
  line-height: 2.5;
}
#aipage-accordionNew .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

#aipage-accordionNew .accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

#aipage-accordionNew .accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #f47c25;
  background-color: #0d1678;
  width: 35px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

#aipage-accordionNew button.btn.btn-link.collapsed i {
  transform: rotate(0deg);
}

#aipage-accordionNew button.btn.btn-link i {
  transform: rotate(180deg);
  transition: 0.5s;
}

/*accordion css end**/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 5px rgba(243, 124, 35, 0.4);
  }

  to {
    box-shadow: 0px 0px 14px rgba(243, 124, 35, 0.9);
  }
}
@media only screen and (max-width: 650px) and (min-width: 400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
  .aipage-sertxt,
  .aipage-ctatxt,
  .aipage-logo-txt {
    text-align: center;
  }
  .aipage-bannertxt p {
    margin: 0px auto;
    padding-left: 0px;
    border-left: none;
  }
  .aipageser-single {
    padding: 20px;
    margin-bottom: 20px;
  }
  .aiindustry-img {
    margin-bottom: 20px;
  }
  .aipage-bannertxt a {
    margin: 20px auto;
  }
  .aipage-bannertxt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .aipage-bannertxt ul li p {
    text-align: left;
  }
  .aisol-left {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .aisol-left h1 {
    text-align: center;
  }
  #aipage-accordionNew .accordion .item .item-header h2 button.btn.btn-link {
    font-size: 14px;
    line-height: 2.8;
  }
  .aipage-main {
    padding: 60px 20px 70px;
  }
}
@media (max-width: 768px) {
  .aipage-main h2,
  .aisol-left h1,
  .aipindustry-center h2,
  .aipage-accordtxt h1,
  .aipage-logo-txt h1 {
    font-size: 20px;
    line-height: normal;
  }
  .aipage-bannertxt {
    margin-bottom: 40px;
  }
  .aisol-left p,
  .aisol-left p {
    text-align: center;
  }
  .aipage-main h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .aipage-bannertxt,
  .aipage-ctabox,
  .Powerbi-form form {
    width: 100%;
  }
  .aipage-ctabtn {
    margin-top: 20px;
  }
  .aipage-ctadiv {
    padding: 0px 20px 40px;
  }
  .aisol-right ul {
    display: block;
  }
  .aisol-right ul li {
    margin: 20px auto !important;
  }
}
@media (max-width: 479px) {
  .aisol-right ul li {
    width: 100%;
  }
  .aisol-right ul li:nth-child(2),
  .aisol-right ul li:nth-child(3) {
    margin-top: 10px;
  }
}
