.fz10 {font-size: 10px;}
.fz12 {font-size: 12px;}
.fz14 {font-size: 14px;}
.fz16 {font-size: 16px;}
.fz18 {font-size: 18px;}
.fz19 {font-size: 19px;}
.fz20 {font-size: 20px;}
.fz22 {font-size: 22px;}
.fz24 {font-size: 24px;}
.fz26 {font-size: 26px;}
.fz28 {font-size: 28px;}
.fz30 {font-size: 30px;}
.fz34 {font-size: 34px;}
.fz36 {font-size: 36px;}

.por {position: relative;}

.f-light {font-weight: 300;}
.f-reg {font-weight: 400;}
.f-med {font-weight: 500;}
.f-semi {font-weight: 600;}
.f-bold {font-weight: 700;}

.c1 {color: #333333;}
.c2 {color: #006f34;}

/*//////////////////Media Query//////////////////*/
/* .col- ***** [xs] < 576px */
@media (max-width: 575px) {
	
	.mt-xs5 {margin-top: 5px;}
	.mt-xs10 {margin-top: 10px;}
	.mt-xs15 {margin-top: 15px;}
	.mt-xs20 {margin-top: 20px;}
	.mt-xs25 {margin-top: 25px;}
	.mt-xs30 {margin-top: 30px;}
	
	.mb-xs5 {margin-bottom: 5px;}
	.mb-xs10 {margin-bottom: 10px;}
	.mb-xs15 {margin-bottom: 15px;}
	.mb-xs20 {margin-bottom: 20px;}
	.mb-xs25 {margin-bottom: 25px;}
	.mb-xs30 {margin-bottom: 30px;}
	
}

/* .col-sm- *** [sm] 576px - 767px */
@media (min-width: 576px) {
	
	.mt-sm5 {margin-top: 5px;}
	.mt-sm10 {margin-top: 10px;}
	.mt-sm15 {margin-top: 15px;}
	.mt-sm20 {margin-top: 20px;}
	.mt-sm25 {margin-top: 25px;}
	.mt-sm30 {margin-top: 30px;}
	
	.mb-sm5 {margin-bottom: 5px;}
	.mb-sm10 {margin-bottom: 10px;}
	.mb-sm15 {margin-bottom: 15px;}
	.mb-sm20 {margin-bottom: 20px;}
	.mb-sm25 {margin-bottom: 25px;}
	.mb-sm30 {margin-bottom: 30px;}   
	
}

/* .col-md- *** [md] 768px - 991px */
@media (min-width: 768px) {
	
	.mt-md5 {margin-top: 5px;}
	.mt-md10 {margin-top: 10px;}
	.mt-md15 {margin-top: 15px;}
	.mt-md20 {margin-top: 20px;}
	.mt-md25 {margin-top: 25px;}
	.mt-md30 {margin-top: 30px;}
	
	.mb-md5 {margin-bottom: 5px;}
	.mb-md10 {margin-bottom: 10px;}
	.mb-md15 {margin-bottom: 15px;}
	.mb-md20 {margin-bottom: 20px;}
	.mb-md25 {margin-bottom: 25px;}
	.mb-md30 {margin-bottom: 30px;}  
	
}

/* .col-lg- *** [lg] 992px - 1199px */
@media (min-width: 992px) {
	
	.mt-lg5 {margin-top: 5px;}
	.mt-lg10 {margin-top: 10px;}
	.mt-lg15 {margin-top: 15px;}
	.mt-lg20 {margin-top: 20px;}
	.mt-lg25 {margin-top: 25px;}
	.mt-lg30 {margin-top: 30px;}
	
	.mb-lg5 {margin-bottom: 5px;}
	.mb-lg10 {margin-bottom: 10px;}
	.mb-lg15 {margin-bottom: 15px;}
	.mb-lg20 {margin-bottom: 20px;}
	.mb-lg25 {margin-bottom: 25px;}
	.mb-lg30 {margin-bottom: 30px;}     
}

/* .col-xl- *** [xl] 1200px - 1399px */
@media (min-width: 1200px) {

	.mt-xl5 {margin-top: 5px;}
	.mt-xl10 {margin-top: 10px;}
	.mt-xl15 {margin-top: 15px;}
	.mt-xl20 {margin-top: 20px;}
	.mt-xl25 {margin-top: 25px;}
	.mt-xl30 {margin-top: 30px;}
	
	.mb-xl5 {margin-bottom: 5px;}
	.mb-xl10 {margin-bottom: 10px;}
	.mb-xl15 {margin-bottom: 15px;}
	.mb-xl20 {margin-bottom: 20px;}
	.mb-xl25 {margin-bottom: 25px;}
	.mb-xl30 {margin-bottom: 30px;}  
	
}

/* .col-xxl- ** [xxl] 1300px++ */
@media (min-width: 1200px) {
	
	.mt-xxl5 {margin-top: 5px;}
	.mt-xxl10 {margin-top: 10px;}
	.mt-xxl15 {margin-top: 15px;}
	.mt-xxl20 {margin-top: 20px;}
	.mt-xxl25 {margin-top: 25px;}
	.mt-xxl30 {margin-top: 30px;}
	
	.mb-xxl5 {margin-bottom: 5px;}
	.mb-xxl10 {margin-bottom: 10px;}
	.mb-xxl15 {margin-bottom: 15px;}
	.mb-xxl20 {margin-bottom: 20px;}
	.mb-xxl25 {margin-bottom: 25px;}
	.mb-xxl30 {margin-bottom: 30px;} 
	
}





