@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Leckerli+One&family=Noto+Sans+Georgian:wght@100..900&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

:root {
  --secondarybg-color: #f8f8f8;
  --headingtext-color: #385085;
  --text-color: #6d6d6d;
  --title-color: #323232;
}

body {
  font-family: "Rubik";
  font-weight: 400;
  color: var(--text-color);
}

a {
  text-decoration: none;
}

.container {
  max-width: 94%;
}
@media (max-width: 991px) {
  .container {
    max-width: 98%;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

h4 {
  color: var(--headingtext-color);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}

p {
  color: var(--text-color);
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  p {
    font-size: 12px;
  }
}

.btncommen {
  background-color: var(--headingtext-color);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  padding: 9px 20px;
  border: none;
}
@media (max-width: 991px) {
  .btncommen {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.btncommen:hover {
  color: white;
}
.btncommen:focus {
  box-shadow: none;
}

.topnavbar {
  background-color: #f5f5f5;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .topnavbar {
    padding: 10px 0;
  }
}
.topnavbar h6 {
  font-size: 15px;
  font-weight: 400;
  color: var(--headingtext-color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topnavbar h6 {
    font-size: 14px;
  }
}
.topnavbar img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .topnavbar img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}
.topnavbar .rightside {
  display: flex;
  justify-content: end;
}
@media (max-width: 575px) {
  .topnavbar .rightside {
    display: block;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .topnavbar .rightside {
    justify-content: center;
  }
}

.navbar {
  padding: 16px 0;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9999;
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    margin-right: 30px;
  }
}
.navbar .navbar-brand img {
  width: 140px;
}
@media (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 120px;
  }
}
.navbar .nav-item {
  margin: 0 12px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .navbar .nav-item {
    margin: 0;
    font-size: 14px;
  }
}
.navbar .nav-link {
  color: var(--title-color);
  width: -moz-fit-content;
  width: fit-content;
}
.navbar .nav-link.active {
  color: var(--headingtext-color);
  border-bottom: 1px solid var(--headingtext-color);
}
.navbar .inquieryimg {
  width: 18px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .navbar .inquieryimg {
    width: 16px;
    margin-left: 3px;
  }
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .downicon {
  font-size: 14px;
  margin-left: 3px;
}
.navbar a {
  color: black;
  font-size: 14px;
}
.navbar .dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 0;
  margin-left: 0.1rem;
  border-radius: 0.25rem;
}
@media (min-width: 992px) {
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .navbar .dropdown-submenu > .dropdown-menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    padding-left: 1rem;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .navbar .dropdown-submenu > a .fa-chevron-right {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .navbar .dropdown-submenu.show > a .fa-chevron-right {
    transform: rotate(-90deg);
  }
  .navbar .dropdown-submenu > .dropdown-menu.show {
    display: block !important;
  }
}

.bannersection {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .bannersection {
    padding: 20px 0;
  }
}
.bannersection .title {
  background-image: url(../image/bannertextimg.svg);
  background-size: cover;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding: 0;
}
.bannersection .title h2 {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bannersection .title h2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bannersection .title h2 {
    font-size: 37px;
  }
}
.bannersection .bannerimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 99;
}
.bannersection .AscentCoppertext {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .bannersection .AscentCoppertext {
    position: static;
    padding: 0;
    transform: none;
  }
}
.bannersection .bottomtext {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .bannersection .bottomtext {
    padding-bottom: 0px;
  }
}

.aboutussection {
  background-color: #fbf9f7;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .aboutussection {
    padding: 20px 0;
  }
}
.aboutussection .aboutusimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutussection h6 {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .aboutussection h6 {
    font-size: 14px;
  }
}
.aboutussection a {
  text-decoration: none;
  color: var(--headingtext-color);
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .aboutussection a {
    font-size: 15px;
  }
}
.aboutussection .bottomdetails .box {
  background-color: white;
  border-radius: 10px;
  padding: 16px;
}
@media (max-width: 767px) {
  .aboutussection .bottomdetails .box {
    padding: 12px;
  }
}
.aboutussection .bottomdetails .box img {
  width: 45px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .aboutussection .bottomdetails .box img {
    width: 34px;
    margin-bottom: 14px;
  }
}
.aboutussection .bottomdetails .box h5 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .aboutussection .bottomdetails .box h5 {
    font-size: 16px;
  }
}

