/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 11:52:06 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* home page slider */
.slider_feature_sec {
  width: 100%;
}

.slider_feature_sec .slide-item {
  padding: 10px;
}

.slider_feature_sec .slick-slide {
  height: auto;
}

.slider_feature_sec .slick-track {
  display: flex !important;
}

.slider_feature_sec .slick-slide > div {
  /*! width: 100%; */
}
/* end home page */
.business-row {
	max-width: 99%;
	width: 99%;
}
.business-details {
	box-shadow: 0px 0px 1px 0px #16bae1;
	background-color: rgba(22,186,225,0.13);
	padding: 5px 20px 15px 20px;
	border: 1px solid #16bae1;
	border-radius: 3px;
}
.card-business .business-column {
	background-color: #FFF;
	border-radius: 25px 25px 25px 25px;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	box-shadow: 0px 24px 192px -48px rgba(149,149,151,0.64);
	transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
	width: 23.875%;
	margin-right: 1.5%;
}
.business-column-li{
		background-color: #FFF;
	border-radius: 25px 25px 25px 25px;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	box-shadow: 0px 24px 192px -48px rgba(149,149,151,0.64);
	transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}

.text-business {
	font-size: 17px;
	padding-top: 10px;
	color: #000;
}
	.lable-business h2 {
	color: #0F3664;
	font-size: 30px;
	font-weight: bold;
}
.business-img {
	text-align: center;
	margin-bottom: 30px;
}
.business-img img {
	box-shadow: 0px 0px 1px 2px #00000014;
	padding: 20px;
	border-radius: 20px;
}
.lable-business {
	margin-bottom: 10px;
}
.li-business li {
	font-size: 17px;
	color: #000;
	display: inline-block;
	width: 33%;
	margin-bottom: 10px;
}
.li-business li::before {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #16bae1;
}
.text-center {
	text-align: center;
}
/* media screen css add */
@media  screen and (min-width: 320px) and (max-width: 480px){
	.li-business li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
	.business-grid-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
	gap: 12px;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
		.li-business li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
	.business-grid-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr)!important;
	gap: 12px;
}
	.tj-service-3-paragraph li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.li-business li {
	display: inline-block;
	width: 46%;
	margin-bottom: 10px;
}
.business-grid-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr) !important;
	gap: 12px;
}
	.tj-service-3-paragraph li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
}
.tj-service-3-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-3-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-service-3-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tj-service-3-bg-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tj-service-3-bg-shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tj-service-3-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tj-service-3-wrapper:hover .tj-service-3-content::after {
  background: #16bae1;
}
.tj-service-3-wrapper:hover .tj-service-3-button {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tj-service-3-wrapper {
    padding: 30px 15px;
  }
}
.tj-service-3-thumb {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 263px;
}
.tj-service-3-thumb a {
  display: inline-block;
}
@media (max-width: 575px) {
  .tj-service-3-thumb {
    max-width: 100%;
  }
}
.tj-service-3-content {
  position: absolute;
  top: 50%;
  right: 30px;
  max-width: 422px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 10px;
  background: transparent;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.06));
  padding: 30px 30px 30px 70px;
  z-index: 1;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
