body{
	font-size: 14px;
	color: #393939;
    font-family: 'CiutadellaRounded-Bold';
    background: #ffffff;
}
/*margin and padding*/
.mt-0{
	margin-top: 0;
}
.mt-5{
	margin-top: 5px !important;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-25{
	margin-top: 25px;
}
.mt-30{
	margin-top: 30px;
}
.mt-35{
	margin-top: 35px;
}
.mt-40{
	margin-top: 40px;
}
.mt-45{
	margin-top: 45px;
}
.mt-90{
	margin-top: 90px;
}
.mt-50{
	margin-top: 50px;
}
.mr-10{
	margin-right: 10px;
}
.mb-0{
  margin-bottom: 0;
}
.mb-5{
  margin-bottom: 5px !important;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-70{
	margin-bottom: 70px;
}
.pt-0{
	padding-top: 0;
}
.pt-5{
	padding-top: 5px;
}
.pt-10{
	padding-top: 10px;
}
.pt-15{
	padding-top: 15px;
}
.pt-20{
	padding-top: 20px;
}
.pt-25{
	padding-top: 25px;
}
.pt-30{
	padding-top: 30px;
}
.pt-35{
	padding-top: 35px;
}
.pt-40{
	padding-top: 40px;
}
.pt-45{
	padding-top: 45px;
}
.pt-50{
	padding-top: 50px;
}
.pb-0{
  padding-bottom: 0;
}
.pb-5{
  padding-bottom: 5px;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-15{
  padding-bottom: 15px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-25{
  padding-bottom: 25px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-35{
  padding-bottom: 35px;
}
.pb-40{
  padding-bottom: 40px;
}
.pb-45{
  padding-bottom: 45px;
}
.pb-50{
  padding-bottom: 50px;
}
/*font color and background color*/
.fc-white{
	color: #ffffff;
}
.fc-primary{
	color: #393939;
}
.fc-orange{
	color: #F89522;
}
.fc-brown{
	color: #AF650F;
}
.fc-green{
	color: #00AC69;
}

.bg-orange{
	background: rgba(248,149,34,0.8);
}
.bg-gray {
  background: #F5F6F6;
}

/*font size*/
.fs-13{
	font-size: 13px;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-17{
	font-size: 17px;
}
.fs-18{
	font-size: 18px;
}
.fs-20{
	font-size: 20px;
}
.fs-22{
	font-size: 22px;
}
.fs-24{
	font-size: 24px;
}
.fs-26{
	font-size: 26px;
}
.fs-32{
	font-size: 32px;
}
.fs-36{
	font-size: 36px;
}
/*font style*/
.font-italic{
	font-style: italic;
}
/**/
.cmn-section-padding{
	padding-top: 70px;
	padding-bottom: 70px;
}