.topbar-bg{
background-color: #850811;
}
.modal-dialog{
	margin-top:150px !important;

}
.modal-content .modal-dialog .contact-Form{
	padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    background-color: transparent;
    border:none transparent;
    border-bottom:1 px solid #850811 transparent;
}

.modal-content .modal-dialog .contact-Form label{
	 font-size: 14px important;
}

.form-bg-popup{
	border-style: ridge !important;
	border: 6px solid #850811;
	/*background-image: url('../images/section-bg8.webp');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow:box-shadow: box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
}
.modal-content .modal-dialog .contact-Form #fc-in-popup{
	padding: 10px important;
	 font-size: 14px important;
	border: transparent;
	border-bottom: 1px solid #850811;
	background-color: #F3F4F4;
	border-radius: none !important;
	color:#ffffff;
}
#fc-in-popup{
  color: #850811;
  opacity: 0.5;
  border: transparent;
	border-bottom: 1px solid #850811;
  border-radius: none !important;
  padding: 5px !important;
}
.#fc-in-popup input::placeholder {
  color: #424141 !important;
  opacity: 0.5;
  border-radius: none !important;
  padding: 5px !important;
}
.modal-content .modal-dialog .contact-Form #fc-in-popup select::placeholder {
	border: transparent;
	border-bottom: 1px solid red;
  color: #424141 !important;
  border-radius: none !important;
}
.modal-content .modal-dialog .contact-Form #fc-in-popup option:not(:first-of-type) {
  color: #424141 !important;
}

#about{
	background-image: url('../about_2-min.webp') !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;

}
.txt-light1{
	color: #f5f0d0 !important;;
}
.txt-light{
	color: #fefdea !important;;
}
.bg-credits{
	background-color: #350508 !important;
    border:none transparent;
}
.btn-light{
	background-color: #fefdea !important;
    border:none transparent;
}
.contact-bg{
	border-radius: 10px !important;
	border-top: 10px solid #f5f0d0;
	/*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
	box-shadow: rgba(0, 0, 0, 0.09) 0px 25px 20px, rgba(0, 0, 0, 0.09) 0px 14px 21px, 
	rgba(0, 0, 0, 0.09) 0px 18px 41px,
	 rgba(0, 0, 0, 0.09) 0px 16px 18px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.contact-bg-main{
	background-image: url('../images/contact-bg2.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	/*//background-image: linear-gradient(to top, #f5f0d0,#F3F4F4) !important;*/
}
.faq-bg{
	background-image: url('../images/faq-bg2.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	/*//background-image: linear-gradient(to top, #f5f0d0,#F3F4F4) !important;*/
}
.section-bg1{
background-image: url('../images/section-bg1.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bg2{
background-image: url('../images/section-bg2.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bg5{
background-image: url('../images/section-bg5.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bg4{
background-image: url('../images/section-bg4.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bg3{
background-image: url('../images/section-bg3.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bg7{
background-image: url('../images/section-bg7.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-bg6{
background-image: url('../images/section-bg6.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.section-bg8{
background-image: url('../images/section-bg8.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.txt-dark1{
	color: #424141 !important;
}
.card1 {
  display: block;
  position: relative;
  max-width: 662px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background-image: linear-gradient(to top, #f5f0d0,#F3F4F4) !important;
    height: 52px;
    width: 52px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}
.services-img-shadow{

}
/** btn1 starts***/
.btn-style511 {
  $btn-color: #850811;
  $btn-hover-color: #424141;
  position: relative;
  border-color: $btn-color;
  background-color: $btn-color;
  color: #850811;
  overflow: hidden;
  span {
    position: relative;
    z-index: 2;
  }
  &::before,
  &::after {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    background-color: $btn-hover-color;
    transition: all 0.25s;
    content: "";
    z-index: 1;
  }
  &::before {
    top: 0;
    transform: translate(-100%, 0);
  }
  &::after {
    bottom: 0;
    transform: translate(100%, 0);
  }
  &:hover {
    color: #850811;
    &::before,
    &::after {
      transform: translate(0, 0);
    }
  }
}
/** btn1 ends***/
.form-wrapper{

	background-color: rgba(243,244,244,0.6) !important; 
	border: 4px solid #850811;
	/*background-image: url('../images/section-bg8.webp');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity:0.2;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;

}

#fc-in{
	border: transparent;
	border-bottom: 1px solid #850811;
	background-color: #F3F4F4;
	border-radius: none !important;
	color:#ffffff;
}
#fc-in input::placeholder {
  color: #850811;
  opacity: 0.5;
  border-radius: none !important;
}
#fc-in select::placeholder {
	border: transparent;
	border-bottom: 1px solid red;
  color: #850811;
  border-radius: none !important;
}
#fc-in option:not(:first-of-type) {
  color: black;
}
/* Circle */

.stat-item {
	margin: 15px 15px 0;
	padding: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
	 rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;*/
}
