.link-white {
  color: #ffffff;
}
.link-white:hover {
	color: var(--main-color);
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.main-hero-image {
  max-width: 100% !important;
  border-radius: 20px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* Add more classes as needed, e.g., .table-striped, .table-bordered */

.elementor-407 .elementor-element.elementor-element-7ab38ee>.elementor-widget-container {
    margin: 100px 0px 0px 0px;
}

@media(max-width:767px) {
    .elementor-407 .elementor-element.elementor-element-7ab38ee>.elementor-widget-container {
        margin: 50px 0px 0px 0px;
    }
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {



}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {



}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {



}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


}
