@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Spectral:ital@1&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: "Montserrat", sans-serif;font-weight:400; font-size:17px; 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;
}
input::placeholder {overflow: visible;}

.ff-spectral{font-family: "Spectral", 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-19{font-size:19px;}
.fs-18{font-size:18px;}
.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-60{letter-spacing:0.06em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.bg-light{background-color:#F4F4F4!important;}
.bg-dark{background-color:#284400!important;}
.bg-success{background-color:#3D6549 !important;}
/* .bg-success{background-color:#4C7958!important;} */
.bg-primary{background-color:#3f674a!important;}
.bg-danger{background-color:#DE0004!important;}

.text-light{color:#f7caac!important;}
.text-dark{color:#284400!important;}
.text-secondary{color:#767676!important;}
.text-success{color:#4C7958!important;}
.text-primary{color:#9fbf41!important;}
.text-danger{color:#DE0004!important;}

.btn-primary{border-color: #a0be37!important; background-color: #a0be37!important;}

.rounded-20{border-radius:20px;}

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

a img:hover{opacity:0.8;}

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 {}

.fa-list1{ padding: 0;margin: 0;list-style-type: none;}
.fa-list1 li { display: flex;line-height: 1.5; margin-bottom: 10px;}
.fa-list1 li:before  {padding-right: 13px;content: "\f00c";font-size:20px;display: block;vertical-align: middle;font-weight: 900;font-family: "Font Awesome 5 Free";}
   
.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:17px;font-weight:700;padding:14px 40px;text-decoration:none !important;text-transform:uppercase;}
.btn-danger{border-color:#DE0004!important;background-color:#DE0004!important;color:#fff !important;}
.btn-danger:hover,.btn-danger:focus{border-color:#1639C9!important;background-color:#1639C9!important;color:#fff !important;}
.btn-success{border-color:#4C7958!important;background-color:#4C7958!important;color:#fff !important;}
.btn-success:hover,.btn-success:focus{border-color:#a0be37!important;background-color:#a0be37!important;color:#fff !important;}

.form-control,.form-select{border-radius:0;}
.form-floating > label,.form-control::placeholder{color:#6d6d6d;}
.form-floating > label.text-white:after{background-color:transparent!important;}

.social-icons li a{background-color:#9ec049;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:#1639C9;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:#DE0004;}

.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:#a0be37;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:#1639C9;}

.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.7);}
.zi-99{z-index:99;}
.bg-gradient1{background: conic-gradient(from 152deg at 50% 50%, #4A9560 0%, #2F2E2E 68%, #4A9560 100%);}
