@charset "utf-8";
/* CSS Document */

/*---1. default reset css---*/
/*---2. default font-size,font-family,font-color,line-height,bgcolor,ol,ul,blockquote,table,img,* :focus---*/
/*---3. default anchor color, hr, BlackSepLine ---*/
/*---4. Wrappers(containers)---*/
/*---5. Container Fonts---*/
/*---6. For Text Link ---*/
/*---7. site selection color---*/
/*---8. default UL-Li---*/
/*---9 .EditorText default UL-OL css---*/
/*---10. FullWidth, HideImg, ResImg, MaxWidth100---*/
/*---11. grop ClearBoth , Table, Cell---*/
/*---12. LeftRightFloat---*/
/*---13. TextColor---*/ 
/*---14. BgColor---*/
/*---15. TopArrow---*/
/*---16. letter spacing---*/
/*---17. font-size---*/
/*---19. Padding---*/
/*---20. margin---*/
/*---21. LineHeight---*/
/*---22. FAQ css---*/
/*---23. Create New Landing Page ---*/
/*---24. Error ---*/

:root {
	--primary-color: #333333;
  	--d-link-color: #153d39;
  	--d-link-hover-color: #b18f5a;
	--site-selection-text-color:#fff;
  	--site-selection-bg-color:#153d39;
	
  	--white-color: #FFFFFF;
  	--black-color: #000000;
	--sc-1: #153d39;
	--sc-2: #b18f5a;
	--gray-color: #f4f4f4;

	--sf-r: 'Montserrat', sans-serif;
	--sf-b: 'Montserrat', sans-serif;
	--sf-l: 'Lato', sans-serif;
	--sf-pr: 'Playfair Display', serif;
	--sf-pm: 'Playfair Display', serif;
}

/*---1. default reset css---*/
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/*---2. default font-size,font-family,font-color,line-height,bgcolor,ol,ul,blockquote,table,img,* :focus---*/
* {box-sizing: border-box;}
.EditorText a {	transition: all ease 0.5s;}

body {
	background: #fff;
	font-family: var(--sf-r);
	color: var(--primary-color);
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	overflow-x: hidden;
}
ol {list-style: decimal;margin-left: 30px;}
ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
sub {vertical-align: sub !important;}
sup {vertical-align: sup !important;}
img {border: 0px;max-width: 100%;height: auto;}
* :focus {outline: none;}
/*---3. default anchor color, hr, BlackSepLine ---*/
a {color: var(--d-link-color);text-decoration: none;}
a:hover {text-decoration: none;color: var(--d-link-hover-color);}
hr {border: 0px;}
/*---4. Wrappers(containers)---*/
.MainWrapper {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	max-width: 1200px;
}
.InnerContainWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0px;
	max-width: 1200px;
}

h1,h2,h3,h4,h5,h6{line-height: 1.2;font-family: var(--sf-b);color: var(--sc-2);}
h1{font-size: 45px;}
h2{font-size: 40px;}
h3{font-size: 35px;}
h4{font-size: 25px;}
h5{font-size: 20px;}
h6{font-size: 16px;}

/*---7. site selection color---*/
::selection {color: var(--site-selection-text-color);background-color: var(--site-selection-bg-color);}
::-moz-selection {color:var(--site-selection-text-color);background-color: var(--site-selection-bg-color);}
::-webkit-selection {color:var(--site-selection-text-color);background-color: var(--site-selection-bg-color);}


