<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*-----------------For All Default Anchor Links--------------------*/

/*----1. default UL-Li-----*/
/*----2. letter spacing----*/
/*----3. font-size----*/
/*------4. For Default Anchor Link Style-------*/
/*----5. Padding----*/
/*----6. Margin----*/
/*----7. LineHeight----*/
/*----8. Backbutton----*/
/*----9. LeftRightFloat---*/
/*----10. FAQ css---*/

img {
	border:0px;
}

* :focus {
  outline: none;
}

/*-----*/

/*----------------1. default UL-Li--------------------*/

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}	
ul li	{
	background-image: url(../images/bullet-1.png);
	background-position: 5px 10px;/*R T*/
	background-repeat: no-repeat;
	/*margin:5px 0px 0px 0px; */
	margin:0px ; 
	padding:1px 0px;
	padding-left:20px;
}

.NoBullet li {
	background-image:none;
	background-position:0px;/*R T*/
	background-repeat: no-repeat;
	margin:0px; /*T R B L*/
	padding:0px;/*T R B L*/
}

/*--------------------For Font Styles-------------------------*/

.FGeorgia {
    font-family:Georgia, "Times New Roman", Times, serif;
}

/*--2. letter spacing---*/

.LetterSpacingP5{
	letter-spacing:0.5px;	
}
.LetterSpacing1{
	letter-spacing:1px;	
}
.LetterSpacing2{
	letter-spacing:2px;	
}
.LetterSpacing3{
	letter-spacing:3px;	
}
.LetterSpacing5{
	letter-spacing:5px;	
}


/*-------3. font-size----------*/
.DisplayFlex {
	display:flex;	
}
.SmallText {
	font-size:12px;
}
.VSmalText {
	font-size:11px;
}
.FParagraph p {
	margin-bottom:15px;  /*  Paragraph after spacing  */  
}
.FParagraph1 p {
	margin-bottom:20px;  /*  Paragraph after spacing  */  
}
.TAC {
	text-align:center;  /*  For Text aling  */
}
.TAL {
	text-align:left;  /*  For Text aling  */
}
.TAR {
	text-align:right;  /*  For Text aling  */
}
.FSize12 {
	font-size:12px !important;
}
.FSize14 {
	font-size:14px !important;
}
.FSize15 {
	font-size:15px !important;
}
.FSize16 {
	font-size:16px !important;
}
.FSize17 {
	font-size:17px !important;
}
.FSize18 {
	font-size:18px !important;
}
.FSize19 {
	font-size:19px !important;
}
.FSize20 {
	font-size:20px !important;
}
.FSize22 {
	font-size:22px !important;
}
.FSize24 {
	font-size:24px !important;
}
.FSize25 {
	font-size:25px !important;
}
.FSize28 {
	font-size:28px !important;
}
.FSize30 {
	font-size:30px !important;
}
.FSize33 {
	font-size:33px !important;
}
.FSize34 {
	font-size:34px !important;
}
.FSize35 {
	font-size:35px !important;
}
.FSize37 {
	font-size:37px !important;
}
.FSize40 {
	font-size:40px !important;
}
.FSize42 {
	font-size:42px !important;
}
.FSize48 {
	font-size:48px !important;
}
.FSize50 {
	font-size:50px !important;
}
.FSize52 {
	font-size:52px !important;
}
.FSize55 {
	font-size:55px !important;
}
/*---*/



/*------4. For Default Anchor Link Style-------*/

.Links {
	text-decoration:underline;
}
.Links:hover {
	text-decoration:none;
}
.LinksUL {
	text-decoration:none;
}
.LinksUL:hover {
	text-decoration:underline;
}

/*-------*/ 

/*-------5. Padding-------*/

.Padding5 {
	padding:5px;
}
.Padding10 {
	padding:10px;
}
.Padding15 {
	padding:15px;
}
.Padding20 {
	padding:20px;
}
.Padding25 {
	padding:25px;
}
.Padding30 {
	padding:30px;
}
.PaddingTB2 {
	padding-top:2px;
	padding-bottom:2px;
}
.PaddingTB5 {
	padding-top:5px;
	padding-bottom:5px;
}
.PaddingTB {
	padding-top:10px;
	padding-bottom:10px;
}
.PaddingTB15 {
	padding-top:15px;
	padding-bottom:15px;
}
.PaddingTB20 {
	padding-top:20px;
	padding-bottom:20px;
}
.PaddingTB25 {
	padding-top:25px;
	padding-bottom:25px;
}
.PaddingTB40 {
	padding-top:40px;
	padding-bottom:40px;
}
.PaddingLR5 {
	padding-left:5px;
	padding-right:5px;
}
.PaddingLR {
	padding-left:10px;
	padding-right:10px;
}
.PaddingLR15 {
	padding-left:15px;
	padding-right:15px;
}
.PaddingLR20 {
	padding-left:20px;
	padding-right:20px;
}
.PaddingLR25 {
	padding-left:25px;
	padding-right:25px;
}
.PaddingLR40 {
	padding-left:40px;
	padding-right:40px;
}

