@font-face {
    font-family: LibreBaskerville;
    src: url('./fonts/LibreBaskerville-Regular.ttf');
  }
  body {
    font-family: 'LibreBaskerville', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    overflow-x: hidden !important;
  }
  a:hover{
    color:#DBB8B4;
  }
  .form-control{
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto;
  }
  .navbar{
      -webkit-box-shadow: 0px 0px 10px #00000059;
      -moz-box-shadow: 0px 0px 10px #00000059;
      box-shadow: 0px 0px 10px #00000059;
  }
  .mtb-50{
    margin-top: 50px!important;
    margin-bottom: 50px!important;
  }
  label{
    font-weight: 700;
    margin-bottom: 0.1em;
    text-transform: uppercase;
  }
  select.form-control:not([size]):not([multiple]) {
      height: calc(2.25rem + 14px);
  }
  .form-control{
    height: 50px;
    font-size: 14px;
    color: #000;
      border-radius: 0px;
      border-color: #DDDDDD;
  }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dbb8b4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(219 184 180 / 0%);
}
.quiz{
    margin-top: 100px;
    margin-bottom: 100px;
}
.sub-heading{
    font-size: 24px;
    color: #b3b2b2;
}
.blog-section .news-wrap img{
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}
.quiz .form-signin{padding:0;}
.quiz label{text-transform: none;}
.sticky-next{
    z-index: 1050;
    min-height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    background: hsl(0deg 0% 100% / 82%);
    padding: 0px 150px;
}
.lead {
    font-size: 1rem;
    font-weight: 300;
}
form ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #d71f1f;
}
  textarea.form-control{
    height: auto;
    border-radius: 0px;
      border-color: #DDDDDD;
  }
  .navbar-light .navbar-nav .nav-link {
      color: #000;
      background-color: transparent;
      border-bottom: 0.25rem solid transparent;
  }
  .navbar-nav .nav-item.active .nav-link{
      color: #DBB8B4;
      border-bottom-color: #DBB8B4;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color: #DBB8B4;}
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
      color: #DBB8B4;
  }
  .tags .btn{
    border-radius: 30px;
      padding: 8px 20px;
      margin: 12px 0px;
  }
  .contact-info {
    font-size: 16px; /* Adjust the font size */
    margin-bottom: 20px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Spacing between email and phone */
}

.contact-info i {
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
    background: #DBB8B4;
    padding: 15px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 30px;
}

.contact-info a {
    color:#DBB8B4; /* Link color */
    text-decoration: none; /* Remove underline */
}

.contact-info a:hover {
    text-decoration: underline; /* Add underline on hover */
}

.contact-info strong {
    margin-right: 5px; /* Space between the label (Email/Phone) and the value */
}

  .btn-primary {
      background: #DBB8B4;
      border: none;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      text-transform: uppercase;
      padding: 0.8rem 1.8rem;
      border-radius: 0px;
      min-width: 130px;
  }
  .btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
      background: #b5938f;
      border: none;
  }
  .btn-primary.focus, .btn-primary:focus,.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow: none;}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(219 184 180);
}
.btn-primary.disabled, .btn-primary:disabled {
    border-color: #dbb8b4;
    color: rgb(255 255 255 / 80%);
    background-color: rgb(241 204 199);
}
  .btn-outline-primary{
    color: #DBB8B4;
    font-size: 14px;
      line-height: 17px;
      text-align: center;
      text-transform: uppercase;
      padding: 0.8rem 1.8rem;
      border-radius: 0px;
      background-color: transparent;
      background-image: none;
      border-color: #DBB8B4;
	  min-width: 130px;
  }
  .btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
      color: #fff;
      background-color: #DBB8B4;
      border-color: #DBB8B4;
  }
.btn-outline-primary.focus, .btn-outline-primary:focus,.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow: none;}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgb(219 184 180 / 38%);
}
  a {
      color: #DBB8B4;
  }
  .sv_header .nav-link{
    text-transform: uppercase;
  }
  .nav-item{
    position: relative;
  }
