/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Outfit", sans-serif;
  color: #000;
  overflow-x: hidden;
}

a {
  font-family: "Outfit", sans-serif;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
p {
  line-height: 1.2;
  font-weight: 400;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 31px;
  width: 31px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #0282bf;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-slide {
  padding: 0 15px;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border: none;
  background-color: #0282bf;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #0282bf;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
ul.slick-dots li {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.btn_bx {
  margin-top: 50px;
  text-align: center;
}
.section-title span {
  margin: 0px 0 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 20px;
  padding: 0 10px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  position: relative;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}
.section-title p {
  margin: 0 auto 0 auto;
}

.common-btn {
  padding: 8px 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  background: #0282bf;
  border: none;
  display: inline-block;
}
.common-btn:hover {
  background: #019be1;
  color: #ffffff;
  border-color: #019be1;
}
.white-btn {
  padding: 16px 30px;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  background: #ffffff;
  border: none;
  display: inline-block;
}
.white-btn:hover {
  background: #019be1;
  color: #ffffff;
  border-color: #019be1;
}
.green-btn {
  padding: 12px 20px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
  background: #019be1;
  border: none;
  display: inline-block;
}
.green-btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/
.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: #ffeb33;
  width: 4rem;
  height: 4rem;
  padding: 0rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}
.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
    box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
    box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
    box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 0 rgba(255, 235, 51, 0.2), 0 0 0 5px rgba(255, 235, 51, 0.2),
      0 0 0 10px rgba(255, 235, 51, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
    box-shadow: 0 4px 10px rgba(255, 235, 51, 0.2),
      0 0 0 5px rgba(255, 235, 51, 0.2), 0 0 0 10px rgba(255, 235, 51, 0.2),
      0 0 0 20px rgba(255, 235, 51, 0);
  }
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-address a {
  color: #ffffff;
  font-weight: 600;
  margin-right: 25px;
}
.top-address a i {
  padding-right: 5px;
  color: #ffffff;
}
.top-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-contact ul li a {
  background: transparent;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.top-contact ul li a:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.top-head-sec {
  padding: 7px 0 7px 0;
  background: #0282bf;
}
.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 11px #0000003d;
}
.header.sticky .logo-bx a.logo img {
  max-width: 153px;
}
.header {
  z-index: 997;
  position: relative;
  padding: 15px 0;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  background: #ffffff;
  box-shadow: 0 5px 5px hsl(0deg 0% 0% / 5%);
}
header.header.sticky .top-head-sec {
  display: none;
}
.bottom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.logo img {
  max-width: 160px;
  transition: all 0.5s;
}
.right-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
  gap: 20px;
}
.right-btn a.common-btn {
  margin-right: 0;
}

.phone-top a {
  background: #0282bf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #fff;
  transition: all 0.5s;
  gap: 5px;
}
.phone-top a:hover {
  background: #0282bf;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/
.ban-head {
  text-align: left;
  max-width: 490px;
}
.ban-head h1 {
  color: #e9e9e9;
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.ban-head p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
}
.ban-head h1 span {
  padding: 0 15px;
  display: inline-block;
  font-size: 80px;
  background: linear-gradient(to left, #000000 50%, #000000 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease-out;
}
.banner-main .slick-slide.slick-current.slick-active .ban-head h1 span {
  background-position: right bottom;
}

.ban_b_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.ban_b_img img {
  height: 450px;
  object-fit: cover;
}

@-webkit-keyframes colorchange {
  0% {
    color: #fff;
  }
  50% {
    color: #fcf203;
  }

  100% {
    color: #e3e2d5;
  }
}

.banner-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.banner-main .slick-dots {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  bottom: 30px;
  left: 0;
  width: 100%;
  max-width: 1125px;
  margin-inline: auto;
  right: 0;
  gap: 10px;
}
.banner-main .slick-dots button {
  height: 10px;
  width: 10px;
  background: hsl(0deg 0% 100% / 50%);
  font-size: 0;
  margin: 0 2px;
  border: 0;
}
.banner-main .slick-dots .slick-active button {
  background: #0282bf;
  height: 10px;
  width: 10px;
}
.banner-slide {
  display: block !important;
}
.banner-slide {
  position: relative;
}
.ban-head.text-white h1 {
  color: #fff;
}
.ban-head.text-white p {
  color: #fff;
}
.banner-main .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.banner-main .banner-image {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-slider .slick-slide {
  padding: 0;
}
.banner-main .banner-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 1;
  background-color: #019be1;
  opacity: 0.8;
}
.banner-main .banner-image img {
  width: 100%;
  object-fit: cover;
  height: 75vh;
}

.banner-image-inner img {
  transform: inherit !important;
}
.banner-image-inner img {
  max-height: 650px;
  margin: 0 auto;
}
.banner-main .slick-slide {
  display: block !important;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translate(0px, -50%);
}

.banner-main .slick-active .banner-text {
  animation: text-move 1s ease-in-out forwards;
}

.banner-img {
  position: absolute;
  top: 140%;
  right: 0;
  text-align: center;
  z-index: 99;
  transform: translate(0, -100%);
  left: auto;
  max-width: 80%;
}

.banner-main .slick-active .banner-text-2 {
  animation: text-move 1s ease-in-out forwards;
}

@keyframes text-move {
  0% {
    transform: scale(1) translateY(100%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
.banner-text-inner {
  text-align: left;
}
.banner-text-inner h2 {
  color: #000000;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0px;
  max-width: 530px;
}
.banner-text-inner h2 span {
  color: #000000;
}
.banner-text-inner p {
  max-width: 350px;
  margin-left: 0;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

/*--------------------------------------------------------------
	Banner form Section css
--------------------------------------------------------------*/
.ban-form {
  background: rgb(255 255 255 / 90%);
  padding: 30px;
  max-width: 400px;
  margin-inline: auto;
}
.ban-form h3 {
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: capitalize;
  color: #0081be;
}
.ban-form .form-control {
  border-radius: 0;
  height: 40px;
  background: transparent;
  border: 1px solid #7a7a7a47;
}
.form-group {
  margin-bottom: 15px;
}
.ban-form textarea.form-control {
  height: auto;
}
.ban-form .form-control:focus {
  border-color: #0081be;
  box-shadow: none;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
  position: relative;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.about-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.ab_cn {
  flex: 0 0 50%;
  padding-bottom: 30px;
}
.about-text .btn-bx {
  margin-top: 0;
  display: block;
}
.about-cn {
  padding: 15px 35px 15px 15px;
}
.ab-card-bx {
  position: relative;
}

.about-section .about-pic-area:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: red;
  display: inline-block;
  transform: translate(10px, 10px);
}
.about-section .about-pic-area img {
  border-radius: 15px;
}
.about-section .about-pic-area .box a img {
  margin: 0;
  transition: all 0.5s;
}
.about-cn .section-title span:before {
  display: none;
}
.about-cn .section-title span {
  padding-left: 0;
}
.divider {
  display: block;
  width: 100%;
  margin: 2rem 0;
  background: #d7b65d4f;
  height: 1px;
}
.about-section .about-text p {
  margin-top: 15px;
  margin-bottom: 0;
}
.ab-imgs_bx {
  margin-top: 0;
  position: relative;
}

/*--------------------------------------------------------------
	Service Section new
--------------------------------------------------------------*/
.service-section {
  background: #f2f2f2;
}
.service-section .section-title p {
  margin-top: 15px;
  max-width: 600px;
}
.service-list {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-inline: auto;
  max-width: 1120px;
}
.service-bx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.btn-bx {
  margin-top: 30px;
}
.bg-yellow {
  background-color: #ffb800;
}
.bg-blue {
  background-color: #019be1;
}
.service-cn .section-title {
  margin-bottom: 25px;
}
.service-cn .section-title h2 {
  font-size: 25px;
}
ul.list-style li {
  padding: 5px 5px 5px 15px;
  border-left: 2px solid#000;
  margin-bottom: 15px;
}
.service-cn {
  padding: 30px;
}
.service-cn.bg-blue * {
  color: #fff;
}
.service-cn.bg-blue ul.list-style li {
  border-left: 2px solid #ffffff;
}

/*--------------------------------------------------------------
	Software Section
--------------------------------------------------------------*/
.software-section {
  background: #fff;
  position: relative;
}

.software-head .section-title {
  margin: 15px 0 30px 0;
}

.list-style-2 ul {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.list-style-2 ul li {
  list-style: none;
  padding: 0;
  background: #fff;
  border-left: 3px solid #0187c5;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
}
.software-cn {
  max-width: 540px;
  padding-left: 50px;
}
.software-img img {
  width: 100%;
}

/*--------------------------------------------------------------
	industries Section
--------------------------------------------------------------*/
.industries-section {
  background: #eeeeee;
}
.container {
  max-width: 1120px;
}
.choose-bx {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.choose-cn {
  padding: 35px;
}
.choose-head {
  margin-bottom: 40px;
}
.choose-cn .section-title h2 {
  font-size: 25px;
}
.choose-cn .section-title {
  margin-bottom: 25px;
}
.bg-grey {
  background-color: #eeeeee;
}
.choose-cn.bg-blue * {
  color: #fff;
}
.choose-cn.bg-blue ul.list-style li {
  border-left: 2px solid #ffffff;
}

.transform-section {
  background: #eeeeee;
  position: relative;
}
/* .transform-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffb800;
    top: 0;
    opacity: 0.8;
} */
.transform-section .container {
  position: relative;
  z-index: 1;
}
.transform-cn-main {
  align-items: center;
  max-width: 850px;
  text-align: center;
  margin-inline: auto;
}
.transform-cn-main .section-title {
  margin-bottom: 25px;
}
.transform-head .section-title h2 {
  margin-bottom: 10px;
}
.transform-btn {
  text-align: center;
}
/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/

.footer-section {
  background: #ffffff;
  position: relative;
}

.copyright-area {
  padding: 16px 0;
  z-index: 1;
  position: relative;
  background: #0282bf;
}
.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.copyright-text p a {
  color: #000000;
}
.copyright-bx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}

.social-link {
  text-align: end;
}
.social-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.social-link ul li a {
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #000000;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media only screen and (max-width: 991px) {
  .choose-bx {
    display: grid;
    grid-template-columns: 1fr;
  }
  .software-cn {
    max-width: 100%;
    padding-left: 0;
  }
  .service-bx {
    grid-template-columns: 1fr;
  }
  .banner-text {
    position: relative;
    top: 0;
    transform: none;
    margin-top: -370px;
  }
  .ban-head {
    max-width: 100%;
    text-align: center;
    max-width: 620px;
    margin-inline: auto;
  }
  .ban-form {
    max-width: 100%;
    margin-inline: auto;
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }
  .about-cn {
    padding: 0;
  }
  .social-link ul {
    justify-content: center;
  }
  .copyright-text {
    text-align: center;
    order: 2;
  }
  .copyright-bx {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .service-cn,
  .choose-cn {
    padding: 15px;
  }
  section {
    padding: 40px 0;
    overflow: hidden;
  }
  .section-title h2 {
    font-size: 30px;
  }
  #contact-form .text-end {
    text-align: left !important;
    margin-top: 15px;
  }
}

.error {
  background: red;
  display: block;
  color: #fff !important;
  padding: 0px 4px;
  font-size: 15px;
}
.g-recaptcha {
  max-height: 54px;
  transform: scale(0.7) !important;
}


.thank-section {
    height: 100vh;
    display: flex;
    align-items: center;

    justify-content: center;
    text-align: center;
    background: #0282bf21;
}
.thank-section
.text-bx h1 {
    font-size: 35px;
    color: #0282bf;
        margin-bottom: 5px;
        text-transform: capitalize;
}
.thank-section
.text-bx h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
}
.thank-section
.text-bx {
    width: 100%;
    max-width: calc(100% - 39%);
    margin-inline: auto;
}

@media only screen and (max-width: 575px) {
.thank-section
.text-bx {
    max-width: calc(100%);
}
.thank-section
.text-bx h1 {
    font-size: 24px;
}
}