.ourstorysection {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .ourstorysection {
    padding: 20px 0;
  }
}
.ourstorysection .ourstoryimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourstorysection .box {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
}
@media (max-width: 767px) {
  .ourstorysection .box {
    padding: 12px;
  }
}
.ourstorysection .box img {
  width: 45px;
}
@media (max-width: 767px) {
  .ourstorysection .box img {
    width: 34px;
  }
}
.ourstorysection .box h5 {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ourstorysection .box h5 {
    font-size: 17px;
  }
}

.whychoosesection {
  background-color: var(--secondarybg-color);
  padding: 50px 0;
}
@media (max-width: 767px) {
  .whychoosesection {
    padding: 20px 0;
  }
}
.whychoosesection .box {
  border: 1px solid #ececec;
  background-color: white;
  border-radius: 10px;
  padding: 16px;
  height: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .whychoosesection .box {
    padding: 12px;
  }
}
.whychoosesection .box .icons {
  background: #ced3de;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .whychoosesection .box .icons {
    width: 45px;
    height: 45px;
  }
}
.whychoosesection .box img {
  width: 38px;
}
@media (max-width: 767px) {
  .whychoosesection .box img {
    width: 30px;
  }
}
.whychoosesection .box h5 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .whychoosesection .box h5 {
    font-size: 17px;
  }
}
.whychoosesection .box:hover {
  background-color: #98a4bf;
}
.whychoosesection .box:hover .icons {
  background-color: white;
}
.whychoosesection .box:hover h5,
.whychoosesection .box:hover p {
  color: #ffffff;
}

.ourproductsection {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .ourproductsection {
    padding: 20px 0;
  }
}
.ourproductsection .productimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.ourproductsection .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ourproductsection .details .logoicon {
  width: 38px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .ourproductsection .details .logoicon {
    width: 34px;
  }
}
.ourproductsection .details h5 {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ourproductsection .details h5 {
    font-size: 17px;
  }
}
.ourproductsection .details h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--title-color);
}
@media (max-width: 767px) {
  .ourproductsection .details h6 {
    font-size: 13px;
  }
}
.ourproductsection .gridimages {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 450px) {
  .ourproductsection .gridimages {
    gap: 14px;
  }
}
.ourproductsection .gridimages span {
  font-size: 15px;
  color: var(--title-color);
}
.ourproductsection .gridimages img {
  width: 120px;
}
@media (max-width: 767px) {
  .ourproductsection .gridimages img {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ourproductsection .gridimages img {
    width: 76px;
  }
}
.ourproductsection .text {
  font-size: 15px;
  color: var(--title-color);
}

.contactus {
  padding: 50px 0;
  background-color: #faf8f6;
}
@media (max-width: 767px) {
  .contactus {
    padding: 20px 0;
  }
}
.contactus .leftside {
  background-color: white;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
}
@media (max-width: 767px) {
  .contactus .leftside {
    padding: 12px;
  }
}
.contactus .leftside img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contactus .leftside img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}
.contactus .leftside h6 {
  color: var(--headingtext-color);
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 767px) {
  .contactus .leftside h6 {
    font-size: 13px;
  }
}
.contactus .leftside .bottom {
  border-top: 1px solid lightgray;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contactus .leftside .bottom {
    padding-top: 14px;
    margin-top: 14px;
  }
}
.contactus .rightside label {
  color: var(--title-color);
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contactus .rightside label {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.contactus .rightside .form-control {
  border: 1px solid #ececec;
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contactus .rightside .form-control {
    font-size: 13px;
    padding: 10px;
  }
}
.contactus .rightside .form-control:focus {
  box-shadow: none;
}
.contactus .rightside .form-control::-moz-placeholder {
  color: #d9d9d9;
}
.contactus .rightside .form-control::placeholder {
  color: #d9d9d9;
}

footer {
  background-color: var(--secondarybg-color);
  padding-top: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
    margin-top: 20px;
  }
}
footer .logo {
  width: 140px;
}
@media (max-width: 767px) {
  footer .logo {
    width: 120px;
  }
}
footer p {
  color: var(--title-color);
}
footer h5 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
footer li {
  color: var(--title-color);
  font-size: 15px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
footer h6 {
  color: var(--title-color);
  font-size: 15px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  footer h6 {
    font-size: 14px;
  }
}
footer ul {
  padding-left: 0;
  list-style-type: none;
}
footer .icons {
  width: 22px;
  filter: grayscale(1);
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer .icons {
    width: 18px;
    margin-right: 8px;
  }
}
footer .bottom {
  border-top: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .bottom {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 22px;
  }
}
footer .bottom span {
  color: var(--title-color);
  font-size: 15px;
}
@media (max-width: 767px) {
  footer .bottom span {
    font-size: 14px;
  }
}
footer a {
  color: var(--title-color);
}
footer a:hover {
  color: var(--title-color);
}

.agriculturesection {
  padding: 50px 0;
  background-color: var(--secondarybg-color);
}
@media (max-width: 767px) {
  .agriculturesection {
    padding: 20px 0;
  }
}
.agriculturesection .box {
  border: 1px solid #ececec;
  background-color: white;
  border-radius: 10px;
  padding: 16px;
}
@media (max-width: 767px) {
  .agriculturesection .box {
    padding: 12px;
  }
}
.agriculturesection .box img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
  object-fit: contain;
}
@media (max-width: 767px) {
  .agriculturesection .box img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: contain;
  }
}
.agriculturesection .box h5 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .agriculturesection .box h5 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
.agriculturesection .productslider {
  padding-bottom: 50px;
}
.agriculturesection .swiper-pagination-bullet {
  background: #98a4be;
}