.btn-btm{margin-top:30px;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dbb8b4;
}
  #myCarousel .carousel-indicators li{
      width: 12px;
      height: 12px;
      border-radius: 100px;
  }
  #myCarousel .carousel-caption h1{
    font-size: 36px;
  }
  .carousel_date{
    font-size: 14px;
    line-height: 17px;
  }
  .sv_card{
    position: relative;
  }
  .sv_pricing{
    border-radius: 0px;
    border: none;
  }
  .sv_pricing .card-body{
    padding: 40px 20px 30px 20px;
  }
  .sv_pricing li{
    border-bottom: 1px solid #EEEEEE;
  }
  .sv_pricing li:last-child{
    border-bottom: none;
  }
  .sv_card h3{
     background: #DBB8B4;
      color: #fff;
      font-size: 24px;
      line-height: 34px;
      padding: 15px 130px 15px 20px;
      display: inline-block;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      margin: 20px;
      bottom: 0;
      min-height: 100px;
  }
  .sv_why{
    text-align: center;
    padding:20px 54px;
  }
  .sv_why i{
     background: #dbb8b4;
      border-radius: 100%;
      width: 52px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 30px;
      color: #fff;
  }
  .sv_why h6{
    margin-top: 10px;
  }
  .sv_price_compare th{
    font-size: 24px;
    color: #000!important;
    padding:15px 40px;
    background-color: #eee!important;
      border-color: #eee!important;
      border-bottom-width: 0px!important;
      border: none;
  }
  .sv_price_compare i{
    color:#DBB8B4;
    font-size: 16px;
  }
  .sv_price_compare thead td{
    border: none;
  }
  .headings {
      background: #e3e3e3;
      width: 100%;
      padding:60px 0px ;
  }
  .headings .road {
      text-align: center;
      color: #000;
  }
  .headings .featurette-heading{
    margin-top: 0px;
  }
  .headings .road span {
      font-size: 14px;
      padding-right: 0.4rem;
  }
  .headings .road a {
      text-decoration: none;
      color: #000;
      padding-right: 0.4rem;
      font-size: 14px;
  }
  .headings .road a:hover{
      color: #DBB8B4;
  }
  
  .text-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .carousel-item:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
  }
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 6rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    background-color: #777;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
.filter{align-items: center;
    justify-content: center;margin-bottom: 50px;}
