@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Quicksand:wght@500&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: 'Poppins', 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-sand{font-family: 'Quicksand', sans-serif;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}

.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-200{letter-spacing:0.2em;}

.text-white a{color:#fff;}
.text-white a:hover,a.text-white:hover{color:rgba(214,169,16,0.7);}

.bg-dark{background-color:#3A3A3A!important;}
.bg-secondary{background-color:#b9b9b9!important;}
.bg-light{background-color:#EEEEEE!important;}
.bg-warning{background-color:#B58C00!important;}
.bg-warning-op{background-color:rgba(204,172,62,0.7);}

.text-warning{color:rgba(214,169,16,0.7)!important;}

.rounded-20{border-radius:20px;}

a{color:#000;}
a:hover{color:rgba(214,169,16,0.7);}

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 {}

.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 { text-decoration:none !important;text-transform:uppercase;border-radius:40px;font-size:20px;font-weight:700;padding:16px 60px;}

.btn-warning{border-color:#b69938!important;background-color:#b69938!important;color:#fff !important;}
.btn-warning:hover,.btn-warning:focus{border-color:#7e6200!important;background-color:#7e6200!important;color:#fff !important;}

.btn-warning2{border-color:#7e6200!important;background-color:#7e6200!important;color:#fff !important;}
.btn-warning2:hover,.btn-warning2:focus{border-color:#b69938!important;background-color:#b69938!important;color:#fff !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control::placeholder{color:#000;}

.social-icons li a{background-color:#b69938;color:#fff;font-size:18px;margin-right:15px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#7e6200;color:#fff;}

.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:#b69938;}

.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:#b69938;color: white;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#7e6200;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.wow {visibility: visible!important;}

.zi-99{z-index:99;}

.btn-close {--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");}