.benefits {
  padding: 50px 0;
  color: var(--title-color);
  position: relative;
}
@media (max-width: 767px) {
  .benefits {
    padding: 20px 0;
  }
}
.benefits .benefitimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 99;
}
.benefits h4 {
  color: var(--title-color);
}
.benefits p {
  color: var(--title-color);
}
.benefits .text {
  font-size: 16px;
  z-index: 999;
  position: relative;
}
@media (max-width: 767px) {
  .benefits .text {
    font-size: 15px;
  }
}
.benefits .text .vector {
  margin-right: 7px;
  width: 8px;
}
@media (max-width: 767px) {
  .benefits .text .vector {
    width: 7px;
  }
}
.benefits .AscentCoppertext {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .benefits .AscentCoppertext {
    position: static;
    padding: 0;
    transform: none;
  }
}
.benefits .bottomtext {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .benefits .bottomtext {
    padding-bottom: 0px;
  }
}

.uses {
  padding: 50px 0;
  background-color: #faf8f6;
  position: relative;
}
@media (max-width: 767px) {
  .uses {
    padding: 20px 0;
  }
}
.uses .benefitimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 10px;
}
.uses h4 {
  color: var(--title-color);
}
.uses h5 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .uses h5 {
    font-size: 17px;
  }
}
.uses h5 img {
  width: 38px;
}
@media (max-width: 767px) {
  .uses h5 img {
    width: 30px;
  }
}
.uses .text {
  color: var(--title-color);
  position: relative;
  margin-left: 16px;
  margin-bottom: 14px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .uses .text {
    font-size: 14px;
  }
}
.uses .text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}
.uses .text span {
  font-weight: 500;
}

.inquieryform {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .inquieryform {
    padding: 20px 0;
  }
}
.inquieryform h4 {
  color: var(--title-color);
}
.inquieryform p {
  color: var(--title-color);
}
.inquieryform .form-label {
  color: var(--title-color);
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .inquieryform .form-label {
    font-size: 15px;
  }
}
.inquieryform .form-control {
  border: 1px solid #ececec;
  background-color: #ececec;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .inquieryform .form-control {
    font-size: 13px;
    padding: 8px 14px;
  }
}
.inquieryform .form-control:focus {
  box-shadow: none;
}
.inquieryform .form-control::-moz-placeholder {
  color: #6d6d6d;
}
.inquieryform .form-control::placeholder {
  color: #6d6d6d;
}
.inquieryform .inputbg {
  border: 1px solid #ececec;
  background-color: #ececec;
  font-size: 14px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .inquieryform .inputbg {
    font-size: 13px;
  }
}
.inquieryform .custom-select {
  border: none;
  font-size: 14px;
  background-color: none;
}
.inquieryform .radio-pill {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .inquieryform .radio-pill {
    padding: 8px 14px;
  }
}
.inquieryform .form-check-input {
  border-color: var(--headingtext-color);
  background-color: transparent;
}
.inquieryform .form-check-input:checked {
  background-color: var(--headingtext-color);
  border-color: var(--headingtext-color);
}
.inquieryform .form-select {
  background-color: transparent;
  padding: 12px 20px;
  color: var(--text-color-);
}
@media (max-width: 767px) {
  .inquieryform .form-select {
    padding: 8px 14px;
  }
}
.inquieryform .form-select:focus {
  box-shadow: none;
}
.inquieryform .form-check-label {
  font-size: 14px;
}

