html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: "Roboto", sans-serif;font-weight:400; font-size:18px; line-height:1.6; margin:0px; padding:0px;}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
}

.ff-balow{font-family: "Barlow Condensed", sans-serif;}

.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}

.fw-light{font-weight:300!important;}
.fw-normal{font-weight:400 !important;}
.fw-medium{font-weight:500!important;}
.fw-semi{font-weight:600!important;}
.fw-bold{font-weight:700!important;}
.fw-ebold{font-weight:800!important;}

.py-100{padding-top:100px;padding-bottom:100px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}

.ls-40{letter-spacing:0.04em;}
.ls-100{letter-spacing:0.1em;}
.ls-150{letter-spacing:0.15em;}
.ls-200{letter-spacing:0.2em;}

.border-light{border-color:#E4E4E4!important;}
.border-danger{border-color:#E0AFB5!important;}

.bg-danger{background-color:#E0AFB5!important;}
.bg-light{background-color:#F4E2E4!important;}
.bg-success{background-color:#e0afb5!important;}


.text-danger{color:#E0AFB5!important;}
.text-secondary{color:#7d7d7d!important;}
.text-secondary2{color:#474747!important;}
.text-dark{color:#474747!important;}

a.text-white:hover{color:#E0AFB5!important;}

a{color:#000;}
a:hover{color:#E0AFB5;}

a img:hover{opacity:0.7;}

a.underline{text-decoration:underline;}
a.underline:hover{text-decoration:none;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1,.h1, h2, h3, h4, h5, h6 {font-family: "Barlow Condensed", sans-serif;}

.list{ padding: 0;margin: 0;list-style-type: none;}
.list li {background: url('../images/tick.png') left 5px no-repeat;padding-left:35px;margin-bottom:20px;}
li.no-icon{background:none;}

.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:15px;font-weight:700;padding:14px 40px;letter-spacing:0.2em;text-decoration:none !important;border-radius:30px;text-transform:uppercase;}
.btn-danger{border-color:#E0AFB5!important;background-color:#E0AFB5!important;color:#000!important;}
.btn-danger:hover,.btn-danger:focus{border-color:#000!important;background-color:#000!important;color:#fff !important;}
.btn-dark{border-color:#000!important;background-color:#000!important;color:#fff !important;}
.btn-dark:hover,.btn-dark:focus{border-color:#E0AFB5!important;background-color:#E0AFB5!important;color:#000!important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control,.form-select{border-radius:0;border-color:#C7C7C7;}
.form-control::placeholder{color:#6d6d6d;}

.social-icons li a{background-color:transparent;color:#E0AFB5;border:solid 2px #fff;font-size:16px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#E0AFB5;color:#000;}

.carousel-indicators{bottom:-70px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:10px;opacity:1;background-color:#000;}
.carousel-indicators .active{background-color:#E0AFB5;}

.centered {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#E0AFB5;color:#000;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#000;color:#fff;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.wow {visibility:hidden;}
.text-shadow{text-shadow:5px 0px 5px rgba(0,0,0,0.2);}
.zi-99{z-index:99;}

.bodr-bottom:after {content: ""; display: block;margin: 0 auto;width:100px; border-bottom:solid 3px #E0AFB5; padding-bottom:20px;}