/*-----6. margin-----*/
.MarginBottom5 {
	margin-bottom:5px;
}
.MarginBottom10 {
	margin-bottom:10px;
}
.MarginBottom12 {
	margin-bottom:12px;
}
.MarginBottom15 {
	margin-bottom:15px;
}
.MarginBottom20 {
	margin-bottom:20px;
}
.MarginBottom25 {
	margin-bottom:25px;
}
.MarginBottom30 {
	margin-bottom:30px;
}
.MarginBottom35 {
	margin-bottom:35px;
}
.MarginBottom45 {
	margin-bottom:45px;
}
.MarginBottom50 {
	margin-bottom:50px;
}
.MarginTop5 {
	margin-top:5px;
}
.MarginTop10 {
	margin-top:10px;
}
.MarginTop15 {
	margin-top:15px;
}
.MarginTop20 {
	margin-top:20px;
}
.MarginTop25 {
	margin-top:25px;
}
.MarginTop30 {
	margin-top:30px;
}
.MarginTop50 {
	margin-top:50px;
}
.MarginLeft30 {
	margin-left: 30px;
}

/*----*/

/*-----7. LineHeight-----*/

.Caps {
	text-transform:uppercase;
}
.Capitalize {
	text-transform:capitalize;
}
.LineHeightNormal {
	line-height:normal !important;
}
.LineHeight18 {
	line-height:18px !important;
}
.LineHeight22 {
	line-height:22px !important;
}
.LineHeight24 {
	line-height:24px !important;
}
.LineHeight27 {
	line-height:27px !important;
}
.LineHeight30 {
	line-height:30px !important;
}
.LineHeight32 {
	line-height:32px !important;
}
.LineHeight34 {
	line-height:34px !important;
}
.LineHeight35 {
	line-height:35px !important;
}
.LineHeight36 {
	line-height:36px !important;
}
.LineHeight38 {
	line-height:38px !important;
}
.LineHeight40 {
	line-height:40px !important;
}
.LineHeight45 {
	line-height:45px !important;
}
.LineHeight48 {
	line-height:48px !important;
}
.LineHeight50 {
	line-height:50px !important;
}
.LineHeight52 {
	line-height:52px !important;
}
.LineHeight55 {
	line-height:55px !important;
}
.LineHeight60 {
	line-height:60px !important;
}

/*-----*/

/*---8.Back  Btn ---*/

.BackBtn {
	 color:#131313;
	 font-size:13px;
	 text-align:right;
	 line-height:48px;
	 text-transform:uppercase;
	 font-family: 'avenireBlack';
}
.BackBtn a {
	text-decoration:none;
	color:#131313;
	background-color:#ffdf06;
	padding:0px 41px;
	border-radius: 5px ;
	display:inline-block;
}
.BackBtn a:hover {
	text-decoration:none;
	color:#000;
	background-color:#c1220c
}

/*-----*/

/*   End  */

/*----------------9. LeftRightFloat----------------------------*/

.LeftFloat {
	float:left;
}
.RightFloat {
	float:right;
}
.MarginLeftRight {
	margin:0 auto;
}

/*---10. FAQ css----*/
.Minus { 
	display:block;
	background:url(../images/icons/minus.jpg);
	width:16px;
	height:16px;
	position: absolute;
    right: 0;
    top: 5px;
}
.Plus{ 
	display:block;
	background:url(../images/icons/plus.jpg);
	width:16px;
	height:16px;
	position: absolute;
    right: 0;
    top: 5px;	
}
.qus {
    cursor: pointer;
    border-bottom: 1px solid #79bfbb;
    padding: 11.5px 0;
}
.FaqTopBg {
    position: relative;
}
.FaqTitle {
	float:left;
	display:table;
}
.FaqTitle i{
	width:30px;
	line-height:30px;
	color:#7fcb31;
	text-align:left;
	display:table-cell;
	font-size:18px;
	vertical-align:middle;
}
.FaqTitle h6{
	font-size:16px !important;
	line-height:26px;
	color: #432017 ;
	padding-left:0px;
	display:table-cell;
	vertical-align:middle;
	font-family: 'latoregular';
	position:relative;
	padding:0 25px;;
	box-sizing:border-box;
	letter-spacing:0.5px;
	text-transform:capitalize;
}
.FaqTitle h6:before,.DownText:before  {
	content:'Q.';
	font-family: 'bodoni_bookregular';
	position:absolute;
	left:0;
	top:0;	
}
.DownText:before {
	content:'A.';
	top:14px;
	font-family: 'latolight';
}
.DownText {	
/*	background:#fff3e6;*/
	padding:15px 0px 15px 25px;
	position:relative;
	box-sizing:border-box;
}
.TextShadow {
	-webkit-text-shadow:0px 1px 2px rgba(0,0,0,0.6);
	-moz-text-shadow:0px 1px 2px rgba(0,0,0,0.6);
	 text-shadow:0px 1px 2px rgba(0,0,0,0.6);
}</pre></body></html>