.mainheading {
  background-image: url(../image/mainheadingbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 52px;
}
@media (max-width: 991px) {
  .mainheading {
    background-image: url(../image/mainheadingresponsivebg.svg);
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mainheading {
    padding: 24px;
  }
}
.mainheading h4 {
  background: rgba(255, 255, 255, 0.43);
  color: #395184;
  padding: 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
@media (max-width: 767px) {
  .mainheading h4 {
    padding: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mainheading h4 {
    padding: 14px;
  }
}
.mainheading h4 sub {
  font-size: 15px;
  margin-left: 10px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .mainheading h4 sub {
    font-size: 13px;
  }
}
.mainheading .contactpagetitle {
  background: rgba(255, 255, 255, 0.43);
  color: #395184;
  padding: 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  display: flex;
  justify-content: center;
}
.mainheading .contactpagetitle div {
  width: 60%;
}
@media (max-width: 991px) {
  .mainheading .contactpagetitle div {
    width: 100%;
  }
}
.mainheading .contactpagetitle div p {
  font-size: 36px;
  color: #395184;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .mainheading .contactpagetitle div p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .mainheading .contactpagetitle div p {
    white-space: pre-line;
    font-size: 25px;
  }
}
.mainheading .contactpagetitle div p span {
  font-weight: 700;
  color: black;
}
.mainheading .contactpagetitle div p:last-child {
  text-align: end;
}
@media (max-width: 768px) {
  .mainheading .contactpagetitle div p:last-child {
    text-align: start;
  }
}

.aboutusnew {
  padding: 50px 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .aboutusnew {
    padding: 20px 0;
    padding-bottom: 0;
  }
}
.aboutusnew .aboutusimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutusnew .text {
  color: var(--title-color);
  position: relative;
  margin-left: 16px;
  margin-bottom: 14px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .aboutusnew .text {
    font-size: 13px;
  }
}
.aboutusnew .text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}
.aboutusnew .bottomdetails {
  background-color: #faf8f6;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .aboutusnew .bottomdetails {
    padding: 20px 0;
  }
}
.aboutusnew .bottomdetails .box {
  background-color: white;
  border-radius: 10px;
  padding: 16px;
}
@media (max-width: 767px) {
  .aboutusnew .bottomdetails .box {
    padding: 12px;
  }
}
.aboutusnew .bottomdetails .box img {
  width: 45px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .aboutusnew .bottomdetails .box img {
    width: 34px;
    margin-bottom: 14px;
  }
}
.aboutusnew .bottomdetails .box h5 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .aboutusnew .bottomdetails .box h5 {
    font-size: 16px;
  }
}

.whychooseusnew {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .whychooseusnew {
    padding: 20px 0;
  }
}
.whychooseusnew .box {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .whychooseusnew .box {
    padding: 12px;
    gap: 12px;
  }
}
.whychooseusnew .box .icons {
  background: #ced3de;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .whychooseusnew .box .icons {
    width: 45px;
    height: 45px;
  }
}
.whychooseusnew .box img {
  width: 38px;
}
@media (max-width: 767px) {
  .whychooseusnew .box img {
    width: 30px;
  }
}
.whychooseusnew .box h5 {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .whychooseusnew .box h5 {
    font-size: 17px;
  }
}
.whychooseusnew .box:hover {
  background-color: #98a4bf;
}
.whychooseusnew .box:hover .icons {
  background-color: white;
}
.whychooseusnew .box:hover h5,
.whychooseusnew .box:hover p {
  color: #ffffff;
}

.contactusnew {
  background-image: url(../image/Frame\ 388\ 1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .contactusnew {
    background-position: right;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactusnew {
    background-position: right;
    padding: 20px 0;
  }
}
.contactusnew .contactusimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactusnew h5 {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .contactusnew h5 {
    font-size: 17px;
    margin-top: 0;
  }
}
.contactusnew button {
  background-color: white;
  color: var(--headingtext-color);
  border-radius: 8px;
  font-size: 14px;
  padding: 9px 20px;
  border: none;
}
@media (max-width: 991px) {
  .contactusnew button {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.contactusnew button:hover {
  color: var(--headingtext-color);
}
.contactusnew button:focus {
  box-shadow: none;
}

.contenttext {
  color: var(--title-color);
  position: relative;
  margin-left: 16px;
  margin-bottom: 14px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .contenttext {
    font-size: 14px;
  }
}
.contenttext::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}
.contenttext span {
  font-weight: 500;
}

.legalpages h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.legalpages p {
  margin-bottom: 12px;
}/*# sourceMappingURL=style.css.map */