.filter .form-group{margin-right: 25px;}
.filter .form-group label{margin-right: 12px;}
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  .form-quiz {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-contact {
    width: 100%;
    max-width: 550px;
    padding: 15px;
    margin-left:auto;
    margin-right:auto;
  }
  .form-signin {
    width: 100%;
    max-width: 380px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-manage{
    max-width: 700px;
  }
  .form-signin .checkbox {
    font-weight: 400;
  }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .f-right{
    float: right;
  }
  .clear{
    clear: both;
  }
  .str{
      color:#b5b1b1;
      font-size: 13px;
  }
  .start_price{
      margin-bottom: 0px;
  }
  .start_price span{
      font-size:30px;
      font-weight:700;
  }
  .consult{
      color:#b5b1b1;
      font-size: 13px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  /*.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }*/
  .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  
  .service-23 h1, .service-23 h2, .service-23 h3, .service-23 h4, .service-23 h5, .service-23 h6 {
    color: #3e4555;
  }
  
  .service-23 .font-weight-medium {
    font-weight: 500;
  }
  
  
  .service-23 .subtitle {
      color: #8d97ad;
      line-height: 24px;
  }
  
  .service-23.wrap-service23-box {
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: left center;
  }
  .wrap-service23-box:after{
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
  }
  .service-23 .card-body{
    z-index: 1;
    position: relative;
  }
  .service-23 .btn-md {
      padding: 15px 45px;
      font-size: 16px;
  }
  .gallery.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .gallery-list.col-md-12,
  .gallery-list.col-md-6,
  .gallery-list.col-md-4,
  .gallery-list.col-md-3,
  .gallery-list.col-md-2,
  .gallery-list.col-md-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  
  .image-grid {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
  }
  
  .image-grid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  
  .image-grid img {
    width: 100%;
    height: auto;
  }
  
  .image-grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .image-grid p {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .image-grid a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .image-grid:hover > img,
  .image-grid.hover > img {
    opacity: 0.1;
  }
  
  .image-grid:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  
  .js-modal-image {
    max-width: 100%;
  }
  
  
  .modal-open .modal {
      padding-top: 26vh;
      background-color: transparent;
  }
  
  @media (max-width: 992px) {
    .modal-open .modal {
      padding-top: 100px;
    }
  
    .image-grid {
      width: 100%;
      height: 180px;
    }
  
  }
  
  
  @media (max-width: 768px) {
    .gallery.container {
      padding-left: 15px;
      padding-right: 15px;
    }
    .headings .featurette-heading {
    margin-top: 0px;
    font-size: 30px;
}
  
    .gallery-list.col-md-12,
    .gallery-list.col-md-6,
    .gallery-list.col-md-4,
    .gallery-list.col-md-3,
    .gallery-list.col-md-2,
    .gallery-list.col-md-1 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .gallery-row.row {
      margin-left: -15px;
      margin-right: -15px;
    }
  
    .gallery-row.row.pdtb-40 {
      padding-top: 10px;
    }
  
    .horizontal-nav {
      margin-bottom: 0;
    }
  
    .modal-open .modal {
      padding-top: 30vh;
    }
  
  }
  /*Blog*/
  .blog-section .news-item {
      background: #fff;
      overflow: hidden;
  }
  .blog-section .news-item-sm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2rem;
  }
  .blog-section .news-item-sm .news-img-link {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      position: relative;
  }
  .blog-section .news-item-sm .news-img-link .news-item-img {
      max-height: 450px;
  }
.news-item-text .btn-inline,.news-item-text .btn-inline:active,.news-item-text .btn-inline:focus{
background: #e3e3e3!important;
    color: #000!important;
    border-radius: 50px;
    padding: 10px;
    min-width: 100px;
    margin-bottom: 15px;
    font-size: 14px;
}
  /*.blog-section .resp-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }*/
  .blog-section .news-item-img .resp-img {
      background-size: cover;
  }
  .blog-section .news-item-text {
      padding: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
.blog-section .news-item-text a:hover{text-decoration:none;}
.blog-section .news-item-text h3{color:#000;}
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 400;
    line-height: 1;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 14px;
      line-height: 30px;
    }
  
    .featurette-heading {
      font-size: 48px;
    }
  }
  
  
  /*footer*/
  .col_white_amrc {
    color: #fff;
  }
  footer {
    width: 100%;
    background-color: #000;
  }
  .foo{
    padding: 30px 0px;
  }
  .sub-footer{
    border-top: 1px solid #343434;
    padding: 20px 0px;
  }
  .sub-footer a{
    color: #ccc;
    text-decoration: none;
  }
  .pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  footer p {
    font-size: 15px;
    color: #ccc;
    padding-bottom: 0px;
    margin-bottom: 8px;
  }
  .mb10 {
    padding-bottom: 15px;
  }
  .footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
  }
  .footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
  }
  .footer_ul_amrc li a {
    color: #ccc;
  }
  .footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .fleft {
    float: left;
  }
  .padding-right {
    padding-right: 10px;
  }
  
  .footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
  }
  .footer_ul2_amrc li p {
    display: table;
  }
  .footer_ul2_amrc li a:hover {
    text-decoration: none;
  }
  .footer_ul2_amrc li i {
    margin-top: 5px;
  }
  
  .bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
  }
  .foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .foote_bottom_ul_amrc li {
    display: inline;
  }
  .foote_bottom_ul_amrc li a {
    color: #fff;
      font-size: 15px;
      text-decoration: none;
      position: relative;
  }
  .foote_bottom_ul_amrc li a:after {
      content: '';
      border-left: 1px solid #b5b5b5;
      margin: 0px 6px;
  }
 .foote_bottom_ul_amrc li:last-child a::after {
    border: none;
}
  .social_footer_ul {
    display: table;
    margin: 0px auto 0 auto;
    list-style-type: none;
  }
  .social_header_ul{
    display: table;
    list-style-type: none;
    margin: 0 0 1rem 0;
  }
  .social_footer_ul li {
    padding-left: 10px;
      padding-top: 15px;
      float: left;
  }
  .social_footer_ul li a {
    color: #fff;
      padding: 8px;
      border-radius: 50%;
      background: #3c3b3b;
  }
  .social_header_ul li a{
    color: #343434;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background: #fff;
  }
  .social_footer_ul li a:hover{
    color: #DBB8B4;
  }
  .social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
  }
  

  .bootstrap-tagsinput .tag {
    color: #dd9b94;
  }

  .nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #4783B0;
}

