* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.btn,
.btn.active {
  background: inherit;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  display: inline;
}

a {
  text-decoration: none;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #0a3252 !important;
}

body {
  overflow-x: hidden;
}

body.sidemenu_opened {
  overflow-y: hidden;
}

img {
  max-width: 100%;
  width: 100%;
}

ul li {
  list-style-type: none;
}

ul li.Bullet {
  list-style-type: circle;
}

.container {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* +++++++++ */
/* +++++++++ */
/* +++++++++ */
/* ++++ dropdown submenu ++++ */
/* Wrapper */
.dropdown--wrapper {
  position: relative;
}

/* Button */
.dropdown_btn-sub_menu {
  background: #0a3252;
  color: #fff;
  border: none;
  cursor: pointer;
}

.dropdown_btn-sub_menu:hover,
.dropdown_btn-sub_menu:focus {
  background: #0a3252;
  color: #fff;
  outline: none;
}

.dropdown_btn-sub_menu::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown_btn-sub_menu:hover {
  color: #c2986b;
}

/* Dropdown menu */
.dropdown-sub_menu ul,
.dropdown-sub_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Actual dropdown list */
.dropdown-sub_menu > ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 340px;
  background: #0a3252;
  border-radius: 6px;
  padding: 10px 0;
  display: none;
  z-index: 1000;
}

/* Open state */
.dropdown-sub_menu > ul.is-open {
  display: block;
}

