img {
  max-width: 100%;
  height: auto;
}
a,
i,
button,
img {
  transition: all 0.3s ease-in-out;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
button:focus,
a:focus,
.btn-primary:focus,
.btn:active,
.btn:active:focus {
  outline: none;
}

/*===================COLORS===================*/
body {
  background: #f85959;
  color: white;
}
header,
.prod-sale,
footer {
  color: #fff;
}
.proj-prod-image {
  background: #f7f7f9;
}
.proj-prod-rating i {
  color: #e46157;
}
.prod-sale {
  background: #92b172;
}
footer {
  background: #1a2b3d;
}

/*===================FONTS===================*/
body {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-weight: 900;
  font-size: 3.725rem;
}
.proj-main-menu li {
  font-size: 1.6rem;
}
h2,
.proj-prod-title {
  font-weight: 700;
}
h2 {
  font-size: 30px;
}
.proj-prod-list li {
  font-size: 13px;
}
.proj-prod-rating i,
.prod-sale {
  font-size: 12px;
}
.list-social {
  font-size: 16px;
}

/*===================MARGIN===================*/
header {
  padding: 30px 0;
}
.proj-main-menu li {
  padding: 0 28px;
}
.proj-comm-sec {
  padding: 70px 0;
}
.proj-prod-list li {
  padding: 10px 7px;
}
.proj-prod-list li {
  padding: 10px 7px;
}
.proj-prod-title {
  padding: 0 24px 2px 0;
}
.prod-sale {
  padding: 2px 5px 0;
}
.proj-about-text p {
  padding: 0 20px;
}
footer {
  padding: 40px 0 30px;
}

/*===================Custom Styles===================*/
.fonts2 {
    font-size: 2rem;
}
.sign-off {
    font-weight: 800;
    font-size: 2rem;
    font-style: italic;
}

.pads4 {
    padding-left: 4%;
    padding-right: 4%;
}
.pad4 {
  padding: 4%;
}
.pb2 {
  padding-bottom: 2%;
}
.pb4 {
  padding-bottom: 4%;
}

.text-bold {
  font-weight: 750;
}
.eim-h1 {
  font-size: 3.425rem;
  font-weight: 800;
}
.eim-h2 {
  font-size: 3rem;
  font-weight: 600;
}
.eim-h3 {
  font-size: 2.725rem;
  font-weight: 800;
}

.eim-guest {
  font-size: 2.325rem;
}
.eim-h4 {
  font-weight: 600;
}

.btn-special {
  font-size: 2rem;
  padding: 1em 3rem;
}

.eim-featured-p {
  font-size: 2rem;
  /* line-height: 2rem; */
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.eim-featured-small {
  font-size: 2rem;
}
.banner-primary-content-wrapper {
  padding-top: 12vh;
}
.notification-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  background: #1f4287;
  color: white;
  font-weight: 700;
  max-height: 120px;
  /* height: 64px; */
  padding: 2rem;
  width: 100%;

  justify-content: center;
  z-index: 3;
}

.overflow-hidden {
  overflow: hidden;
}

.notification-bottom .notification-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proj-prod-image img {
  display: block;
}
.proj-prod-image,
.proj-logo {
  display: block;
}
.proj-prod-list li,
.proj-logo {
  vertical-align: top;
}
html,
body {
  height: 100%;
  /* padding-bottom: 20vh; */
  min-height: 300px;
}
header,
.proj-sec-bg {
  background-position: center;
  background-size: cover;
}
.proj-comm-sec,
.proj-prod-title,
.proj-prod-image {
  position: relative;
}
.proj-sec-bg,
.proj-prod-title i,
.prod-sale {
  position: absolute;
}
.proj-prod-title i {
  top: 2px;
}
.prod-sale {
  top: 12px;
}
.proj-sec-bg {
  top: 0;
}
.proj-bg-right .proj-sec-bg,
.proj-prod-title i {
  right: 0;
}
.prod-sale {
  left: 12px;
}
.proj-bg-left .proj-sec-bg {
  left: 0;
}
.proj-sec-bg {
  height: 100%;
}
.proj-sec-bg {
  width: 40%;
}
.proj-prod-list li {
  max-width: 42%;
}
.proj-prod-list.proj-prod-list-lg li {
  max-width: 84%;
}
.proj-logo {
  width: 14rem;
  max-width: calc(7rem + 4vw);
}
.proj-prod-price,
footer a:hover {
  opacity: 0.7;
}
.proj-prod-list li {
  text-align: left;
}
.proj-about-text p {
  text-align: justify;
}

/*===================MOBILE MENU===================*/
.b-a,
.proj-bar,
.proj-bar:before,
.proj-bar:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 30px;
  border-radius: 15px;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
}
.active .b-a,
.active .proj-bar,
.active .proj-bar:before,
.active .proj-bar:after {
  background-color: rgba(0, 0, 0, 0.95);
}
.active .proj-menu-expanded .b-a,
.active .proj-menu-expanded .proj-bar,
.active .proj-menu-expanded .proj-bar:before,
.active .proj-menu-expanded .proj-bar:after {
  background-color: rgba(255, 255, 255, 0.95);
}
.proj-menu-collapsed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.mobile_menu {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 999;
}
.proj-menu-collapsed ul {
  list-style: none;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  top: -100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}
