/* Varialbes */
:root {
--font-default: 'muliregular', sans-serif;
--font-secondary: 'Handlee', cursive;
--fontawesome: "Font Awesome 5 Pro";
--black: #000000;
--dark: #1f4e3d;
--white: #ffffff;
--color-primary: #49a760;
--color-secondary: #f7c35f;
--color-heading: #04000b;
--color-paragraph: #787878;
--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
--bg-gray: #eff2f5;
--bg-gradient: linear-gradient(97deg, #49a760 50%, rgba(252,197,27,1) 100%);
}
@charset "UTF-8";
@font-face {
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
src: url('../fonts/text-fonts/muli.woff2') format('woff2'),
url('../fonts/text-fonts/muli.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: fallback;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body a {
  text-decoration: none;
  color: #212529;
  transition: all 0.3s ease-in-out;
}
body a:hover {
  color: #00799f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
body a:focus {
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease-in-out;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .defualt-py {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/*----------Header-----------*/
.inx-hdr#header-sroll.small .navbar-list {
  background-color: transparent !important;
}
.inx-hdr#header-sroll.small .nav-lnk {
  color: #fff;
}
.inx-hdr#header-sroll.small .nav-lnk:hover {
  color: #fff !important;
}

.inx-hdr#header-sroll.small .nav-lnk.active {
  color: #fff !important;
}

.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk {
  color: #fff;
}

.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk:hover {
  color: #4d9a44;
}

.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk.active {
  color: #4d9a44;
  font-weight: 500;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a {
  color: #d32024;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a:hover {
  background-color: #d32024;
  color: #fff;
}

.inx-hdr .sidepanel {
  background-color: #f5f5f5;
}

.inx-hdr .sidepanel .closebtn {
  background: #f5f5f5;
  color: #000;
}

.inx-hdr .sidepanel ul li .mob-menu-links.active {
  color: #000;
  background-color: #ffe400;
}

.inx-hdr .openbtn {
  color: #000;
  background-color: transparent;
}

.inx-hdr .sidepanel ul li .mob-menu-links {
  color: #000;
}

.inx-hdr#header-sroll {
  position: relative;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
  background-color: #ffe400;
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .inx-hdr#header-sroll {
    position: relative;
    transition: none;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll .logo-img {
    /* height: 45px;
    margin-top: 11px; */
    padding-top: 17px;
  }
}
.inx-hdr#header-sroll.small {
  height: 80px;
  line-height: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.inx-hdr#header-sroll.small .logo-img {
  height: 45px;
}

.inx-hdr#header-sroll.small .navbar-list {
  height: inherit;
  background-color: transparent !important;
  background-image: none !important;
}

.inx-hdr#header-sroll.small .nav-lnk {
  height: 80px;
}

.inx-hdr#header-sroll.small .nav-lnk:hover {
  transition: all 0.3s ease-out;
}

.inx-hdr .navbar-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: right;
}

@media (max-width: 991px) {
  .inx-hdr .navbar-menu {
    display: none;
  }
}
.inx-hdr .navbar-menu .navbar-list {
  display: flex;
  padding-left: 0;
  padding-top: 5px;
  margin-bottom: 0;
  list-style: none;
  height: 50px;
  border-radius: 50px;
}

.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk {
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  cursor: pointer;
  /*font-weight: 700;*/
  font-size: 16px;
}

.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk:hover {
  transition: all 0.3s ease-out;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 200px;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 999;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li {
  height: 0;
  transition: all 500ms;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a {
  line-height: 24px;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a:hover {
  padding-left: 20px;
}

.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown.hover:hover li {
  height: auto;
}

.inx-hdr .sidepanel {
  display: none;
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 15px;
}

.inx-hdr .sidepanel a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-align: left;
  transition: 0.3s;
}

.inx-hdr .sidepanel .closebtn {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #2b5a8b
  line-height: 1;
  font-size: 36px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.inx-hdr .sidepanel ul li.dropdown {
  position: relative;
  list-style: none;
}

.inx-hdr .sidepanel ul li.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.inx-hdr .sidepanel ul li.dropdown ul li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}

.inx-hdr .sidepanel ul li.dropdown ul li a {
  font-size: 13px;
}

.inx-hdr .sidepanel ul li.dropdown.toggle > input {
  display: none;
}

.inx-hdr .sidepanel ul li.dropdown.toggle > input:checked ~ ul li {
  height: auto;
}

.inx-hdr .sidepanel ul li .mob-menu-links {
  padding: 8px 8px 8px 20px;
  padding-right: 20px;
  padding-top: 12px;
  font-size: 14px;
  border-bottom: 1px solid #2c5d8f;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 12px;
  text-transform: capitalize;
  line-height: normal;
  display: block;
}

.inx-hdr .sidepanel ul li label.mob-menu-links {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}

.inx-hdr .sidepanel ul li label.mob-menu-links::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

.inx-hdr .openbtn {
  display: none;
  font-size: 30px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  border: none;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translate(0, -50%);
}

@media (max-width: 991px) {
  .inx-hdr .openbtn {
    display: block;
    padding-top: 19px;
  }
  .inx-hdr .sidepanel {
    display: block;
    z-index: 9999;
  }
}
@media (max-width: 575px) {
  .inx-hdr .openbtn {
   /* display: none;*/ padding-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
.inx-hdr .navbar-menu .navbar-list {
  background: none !important;
}

/* banner css start*/
.banner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  margin: 40px 0;
}

.banr-img {
  width: 100%;
  height: 100%;
   /*  object-fit: cover;*/
}

.hm-cd-sec {
  background-color: #f5f5f5;
  padding: 30px 0 30px;
}

.info-card-div .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0;
  border: 0;
  background-color: #f5f5f5;
}

.info-card-div .card .card-header {
  background-color: #f5f5f5;
  padding: 1rem;
  padding-bottom: 0;
}

.info-card-div .card .card-body {
  padding: 1rem;
}

.info-card-div .card .brand-data span.sub-loc {
  font-size: 15px;
  display: block;
  margin-left: 22px;
  color:#d2ac67;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  color: ;
  /*font-weight: 700;*/
}

.info-card-div .br-info-card-str-name {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: initial;
  display: flex;
  align-items: center;
  font-size: 16px;
  /*font-weight: 600;*/
  line-height: 1.5;
  border: 0;
  padding: 0;
  color: #000 !important;
}

@media (max-width: 575px) {
  .info-card-div .br-info-card-str-name {
    font-size: 18px;
  }
}
.info-card-div .br-info-card-str-name i {
  position: relative;
  font-size: 16px;
}

.info-card-div .share-data .share-btn {
  vertical-align: top;
  line-height: 1;
  border-radius: 5px !important;
  padding: 0;
  border: 0;
}

.info-card-div .share-data .share-btn i {
  font-size: 26px;
  position: relative;
  top: 2px;
}

@media (max-width: 575px) {
  .info-card-div .share-data .share-btn i {
    font-size: 24px;
  }
}
.info-card-div .br-info-card-str-add,
.info-card-div .br-info-card-str-cont,
.info-card-div .br-info-card-str-kms,
.info-card-div .br-info-card-str-loc,
.info-card-div .br-info-card-str-time,
.info-card-div .br-info-card-str-mail {
  font-size: 15px;
}

.info-card-div .br-info-card-str-loc i {
  position: relative;
  top: 1px;
  font-size: 16px;
  margin-right: 0.45rem;
}

.info-card-div .br-info-card-str-time i {
  position: relative;
  top: 1px;
}

.info-card-div .br-info-card-dir-btn {
  padding: 6px 0 6px 0;
  font-size: 16px;
  border-radius: 0px !important;
  justify-content: center;
  display: flex !important;
  align-items: center;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 40px;
  letter-spacing: 1px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  text-transform: capitalize;
}

.info-card-div .br-info-card-dir-btn:hover {
  background-color: #fff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.info-card-div .br-info-card-dir-btn i {
  font-size: 15px;
  position: relative;
  top: 2px;
}

.info-card-div .br-info-card-str-status {
  font-size: 15px;
  font-weight: 600;
  padding: 0.25em 0.4em 0.35em;
  border-radius: 5px !important;
  background-color: #f5f5f5 !important;
  color: #d2ac67 !important;
}

.info-card-div .imgA {
  width: 40px;
}

/* tag section css start */

.tags-sec {
  padding: 30px 0; /*background-color: #e7e7f2;*/
}

.tags-sec .tag-title h2 {
  display: block;
  text-align: center;
  position: relative;
  font-size: 32px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-weight: 600;*/
}


.tags-sec .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags-sec .tags li {
  float: left;
}

.tags-sec .tags li .tag {
  background: #f5f5f5;
  border-radius: 0.25rem;
  color: #272727;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px 0 20px;
  position: relative;
  margin: 0 15px 15px 0;
  text-decoration: none;
  transition: color 0.2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.tags-sec .tags li .tag::before {
  /* background: #d5d4d4;
  border-radius: 100%;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.4); */
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  transform: translate(0, -50%);
  top: 50%;
}
/*----------And Header-----------*/
/* breadcrumb strt */
body .breadcrumb {
  text-transform: capitalize !important;
  background-color: #f5f5f5 !important;
  padding: 12px 16px;
}

/* our presense and footer css start */
.presence-sec {
background-color: #e7e7f2;
padding: 30px 0;
}
.presence-sec .tag-title h2 {
display: block;
text-align: center;
position: relative;
font-size: 32px;
margin-bottom: 30px;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
/*font-weight: 600;*/
}
.presence-sec .tag-title h2::after {
border-bottom: 2px solid ##ffe400;
content: "";
display: block;
text-align: center !important;
padding-top: 3px;
width: 90px;
margin: 0 auto;
}
.presence-sec .st-cont,
.presence-sec .ct-cont {
padding: 1.5em 2em 1.5em;
/* width: 100%; */
justify-content: space-between;
font-size: 1rem;
color: #a1a1af;
border: 1px solid #fff;
border-radius: 0.25rem;
background-color: #fff;
}
@media (max-width: 767px) {
.presence-sec .st-cont,
.presence-sec .ct-cont {
flex-direction: column;
padding-top: 10px;
}

}
.presence-sec .st-cont .states-title,
.presence-sec .st-cont .city-title,
.presence-sec .ct-cont .states-title,
.presence-sec .ct-cont .city-title {
    padding-top: 8px;
}
.presence-sec .st-cont .states-title span,
.presence-sec .st-cont .city-title span,
.presence-sec .ct-cont .states-title span,
.presence-sec .ct-cont .city-title span {
font-size: 20px;
margin-right: 1em;
padding-bottom: 8px;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
border-bottom: 3px solid #000;
color: #d2ac67;
font-weight: 600;
}
@media (max-width: 767px) {
.presence-sec .st-cont .states-title span,
.presence-sec .st-cont .city-title span,
.presence-sec .ct-cont .states-title span,
.presence-sec .ct-cont .city-title span {
display: block;
transform: none;
-ms-writing-mode: inherit;
writing-mode: inherit;
border-left: 0;
margin-bottom: 1em;
/*padding: 0.5em 1em;*/
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
border-bottom: 3px solid #000;
}
}
.presence-sec .st-cont .states,
.presence-sec .st-cont .cities,
.presence-sec .ct-cont .states,
.presence-sec .ct-cont .cities {
display: block;
/*display: flex;*/
}
.presence-sec .st-cont .states a,
.presence-sec .st-cont .cities a,
.presence-sec .ct-cont .states a,
.presence-sec .ct-cont .cities a {
text-decoration: none;
white-space: nowrap;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.presence-sec .st-cont .states a.state, .presence-sec .st-cont .states a.city,
.presence-sec .st-cont .cities a.state,
.presence-sec .st-cont .cities a.city,
.presence-sec .ct-cont .states a.state,
.presence-sec .ct-cont .states a.city,
.presence-sec .ct-cont .cities a.state,
.presence-sec .ct-cont .cities a.city {
display: inline-block;
margin: 0.5em 1em 0.5em 0;
padding-right: 1em;
text-transform:capitalize;
border-right: 2px solid #a1a1af;
border-radius: 0;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
}


.presence-sec .ct-cont .cities a.city:last-of-type, .presence-sec .st-cont .states a.state:last-of-type {
    border-right: 0px !important;
}


.presence-sec .st-cont .states a.state:hover, .presence-sec .st-cont .states a.city:hover,
.presence-sec .st-cont .cities a.state:hover,
.presence-sec .st-cont .cities a.city:hover,
.presence-sec .ct-cont .states a.state:hover,
.presence-sec .ct-cont .states a.city:hover,
.presence-sec .ct-cont .cities a.state:hover,
.presence-sec .ct-cont .cities a.city:hover {
/*transform: scale(1.05);*/
color: #d2ac67;
}
.presence-sec .st-cont .states .moreless-button,
.presence-sec .st-cont .states .moreless-button-2,
.presence-sec .st-cont .cities .moreless-button,
.presence-sec .st-cont .cities .moreless-button-2,
.presence-sec .ct-cont .states .moreless-button,
.presence-sec .ct-cont .states .moreless-button-2,
.presence-sec .ct-cont .cities .moreless-button,
.presence-sec .ct-cont .cities .moreless-button-2 {
white-space: nowrap;
font-size: 15px;
border: 0;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #fff;
color: #4d9a44;
text-decoration: underline;
margin: 0.5em 1em 0.5em 0;
height: auto;
}
.presence-sec .st-cont .states .moreless-button:hover,
.presence-sec .st-cont .states .moreless-button-2:hover,
.presence-sec .st-cont .cities .moreless-button:hover,
.presence-sec .st-cont .cities .moreless-button-2:hover,
.presence-sec .ct-cont .states .moreless-button:hover,
.presence-sec .ct-cont .states .moreless-button-2:hover,
.presence-sec .ct-cont .cities .moreless-button:hover,
.presence-sec .ct-cont .cities .moreless-button-2:hover {
color: #000;
}
/*---fab-------------*/
.fabs {
bottom: 60px;
position: fixed;
margin: 1em;
right: 0;
z-index: 998;
}
@media (min-width: 575px) {
/* .fabs {
display: none;
} */
}
.fabs .icons {
display: block;
width: 56px;
height: 56px;
border-radius: 50%;
text-align: center;
margin: 25px auto 0;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
cursor: pointer;
transition: all 0.1s ease-out;
position: relative;
z-index: 998;
overflow: hidden;
}
.fabs .icons.animate-plus {
-webkit-animation: 1.5s linear 0s infinite normal pulse;
animation: 1.5s linear 0s infinite normal pulse;
transition: ease-in-out 0.2s;
}
.fabs .icons > i {
font-size: 1.5em;
line-height: 55px;
transition: all 0.2s ease-in-out;
}
.fabs .icons:not(:last-child) {
width: 0;
height: 0;
margin: 20px auto 0;
opacity: 0;
visibility: hidden;
}
.fabs .icons:not(:last-child).is-visible {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
visibility: visible;
text-decoration: none;
}
.fabs .icons:not(:last-child) > i {
font-size: 1em;
line-height: 40px;
}
.fabs .icons:nth-last-child(1) {
transition-delay: 25ms;
}
.fabs .icons:not(:last-child):nth-last-child(2) {
transition-delay: 20ms;
}
.fabs .icons:not(:last-child):nth-last-child(3) {
transition-delay: 40ms;
}
.fabs .icons:not(:last-child):nth-last-child(4) {
transition-delay: 60ms;
}
.fabs .icons:not(:last-child):nth-last-child(5) {
transition-delay: 80ms;
}
.fabs .icons:not(:last-child):active,
.fabs .icons:not(:last-child):focus,
.fabs .icons:not(:last-child):hover {
box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
color: #fff;
}
@-webkit-keyframes pulse {
0% {
box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 0px rgba(239, 36, 36, 0.3137254902);
}
30% {
box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 5px rgba(239, 36, 36, 0.3137254902);
}
70% {
box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 15px rgba(239, 36, 36, 0.062745098);
}
100% {
box-shadow: 1px 1px 2px 1px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 20px transparent;
}
}
@keyframes pulse {
0% {
box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 0px rgba(239, 36, 36, 0.3137254902);
}
30% {
box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 5px rgba(239, 36, 36, 0.3137254902);
}
70% {
box-shadow: 0px 1px 0px 3px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 15px rgba(239, 36, 36, 0.062745098);
}
100% {
box-shadow: 1px 1px 2px 1px rgba(171, 26, 26, 0.1882352941), 0px 0px 0px 20px transparent;
}
}

.fabs .icons {
color: #FFF;
background: #d2ac67;
}
.fabs .icons:not(:last-child).is-visible {
background-color: #d2ac67;
}/*# sourceMappingURL=style.css.map */

*/* ==============================================================
# Reset Browsers
=================================================================== */
img {
border: none;
outline: none;
max-width: 100%;
}
/* ==============================================================
# Helper CSS
=================================================================== */
.bg-dark {
background-color: var(--dark) !important;
}
.default-padding {
padding-top: 40px;
padding-bottom: 20px;
}
/* ==============================================================
# Footer
=================================================================== */
footer .copyr-row a {
color: #fff;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-decoration: underline;
}
footer .copyr-row a:hover {
color: #49ace1;
text-decoration: none;
}
footer {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-position: center top;
background-size: contain;
overflow: hidden;
margin-top: -10px;
}
.shape-right-bottom {
position: absolute;
right: 0;
width: 200px;
background-repeat: no-repeat;
bottom: 0;
background-position: right bottom;
z-index: -1;
background-size: contain;
}

.footer-item .logo,
.footer-item .widget-title {
margin-bottom: 30px;

}
.footer-item .logo{
text-align: center;
}
.footer-item .widget-title {
font-weight: 800;
}
.footer-item.link li {
margin-top: 12px;
}
.footer-item.link li:first-child {
margin: 0;
}
.footer-item.link li a {
font-weight: 500;
color: #dedede;
}
.footer-item.link li a:hover {
color: var(--color-secondary);
}
.footer-item.recent-post li {
display: flex;
margin-top: 30px;
}
.footer-item.recent-post li img {
width: 80px;
max-width: 80px;
margin-right: 20px;
border-radius: 10px;
}
.footer-item.recent-post li:first-child {
margin: 0;
}
.footer-item.recent-post li .meta-title span {
color: var(--color-secondary);
display: block;
margin-bottom: 5px;
font-size: 14px;
}
.footer-item.recent-post li a {
line-height: 1;
font-weight: 600;
color: #dedede;
font-size: 16px;
}
.footer-item.recent-post li a:hover {
color: var(--color-secondary);
}
.footer-item.recent-post li h5 {
margin: 0;
line-height: 1.3;
}
.footer-item.about {
padding-right: 50px;
border-right: 1px solid rgba(255, 255, 255, 0.2);
margin-right: 20px;
}
.footer-item.about p {
color: #dedede;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: justify;
}
.footer-item.about form {
margin-top: 30px;
position: relative;
}
.footer-item.about form button {
position: absolute;
right: 8px;
top: 8px;
border-radius: 50%;
background: var(--color-secondary);
border: none;
height: 50px;
width: 50px;
text-transform: uppercase;
font-weight: 900;
}
.footer-item.about form input {
min-height: 66px;
padding-left: 30px;
border-radius: 50px;
border: none;
}
.footer-item.contact li {
display: flex;
margin-top: 20px;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-item.contact li strong {
display: block;
text-transform: uppercase;
color: var(--white);
font-size: 14px;
font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-item.contact li i {
display: inline-block;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
border-radius: 50%;
margin-right: 20px;
background: rgba(255, 255, 255, 0.1);
color: var(--white);
border: 1px dashed rgba(255, 255, 255, 0.3);
font-weight: 300;
font-size: 18px;
}
.footer-item.contact li {
color: #dedede;
}
.footer-item.contact li p {
margin: 0;
color: #dedede;
}
.footer-item.contact li a {
color: #dedede;
font-weight: 500;
}
.footer-item.contact li a:hover {
color: var(--color-secondary);
}
/* Footer Bottom */
.footer-bottom li {
display: inline-block;
}
.footer-bottom .text-end li {
margin-left: 25px;
}
.footer-bottom .text-end li a {
font-weight: 500;
}
.footer-bottom p {
margin: 0;
color: #dedede;
}
.footer-bottom {
padding: 20px 0;
background: var(--dark);
/*position: relative;
z-index: 1;*/
/*padding-right: 30px;*/
}
.footer-bottom a:hover {
color: var(--color-secondary);
}
.footer-bottom a {
font-weight: 500;
color: #dedede;
}
.footer-bottom::after {
position: absolute;
right: 0;
top: 0;
content: "";
height: 100%;
width: 500%;
background: #1a4133;
z-index: -1;
border-radius: 0 30px 0 0;
}

/* Responsive */

/* Footer */
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

footer .f-items {
padding-top: 70px;
}
.footer-item {
margin-top: 50px;
}
.footer-bottom::after {
right: -50%;
}
.footer-bottom {
text-align: center;
padding-right: 0;
}
.footer-bottom .text-end {
text-align: center !important;
margin-top: 8px;
}
.footer-bottom .text-end li {
margin: 0 15px;
position: relative;
z-index: 1;
}
.footer-bottom .text-end li::after {
position: absolute;
right: -20px;
top: 12px;
content: "";
height: 6px;
width: 6px;
background: var(--white);
border-radius: 50%;
opacity: 0.5;
}
.footer-bottom .text-end li:last-child::after {
display: none;
}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /* Footer */
.footer-item {
margin-top: 0px;
border: none !important;
margin-right: 0 !important;
padding: 0 !important;
margin-bottom: 20px;
}
footer .item:first-child .footer-item {
margin-top: 0;
}
.footer-bottom::after {
right: -50%;
}
.footer-bottom {
text-align: center;
padding-right: 0;
}
.footer-bottom .text-end {
text-align: center !important;
margin-top: 8px;
}
.footer-bottom .text-end li {
margin: 0 15px;
position: relative;
z-index: 1;
}
.footer-bottom .text-end li::after {
position: absolute;
right: -20px;
top: 12px;
content: "";
height: 6px;
width: 6px;
/*    background: var(--white);*/
border-radius: 50%;
opacity: 0.5;
}
.footer-bottom .text-end li:last-child::after {
display: none;
}
}
/*---footer social---*/
.social-links li{
  display: inline-block;
    font-size: 20px;
    margin: 0 7px;
}
.social-links li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.social-links li a {
    background-color: #fff;
    color: #fff;
}
.social-links li a.facebook {
    background-color: #3b5999;
}
.social-links li a.instagram {
    background-color: #e4405f;
}
.social-links li a.instagram:hover {
    box-shadow: 0 0 2px 0 #e4405f inset, 0 0 5px 2px #e4405f;
}
.social-links li a.facebook:hover {
    box-shadow: 0 0 2px 0 #3b5999 inset, 0 0 5px 2px #3b5999;
}

ol li {
  list-style: none !important; 
  width: auto !important;
}
.info-card-div .card .card-header{padding-top: 30px;}



@media screen and (max-width: 600px) {
  .presence-sec .st-cont .states a.state, .presence-sec .ct-cont .cities a.city{
    border-right: 0px;
  }
}