/* Dropdown items */
.dropdown-sub_menu-item {
  /* display: block; */
  padding: 12px 18px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.dropdown-sub_menu-item:hover,
.dropdown-sub_menu-item:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

.nav__link-icon {
  color: #fff;
  stroke: #fff;
  height: 14px;
  stroke-width: 1.5;

  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__link-icon svg {
  height: 12px;
}
.dropdown-sub_menu-item:hover .nav__link-icon,
.dropdown-sub_menu-item:focus .nav__link-icon {
  color: #c2986b;
  stroke: #c2986b;
}

/* Get in touch btn */
.nav-inquiry_btn {
  color: #fff;
  font-size: 14px;
  font-family: "Lato Regular";
  border: none;
  cursor: pointer;
  background: none;
}
.nav-inquiry_btn:hover {
  color: #c2986b;
}

/* +++++++++ */
/* +++++++++ */
/* +++++++++ */
/* +++++++++ */
/* +++++++++ */

.btn.btn-login {
  padding: 8px 15px;
  color: #000;
  font-size: 14px;
  background: #d9d1c5;
  position: relative;
  font-family: "Lato Regular";
  transition: all 0.4s ease;
}

.btn.btn-login:hover,
.btn.btn-login.show {
  background: #c1852e;
  color: #fff;
}

.logindrop {
  border-radius: 0;
  background: #c1852e;
  border: 0;
}

.logindrop a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.logindrop a:active {
  color: #c2986b;
  text-decoration: none;
  background-color: #fff;
}

.hamburger-menu {
  display: none;
}

.vedartha_footer a:hover,
header .header-row2 a:hover,
header .header-row1 a:hover,
header .header-row2 a.active {
  color: #c2986b;
}

section.banner,
section.vedartha_footer {
  margin: 0;
}

section {
  margin: 70px 0;
}

header .header-row1 a {
  color: #58595b;
  font-family: "Lato Regular";
}

.main_page header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

header .header-row2 a {
  color: #fff;
  font-size: 14px;
  font-family: "Lato Regular";
}

p {
  font-size: 18px;
  font-family: "Lato Regular";
  line-height: 31px;
  color: #58595b;
  text-align: justify;
}

.popupCloseBtn {
  display: none;
}

.header-row1 .right_menus {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-row1 {
  padding: 10px 0;
  background: #fff;
}

.header-row2 {
  padding: 10px 0;
}

.headerlogo {
  width: 220px;
  height: 50px;
}

.footerlogo {
  width: 269px;
}

.cls-8 {
  font-size: 9px;
}

.header-row1 .header-row1-wrapper {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.header-row2 {
  background: #0a3252;
}

.header-row2 .row2-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-row2 .row2-wrapper .right-menus-row2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: 30px;
}

.banner {
  position: relative;
  margin-top: 70px !important;
}

.banner .banner_spotlight {
  position: absolute;
  top: 35%;
  padding: 0;
  transform: translateY(-50%);
  width: 100%;
}

.banner .banner_spotlight h2 {
  font-size: 44px;
  line-height: 48px;
  font-family: "Arya Regular";
  /* color: #0a3252; */
  color: #c2986b !important;
  font-weight: 300;
}

.banner .banner_spotlight p {
  font-size: 24px;
  line-height: 140%;
  color: #c2986b !important;
  font-weight: 300;
  margin-block-start: 20px;
  max-width: 480px;
  text-align: left;
}

.banner img {
  width: 100%;
  max-width: 100%;
}

.section-about .container {
  display: flex;
  flex-wrap: wrap;
}

.section-about .container-col {
  position: relative;
}

.section-about .container-col .aboutus-btn {
  position: absolute;
  bottom: -16px;
  right: 0;
}

.investment_head .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-about .container .container-col p {
  width: 70%;
  /* margin-bottom: 30px; */
  font-family: "Lato Light";
  color: #58595b;
  font-size: 18px;
}

.investment_sec .investment_wrapper {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: flex-start;
}

.aboutus-btn {
  padding: 10px 45px;
  color: #58595b;
  font-size: 14px;
  background: #d9d1c5;
  /* float: right; */
  position: relative;
  font-family: "Lato Regular";
}

.investment_sec {
  background: #eaf1f5;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.investment_sec .investment_wrapper .left_div {
  padding: 124px 80px 150px 0;
  width: 50%;
}

.investment_sec .investment_wrapper .left_div h2 {
  font-size: 38.54px;
  line-height: 46px;
  font-family: "Lato Light";
  margin-bottom: 15px;
  color: #58595b;
  font-weight: 300;
}

.investment_sec .investment_wrapper .left_div p {
  margin-bottom: 30px;
  line-height: 1.4;
  font-family: "Lato Light";
  color: #58595b;
  font-size: 18px;
}

.investment_sec .investment_wrapper .right_div {
  width: 50%;
  position: relative;
}

.img-wrap {
  position: absolute;
  width: 765px;
  left: 0;
}

.investmentimg {
}

.investment_sec .investment_wrapper .right_div img,
.investment_head img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_sec .investment_wrapper .right_div img.aos-animate,
.investment_head img.aos-animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.investment_head .container .container-col .head_right {
  padding: 60px;
}

.investment_head .container .container-col .head_right h2 {
  font-size: 38.54px;
  line-height: 46.25px;
  color: #58595b;
  font-family: "Lato Light";
  padding-bottom: 40px;
  font-weight: 300;
}

.border_line,
.border_line_big {
  position: relative;
}

.border_line::before {
  position: absolute;
  content: "";
  /* background: transparent linear-gradient(180deg,#ffe0d100 0%,#dab072 49%,#ffe0d100 100%) 0% 0% no-repeat padding-box; */
  background: linear-gradient(
    90deg,
    rgba(218, 176, 114, 0.3) 0%,
    rgb(218, 176, 114) 60%,
    rgba(218, 176, 114, 0.3) 100%
  );
  width: 100%;
  height: 2px;
  bottom: 0;
}

.border_line_big::before {
  position: absolute;
  content: "";
  /* background: url('../assets/border-line-big.svg') no-repeat; */
  background: linear-gradient(
    90deg,
    rgba(218, 176, 114, 0.3) 0%,
    rgb(218, 176, 114) 60%,
    rgba(218, 176, 114, 0.3) 100%
  );
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.investment_head .container .container-col .head_right .name {
  margin-top: 30px;
}

.investment_head .container .container-col .head_right .name h6 {
  font-size: 17px;
  line-height: 31px;
  color: #58595b;
  font-family: "Lato Black";
  margin-bottom: 5px;
}

.investment_head .container .container-col .head_right .name p {
  line-height: 1.4;
  font-family: "Lato Light";
  color: #58595b;
  font-size: 17px;
}

.our-offerings {
  margin-bottom: 0;
}
.our-offerings .downloads__container {
  padding-bottom: 70px;
}

.know-more-btn {
  text-decoration: none;
  color: #c2986b;
  padding: 9px 45px;
  background: #0a3252;
  font-family: "Lato Regular";
}

.know-more-btn-2 {
  font-family: "Arya Regular";
  color: #58595b;
  background: #d9d1c5;
  padding: 6px 45px;
}

.equity_fund .container {
  background: #0a3252;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  padding: 70px 80px;
  justify-content: space-between;
  gap: 40px;
}

.equity_fund h2,
.equity_fund h4,
.equity_fund p {
  color: #fff !important;
}

.equity_fund .container .left_container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  font-family: "Lato Light";
  color: #fff;
}

.equity_fund .container .left_container h2 {
  font-size: 36px;
  line-height: 40px;
}

.equity_fund .container .left_container p {
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 1.4;
  line-height: 31px;
  color: #fff;
}

.equity_fund .container .left_container p.equity_fund-subcopy {
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 1.4 !important;
  line-height: 31px;
  color: #fff;
  margin-block-start: -18px;
  max-width: 450px;
}

.equity_fund .container .left_container .heading_div h1 {
  font-family: "Arya Regular";
  font-size: 44px;
  line-height: 48px;
  color: #d6cec4;
  font-weight: 300;
}

.equity_fund .container .right_container p {
  font-size: 18px;
  font-family: "Lato Regular";
  line-height: 21px;
  color: #d6cec4;
  margin-bottom: 55px;
}

.equity_fund .container .container-col,
.investment_head .container .container-col,
.collaboration_sec .container .container-col {
  flex: 1;
}

.collaboration_sec .container {
  display: flex;
  flex-wrap: wrap;
}

.collaboration_sec h2 {
  font-family: "Lato Light";
  font-size: 38.54px;
  line-height: 46.25px;
  color: #58595b;
  width: fit-content;
  padding: 30px;
  margin-top: 30px;
  font-weight: 300;
}

/* Footer section */
/* .vedartha_footer {
    padding: 40px 0;
} */

.footer-columns {
  display: flex;
  gap: 70px;
  width: 100%;
  padding-bottom: 90px;
}

.brand_logo {
  margin-bottom: 30px !important;
}

.footer_two_column.first {
  width: 35%;
  padding-right: 80px;
}

.sliderbx {
  margin-right: -20px;
}

.footer_two_column.second {
  width: 75%;
  display: flex;
  padding-top: 15px;
  gap: 30px;
}

.footer_two_column.second .footer-column:first-child {
  width: 20%;
}

.footer_two_column.second .footer-column:nth-child(2) {
  width: 24%;
}

/* .footer-column {
 width: calc(70% / 3);
} */

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-column li,
.footer_two_column li {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Lato Regular";
  color: #58595b;
}

.footer_right_columns {
  display: flex;
  flex-wrap: wrap;
}

.footer-column a,
.footer_two_column li a {
  font-size: 14px;
  line-height: 16px;
  font-family: "Lato Regular";
  color: #58595b;
}

.news_video_slider {
  padding: 40px 0;
}

.news_video_slider .desc_div {
  padding: 20px 0;
}

.img_div {
  position: relative;
}

.img_div::after {
  content: "";
  background: url(../assets/ply-btn.svg) no-repeat center center;
  position: absolute;
  width: 103px;
  height: 104px;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  filter: grayscale(100%) sepia(100%) brightness(60%) hue-rotate(190deg);
}

.img_div::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    transparent,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}

.img_div img {
  filter: grayscale(100%) sepia(100%) brightness(60%) hue-rotate(190deg);
  width: 387px;
  height: 318px;
  object-fit: cover;
}

.news_video_slider .desc_div span {
  font-family: "Lato Regular";
  font-size: 14px;
  line-height: 16px;
  color: #58595b;
}

.news_video_slider .desc_div h4 {
  font-size: 26px;
  line-height: 31px;
  color: #58595b;
  font-family: "Lato Regular";
  font-weight: 300;
}

.news_video_slider li {
  cursor: pointer;
  margin-right: 20px;
}

.news_video_slider li:last-child {
  margin-right: 0;
}

.news .news_heading h2 {
  width: fit-content;
  font-family: "Lato Light";
  font-size: 38px;
  line-height: 46px;
  color: #58595b;
  padding: 30px 0;
  font-weight: 300;
}

.equtextbx {
  padding: 0;
  margin-top: -30px;
}

.equtextbx h4 {
  font-family: "Lato Light";
  font-size: 34px;
  line-height: 1.8;
  color: #58595b;
  font-weight: 300;
}

.equtextbx p {
  font-family: "Lato Light";
  color: #58595b;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.equtextbx p span {
  font-family: "Lato Regular";
}

.phone-icon {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.phone-icon:hover {
  cursor: pointer;
}

.popup-modal {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100vw;
  background-color: rgba(125, 125, 125, 0.5);
}

.popup-modal .modal {
  height: 500px;
  width: 700px;
  background-color: #0a3252;
}

.text-color {
  color: #c2986b !important;
}

.modal-content {
  width: 85%;
}

/* .modal-body{
	width: 90%;
} */

.modal-bgc {
  background-color: #fff !important;
}

.custom-hr {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px solid #c2986b;
  margin-bottom: 20px;
}

.input-field {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #000000;
}

.input-field:focus {
  outline: none;
}

.submit-btn {
  place-self: center;
  background-color: #004880;
  height: 46px;
  color: #ffffff;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
  border-radius: 24px;
}

.submit-btn:hover {
  cursor: pointer;
  background-color: #3399e8;
  color: #ffffff;
}

.submit-btn:disabled {
  background-color: #808080;
  color: #ffffff;
}

.submit-btn:disabled:hover {
  cursor: progress;
}

.thankyou-message {
  font-size: 16px;
  font-weight: 500;
  /* color: #c2986b; */
}

.contact-text {
  color: #004880 !important;
}

.description {
  font-size: 12px;
}

#error-message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  display: none;
}

/* ====================== */
/* PAGINATION */
/* ====================== */
.pagination {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 0.5px solid rgba(26, 24, 24, 0.2);
  border-bottom: 0.5px solid rgba(26, 24, 24, 0.2);
}

@media only screen and (max-width: 1023px) {
  /* mobile */
  .pagination {
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* pagination list */
.pagination__list {
  display: flex;
  justify-content: center;
}

/* pagination item */
.pagination__item {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: rgba(33, 33, 33, 1);
}

@media only screen and (max-width: 1023px) {
  /* mobile */
  .pagination__item.next,
  .paginationjs-next {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
  }

  .pagination__item.previous,
  .paginationjs-prev {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
  }
}

/* spacing between pagination items */
@media only screen and (min-width: 1024px) {
  /* desktop */
  .pagination__item:not(:first-child) {
    margin-left: 48px;
  }
}

@media only screen and (max-width: 1023px) {
  /* mobile */
  .pagination__item:nth-child(n + 3) {
    margin-left: 32px;
  }

  .paginationjs-ellipsis + .pagination__item {
    margin-left: 0;
  }
}

.pagination__item a {
  color: inherit;
}
/* active pagination item styling */
.pagination__item.active {
  color: #c49a6c;
  text-decoration: underline;
}

/* pagination previous and next */
.pagination__item.previous,
.pagination__item.next {
  pointer-events: none;
  opacity: 0.5;
}

.pagination.has-previous .pagination__item.previous,
.pagination.has-next .pagination__item.next {
  pointer-events: auto;
  opacity: 1;
}

/* pagination js styles */
.paginationjs-prev,
.paginationjs-next {
  pointer-events: auto;
  opacity: 1;
}

.paginationjs-prev.disabled,
.paginationjs-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Downloads Section */
section.downloads .pagination {
  border: 0;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  /* mobile */
  section.downloads .pagination {
    margin-top: 0;
  }
}
section.downloads .downloads__title {
  font-size: 38.54px;
  line-height: 46.25px;
  color: #58595b;
  font-family: "Lato Light";
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  /* mobile */
  section.downloads .downloads__title {
    font-size: 27px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1023px) {
  /* mobile */
  section.downloads .downloads_heading {
    padding-inline: 20px;
  }
}

section.downloads .downloads_content {
  display: block;
  margin-top: 40px;
  /* padding-bottom: 40px; */
}
@media only screen and (max-width: 1023px) {
  /* mobile */
  section.downloads .downloads_content {
    padding-inline: 20px;
  }
}

section.downloads .downloads_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  /* mobile */
  section.downloads .downloads_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

section.downloads .downloads_list.no-pagination {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  section.downloads .downloads_list.no-pagination {
    padding-bottom: 60px;
  }
}

section.downloads .download__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebd3b2;
  aspect-ratio: 1 / 1;
}

section.downloads .download__item__title {
  color: #58595b;
  text-align: center;
  /* font-family: "Lato Light"; */
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 21.6px */
  margin-bottom: 0;
  text-wrap: pretty;
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  /* mobile */
  section.downloads .download__item__title {
    font-size: 16px;
  }
}

section.downloads .download__item__link {
  color: #58595b;
  text-align: center;
  /* font-family: "Lato Light"; */
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* mobile */
  section.downloads .download__item__link {
    font-size: 14px;
    margin-top: 16px;
  }
}

section.downloads .download__item__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #c48a34;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

section.downloads .download__item:hover .download__item__link::after {
  animation: underline-slide-out-in 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes underline-slide-out-in {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

/* ++++++++++++++++++++++++++++++++++ */
/* ++++++++++ FEATURE SECTION +++++++ */
.features__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  padding: 40px 0;
}

/* left and right sections */
.features-left__section {
}

.features-right__section {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* features main title */
.features-title {
  /* color: #58595b;
  font-family: "Lato Light" !important;
  font-size: 38px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 0 !important; */

  font-size: 38.54px;
  line-height: 46.25px;
  color: #58595b;
  font-family: "Lato Light" !important;
  font-weight: 300;
  margin-bottom: 0 !important;
}

/* feature item */
.feature__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* fetaure specific item */
.feature__item .item-1 {
}

/* icons */
.feature__icon-wrapper {
}

.feature__icon {
  width: unset !important;
  max-width: unset !important;
}

/* icons speicific */
.feature__icon .icon-1 {
}

/* content wrapper */
.feature__contents {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* feature title */
.feature__item-title {
  font-family: "Lato Regular" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
}

/* feature title specific */
.feature__item-title.item-title--1,
.feature__item-title.item-title--3 {
  color: #58595b !important;
}
.feature__item-title.item-title--2 {
  color: #bd9c72 !important;
}

/* fetaure text */
.feature__item-text {
  /* color: #000 !important; */
  /* font-family: Lato !important; */
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
}

/* ++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++ */
