@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
.default__heading h3 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
}
.default__heading p {
  font-size: 14px;
  color: #777;
}
.default__heading span {
  color: #71aec5;
  font-weight: normal;
}
.default__heading img {
  margin-bottom: 2rem;
}
header .navbar-nav {
  margin-left: auto;
}
header .nav-link {
  font-size: 14px;
  color: #000 !important;
  font-weight: 500;
}
.position-header {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 68%);
  border-bottom: 1px solid #000;
}
.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0 !important;
  left: 0 !important;
  z-index: 1030 !important;
  color: #000 !important;
  background: #fff;
}
.hero__slider .text-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  text-align: center;
}
.hero__slider .text-items h3 {
  font-size: 4rem;
  color: #fff;
}
.hero__slider .text-items a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #ffff;
  width: 150px;
  display: block;
  margin: auto;
  padding: 12px 0;
  border-radius: 35px;
  color: #ffff;
  margin-top: 2.5rem;
}
.card__sec {
  background: url(../images/bg-process.png);
  background-size: cover;
  padding: 3rem 0;
}
.card__sec .card__box {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  height: 355px;
}
.card__sec .card__box h5 {
  font-size: 15px;
  color: #333;
  margin-top: 1rem;
}
.card__sec .card__box p {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solution__sec .card-body {
  background: rgb(243, 246, 255);
}
.solution__sec .card img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.solution__sec .card-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.solution__sec .card-text {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.brand__sec {
  padding: 3rem 0;
  background: url(../images/pattern-bg.png);
  background-size: cover;
}
footer {
  background: #71aec5 url(../images/footer-bkg.png);
  background-size: cover;
  padding: 3rem 0;
}
footer .ft__box h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
footer .ft__box p {
  font-size: 13px;
  color: #fff;
}
footer .ft__box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
footer .ft__box li,
footer .ft__box li a {
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
footer .ft__box i {
  font-size: 11px;
  margin-right: 5px;
}
.stripe {
  background: #1c4482;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 1rem 0;
  text-align: center;
}
.stripe a {
  text-decoration: none;
  color: #fff;
}
.showMore {
  display: block;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  background: #71aec5;
  border-radius: 25px;
  color: #fff;
  width: 150px;
}
.contact_sec {
  background: #eee;
  padding: 3rem;
}
.contact_sec .contact_wrapper {
  padding: 50px;
  background: #fff;
  box-shadow: 0.3px 0.2px 14px #000000bd;
  position: relative;
}
.contact_sec .contact_txt {
  background: #fff;
  padding: 22px 26px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.contact_sec .contact_txt h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  color: #71aec5;
  margin-bottom: 25px;
}
.contact_sec .contact_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_sec .contact_txt ul li {
  margin-bottom: 29px;
}
.contact_sec .contact_txt ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.contact_sec .contact_txt ul li a i {
  color: #71aec5;
  font-weight: 700;
  font-size: 28px;
  margin-right: 15px;
}
.contact_sec ul.follow_us {
  display: flex;
  justify-content: center;
}
.contact_sec ul.follow_us li {
  padding: 11px 12px;
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 50%;
  box-shadow: 0 5px 15px -5px #00000070;
  margin: 0 9px;
}
.contact_sec ul.follow_us li i {
  font-size: 21px !important;
}
.contact_sec .form_sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.contact_sec .form_sec .form-control {
  box-shadow: none;
  outline: none;
  border-radius: 35px;
  margin-bottom: 27px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #71aec5;
  padding: 9px 11px;
}
.contact_sec .form_sec textarea {
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #71aec5;
  width: 100%;
  padding: 10px 8px;
}
.contact_sec .form_sec ::placeholder {
  color: #71aec5;
}
.contact_sec button {
  width: 150px;
  border: 2px solid #71aec5;
  padding: 8px 0;
  border-radius: 25px;
  color: #71aec5;
  text-transform: uppercase;
}

.top__head {
  background: url(../images/home_3_rev_slider_2.jpg);
  background-size: cover;
  height: 410px;
  background-position: center;
  position: relative;
}
.top__head h3 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.about__sec {
  background: url(../images/pages-bg.jpg);
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about__sec h3 {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.about_ex {
  padding: 3rem 0;
  background: url(../images/pattern-bg.png);
}
.about_ex .right_box small {
  font-size: 13px;
  font-weight: 600;
  color: #71aec5;
}
.about_ex .right_box h3 {
  font-size: 35px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}
.about_ex .right_box h6 {
  color: #71aec5;
  font-size: 15px;
  margin-bottom: 1rem;
}
.about_ex .right_box p {
  font-size: 14px;
  font-weight: normal;
  color: #777;
  line-height: 26px;
}
.about_ex .iconBlock {
  margin-top: 4rem;
}
.about_ex .iconBlock img {
  width: 40px;
  margin-bottom: 10px;
}
.about_ex .iconBlock h5 {
  font-size: 17px;
  font-weight: 600;
}
.about_ex .iconBlock span {
  font-size: 13px;
  color: #777;
}
.explore__txt {
  padding: 3rem 0;
}
.explore__txt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}
.explore__txt p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.explore__txt img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.bottom_box {
  background: url(../images/pattern-bg.png);
  padding: 3rem 1.5rem;
}
.bottom_box h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bottom_box img {
  width: 60px;
  margin-bottom: 1rem;
}
.bottom_box p {
  font-size: 14px;
  color: #777;
}
.bottom_box .img_box {
  background: #f8f8f8;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
