@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Poppins:wght@500&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#EFEFEF;color:#000;font-family: 'Jost', 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-poppins{font-family: 'Poppins', sans-serif;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.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-90{letter-spacing:0.09em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.bg-success{background-color:#007305!important;}
.bg-success2{background-color:#80CC2B!important;}
.bg-dark{background-color:#1E1E1E!important;}

.text-success{color:#007305!important;}
.text-success2{color:#80CC2B!important;}
a.text-success2:hover{color:#007305!important;}
.text-warning{color:#B8D119!important;}
a.text-warning:hover{color:#007305!important;}
.text-dark{color:#080733!important;}

.rounded-7{border-radius:7px!important;}
.rounded-30{border-radius:30px;}

a{color:#000;}
a:hover{color:#007305;}

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 {}
.hhd{font-size:45px; }
.hd{font-size:40px; }
h1,.h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:16px;}

.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;border-radius:0px;font-size:20px;font-weight:600;padding:16px 40px;letter-spacing:0.05em}
.btn-lg {font-size:25px;font-weight:400;padding:14px 60px;letter-spacing:0em}
.btn-success{border-color:#007305!important;background-color:#007305!important;color:#fff !important;}
.btn-success:hover,.btn-success:focus{border-color:#0e9714!important;background-color:#0e9714!important;color:#fff !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control{border-radius:0;}
.form-control::placeholder{color:#000;}

.social-icons li a{background-color:#007305;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:#0e9714;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:#007305;}

.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:#007305;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:#0e9714;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.bottom-gradient{
position: absolute;top: 0px;z-index: 89;height: 100%;width:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+19,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


.gradient-success{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007305+0,007305+49,ffa73d+50,07620b+51,07620b+100 */
background: rgb(0,115,5); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,115,5,1) 0%, rgba(0,115,5,1) 50%, rgba(7,98,11,1) 50%, rgba(7,98,11,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,115,5,1) 0%,rgba(0,115,5,1) 50%,rgba(7,98,11,1) 50%,rgba(7,98,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,115,5,1) 0%,rgba(0,115,5,1) 50%,rgba(7,98,11,1) 50%,rgba(7,98,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007305', endColorstr='#07620b',GradientType=0 ); /* IE6-9 */
}

.Slider {position: relative;}
.Slider .cycle-prev, .Slider .cycle-next {
	position: absolute;
	top: -86px;
	right:0px;
	z-index: 99;
	cursor: pointer;
	z-index:99;
	text-align:center;
	padding-top:12px;
}
.Slider .cycle-prev {right:70px;}
.Slider .slideshow {overflow: hidden;}
.Slider .slideshow .isItem{ white-space: normal;padding: 0px 10px;vertical-align: top;}
.slideshow .cycle-slide.cycle-sentinel{visibility: hidden!important;}