@media (max-width: 575px) {
  .tj-service-3-content {
    position: relative;
    padding: 30px 15px 20px 55px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    bottom: 0;
    top: auto;
    margin-top: -75px;
  }
}
.tj-service-3-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 12% 0);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 12% 0);
  background: #1d65b9;
  z-index: -1;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px 0 0 10px;
}
.tj-service-3-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: 0;
  background: rgba(7, 124, 234, 0.2);
  border-radius: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 12% 0);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 12% 0);
  z-index: -2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tj-service-3-title {
	font-size: 32px;
	margin-bottom: 18px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	color: #000;
	font-weight: bold;
}
.tj-service-3-title:hover {
  color: #fff;
}
@media (max-width: 575px) {
  .tj-service-3-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.tj-service-3-paragraph {
  color: #fff;
}
.tj-service-3-button {
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  margin-top: -10px;
  opacity: 1;
  visibility: visible;
}
.tj-service-3-btn {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #16bae1;
	padding-top: 7px;
}
.tj-service-3-btn .icon_box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding: 0 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-service-3-btn:hover {
  color: #fff;
}
.tj-service-3-bottom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-3-bottom-button {
    margin-top: 10px;
  }
}
.tj-service-3-paragraph li {
	display: inline-block;
	width: 44%;
	margin-bottom: 3px;
}
.business-grid-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.tj-service-3-wrapper {
	background: rgba(22,186,225,0.13);
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 1px 0px #16bae1;
}
/* offer list */
.offer-img {
	text-align: center;
}
.offer-img {
	text-align: center;
	padding: 25px;
	box-shadow: 0px 0px 1px 2px rgba(22,186,225,0.13);
	border-radius: 20px;
}
.service-details {
	padding-top: 20px;
}
.service_icon i {
	font-size: 26px;
	margin-right: 20px;
	color:#0f3664;
}
.offer_details_sec{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
.offer_details_sec .service-block-style2 {
	position: relative;
	padding: 0px;
}
.offer_detail.service-block-style2 .info-box {
	padding-left: 0px;
}
/* media screen css add */
@media  screen and (min-width: 320px) and (max-width: 480px){
	.offer_details_sec {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 5px;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
		.offer_details_sec {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 5px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
		.offer_details.sec {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
}
.service-title {
	font-size: 40px;
	font-weight: bold;
	color: #1d65b9;
}
.service-details p {
	border-bottom: 1px solid #16bae133;
	padding: 8px !important;
}
.offer_about_details p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.offer_btn {
	text-align: center;
}
/* The overlay (background) */
.modal-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2147483647; /* max safe value */
}

/* Show the modal */
.modal-overlay.show {
  display: flex !important;
}

/* The modal box */
.modal-box {
  background: #fff;
  width: 95%;
  max-width: 520px;
  padding: 25px;
  border-radius: 12px;
  position: relative;
}

/* Close button */
.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  border: none;
  background: transparent;
  cursor: pointer;
}
/* payment history */
.payment-details-table {
    width: 100%; /* Ensures the table spans the width of its container */
    border-collapse: collapse; /* Collapses the double borders into a single border */
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.payment-details-table thead tr th {
    background-color: #16bae1; /* Header background color */
    color: #0f3664 !important; /* Header text color */
    text-align: left; /* Aligns header text to the left */
	color:#000;
}

.payment-details-table th,
.payment-details-table td {
    padding: 12px 15px; /* Adds space between content and cell borders */
    border: 1px solid #f7f7f7; /* Adds a light border to all cells */
    text-align: left;
	font-size:14px;
	color:#000;
}

.payment-details-table tbody tr {
    border-bottom: 1px solid #0f366424;
}

.payment-details-table tbody tr:nth-of-type(even) {
    background-color: #0f366424; /* Alternating row colors for readability */
}

.payment-details-table tbody tr:last-of-type {
    border-bottom: 2px solid #0f3664; /* A distinct bottom border for the last row */
}
/* slider css */
.companie_info li {
	width: 46%;
}
@media  screen and (min-width: 320px) and (max-width: 480px){
	.companie_info li {
	width: 100%;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
		.companie_info li {
	width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.feature_list_map li {
	width: 45%;
	display: inline-flex !important;
}
}
/* grid */
.elementor-grid {
  display:grid;
  grid-column-gap:var(--grid-column-gap);
  grid-row-gap:var(--grid-row-gap)
}
.elementor-grid .elementor-grid-item {
  min-width:0
}
.elementor-grid-0 .elementor-grid {
  display:inline-block;
  margin-block-end:calc(-1 * var(--grid-row-gap));
  width:100%;
  word-spacing:var(--grid-column-gap)
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display:inline-block;
  margin-block-end:var(--grid-row-gap);
  word-break:break-word
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns:repeat(1,1fr)
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns:repeat(2,1fr)
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns:repeat(3,1fr)
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns:repeat(4,1fr)
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns:repeat(5,1fr)
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns:repeat(6,1fr)
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns:repeat(7,1fr)
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns:repeat(8,1fr)
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns:repeat(9,1fr)
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns:repeat(10,1fr)
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns:repeat(11,1fr)
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns:repeat(12,1fr)
}
@media (min-width:2400px) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display:inline-block;
    margin-block-end:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display:inline-block;
    margin-block-end:var(--grid-row-gap);
    word-break:break-word
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns:repeat(1,1fr)
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns:repeat(5,1fr)
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns:repeat(6,1fr)
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns:repeat(7,1fr)
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns:repeat(8,1fr)
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns:repeat(9,1fr)
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns:repeat(10,1fr)
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns:repeat(11,1fr)
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns:repeat(12,1fr)
  }
}
@media (max-width:1366px) {
  .elementor-grid-laptop-0 .elementor-grid {
    display:inline-block;
    margin-block-end:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display:inline-block;
    margin-block-end:var(--grid-row-gap);
    word-break:break-word
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns:repeat(1,1fr)
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns:repeat(5,1fr)
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns:repeat(6,1fr)
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns:repeat(7,1fr)
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns:repeat(8,1fr)
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns:repeat(9,1fr)
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns:repeat(10,1fr)
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns:repeat(11,1fr)
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns:repeat(12,1fr)
  }
}
@media (max-width:1200px) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display:inline-block;
    margin-block-end:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display:inline-block;
    margin-block-end:var(--grid-row-gap);
    word-break:break-word
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns:repeat(1,1fr)
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns:repeat(5,1fr)
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns:repeat(6,1fr)
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns:repeat(7,1fr)
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns:repeat(8,1fr)
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns:repeat(9,1fr)
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns:repeat(10,1fr)
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns:repeat(11,1fr)
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns:repeat(12,1fr)
  }
}
@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display:inline-block;
    margin-block-end:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display:inline-block;
    margin-block-end:var(--grid-row-gap);
    word-break:break-word
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns:repeat(1,1fr)
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns:repeat(5,1fr)
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns:repeat(6,1fr)
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns:repeat(7,1fr)
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns:repeat(8,1fr)
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns:repeat(9,1fr)
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns:repeat(10,1fr)
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns:repeat(11,1fr)
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns:repeat(12,1fr)
  }
}
@media (max-width:880px) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display:inline-block;
    margin-block-end:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display:inline-block;
    margin-block-end:var(--grid-row-gap);
    word-break:break-word
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns:repeat(1,1fr)
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns:repeat(5,1fr)
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns:repeat(6,1fr)
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns:repeat(7,1fr)
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns:repeat(8,1fr)
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns:repeat(9,1fr)
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns:repeat(10,1fr)
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns:repeat(11,1fr)
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns:repeat(12,1fr)
  }
}
@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display:inline-block;
    margin-block-end:calc(-1 * var(--grid-row-gap));
    width:100%;
    word-spacing:var(--grid-column-gap)
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display:inline-block;
    margin-block-end:var(--grid-row-gap);
    word-break:break-word
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns:repeat(1,1fr)
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns:repeat(5,1fr)
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns:repeat(6,1fr)
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns:repeat(7,1fr)
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns:repeat(8,1fr)
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns:repeat(9,1fr)
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns:repeat(10,1fr)
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns:repeat(11,1fr)
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns:repeat(12,1fr)
  }
}
/* grid end css */
/* All Offer page css */
.All_offer_section  {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.AllOffer_featured {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,32,94,0.29);
	cursor:pointer;
}
.AllOffer_featured_inner::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(22,186,225,0.49);
	opacity: 0.85;
	content: "";
	transition: all 0.4s;
	z-index: 1;
}
.AllOffer_featured_inner::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background-color: rgba(29,101,185,0.75);
	opacity: 0.85;
	content: "";
	transition: all 0.4s;
	z-index: 1;
}
.AllOffer_featured:hover .AllOffer_featured_inner::after {
	opacity: 0.1;
}
.AllOffer_featured .AllOffer_featured_inner {
	position: relative;
	height: 550px;
}
.AllOffer_featured .Offer_top {
    position: relative;
    display: flex;
    padding: 24px;
    z-index: 2
}
.AllOffer_featured .Offer_top p {
	padding: 0 10px;
	margin-right: 5px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.AllOffer_featured .Offer_top .Offet_by {
	background-color: #008600;
}
.AllOffer_featured .Offer_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 70px 24px 24px;
	background: linear-gradient(to top, rgba(15, 54, 100, 0.8),rgba(29, 101, 185, 0));
	z-index: 2;
}
.AllOffer_featured .Offer_bottom .Offer_title h1 {
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.Offer_location_list {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
}
.map_list li {
	width: 30.3%;
	display: inline-block;
	margin-bottom: 7px;
	color: #000;
}
.offer_btn.button_custm {
	padding: 10px 20px !important;
}
@media  screen and (min-width: 320px) and (max-width: 480px){
	.map_list li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
	.map_list li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
		.map_list li {
	display: inline-block;
	width: 50%;
	margin-bottom: 5px;
}
}
/*All Company css */
.ComapnyList_section {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.ComapnyList_featured {
	position: relative;
	transition: 0.3s;
	border: 2px solid #1d65b9;
	box-shadow: 0px 0px 20px rgba(0,32,94,0.29);
	border-radius: 16px;
	background: rgba(22,186,225,0.20);
	padding-bottom: 20px;
}
.comapny_image {
	position: relative;
	  width: 100%;
	  height: 200px;
	  border-radius: 16px 16px 0 0;
	  background-position: center center;
	  background-size: 50%;
	  background-repeat: no-repeat;
	  transition: 0.3s;
	  overflow: hidden;
	  z-index: 1;
}
.ComapnyList_content {
	position: relative;
	width: 100%;
	padding: 24px;
}
.ComapnyList_content h2 {
	height: 80px;
	overflow: hidden;
	font-size: 35px;
	line-height: 30px;
	color: #1d65b9;
	font-weight: 700;
	text-align: center;
}
.comapny_bottom {
	text-align: center;
}
@media  screen and (min-width: 320px) and (max-width: 480px){
	.ComapnyList_content h2 {
	height: auto;
	overflow: hidden;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
	.ComapnyList_content h2 {
	height: auto;
	overflow: hidden;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.ComapnyList_content h2 {
	height: 110px;
	overflow: hidden;
}
}
/*All Company css */
/* edit offer css */
.editoffer_section {
	grid-column-gap: 50px;
	grid-row-gap: 50px;
}
.editoffer_featured {
	position: relative;
	transition: 0.3s;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	border-radius: 16px;
	background: #f7f7f7;
	padding-bottom: 20px;
}
.editoffer_image {
	position: relative;
	width: 100%;
	height: 300px;
	border-radius: 16px 16px 0 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.3s;
	overflow: hidden;
	z-index: 1;
}
.editoffer_content {
	position: relative;
	width: 100%;
	padding: 24px;
}
.editoffer_content h2 {
	height: 80px;
	overflow: hidden;
	font-size: 35px;
	line-height: 30px;
	color: #1d65b9;
	font-weight: 700;
	text-align: center;
}
.editoffer_bottom {
	text-align: center;
}
.editoffer_offerby {
	text-align: center;
	margin-bottom: 30px;
}
.editoffer_offerby h4 {
	font-size: 26px;
	color: #0f3664;
}
.editoffer_offerby p {
	font-size: 19px;
	color: #000;
	margin-top: 15px;
}
@media  screen and (min-width: 320px) and (max-width: 480px){
	.editoffer_content h2 {
	height: auto;
	overflow: hidden;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
	.editoffer_content h2 {
	height: auto;
	overflow: hidden;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.editoffer_content h2 {
	height: 110px;
	overflow: hidden;
}
}
/*edit offer css */