a {
  text-decoration: none;
}
li {
  list-style: none !important;
}

/* Button style */
.theme-btn-1 {
  -moz-user-select: none;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 4px;
  letter-spacing: 1px;
  background-color: #2153cf;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 18px 35px;
  outline: none;
  display: inline-flex;
  gap: 11px;
}

.theme-btn-1:hover {
  color: #000;
  background-color: #fff;
}
.theme-btn-1::before {
  top: 0;
  left: 0;
  right: auto;
}
.theme-btn-1::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.theme-btn-1:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.theme-btn-1:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.theme-btn-1::before,
.theme-btn-1::after {
  content: "";
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn-1.s-2 {
  border: 1px solid #2153cf;
}
.theme-btn-1.s-2:hover {
  border: 1px solid #ddd;
}
.theme-btn-2 {
  -moz-user-select: none;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 4px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 18px 35px;
  outline: none;
  display: inline-flex;
  gap: 11px;
}
.theme-btn-2:hover {
  color: #fff;
  background-color: #2153cf;
}
.theme-btn-2::before {
  top: 0;
  left: 0;
  right: auto;
}
.theme-btn-2::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.theme-btn-2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.theme-btn-2:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.theme-btn-2::before,
.theme-btn-2::after {
  content: "";
  background: #2153cf;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
/* Section-title */
.sub-title {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  color: #2154cf;
}
.section-title-5 {
  font-size: 36px;
  text-transform: capitalize;
}
/* Header style */
.style-2 .social-icon > a {
  color: #333;
}
.style-2 .header-call span {
  color: #333;
}
.style-2 .language ul li a {
  color: #333;
}
.style-2 .language ul li ul {
  background-color: #000;
}
.style-2 .language ul li ul li a {
  color: #fff;
}
.style-2 .language ul li ul li a:hover {
  color: #2154cf;
}
.header-bottom-area-5 {
  position: relative;
  border-top: 1px solid #2154cf;
}
.header-bg {
  display: inline-block;
  height: 100%;
  width: 18%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2154cf;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 85px) 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0%, calc(100% - 85px) 100%, 0% 100%);
  z-index: -1;
}
.header-contact-icon {
  width: 50px;
}
.header-contact-icon img {
  width: 50px;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-contact-content h4 {
  font-size: 18px;
  margin-bottom: 0px;
}

/* Intro style */
.intro-bg {
  position: relative;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.intro-bg:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #333333;
  z-index: -1;
  top: 0;
  opacity: 0.7;
}
.intro-text.style-2 h1 {
  color: #fff;
}
.intro-text.style-2 p {
  color: #fff;
}
/* about css */
.about-bg {
  position: relative;
}
.about-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 35%;
  background: #2154cf;
  left: 0px;
  top: 0;
  z-index: -1;
  opacity: 0.95;
}
.about-thumb {
  position: relative;
}
.about-thumb img {
  width: 100%;
}
.about-thumb-2 {
  position: absolute;
  max-width: 60% !important;
  right: 0;
  bottom: 45px;
  border: 8px solid #fff !important;
}
.about-content-box {
  padding-left: 30px;
}
/* Work step */
.work-step-thumb {
  position: relative;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
}
.work-step-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.work-step-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.work-step-icon img {
  width: 70px;
}

.work-step-item:hover .work-step-icon {
  transform: translate(-50%, -50%) translate3d(0, -10px, 0);
}
.work-step-icon {
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

/* Footer  style */

.footer-address span {
  display: inline-block;
}
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-address span {
  display: inline-block;
  color: #fff;
  opacity: 0.8;
}
.footer-address span a {
  display: inline-block;
  color: #fff;
  opacity: 0.8;
}
.footer-address span a:hover {
  color: #fff;
  opacity: 1;
}
.footer-widget.footer-col-2 {
  padding-left: 100px;
}

/* Pricing css */
.membership-tittle p {
  color: #2154cf;
  margin-bottom: 50px;
}
.pricing-tab .nav-tabs {
  border: none;
}
.pricing-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
}
.pricing-tab .nav .nav-item .nav-link {
  padding: 7px 45px;
  padding-right: 45px;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #444;
  position: relative;
  outline: none;
  font-size: 16px;
  border: none;
  z-index: 2;
}
.pricing-tab .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.pricing-tab .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.pricing-tab .nav .nav-item {
  padding-left: 0px;
}
.pricing-tab .nav .nav-item .nav-link.active {
  color: #2153cf;
}
.pricing-tab .nav .nav-item .nav-link.active::after {
  right: 5px;
}
.pricing-tab .nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2154cf;
  z-index: 1;
  transition: 0.3s;
}
.pricing-tab .nav .nav-item:last-child .nav-link::after {
  display: none;
}
.pricing-tab .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  width: 50px;
  height: 30px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 20px;
  border: 1px solid;
  color: #2154cf;
}
.pricing-tab .nav .nav-item:last-child .nav-link::before {
  display: none;
}
.bd-pricing {
  background: #fff;
  padding: 45px 50px 50px 50px;
  transition: 0.3s;
  border: 1px solid #ddd;
}
.bd-pricing-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #300;
  transition: 0.3s;
}
.bd-pricing-price {
  font-size: 60px;
  line-height: 1.16;
  transition: 0.3s;
}
.bd-pricing-price span {
  font-size: 24px;
  font-weight: 500;
  color: #300;
  transition: 0.3s;
}
.bd-pricing ul li {
  font-size: 16px;
  line-height: 1;
  list-style: none;
  margin-bottom: 20px;
  transition: 0.3s;
}
.bd-pricing ul li i {
  font-size: 16px;
  margin-right: 13px;
  transition: 0.3s;
}
.bd-pricing-btn .theme-btn,
.bd-pricing-btn .theme-btn-black {
  width: 100%;
}
.bd-pricing.bd-pricing-active {
  background: #2154cf;
  border-color: #2154cf;
}
.bd-pricing.bd-pricing-active .bd-pricing-subtitle,
.bd-pricing.bd-pricing-active .bd-pricing-price,
.bd-pricing.bd-pricing-active .bd-pricing-price span,
.bd-pricing.bd-pricing-active ul li,
.bd-pricing.bd-pricing-active ul li i {
  color: #fff;
}
.bd-pricing.bd-pricing-active .theme-btn {
  background: #fff;
  color: #444;
  border-color: transparent;
}
.bd-pricing-tabs {
  display: inline-flex;
  padding: 5px;
  background: var(--clr-bg-gray2);
  border-radius: 30px;
}
.bd-pricing-tabs button {
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  background: transparent;
  display: inline-block;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #300;
  border: none;
  outline: none;
  cursor: pointer;
}
.bd-pricing-top {
  margin-top: -30px;
  position: relative;
}

/* Pricing btn0 */
.theme-btn {
  height: 55px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 32px;
  font-weight: 500;
  background: #fff;
  justify-content: center;
  border: 1px solid #ddd;
  color: #444;
  border-radius: 4px;
}
.theme-btn:hover {
  background-color: #2154cf;
  color: #fff;
  border-color: #2154cf;
}

/* Footer style */
.footer-menu.style-2 ul li a {
  color: #444;
}
.footer-menu.style-2 ul li a:hover {
  color: #2154cf;
}
.copyright-inner {
  border-top: 1px solid #444;
}

/* testimonaial style */

.testimonial-wrap {
  padding: 50px 50px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(205, 205, 205, 0.33);
}