.image-checkbox .hidden {
	display: none;
}


.image-checkbox-checked .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}
.modal-md .modal-body{
	padding: 35px 35px;
}
.modal-md .btn-outline-primary{
    margin-left: 25px;
}

/*Responsive Design*/
@media only screen and (max-width: 767px) {
    .navbar-brand img{max-width:270px;
    }

#myCarousel .carousel-caption h1 {
    font-size: 24px;
}
.blog-section .news-item-sm {
    display: block;
    display: -ms-flexbox;
    margin-bottom: 2rem;
    overflow: hidden;
}
.blog-section .news-item-text {
    padding: 25px 5px;
}
.blog-section .news-item-text h3,.blog-post-title {
    font-size: 21px;
    line-height: 28px;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.h1, h1 {
    font-size: 2rem;
}
#cookie-banner p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
}
.foote_bottom_ul_amrc li a,footer p {
    font-size: 10px;
}
.social_footer_ul{
    padding:0px;
}
.modal-md .modal-body {
    padding: 35px 15px;
}
.form-check-label {
    font-size: 11px;
    padding-left: 10px;
}
.sv_card h3 {
    background: #DBB8B4;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    padding: 15px 50px 15px 20px;
    display: inline-block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: 20px;
    bottom: 0;
    min-height: 70px;
}
.mtb-50 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(1rem + 14px);
}
.filter {
    align-items: inherit;
    justify-content: space-between;
    margin-bottom: 20px;
}
.filter .form-group label {
    margin-right: 12px;
    font-size: 12px;
}
.filter .form-group {
    margin-right: 10px;
}
.form-control {
    height: 50px;
    font-size: 13px;
    color: #000;
    border-radius: 0px;
    border-color: #DDDDDD;
}
.featurette .featurette-heading{
    margin-top: 20px;
}
    }

@media (min-width: 576px){
.modal-md {
    max-width: 390px;
}
}

.blog-section .news-item-img .resp-img {
    background-size: cover;
    max-width: 100%;
}


    #cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #333;
        color: #fff;
        padding: 15px;
        text-align: center;
        font-family: Arial, sans-serif;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    }

    #cookie-banner p {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    #cookie-banner a {
        color: #4CAF50;
        text-decoration: none;
        font-weight: bold;
    }

    #cookie-banner a:hover {
        text-decoration: underline;
    }
    .form-check-input[type=checkbox] {
    width: 10px;
}
.form-check-label{
    font-size: 12px;
    padding-left: 10px;
}

    #cookie-banner button {
        background-color: #4CAF50;
    border: none;
    color: white;
    padding: 0px 20px;
    margin: 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    }

    #cookie-banner button#reject-cookies {
        background-color: #f44336;
    }

    #cookie-banner button:hover {
        opacity: 0.9;
    }