.proj-menu-collapsed nav {
  display: table;
  width: 100%;
  height: 100%;
}
.proj-bar {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 999;
}
.proj-bar.active {
  top: 0;
}
.proj-bar a.proj-menu-toggle {
  position: absolute;
  right: -2px;
  top: -14px;
  width: 34px;
  height: 30px;
  z-index: 999;
}
.proj-bar:before {
  top: -8px;
}
.proj-bar:after {
  top: 8px;
}
.b-a-proj-expanded,
.proj-menu-expanded .proj-bar:before,
.proj-menu-expanded .proj-bar:after {
  top: 0px;
}
.proj-menu-expanded {
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 999;
}
.proj-menu-expanded ul {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
}
.proj-menu-expanded a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
}
.proj-menu-expanded ul a:hover,
.proj-menu-expanded ul .active a {
  color: #ff5637;
}
.proj-menu-expanded ul .social a {
  margin: 0 8px;
}
.proj-menu-expanded .proj-bar {
  background-color: transparent !important;
}
.proj-menu-expanded .proj-bar:before {
  transform: rotate(45deg);
}
.proj-menu-expanded .proj-bar:after {
  transform: rotate(-45deg);
}

/* Custom Styles */
.bg-white {
  color: #222;
  background-color: #fff;
}
.bg-red {
  color: #fff;
  background-color: #f85959;
}
.bg-blue {
  color: #fff;
  background-color: #1f4287;
}
.bg-light {
  background-color: #fffdfe;
  color: #222;
}

.proj-text h2 {
  font-size: 3.425rem;
  font-weight: 800;
}
.proj-text p,
.proj-text {
  font-size: 1.75rem;
  line-height: 1.6;
}

.profilelist__inn p {
  margin: 0;
  font-size: 1.6rem;
}

.profilelist__inn h4 {
  font-size: 17px;
  margin: 0 0 1.6rem;
}
.profilelist__inn h3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 4px;
  color: #f85959;
}
.profilelist__img {
  overflow: hidden;
}
.profilelist__inn img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.profilelist__card {
  padding: 15px;
}
.profilelist__inn {
  display: block;
  height: 100%;
}
.profilelist__cont {
  position: relative;
  background-color: #fff;
  padding: 2rem;
}
.profilelist__inn:hover h3 {
  color: #1f4287;
}
.profilelist__inn:hover img {
  opacity: 0.75;
  transform: scale(1.15);
}

.profile__head h1 {
  font-size: 3rem;
  margin: 0 0 0.5rem;
  color: #f85959;
  font-weight: 600;
}
.profile__head h3 {
  font-size: 2rem;
  margin: 0;
}
.profile__head img {
  margin: 3rem 0;
  display: block;
  width: 100%;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}
.profile__cont,
.profile__cont p {
  line-height: 1.6;
}
.profile__cont blockquote {
  border-color: #f85959;
}
.profile__cont h4 {
  font-weight: 600;
  font-size: 2.15rem;
}

.card__boxleft {
  padding: 15px;
}
.card__boxleft img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}
.card__box h2 {
  color: #f85959;
}
.card__boxright {
  text-align: center;
}
.card__boxlogo::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: #ffebf0;
  z-index: -1;
  transform: rotate(-45deg);
}
.card__boxlogo img {
  max-width: 80%;
}
.card__boxlogo {
  position: absolute;
  width: 20rem;
  padding: 2rem;
  z-index: 3;
  right: -5%;
  bottom: 20%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card__boxlogo p {
  margin-bottom: 6px;
  font-size: 14px;
}
.card__boxlogo h4 {
  color: #f85959;
  margin: 0 0 5px;
  font-size: 17px;
}

.logosec__item {
  padding: 2.5rem 3rem;
}
.logosec__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.proj-comm-sec {
  font-size: 1.6rem;
  line-height: 1.6;
}

/*===================RESPONSIVE STUFF===================*/
@media (min-width: 992px) {
  .card__box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .card__boxright {
    padding-right: 6rem;
    text-align: left;
  }
  .card__boxleft {
    order: 2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*===================FONTS===================*/
  h2 {
    font-size: 26px;
  }
  .list-social {
    font-size: 14px;
  }

  /*===================MARGIN===================*/
  header {
    padding: 24px 0;
  }
  .proj-main-menu li {
    padding: 0 16px;
  }
  .proj-comm-sec {
    padding: 46px 0;
  }
  footer {
    padding: 20px 0 10px;
  }

  /*===================Custom Styles===================*/
  .proj-sec-bg {
    width: 31%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*===================FONTS===================*/
  h2 {
    font-size: 28px;
  }
  .list-social {
    font-size: 15px;
  }

  /*===================MARGIN===================*/
  header {
    padding: 27px 0;
  }
  .proj-main-menu li {
    padding: 0 25px;
  }
  .proj-comm-sec {
    padding: 60px 0;
  }
  footer {
    padding: 30px 0 20px;
  }

  /*===================Custom Styles===================*/
}

@media (max-width: 767px) {
  .proj-mob-center {
    text-align: center;
  }
  .proj-mob-left {
    text-align: left;
  }
  .proj-mob-right {
    text-align: right;
  }

  /*===================FONTS===================*/
  h2 {
    font-size: 22px;
  }
  .list-social {
    font-size: 14px;
  }

  /*===================MARGIN===================*/
  header {
    padding: 18px 0;
  }
  .proj-comm-sec {
    padding: 20px 0 0;
  }
  footer {
    padding: 15px 0 5px;
  }
  .proj-sec-bg {
    margin: 20px 0 0;
  }

  /*===================Custom Styles===================*/
  .proj-sec-bg {
    width: 100%;
    position: relative;
    min-height: 220px;
  }
}

@media (max-width: 479px) {
  /*===================Custom Styles===================*/
  .proj-prod-list li {
    max-width: 84%;
  }

  .profilelist__card {
    width: 100%;
  }
}
