@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

.material-symbols-outlined.fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.mt-72 {
  margin-top: 72px;
}
@media (max-width: 930px) {
  .mt-72 {
    margin-top: 50px;
  }
}

@media (max-width: 930px) {
  .robot_icon_img {
    padding-top: 50px;
  }
}

.action_elm .btn_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.action_elm .btn_wrap span.outlineBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 110%;
  height: 80px;
  border-radius: 48px;
  border: 3px solid #F2F2F2;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1;
  border-color: transparent !important;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.4206932773) 50%, rgba(255, 255, 255, 0) 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.action_elm .btn_wrap a.btn_primary {
  color: #064C3C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.288px;
  border-radius: 48px;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  height: 53px;
  padding: 0 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
  z-index: 2;
  border: 0;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 930px) {
  .action_elm .btn_wrap a.btn_primary {
    font-size: 20px;
  }
}
.action_elm .btn_wrap.dark_outline span.outlineBg {
  background: radial-gradient(circle, rgb(172, 172, 172) 5%, rgb(225, 225, 225) 50%, rgba(202, 202, 202, 0.11) 95%);
}
.action_elm .btn_wrap.dark_outline button.btn_primary {
  color: #3E3E3E !important;
}
.action_elm .outlineBg {
  border-color: transparent !important;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0.4206932773) 50%, rgba(255, 255, 255, 0) 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.Portfolio-msvgo .content .img_logo {
  margin-bottom: 12px !important;
}
.Portfolio-msvgo .content h5 {
  color: #073881;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}

.Portfolio-Dictera {
  position: relative;
  overflow: hidden;
}
.Portfolio-Dictera .content .img_logo img {
  height: 40px !important;
}
.Portfolio-Dictera .content h5 {
  color: #BF2137;
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 32px;
}
.Portfolio-Dictera .labale-elm {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  background: #004035;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (max-width: 930px) {
  .Portfolio-Dictera .labale-elm {
    font-size: 12px;
    width: 100px;
    height: 100px;
  }
}
.Portfolio-Dictera .labale-elm span {
  display: inline-block;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: calc(50% - 0px);
  top: calc(50% + 15px);
  white-space: nowrap;
}
@media (max-width: 930px) {
  .Portfolio-Dictera .labale-elm span {
    white-space: normal;
    left: calc(50% - 8px);
    top: 50%;
  }
}

.about_us {
  background: #F2F2F2;
}
.about_us .header_elm {
  padding: 28px 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #054B3B 27%, #227856 100%);
  box-shadow: 0px 4px 32px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 930px) {
  .about_us .header_elm {
    padding: 15px 0;
    height: auto;
  }
}
.about_us .header_elm .log_elm {
  text-decoration: none;
}
.about_us .header_elm .log_elm .Contact_Us {
  cursor: pointer;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.288px;
  text-decoration: none;
}
@media (max-width: 930px) {
  .about_us .header_elm .log_elm .Contact_Us {
    font-size: 16px;
  }
}
.about_us .header_elm img {
  height: 70px;
}
.about_us .header_elm h2 {
  color: #00401E;
  font-size: 24px;
  font-weight: 600;
  margin-left: 6px !important;
}
.about_us .header_elm p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.about_us .banner_elm {
  margin: 72px 0;
  position: relative;
}
.about_us .banner_elm .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 930px) {
  .about_us .banner_elm .content {
    padding: 20px;
  }
}
@media (max-width: 930px) {
  .about_us .banner_elm .content img {
    height: 30px;
  }
}
.about_us .banner_elm .content h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  margin-left: 32px !important;
}
@media (max-width: 930px) {
  .about_us .banner_elm .content h2 {
    font-size: 30px;
    margin-left: 16px !important;
  }
}
.about_us .banner_elm .content h5 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 930px) {
  .about_us .banner_elm .content h5 {
    font-size: 20px;
  }
}
.about_us .banner_elm .content p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 930px) {
  .about_us .banner_elm .content p {
    font-size: 16px;
  }
}
.about_us h5 {
  color: #252C34;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.about_us h1 {
  color: #004035;
  font-size: 56px;
  font-weight: 600;
}
.about_us .Portfolio-wraper {
  background: #252C34;
  padding: 100px 0;
}
@media (max-width: 930px) {
  .about_us .Portfolio-wraper {
    padding: 40px 0;
  }
}
.about_us .Portfolio-wraper.light_elm {
  background: #fff;
}
.about_us .Portfolio-wraper.light_elm p {
  color: #3E3E3E;
}
.about_us .Portfolio-wraper.light_elm h1 {
  color: #3E3E3E;
}
.about_us .Portfolio-wraper.Portfolio-wraper-msvgo {
  background: #F8F8F8 !important;
}
.about_us .Portfolio-wraper h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 24px;
}
.about_us .Portfolio-wraper h1 span {
  color: #E29217;
}
@media (max-width: 930px) {
  .about_us .Portfolio-wraper h1 {
    font-size: 25px;
  }
}
.about_us .Portfolio .img_wrap {
  text-align: center;
}
@media (max-width: 930px) {
  .about_us .Portfolio .Portfolio-JobReady .img_logo {
    text-align: center;
    margin-bottom: 40px;
  }
}
.about_us .Portfolio .Portfolio-JobReady .img_logo img {
  height: 100px !important;
}
@media (max-width: 930px) {
  .about_us .Portfolio .Portfolio-JobReady .img_logo img {
    height: 56px !important;
  }
}
.about_us .Portfolio .Portfolio-JobReady .action_elm .btn_wrap .outlineBg {
  height: 70px;
}
.about_us .Portfolio .Portfolio-JobReady .action_elm .btn_wrap a.btn_primary {
  color: #fff;
  background-color: transparent;
  font-size: 20px;
  white-space: nowrap;
}
.about_us .Portfolio .Portfolio-JobReady .action_elm .btn_wrap a.btn_primary span {
  color: #E29217;
}
.about_us .Portfolio .Portfolio-vivabot .content {
  max-width: 380px !important;
}
.about_us .Portfolio .Portfolio-vivabot .action_elm .btn_wrap a.btn_primary span {
  color: #28B7E0;
}
.about_us .Portfolio .Portfolio-vivabot .features_content .features_elm span {
  color: #28B7E0;
}
.about_us .Portfolio .Portfolio-hirezy .action_elm .btn_wrap .outlineBg {
  height: 70px;
}
.about_us .Portfolio .Portfolio-hirezy .action_elm .btn_wrap a.btn_primary {
  color: #3E3E3E;
  background-color: transparent;
  font-size: 20px;
  white-space: nowrap;
}
.about_us .Portfolio .Portfolio-hirezy .action_elm .btn_wrap a.btn_primary span {
  color: #018CF1;
}
.about_us .Portfolio .Portfolio-hirezy.Portfolio_content .content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}
.about_us .Portfolio .Portfolio-hirezy.Portfolio_content .content h1 {
  color: #55C64B;
  font-weight: 900;
}
.about_us .Portfolio .Portfolio-hirezy.Portfolio_content .content h1 span {
  color: #018CF1;
}
.about_us .Portfolio .Portfolio-hirezy.Portfolio_content .content h1 p {
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-top: 10px;
}
.about_us .Portfolio .Portfolio-hirezy .features_content h1 {
  color: #343434;
}
.about_us .Portfolio .Portfolio-hirezy .features_content .row .col-6:nth-child(even) .features_elm span {
  color: #018CF1;
}
.about_us .Portfolio .Portfolio-hirezy .features_content .row .col-6:nth-child(odd) .features_elm span {
  color: #55C64B;
}
.about_us .Portfolio .Portfolio-hirezy .features_content .row .col-6:nth-child(3) .features_elm span {
  color: #018CF1;
}
.about_us .Portfolio .Portfolio-hirezy .features_content .row .col-6:nth-child(4) .features_elm span {
  color: #55C64B;
}
.about_us .Portfolio .Portfolio-chatbot .content {
  max-width: 380px !important;
}
.about_us .Portfolio .Portfolio-chatbot .action_elm .btn_wrap a.btn_primary {
  color: #343434;
}
.about_us .Portfolio .Portfolio-chatbot .action_elm .btn_wrap a.btn_primary span {
  color: #285BE0;
}
.about_us .Portfolio .Portfolio-chatbot .features_content h1 {
  color: #343434;
}
.about_us .Portfolio .Portfolio-chatbot .features_content .features_elm span {
  color: #285BE0 !important;
}
.about_us .Portfolio .Portfolio-msvgo .content {
  max-width: 450px !important;
}
.about_us .Portfolio .Portfolio-msvgo .content h5 {
  font-size: 20px;
  margin-bottom: 0;
  color: #343434;
}
.about_us .Portfolio .Portfolio-msvgo .action_elm .btn_wrap a.btn_primary {
  color: #343434;
}
.about_us .Portfolio .Portfolio-msvgo .action_elm .btn_wrap a.btn_primary span {
  color: #25BEC1;
}
.about_us .Portfolio .Portfolio-msvgo .features_content h1 {
  color: #343434;
}
.about_us .Portfolio .Portfolio-msvgo .features_content .features_elm span {
  color: #25BEC1 !important;
}
.about_us .Portfolio .Portfolio_content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 930px) {
  .about_us .Portfolio .Portfolio_content {
    gap: 30px;
  }
}
.about_us .Portfolio .Portfolio_content .img_wrap img {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 930px) {
  .about_us .Portfolio .Portfolio_content .img_wrap img {
    max-width: 300px;
  }
}
.about_us .Portfolio .Portfolio_content .content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 930px) {
  .about_us .Portfolio .Portfolio_content .content {
    padding-top: 40px;
  }
}
.about_us .Portfolio p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 930px) {
  .about_us .Portfolio p {
    font-size: 16px;
  }
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content {
    padding-top: 50px;
  }
}
.about_us .Portfolio .features_content h1 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.432px;
  margin-bottom: 70px;
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.about_us .Portfolio .features_content .row .col-6 {
  margin-bottom: 60px;
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content .row .col-6 {
    margin-bottom: 20px;
  }
}
.about_us .Portfolio .features_content .row .col-6:nth-child(even) {
  padding-left: 30px;
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content .row .col-6:nth-child(even) {
    padding-left: 10px;
  }
}
.about_us .Portfolio .features_content .row .col-6:nth-child(odd) {
  padding-right: 30px;
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content .row .col-6:nth-child(odd) {
    padding-right: 10px;
  }
}
.about_us .Portfolio .features_content .features_elm {
  display: flex;
  width: 100%;
  height: 86px;
  padding: 27px;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #EDEDED;
  background: linear-gradient(338deg, #F5F5F5 -26.71%, #FFF 100%);
  box-shadow: 4px 4px 10.6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content .features_elm {
    height: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
    gap: 5px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    background: var(--Linear, linear-gradient(338deg, #F5F5F5 -26.71%, #FFF 100%));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
.about_us .Portfolio .features_content .features_elm span {
  color: rgba(226, 146, 23, 0.66);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  display: inline-block;
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content .features_elm span {
    font-size: 24px;
  }
}
.about_us .Portfolio .features_content .features_elm p {
  color: #252C34;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 930px) {
  .about_us .Portfolio .features_content .features_elm p {
    font-size: 14px;
  }
}
.about_us .contact-us {
  padding: 72px 0;
}
@media (max-width: 426px) {
  .about_us .contact-us .row {
    flex-direction: column-reverse;
  }
}
.about_us .contact-us .contact-us_card {
  max-width: 1128px;
  margin: 0 auto;
  width: 100%;
  min-height: 539px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(226, 146, 23, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 48px 76px;
}
@media (max-width: 930px) {
  .about_us .contact-us .contact-us_card {
    padding: 15px;
  }
}
.about_us .contact-us .contact-us_card button {
  border-radius: 4px;
  background: #E29217;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
}
.about_us .contact-us input,
.about_us .contact-us textarea {
  border-radius: 4px;
  border: 1px solid #CED4DA;
  background: #FFF;
  color: #9096A0;
  font-size: 16px;
  max-width: 400px;
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 24px;
  outline: 0;
}
.about_us .contact-us input:focus,
.about_us .contact-us textarea:focus {
  border: 1px solid rgb(226, 146, 23);
}
.about_us .contact-us input::-moz-placeholder, .about_us .contact-us textarea::-moz-placeholder {
  color: #9096A0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about_us .contact-us input::placeholder,
.about_us .contact-us textarea::placeholder {
  color: #9096A0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about_us .contact-us .content {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 930px) {
  .about_us .contact-us .content {
    margin-bottom: 30px;
  }
}
.about_us .contact-us .content img {
  max-width: 300px;
  width: 100%;
}
.about_us .contact-us .content p {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.about_us .contact-us .content h1 {
  color: #E29217;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
}

.team {
  display: inline-flex;
  padding: 50px 121px 50px 120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  margin: 72px 0;
}
@media (max-width: 426px) {
  .team {
    padding: 0;
  }
}
.team h1 {
  color: #2C2C2C;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .team .row div[class^=col] {
    margin-bottom: 40px;
  }
}
.team .row div[class^=col] .content {
  max-width: 230px;
  width: 100%;
  text-align: center;
  color: #2C2C2C;
}
@media (max-width: 426px) {
  .team .row div[class^=col] .content {
    max-width: 100%;
  }
}
.team .row div[class^=col] .content h5 {
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-top: 18px;
}
.team .row div[class^=col] .content p.profile-title {
  color: #2C2C2C;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.team .row div[class^=col] .content p {
  color: #2C2C2C;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}
.team .row div[class^=col] .content a img {
  width: 24px;
  height: auto;
  border-radius: 0;
}
.team .row div[class^=col] .content .text-para {
  margin: 0;
}
.team .row div[class^=col] .content img {
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
}

footer {
  background: #EEE;
  padding: 50px 0;
  box-shadow: 0px -2px 24.2px 0px rgba(0, 0, 0, 0.08);
}
footer .img_wra img {
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 930px) {
  footer .footer-content .address_elm {
    margin-bottom: 30px;
  }
}
footer .footer-content .address_elm p {
  color: #2C2C2C;
  font-size: 16px;
  font-style: normal;
  display: flex;
  align-items: start;
  font-weight: 400;
  line-height: 21px;
  gap: 10px;
}
@media (max-width: 930px) {
  footer .footer-content .address_elm p {
    margin-bottom: 30px;
  }
}
footer .footer-content .left-elm {
  padding-bottom: 64px;
}
footer .footer-content .left-elm h2 {
  color: #2C2C2C;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.384px;
  margin-left: 6px !important;
}
footer .footer-content .left-elm p {
  margin-top: 16px;
}
footer .footer-content h5 {
  color: #252C34;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}
footer .footer-content .links-list {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
footer .footer-content .links-list img {
  width: 23px;
}
footer .footer-content-end {
  padding: 24px 0;
  border-top: 2px solid #B5B5B5;
}
@media (max-width: 930px) {
  footer .footer-content-end {
    margin-top: 40px;
  }
}
footer .footer-content-end p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
footer .footer-content-end a {
  display: inline-block;
  text-decoration: none;
  color: #004035;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 930px) {
  footer .footer-content-end a {
    padding-top: 10px;
  }
}
footer .footer-content-end a:last-child {
  margin-left: 20px;
}

.contact_us_body {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact_us_body * {
  box-sizing: border-box;
}

.contact_us_page {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.contact_us_page .left_content {
  width: 100%;
  height: 100vh;
  background: #FFF;
  padding: 60px 100px;
  display: grid;
  place-content: center;
}
@media (max-width: 930px) {
  .contact_us_page .left_content {
    height: auto;
    min-height: 50vh;
    padding: 25px 20px;
    display: block;
  }
}
.contact_us_page .left_content .img_wrap {
  text-align: center;
}
.contact_us_page .left_content .img_wrap img {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 930px) {
  .contact_us_page .left_content .img_wrap img {
    max-width: 300px;
    margin: 9 auto;
  }
}
.contact_us_page .left_content .log_elm {
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  position: absolute;
  left: 10%;
  top: 8%;
  text-decoration: none;
  cursor: pointer;
}
.contact_us_page .left_content .log_elm img {
  height: 50px;
}
@media (max-width: 930px) {
  .contact_us_page .left_content .log_elm img {
    height: 30px;
  }
}
.contact_us_page .left_content h3 {
  color: #074D3D;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.384px;
  margin: 0;
}
@media (max-width: 930px) {
  .contact_us_page .left_content h3 {
    font-size: 20px;
  }
}
.contact_us_page .right_content {
  background: linear-gradient(37deg, #064C3C 32.5%, #227856 100%);
  height: 100vh;
  width: 100%;
  padding: 60px 100px;
  display: grid;
  place-content: center;
}
@media (max-width: 930px) {
  .contact_us_page .right_content {
    height: auto;
    min-height: 50vh;
    padding: 25px 20px;
  }
}
.contact_us_page .right_content h3 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 156%;
  letter-spacing: 0.768px;
  margin-bottom: 80px;
}
@media (max-width: 930px) {
  .contact_us_page .right_content h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.contact_us_page .right_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_us_page .right_content ul li {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0.288px;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 930px) {
  .contact_us_page .right_content ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.contact_us_page .right_content ul li:last-child {
  margin: 0;
}
.contact_us_page .right_content ul li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: grid;
  place-content: center;
}
@media (max-width: 930px) {
  .contact_us_page .right_content ul li span {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */