@import url('https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@400;700&display=swap');

html {scroll-behavior: smooth;}
body { background:#000; 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-alata{font-family: "Alata", serif;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.fs-18{font-size:18px;}
.fs-19{font-size:18px;}
.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-n20{letter-spacing:-0.02em;}
.ls-n50{letter-spacing:-0.05em;}
.ls-50{letter-spacing:0.05em;}
.ls-60{letter-spacing:0.06em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.rounded-20{border-radius:20px;}
.rounded-left{border-top-left-radius:20px;border-bottom-left-radius:20px;}

.bg-light{background-color:#F2F2F2!important;}
.bg-success-dark{background-color:#11782D!important;}
.bg-success{background-color:#299B48!important;}

.text-success{color:#299B48!important;}
a.text-success:hover{opacity:0.8;}
.text-danger{color:#e71d25!important;}

a{color:#004fca;}
a:hover{color:#fff;background-color:#11782d}
a:hover img{opacity:0.8;}
a, a:hover { text-decoration:none; outline:none}
a.no-hover:hover{background-color:transparent}

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

   
.btn {font-size:15px;font-weight:600;padding:12px 30px;text-decoration:none !important;text-transform:uppercase;letter-spacing:0.01em;}
.btn-lg {font-size:22px;padding:14px 80px;}
.btn-success{border-color:#299B48!important;background-color:#299B48!important;color:#fff !important;}
.btn-success:hover,.btn-success:focus{border-color:#11782D!important;background-color:#11782D!important;color:#fff !important;}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#299B48;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:#11782D;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
.wow {visibility:hidden;}
.zi-99{z-index:99;}

.top-gradient{background:linear-gradient(to bottom, rgba(41,155,72,0.80) 0%,rgba(41,155,72,1) 20%),linear-gradient(to right, rgba(41,155,72,1) 0%,rgba(41,155,72,0) 80%);}

.fa-list1{ padding: 0;margin: 0;list-style-type: none;}
.fa-list1 li:not(:last-child){ display: flex;line-height:1.5;margin-bottom:7px;border-bottom:dashed 1px #39DE66;padding-bottom:7px;}
.fa-list1 li a{color:#fff;}   
.fa-list1 li a.active,.fa-list1 li a:hover{color:#39DE66;}
