.home-services .cnt-box.boxed .caption {
  height: 270px;
}
.text-center {
  text-align: center;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-0 {
  margin-top: 0px;
}
.p-0{
  padding: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.p-30 {
  padding: 30px;
}
.text-16 {
  font-size: 16px !important;
}
.text-white {
  color: #ffffff;
}
.industry-item .cnt-box.boxed {
  height: 100%;
}
.bg-gray {
  background-color: #e4edf3 !important;
}
.our-purpose-believe .cnt-box.boxed .caption {
  padding: 20px;
}
.contact-info .info-item i {
  font-size: 30px;
  padding: 10px;
  border: 1px solid #080541;
  background-color: #080541;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 20px;
}
.contact-info .info-item {
  padding: 20px;
}
.footer-info {
  color:#ffffff;  
}
.footer-info .info-item i {
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 20px;
}

body  .menu-fixed.scroll-menu{
background-color: var(--color-primary);
}

 body  .menu-fixed.scroll-menu .menu-cnt > ul > li:hover > a , body  .menu-fixed.scroll-menu nav:not(.menu-transparent) .menu-cnt > ul > li:hover > a{ 
    color:rgb(72 70 114) !important;
}


.modal-title {
  color: #a20040;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

.modal-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* height: 100%; */
  /* margin-bottom: 40px; */
  margin-top: 10%;
}

.modal-bottom-center .modal-content {
  /* margin: 0 15px 20px; */
  width: 600px !important;
  height: 100%;
  /* background-color:#1e3811; */
  /* bottom: -200px; */
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 900px;
  }
  .service__item {
    height: 360px;
  }
}

.modal-content {
 
  height: 250px;
  border-radius: 10px;
  background-image: url('../../media/images/cookies.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: #fff !important; */
}

.content-display {
  /* border: 8px solid #121c7c; */
  padding: 20px;
  margin-top: -12px;
  border-radius: 10px;
  background-color: #ffffffc2;
}

.modal-body {
  /* color: black; */
  border-radius: 5px;
  padding: 0px;
  /* padding: 50px 50px; */
}
.modal-body-content {
  border-radius: 10px;
  padding: 40px;
  /* background-color: #fcf2d3;  */
  background-color: rgba(255, 255, 255, 0.6);

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.modal-body p {
  color: var(--text-color);
}

.modal-footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal .close {
  color: var(--primary--color);
  opacity: 1;
}
.banner-custom{
  color:#ffffff;
  font-weight: bold;
  text-shadow: 1px 3px 2px var(--color-primary);
}