.hero-2 {
  margin-top: 4px;
}
.th-btn.style2 {
  background: var(--title-color);
  color: var(--white-color);
  padding: 12px 21px;
}
.text-end {
  text-align: right !important;
  color: #fff;
}
.text-color {
  color: #fff;
}
.agnis-designers {
  color: #fff;
}
.footer-a {
  color: #fff;
}
a:hover {
  color: #FDE8D5;
}

.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Pro");
  font-weight: var(--fa-style,900);
  font-size: 45px;
  color:black;
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 39px);
  position: relative;
  z-index: 2;
}
.text-theme {
  color: var(--theme-color) !important;
  font-size: 35px;
}
.about-contact-details-text-1{
	color:#fff;
}
.about-contact-details-text-1 a{
	color:#fff;
}
.title-area .sec-title {
  margin-bottom: 5px;
  padding-bottom: 18px;
}

.btn-success {
  color: #fff;
  background-color: #780b0c;
  border-color: #780b0c;
}
select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--th-border-color);
  background-color: #FDE8D5;
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(120, 11, 12);
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #780b0c;
  border-color: #780b0c;
}
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
  color: #fff;
  background-color: #610000;
  border-color: #610000;
}
.th-widget-contact .info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.hero-title span {
  display: block;
  font-size: 55px;
}
.service-1 {
  text-align: center;
}
.footer-layout2 .footer-widget .widget_title {
  color: #fff;
}
.foot {
	color:#fff;
}
.menu-all-pages-container li a {
  color: #fff;
}
.menu-all-pages-container li a::before {
  color: #fff !important;
}

.bg-1 {
  background-color:#780b0c;
}
.caption p {
 font-weight: bold;
  font-size: 24px;
  color: #8c2826;
}
.caption {
  padding: 30px 40px;
}
.thumbnail {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.gallery img{
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center;
  border-radius: 20px !important;
}
.td-1-1 {
  background-color: #fde8d5;
  color: black;
}
.paragraph {
  color: black;
}

.table-heading th{
	color:#fff
}
.table-heading {
background-color:#6c0000;
}
.list {
  background-color: #6c0000;
  
}
.list li a {
  color: #fff !important;
  letter-spacing: 2px;
  font-family:var(--title-font);
  font-size:22px;
  font-weight:300;
}
.breadcumb-wrapper {
  background-color: var(--gray-color);
  padding: 65px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
.text-white {
  color: black;
}
.text-white {
  color: black !important;
}
.text-light {
  color: #000 !important;
}

.img-shine {
  position: relative;
}
.bg-theme-1 {
  background-color: #710000;
}
.white {
  color: #fff;
}
.bg-theme1 {
  background-color: #fff !important;
}
.about-contact-grid.style2 {
  background: #710000;
  border-radius: 8px;
}
.icon {
  color: #fff !important;
}
.service-card-icon i {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: transparent;
  line-height: 62px;
  border: 1px solid #d6d6d6;
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 14px auto 25px;
  display: table;
}


.price11 {
 background: #fff;
  outline: 1px solid #730000;
  outline-offset: -12px;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
}
.about-contact-details-title {
  color: #fff !important;
  font-weight: 500 !important;
  margin-bottom: 2px;
}
.th-widget-contact .info-box_text .details {
  margin-top: 3px !important;
}
.footer-layout2 .th-widget-contact .info-box_text a:hover {
  color: #F57E17 !important;
}
.footer-widget.widget_nav_menu a  {
  text-transform: uppercase !important;
}
/*==========================================================================*/
@media (min-width: 1200px) {
  .head-h1 {
  font-size: 45px;
  padding-bottom: 20px;
  margin-top: -93px !important;
}
	.about-tag{
		display:none;
	}
	
}


@media (max-width: 767px) {
  .hero-2 {
    padding-bottom: 0px !important;
	
  }
	.about-tag{
		display:none;
	}
}

