@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

Body{
	color: #000;
	FONT-SIZE:17px;
	font-family: 'Rubik', sans-serif;
	margin: 0;
	padding: 0;	
	line-height: 1.3;
	
}

::selection {color:#FFF;background:#18803a;}
::-moz-selection {color:#FFF;background:#18803a;}
::-o-selection {color:#FFF;background:#18803a;}
::-ms-selection {color:#FFF;background:#18803a;}
::-webkit-selection {color:#FFF;background:#18803a;}


.video-container {    
    width: 100%;		
    height: 100vh;
	
}
.video-container video {
  width: 100%;
  height: 100%;	
  position: absolute;
  object-fit: cover;
  z-index: 100;	
	
}
/*	video {
   filter: brightness(80%);
		filter: sepia(1) hue-rotate(180deg);
}*/
.Shadow{
 -moz-box-shadow: 0px 0px 18px 0px #c2c2c2;
 -webkit-box-shadow: 0px 0px 18px 0px #c2c2c2;
 box-shadow: 0px 0px 18px 0px #c2c2c2;}
 
 .li {
    list-style:url("../images/drop.png");
    position: relative;    /* It's needed for setting position to absolute in the next rule. */	 
}

.li::before {   
    position: absolute;
       left: 0;       /* Adjust this value so that it appears where you want. */
         top: 0;       /* Adjust this value so that it appears where you want. */
    font-size: 0.8em;      /* Adjust this value so that it appears what size you want. */
}	
 
.FontColor1 {color: #18803a;}
.FontColor2 {color:#bd0c3c;}
.FontColor3 {color:#FFFFFF;}
.FontColor4 {color:#000;}
.FontColor5 {color:#178f9c;}
.FontColor6 {color:#ce8433;}

.FontStyle1{font-family: 'Roboto', sans-serif;}

.BgColor1 {background-color:#18803a; color: #fff;}
.BgColor2 {background-color:#FFF;}
.BgColor3 {background-color:#6eb538; color: #fff;}
.BgColor4 {background-color:#2c2c2c; color: #fff;}
.BgColor5 {background-color:#4b4b4b; color: #fff;}
.BgColor6 {background-color:#178f9c; color: #fff;}
.BgColor7 {background-color:#ce8433; color: #fff;}

.TableAltHeader1 {background-color:#3a9544; color:#fff;}
.AltColor11 {background-color:#e2f3d6;}
.AltColor12 {background-color:#f7e9da;}

.TableAltHeader2 {background-color:#222; color:#fff;}
.AltColor21 {background-color:#efefef;}
.AltColor22 {background-color:#;}

/* Font Sizes */
.SmallerText {FONT-SIZE:13px;}
.MediumText {FONT-SIZE:15px;}
.NormalText {FONT-SIZE: 18px;}
.NormalTextBig {FONT-SIZE:22px;}
.Heading {FONT-SIZE:30px;}
.BiggerText {FONT-SIZE:42px;}

.LargeText {FONT-SIZE:52px; }
.ExtraLargeText {FONT-SIZE:60px; }

.SmallerLink{FONT-SIZE:12px; text-decoration: none}
a.SmallerLink:hover {text-decoration:underline;}
	
.JustLinks {TEXT-DECORATION:none ;}
a.JustLinks:hover{TEXT-DECORATION: underline; }


.bottomLinks {
  background-image: linear-gradient(
    to right,
    #c8f178,
    #a3d247 50%,
    #fff 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;

}

a.bottomLinks:before{
  content: '';
  background: #a3d247;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

a.bottomLinks:hover {
 background-position: 0;
}

a.bottomLinks:hover::before{
  width: 100%;
}


.textdeconone{text-decoration:none;}

.AllCaps{text-transform:uppercase;}

.PositionABT{position: absolute}

.PositionREL{position: relative}

.PositionFIX{position: fixed}

/* Button Styles */
.Button{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	padding:10px 20px;
	cursor:pointer;
	text-decoration:none;
	outline:none;	
	display:inline-block;
}
.ButtonSmall{
	font-family: 'Exo', sans-serif;
	font-size:12px;		
	padding:3px 8px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;	
}
.ButtonMedium{
	font-family: 'Exo', sans-serif;
	font-size:14px;	
	padding:5px 15px;
	cursor:pointer;
	text-decoration:none;
	outline:none;
	display:inline-block;	
}
.ButtonBig{
	font-family: 'Exo', sans-serif;
	font-size:22px;	
	padding:10px 20px;
	cursor:pointer;	
	text-decoration:none;	
	outline:none;	
}
.ButtonColor1{
	color:#fff;	
	background-color: #18803a;
	background-image: linear-gradient(top, #3a9544, #18803a);
	background-image: -webkit-linear-gradient(top, #3a9544, #18803a);	
	background-image: -ms-linear-gradient(top, #3a9544, #18803a);				
	border:1px solid #18803a;
	transition:0.3s ease;	
}

.ButtonColor1:hover{
	color:#fff;	
	background-color: #222;	
	background-image: linear-gradient(top, #444, #222);
	background-image: -webkit-linear-gradient(top, #444, #222);	
	background-image: -ms-linear-gradient(top, #444, #222);				
	border:1px solid #222;
	transition: 0.3s ease;
}
.ButtonColor2{
	color:#18803a;	
	background-color: #e1f6e3;					
	border:1px solid #e1f6e3;
}
.ButtonColor2:hover{
	color:#000;	
	background-color: #cdf16e;				
	border:1px solid #cdf16e;
	transition:0.3s ease;	
}
.Button, ButtonMedium, ButtonSmall, ButtonBig:active{
	top:1px;
	position:relative;
}

* {box-sizing:border-box;}
/* All Border Styles */
.Border1 {border-width:1px; border-style:solid;}
.Border2 {border-width: 2px;  border-style:solid}
.Border3 {border-width: 3px;  border-style:solid}
.Border5 {border-width: 5px;  border-style:solid}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom1{border-bottom: 1px solid;}
.BorderBottom2{border-bottom: 2px solid;}
.BorderBottom6{border-bottom:6px solid;}
.BorderBottom10{border-bottom:10px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop1{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderLeft1{border-left:1px solid;}
.BorderLeft10{border-left:10px solid;}
.BorderRight1{border-right:1px solid;}
.BorderRight2{border-right:2px solid;}

.BorderColor1{border-color: #454545;}
.BorderColor2{border-color: #7DA281;}
.BorderColor3{border-color: #7cb0b6;}
.BorderColor4{border-color: #d0ab83;}

/* Border Rounded Corners */
.BorderRounded15{border-radius:15px;}
.BorderRounded10{border-radius:10px;}
.BorderRounded30{border-radius:30px;}
.BorderRounded5{border-radius:5px;}
.BorderRounded100{border-radius:50%;}

/* Table Style */		
.TableStyle {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;    
	background-color: #fff;
	border: 1px solid #c2c2c2; 
}
.TableStyle th{
	color:#FFF; 
	text-align: center;
    padding:5px 8px;	
	font-weight: 500;
		
}

.TableStyle td {
    border-top: 0px solid #c2c2c2; 
	border-left: 0px solid #c2c2c2; 
	border-right: 0px solid #c2c2c2; 
	
    padding:4px 8px;
	
}


/* Text Box Style*/	

.TextBox{
	font-family: 'Rubik', sans-serif;
	color:#000;
	padding:12px;
	min-height: 35px;
	border-bottom:2px solid #c2c2c2;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: transparent;
	box-sizing: border-box;
	outline: none;
}
.TextBox:focus{	
	border-bottom:2px solid #288b3c;
	box-sizing: border-box;
	outline: none;
}


.TextBoxBig{
	font-size: 16px;
	font-family: 'Jost', sans-serif;
	color:#000;
	padding:13px 10px;
	background: #f5f5f5;
	border:1px solid #acb8c3;	
	box-sizing: border-box;
	outline: none;
}
.TextBoxBig:focus{	
	background: #fff;
	border:1px solid #0f1b37;	
	box-sizing: border-box;
	outline: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
::placeholder{
	font-size:18px;	
	font-family: 'Rubik', sans-serif;
	opacity:0.6;
	color:#000;	
	}
:-ms-input-placeholder{
	font-size:18px;		
	font-family: 'Rubik', sans-serif;
	opacity:0.6;
	color:#000;
}

.TextBoxBig::-webkit-input-placeholder,
.TextBoxBig::placeholder{
  color: #000;
  opacity:0.5;
  font-style:normal;
	text-transform: uppercase;
  font-family: 'Jost', sans-serif;
}
.TextBoxBig::-moz-placeholder{
  color: #000;
  opacity:0.5;
text-transform: uppercase;
  font-style:normal;
  font-family: 'Jost', sans-serif;
}

	.imgzoom { 
            overflow: hidden; 
            margin: 0 auto; 
        } 
      
.imgzoom img { 
            width: 100%; 
            transition: 0.5s all ease-in-out; 
        } 
      
.imgzoom:hover img {             
	-ms-transform: scale(1.15);	
	-webkit-transform: scale(1.15);	
	-moz-transform: scale(1.15); 
	transform: scale(1.15);
        }

.underline{		
	text-decoration: underline #bd0c3c solid; 
	text-decoration-thickness:6px; 
	text-underline-offset:18px;
	
	}
hr {display: block;
	height:4px;	
	border: 0;
	padding: 0;
	width:80%;
	max-width: 280px;
	margin: auto;
	background-image: linear-gradient(left, transparent, #bbd433, transparent);
	background-image: -webkit-linear-gradient(left, transparent, #bbd433, transparent);	
	background-image: -ms-linear-gradient(left, transparent, #bbd433, transparent);		
	position: relative;		
}


.welcomebg{
	width: 100%;
	float: left;
	background: url("../images/welcome_bg.png") no-repeat right center;
	/*background-size: 60%;
	min-height: 400px;*/
}
.footer{
	background: #333;
	border-top: 8px solid #9fca3c;
}
.commit_div{margin-left: -7%; margin-top: -4%;}
.commit_img{margin-left: -7%; margin-top: -4%;}


@media screen and (max-width:1279px) {
	Body {FONT-SIZE:16px;}
.MediumText {FONT-SIZE:14px;}
.NormalText {FONT-SIZE: 17px;}
.NormalTextBig {FONT-SIZE:22px;}
.Heading {FONT-SIZE:28px;}
.BiggerText {FONT-SIZE:32px;}
.LargeText {FONT-SIZE:45px; }
.ExtraLargeText {FONT-SIZE:50px; }

}

@media screen and (max-width:1023px) {
	Body {FONT-SIZE:15px;}
.MediumText {FONT-SIZE:14px;}
.NormalText {FONT-SIZE: 16px;}
.NormalTextBig {FONT-SIZE:18px;}
.Heading {FONT-SIZE:24px;}
.BiggerText {FONT-SIZE:30px;}
.LargeText {FONT-SIZE:40px; }
.ExtraLargeText {FONT-SIZE:42px; }
	.commit_div{margin-left: -7%; margin-top: -2%;}
.commit_img{margin-left: -7%; margin-top: -2%;}

}
@media screen and (max-width:767px) {
Body {FONT-SIZE:14px;}
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 16px;}
.NormalTextBig {FONT-SIZE:17px;}
.Heading {FONT-SIZE:26px;}
.BiggerText {FONT-SIZE:30px;}
	
.LargeText {FONT-SIZE:36px; }
.ExtraLargeText {FONT-SIZE:38px; }

.btn  {
    width: 150px;
    height: 40px;
    font-size: 15px;    
    line-height: 40px;    
  }
	
.commit_div{margin-left: 0%; margin-top: 0%;}
.commit_img{margin-left: 0%; margin-top: 0%;}
}

@media screen and (max-width:639px) {
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 15px;}
.NormalTextBig {FONT-SIZE:17px;}
.Heading {FONT-SIZE:20px;}
.BiggerText {FONT-SIZE:22px;}
	.BiggerText2 {FONT-SIZE:24px;}
.LargeText {FONT-SIZE:34px; }
.ExtraLargeText {FONT-SIZE:36px; }
.TableStyle th{	
    padding:5px 4px;	
	font-weight: 500;	
	font-size: 13px;
}
	.TableStyle td {       
    padding:4px 5px;
	
}
	.bannerimg{
		width: 100%;
		height: 160px;
		object-fit: cover;
		
	}
}

@media screen and (max-width:479px) {	
.MediumText {FONT-SIZE:13px;}
.NormalText {FONT-SIZE: 15px;}
.NormalTextBig {FONT-SIZE:16px;}
.Heading {FONT-SIZE:22px;}
.BiggerText {FONT-SIZE:26px;}	
.LargeText {FONT-SIZE:28px;}
.SmallerLink {FONT-SIZE:11px;}
.ExtraLargeText {FONT-SIZE:30px; }
.Button{	
	font-size:14px;	
	padding:5px 12px;	
}
.ButtonSmall{	
	font-size:11px;		
	padding:2px 8px;	
}
.ButtonMedium{	
	font-size:13px;	
	padding:3px 10px;	
}
.ButtonBig{	
	font-size:16px;	
	padding:6px 15px;	
}

	.btn  {
    width: 140px;
    height: 35px;
    font-size: 14px;    
    line-height: 35px;    
  }
	.TableStyle th{	
    padding:5px 4px;	
	font-weight: 500;	
	font-size: 12px;
}
	.TableStyle td {       
    padding:3px;
	
}
}


