@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #F5F5F5;
}

a {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: black;
}

.border {
  border: 1px solid red;
}

.custom_container {
  width: 90%;
  margin: auto;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-5 {
  padding-bottom: 5px;
}

.text-center {
  text-align: center;
}

.header-area {
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(189, 189, 189, 0.25);
}
.header-area .header {
  width: 80%;
  margin: auto;
}
.header-area .header .header-logo {
  width: 228px;
  margin: auto;
}
.header-area .header .header-logo img {
  width: 100%;
}

.profile-area .profile-box {
  border-radius: 0px 0px 10px 10px;
  background: #FFFFFF;
  position: relative;
}
.profile-area .profile-box .profile {
  position: absolute;
  bottom: 67%;
  width: 100%;
}
.company-info{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  /* padding-top: 15px; */
}
.company-info img{
  height: 40px;
  width: 40px;
  /* border: 2px solid rgba(253, 252, 230, 0.15); */
  /* border-radius: 50%; */
}
.profile-area .profile-box .profile .profile-img-area {
  margin: auto;
  background-color: #FFFFFF;
  border: 7px solid #384C10;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-area .profile-box .profile .profile-img-area .profile-img{
  width: 100%;
  height: 100%;
}
.profile-area .profile-box .profile .profile-img-area .profile-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-area .profile-box .profile-contant-area .profile-content h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 29px;
  text-transform: capitalize;
  color: #0F2137;
}
.profile-area .profile-box .profile-contant-area .profile-content h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.9);
}
.profile-area .profile-box .profile-contant-area .profile-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.9);
  /* padding-bottom: 13px; */
}
.profile-area .profile-box .profile-social-area {
  height: 55px;
  margin-top: 5px;
}
.profile-area .profile-box .profile-social-area .profile-social {
  padding: 5px;
  display: flex;
  justify-content: center;
}
.profile-area .profile-box .profile-social-area .profile-social .profile-social-item {
  padding: 0px 5px;
}
.profile-area .profile-box .profile-social-area .profile-social .profile-social-item img {
  width: 42px;
}

.contact-area {
  padding: 21px 38px;
}
.contact-area .contact .contact-item {
  padding: 5px 5px 0 0;
  display: flex;
  align-items: center;
}
.contact-area .contact .contact-item .item {
  margin-left: 15px;
  word-break:break-word;
}
.contact-area .contact .contact-item .item h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  display: flex;
  color: #333333;
}
.contact-area .contact .contact-item .contac-image img {
  width: 40px;
  height: 40px;
}

.button-area {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.button-area .button-item {
  display: flex;
  /* margin: auto; */
  position: relative;
}
.button-area .button-item button {
  padding: 12px 15px;
  left: 20px;
  top: 515px;
  background: #384C10;
  border-radius: 4px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  line-height: 16px;
}
.button-area .button-item .share button {
  padding: 10px 40px;
  left: 20px;
  top: 515px;
  background: #F5F5F5;
  border-radius: 4px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(15, 33, 55, 0.9);
  border: 2px solid #384C10;
  line-height: 16px;
}
.button-area .button-item .share-icon {
  position: absolute;
  margin: 11px 18px;
}

.about-area {
  margin: 20px 38px;
}
.about-area .about .moretext {
  display: none;
}
.about-area .about h2 {
  font-family: "Lato";
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: capitalize;
  color: #0F2137;
}
.about-area .about {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: capitalize;
  color: rgba(51, 51, 51, 0.9);
  margin-top: 10px;
  line-height: 150%;
  display: inline;
}

.about-area ul{
  list-style: inside;
}

.about-area .about a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: capitalize;
  color: black;
  margin-top: 10px;
  line-height: 150%;
}
.about-area .about .qr-code {
  display: block;
  text-align: center;
  padding: 15px 0px;
}
.about-area .footer-button {
  display: block;
}
.about-area .footer-button a {
  text-align: center;
  display: block;
}
.about-area .footer-button a button {
  padding: 13px;
  display: block;
  width: 100%;
  left: 30px;
  top: 842.91px;
  background: #384C10;
  border-radius: 4px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
}

.copyright-section{
  padding: 20px 0 30px 0;
}
.copyright-section p{
  font-family: "Poppins";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}
.copyright-section p a{
  text-decoration: none;
  font-weight: 500;
  color: rgba(32, 112, 35, 1);
  text-transform: capitalize;
}

.profile-social-top-border {
  border: 0.5px solid rgba(15, 33, 55, 0.13);
}

/* @media only screen and (min-width: 768px) {
  .button-area .button-item button {
    padding: 18px 70px;
  }
  .button-area .button-item .share button {
    padding: 18px 70px;
  }
  .button-area .button-item .share-icon {
    margin: 20px 40px;
  }
  .about-area .footer-button a button {
    padding: 18px 110px;
  }
} */
@media only screen and (min-width: 451px) {
  .custom_container {
    width: 380px;
  }
  /* .button-area .button-item button {
    padding: 18px 100px;
  }
  .button-area .button-item .share button {
    padding: 18px 100px;
  }
  .button-area .button-item .share-icon {
    margin: 20px 60px;
  }
  .button-area .button-item button {
    padding: 20px 68px;
  } */
}
/*# sourceMappingURL=style.css.map */