.about.block {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 19px;
  border-width: 1px;
  border-color: #14a800;
  border-style: solid;
}

.about.block h1 {
  font-weight: 650 !important;
}

.tools ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

nav.navbar {
  width: 100vw !important;
}

.about.block h1 {
  color: #14a800;
}

.about.block h6 {
  font-size: 15px;
}

.feature h5 {
  color: white;
  font-size: 14px;
}

.feature .container a.btn {
  cursor: default !important;
}

.feature .container a span {
  font-size: 15px;
  color: black !important;
}

.feature .container a.bg-blue2 span {
  font-size: 15px;
  color: white !important;
}

.feature h1 {
  color: white;
  font-weight: 400;
}

.feature {
  width: 100vw;
  background-image: url(../img/feature.jpg);
  background-size: cover;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {

  .feature .container .content.section-padding {
    width: 80% !important;
    align-self: center;
    margin-left: 10%;
  }

  .feature .container .content.section-padding h5 {
    width: 75%;
  }
}

/* skill imgage */
.portfolio.style-1 .portfolio-card .img {
  height: 100px !important;
}

.portfolio.style-1 .portfolio-card .img img {
  object-fit: contain !important;
}

img[title="Flask"] {
  font-size: 18px;
  font-weight: bold;
  color: blue !important;
}

.portfolio.style-1 .content .row {
  justify-content: center;
}

.portfolio.style-1 .content .row .mix {
  max-width: 300px !important;
}

/* How it works image */
.work.style-3.section-padding.pb-70 .section-head.style-3 {
  margin-bottom: 1px !important;
}

.section-head.style-3 {
  margin-bottom: 30px !important;
}

.section-head.style-3 h6 {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  margin-top: 5px;
  letter-spacing: 0 !important;
}

header h1.h1 {
  text-align: start !important;
}

/* header Our service button */
header .row.gx-3 a {
  background-color: #14a800 !important;
}

header {
  width: 100vw !important;
  min-height: 100vh !important;
  height: 100%;
  /* background: url(../img/0011.webp) center center no-repeat;
  background-size: cover !important; */
  background-color: green;
}

header p.p {
  max-width: 500px !important;
  min-width: 250px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

header h1.h1 {
  max-width: 600px !important;
  min-width: 300px !important;
}

header button.btn {
  max-width: 200px !important;
  min-width: 150px !important;
}

header.style-3 .main-img {
  width: 100% !important;
  position: relative;
  top: 0;
}

header.style-3 .main-img .pattern {
  position: relative;
  width: 70%;
}

header.style-3 .col-lg-6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header.style-3 .col-lg-6 .info {
  width: 80%;
}

header .p {
  margin-top: 0 !important;
}

@media screen and (max-width: 992px) {

  header {
    min-height: 100% !important;
  }

  header .content.section-padding {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  header.style-3 .col-lg-6 .pattern {
    display: none;
  }

}

/* about page blocks part */
.img.rightContainer .column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.img.rightContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: center;
  width: 100%;
  margin-top: 30px;
}

/* FAQ */
.chat-banner.style-3 .info h3 span::before {
  position: absolute;
  content: none;
  left: 0;
  top: 100%;
  width: 240px;
  height: 35px;
  background-image: none !important;
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: left;
}

.chat-banner.style-3 {
  background-color: black !important;
  position: relative;
  background-image: url(../img/faq-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.chat-banner.style-3.section-padding.container {
  padding: 70px 0;
}

.portfolio-page.style-1 .portfolio-projects.style-1 {
  background-color: white !important;
}

/* Footer */

footer.style-3 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  background-color: black;
}

footer.style-3 .container .col-lg-6 {
  display: flex;
  align-items: center;
  color: white;
}

footer.style-3 .foot {
  margin-top: 0 !important;
  padding: 10px !important;
}

footer.style-3 .items ul li a {
  font-size: 14px !important;
  text-decoration: underline !important;
}

footer.footer.style-3 .container .foot .row img {
  width: 500px !important;
  border-radius: 50% !important;
  max-width: 200%;
}

.testimonials.style-3 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width: 100vw !important;
}

section.work.style-3.section-padding.pb-70 {
  width: 100vw !important;
}

section.services.style-3.section-padding.pb-70.text-center {
  width: 100vw !important;
  padding-top: 30px !important;
  background-color: white !important;
}

section.services.style-3 .service-card.style-3 {
  border-width: 1px;
  border-color: #14a800;
  border-style: solid;
}

section.about.section-padding.style-3 {
  width: 100vw !important;
  background-color: #F2F2F2;

}

section.portfolio-projects.section-padding.pt-50.style-1 {
  width: 100vw !important;
}

section.style-3.section-padding.pb-70 {
  width: 100vw !important;
}

section.chat-banner.style-3.section-padding.container {
  width: 100vw !important;
}

section.testimonials.style-3 {
  background-color: white;
}

@media screen and (max-width: 465px) {
  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }
}

section .section-head.style-3 h1 span {
  font-weight: 600;
}

div .section-head.style-3 h1 span {
  font-weight: 600;
}

div.col-lg-6.offset-lg-1 {
  margin-left: 1px;
}

section.contact {
  margin-top: 50px;
}

section.contact form div.col-lg-12 div.form-check {
  visibility: visible !important;
}

section.contact form div.col-lg-12.submit input {
  visibility: visible !important;
}

section.contact.section-padding {
  padding-bottom: 10 !important;
}

area {
  cursor: grab;
}

area {
  display: block;
  background-color: pink;
}

section.work div.row {
  position: relative;
}

#tooltip {
  font-size: 13px;
}

#tooltipContainer {
  position: absolute;
  width: 250px;
  padding: 10px;
  top: 30px;
  left: 100px;
  visibility: hidden;
  z-index: 9999;
  text-align: center;
}

div.social_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.social_icons a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #999;
  color: #aaa7a7;
  margin: 5px;
}

div.social_icons a:hover {
  background: var(--color-green2);
  color: #fff;
}

.alert {
  margin-top: 25px;
}

.alert.alert-success {
  /* background-color: #46b450; */
}