@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 ---*/

/*---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-color: #fff;
	line-height: 25px;
    font-size: 16px;
    margin: 0;
    color: #373737;
    font-family: ProximaNovaRg,sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
    overflow-x: hidden;   
}
ol {list-style: decimal;margin-left: 15px;font-family: 'proxima-nova';}
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:inherit;text-decoration: none;}
a:hover {text-decoration: none;color: inherit;}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img,
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: 0px solid transparent;
    text-decoration: none;
    text-decoration-skip-ink: none;
    background: transparent;
}
hr {border: 0px;}
/*---4. Wrappers(containers)---*/
.MainWrapper {
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
} 
.InnerContainWrapper {
	width: 100%;
	margin: 0 auto;
	padding: 40px 50px;
	max-width: 1440px;
}

h1,h2,h3,h4,h5,h6{line-height: 1.2;font-weight: 700;}
h1{font-size: 55px;}
h2{font-size: 40px;}
h3{font-size: 19px;}
h4{font-size: 30px;}
h5{font-size: 25px;}
h6{font-size: 20px;} 

/*---7. site selection color---*/
::selection {color: #fff;background-color: #ffaf7e;}
::-moz-selection {color: #fff;background-color: #ffaf7e;}
::-webkit-selection {color: #fff;background-color: #ffaf7e;}
/*---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 11px; 
    background-repeat: no-repeat;
    margin: 0px;
    padding: 1px 0px;
    padding-left: 20px;  
    background-size: 5px;
}
/*---17. font-size---*/
.FParagraph p {margin-bottom: 15px;  /*  Paragraph after spacing  */}
p,.FParagraph1 p {margin-bottom: 20px;  /*  Paragraph after spacing  */}
p{
	margin: 15px auto;
}