/*---8. 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: 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*/
}
/*---9 .EditorText default UL-OL css---*/
.EditorText ul {
  display: flow-root;
}
.EditorText h1,.EditorText h2,.EditorText h3,.EditorText h4,.EditorText h5,.EditorText h6{
	margin-bottom: 10px;
}
.EditorText ul + h1,.EditorText ul + h2,.EditorText ul + h3,.EditorText ul + h4,.EditorText ul + h5,.EditorText ul + h6,
.EditorText ul + p{
	margin-top: 20px;
}
.EditorText ul li {
	background-image: url(../images/bullet-1.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 20px;/*T R B L*/
	border: 0px solid;
	display: block;
	text-align: left;
}

.EditorText ol li {
	display: list-item;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: none !important;
	cursor: text;
	width: auto !important;
	list-style: decimal;	
	border: 0px;	
	text-align: left;
}
.EditorText hr {margin: 0px;border-bottom: 1px solid #999;height: 1px;width: 100%;}
.EditorText table {
  max-width: 500px !important;
  width: 100% !important;
  border-collapse: collapse !important;
}
.EditorText table tr td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 15px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.EditorText sup {vertical-align: super;font-size: smaller;}
.EditorText sub {vertical-align: sub;font-size: smaller;}
.EditorText blockquote {padding-left: 20px;}
.flexslider .EditorText img{display: inline-block !important;width: auto !important;}

/*---10. FullWidth, HideImg, ResImg, MaxWidth100---*/
.FullWidth {float: none;display: block;margin: 0 auto;width: 100%;}
.HideImg, .ResImg {display: none !important;}

/*---11. grop ClearBoth , Table, Cell---*/
.group:after {content: "";display: table;clear: both;}
.ClearBoth {clear: both;min-height: 1px;}
.Table {display: table;margin: 0px auto;width: 100%;}
.Cell {display: table-cell;vertical-align: middle;}

/*---12. LeftRightFloat---*/
.LeftFloat {float: left;}
.RightFloat {float: right;}

/*---13. TextColor---*/ 
.TextColor1 {color: var(--white-color);}
.TextColor2 {color: var(--black-color);}
.TextColor3 {color: var(--sc-1);}
.TextColor4 {color: var(--sc-2);}

/*---14. BgColor---*/ 
.BgColor1 {background-color: var(--white-color);}
.BgColor2 {background-color: #111111;}
.BgColor3 {background-color: #fbf3e7;}
.BgColor4 {background-color: var(--sc-2);}
.BgColor5 {background-color: var(--gray-color);}

/*---15. TopArrow---*/
.TopArrow {
	text-align: center;
	display: none;
	width: 100%;
	padding: 20px 0 0;
}
.TopArrow a {
	color: var(--sc-1);
	font-size: 22px;
	line-height: 32px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
}
.TopArrow a:hover {color: var(--sc-2);}
.TopArrow .fa-stack-2x {font-size: 34px;} 
.TopArrow .fa-inverse {color: #ffffff;}
.TopArrow .fa-inverse:hover {color: #fff;}

/*---16. letter spacing---*/
.LetterSpacingP5 {letter-spacing: 0.5px;}
.LetterSpacing1 {letter-spacing: 1px;}
.LetterSpacing2 {letter-spacing: 2px;}
.LetterSpacing3 {letter-spacing: 3px;}
.LetterSpacing5 {letter-spacing: 5px;}

/*---17. font-size---*/
.FParagraph p {margin-bottom: 15px;  /*  Paragraph after spacing  */}
.FParagraph1 p {margin-bottom: 20px;  /*  Paragraph after spacing  */}
.FParagraph p:last-child, .FParagraph1 p:last-child {margin-bottom: 0px;}
.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;}
.FSize13 {font-size: 13px;}
.FSize14 {font-size: 14px;}
.FSize15 {font-size: 15px;}
.FSize16 {font-size: 16px;}
.FSize17 {font-size: 17px;}
.FSize18 {font-size: 18px;}
.FSize19 {font-size: 19px;}
.FSize20 {font-size: 20px;}
.FSize22 {font-size: 22px;}
.FSize24 {font-size: 24px;}
.FSize25 {font-size: 25px;}
.FSize28 {font-size: 28px;}
.FSize30 {font-size: 30px;}
.FSize32 {font-size: 32px;}
.FSize34 {font-size: 34px;}
.FSize35 {font-size: 35px;}
.FSize40 {font-size: 40px;}
.FSize42 {font-size: 42px;}
.FSize45 {font-size: 45px;}
.FSize48 {font-size: 48px;}
.FSize50 {font-size: 50px;}

/*---19. 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;}

/*---20. margin---*/
.MarginBottom5 {margin-bottom: 5px;}
.MarginBottom10 {margin-bottom: 10px;}
.MarginBottom15 {margin-bottom: 15px;}
.MarginBottom20 {margin-bottom: 20px;}
.MarginBottom25 {margin-bottom: 25px;}
.MarginBottom30 {margin-bottom: 30px;}
.MarginBottom35 {margin-bottom: 35px;}
.MarginBottom40 {margin-bottom: 40px;}
.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;}
.MarginTop35 {margin-top: 35px;}
.MarginTop40 {margin-top: 40px;}
.MarginTop45 {margin-top: 45px;}
.MarginTop50 {margin-top: 50px;}

/*---21. LineHeight---*/
.Caps {text-transform: uppercase;}
.Capitalize {text-transform: capitalize;}
.LineHeightNormal {	line-height: normal}
.LineHeight18 {line-height: 18px;}
.LineHeight22 {line-height: 22px;}
.LineHeight24 {line-height: 24px;}
.LineHeight27 {line-height: 27px;}
.LineHeight30 {line-height: 30px;}
.LineHeight32 {line-height: 32px;}
.LineHeight34 {line-height: 34px;}
.LineHeight35 {line-height: 35px;}
.LineHeight36 {line-height: 36px;}
.LineHeight38 {line-height: 38px;}
.LineHeight40 {line-height: 40px;}
.LineHeight42 {line-height: 42px;}
.LineHeight48 {line-height: 48px;}
.LineHeight52 {line-height: 52px;}
.LineHeight55 {line-height: 55px;}

/*---22. FAQ css---*/
.Plus {
	display: block;
	background: url(../images/icons/plus.png);
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 5px;
}
.Minus {
	display: block;
	background: url(../images/icons/minus.png);
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 5px;
}
.qus {
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	padding: 11.5px 0;
}
.FaqTopBg {position: relative;}
.FaqTitle {float: left;display: table;}
.FaqTitle i {
	width: 30px;
	line-height: 30px;
	color: var(--sc-1);
	text-align: left;
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
}
.FaqTitle h6 {
	font-size: 16px;
	line-height: 26px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding-right: 25px;
}
/*.FaqTitle h6:before,.DownText:before  {
	content:'Q.';
	font-family: 'latoheavy';
	position:absolute;
	left:0;
	top:0;	
}
.DownText:before {
	content:'A.';
	top:14px;
}*/
.DownText {
	background: #fff;
	padding: 15px 0px;
	letter-spacing: 1px;
	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);
}

/*---23. Create New Landing Page ---*/
.LandingTitle {
  color: var(--sc-1);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
} 
.LandingShortDesc {
  color: var(--sc-2);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 10px;
}
.NewLandWrapper .LeftBlock {
  width: 65%;
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
  border-right: 2px solid #ddd;
}
.NewLandWrapper .RightBlock {
  width: 32%;
  /* float: right; */
  display: table-cell;
  vertical-align: top;
  padding-left: 35px;
}
.NewLandWrapper .LeftFloat {float: left;padding-right: 20px;}
.IdxContainWrapper {
  max-width: 1200px;
  width: calc(100vw - 30px);
  padding: 40px 0;
  margin: 0 auto;
}

/*---24. Error ---*/

.ErrorBodyWrap .InfoWrapper .Error404Title {
  color: var(--sc-1);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ErrorBodyWrap .InfoWrapper .TagLine {
  color: var(--sc-2);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700; 
  text-transform: inherit;
  margin-bottom: 15px;
}