/* 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. loader---*/
:root {
  /* common form */
  --input-bg: white;
  --input-br: #c4c4c4;
  --input-color: #545454;
  --placeholder-color: var(--input-color);
  /* default style*/
  --default-bullet: url(../images/bullet.png);
  --plus-icon: url(../images/icons/plus.png);
  --minus-icon: url(../images/icons/minus.png);
  --logo-width: 222px;
  --logo-height: 120px;
  --default-text-color: #444444;
  --menu-color: #009196;
  --menu-hover-color: #009196;
  --footer-color: #009196;
  --footer-color-hover: #8b121b;
  --white: #fff;
  --site-font-r: "lato-r";
  --site-font-b: "monts-l";
  --goth-bk: "goth-bk";
  --monts-r: "monts-r";
  --monts-l: "monts-l";
  --lato-t: "lato-t";
  --lato-r: "lato-r";
  --lato-l: "lato-l";
  --site-color-1: #009196;
  --site-color-2: #8b121b;
  --site-color-3: #871510;
  --bg-color: #f5f5f3;
  --bg-color-1: #c9c9c9;
  --bg-color-2: #f6f5f4;
  --fz50: 50px;
  --fz35: 35px;
  --fz30: 30px;
  --fz26: 26px;
  --fz25: 25px;
  --fz24: 24px;
  --fz20: 20px;
  --fz18: 18px;
  --fz16: 16px;
  --fz15: 15px;
  --fz14: 14px;
  --fz12: 12px;
  --fz11: 11px;
}

.fz50 {
  font-size: var(--fz50) !important;
}

.fz35 {
  font-size: var(--fz35) !important;
}

.fz30 {
  font-size: var(--fz30) !important;
}

.fz26 {
  font-size: var(--fz26) !important;
}

.fz25 {
  font-size: var(--fz25) !important;
}

.fz24 {
  font-size: var(--fz24) !important;
}

.fz20 {
  font-size: var(--fz20) !important;
}

.fz18 {
  font-size: var(--fz18) !important;
}

.fz16 {
  font-size: var(--fz16) !important;
}

/*---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;
}

body {
  background-color: #fff;
  font-family: var(--site-font-r);
  color: var(--default-text-color);
  font-size: 15px;
  line-height: 1.87;
}

ol {
  list-style: decimal;
  margin-left: 30px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

/*---3. default anchor color, hr, BlackSepLine ---*/
a {
  color: var(--site-color-1);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--site-color-2);
}

hr {
  border: 0px;
}

/*---4. Wrappers(containers)---*/
.InnerContainWrapper, .MainWrapper {
  margin: 0 auto;
  width: 1200px;
}

.MainWrapper {
  padding: 0;
}

.InnerContainWrapper {
  padding: 40px 0;
}

/*---5. Container Fonts---*/
.InnerContainWrapper h1,
.InnerContainWrapper h2,
.InnerContainWrapper h3,
.InnerContainWrapper h4,
.InnerContainWrapper h5,
.InnerContainWrapper h6 {
  font-weight: normal;
  line-height: 1.1;
}
.InnerContainWrapper h1 {
  font-size: 42px;
}
.InnerContainWrapper h2 {
  font-size: 33px;
}
.InnerContainWrapper h3 {
  font-size: 26px;
}
.InnerContainWrapper h4 {
  font-size: 20px;
}
.InnerContainWrapper h5 {
  font-size: 18px;
}
.InnerContainWrapper h6 {
  font-size: 16px;
}

/*---7. site selection color---*/
::selection {
  color: #fff;
  background-color: var(--site-color-1);
}

/*---8. default UL-Li---*/
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul li {
  background-image: var(--default-bullet);
  background-position: 0px 0.5ex;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 0 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 li {
  background-image: var(--default-bullet);
  background-position: 0px 11px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 0 20px;
  text-align: left;
}

.EditorText ol li {
  border-bottom: 0px solid #d5d5d5;
  list-style: decimal;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 1px 0px 1px 0px;
  border: 0px solid;
  display: list-item;
  text-align: left;
}

/*---10. FullWidth, HideImg, ResImg, MaxWidth100---*/
.FullWidth {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.HideImg,
.ResImg {
  display: none !important;
}

.MaxWidth100 {
  max-width: 100%;
}

/*---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---*/
.color-1 {
  color: #ffffff;
}

.color-2 {
  color: #666666;
}

.color-3 {
  color: #000000;
}

.color-4 {
  color: #333333;
}

.color-5 {
  color: var(--site-color-1);
}

.color-6 {
  color: var(--site-color-2);
}

/*---14. BgColor---*/
.bg-color-1 {
  background-color: #ffffff;
}

.bg-color-2 {
  background-color: #000;
}

/*---15. TopArrow---*/
.TopArrow {
  width: 100%;
  padding: 0 0 20px;
  position: relative;
}

.TopArrow a {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background: var(--site-color-2);
  border-radius: 50%;
}

.TopArrow a:hover {
  color: #fff;
  background-color: var(--site-color-2);
}

.TopArrow .fa-stack-2x {
  font-size: 34px;
}

.TopArrow .fa-inverse {
  color: #ffffff;
}

.TopArrow .fa-inverse:hover {
  color: var(--site-color-1);
}

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

/*---19. Padding---*/
/*---21. LineHeight---*/
.Caps {
  text-transform: uppercase;
}

.Capitalize {
  text-transform: capitalize;
}

.LineHeightNormal {
  line-height: normal;
}

.lh {
  line-height: 1;
}

/*---22. FAQ css---*/
.Plus {
  display: block;
  background: var(--plus-icon);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}

.Minus {
  display: block;
  background: var(--minus-icon);
  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: #7fcb31;
  text-align: left;
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
}

.FaqTitle h6 {
  font-size: 18px;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  font-family: var(--site-font-b);
  color: var(--site-color-2);
  position: relative;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  padding-right: 25px;
}

/*.FaqTitle h6:before,.DownText:before  {
	content:'Q.';
	font-family: var(--site-font-r);
	position:absolute;
	left:0;
	top:0;	
}
.DownText:before {
	content:'A.';
	top:14px;
}*/
.DownText {
  padding: 15px 0px;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
}

.TextShadow {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.flex-grid-container {
  --width: 300px;
  --mx: 20px;
  --my: 20px;
}
.flex-grid-container .WithoutSlider > ul.NoBullet,
.flex-grid-container > ul.NoBullet {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--my) * -1) calc(var(--mx) * -1);
}
.flex-grid-container .WithoutSlider > ul.NoBullet > li,
.flex-grid-container > ul.NoBullet > li {
  flex: 0 1 var(--width);
  margin: var(--my) var(--mx);
}

.biobox-container.OverlayWrapper {
  padding: 30px;
}
.biobox-container .text {
  display: contents;
}
.biobox-container .Img {
  margin: 0 1.5rem 1rem 0 !important;
}
.biobox-container .sepline {
  margin: 0 0 7px;
  width: 123px;
  height: 3px;
  background-color: #333;
}
.biobox-container .desc {
  margin-top: 0.7rem;
}
.biobox-container .link {
  line-height: 0;
  margin: 15px 0 0;
}
.biobox-container .link a {
  color: var(--site-color-1);
  font-size: 15px;
  font-family: var(--site-font-b);
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.biobox-container .link a:hover {
  color: var(--site-color-b);
}
.biobox-container .link a i {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 16px;
}
.biobox-container h4.Title.FZ-25 {
  color: var(--site-color-1);
  font-size: 27px;
  font-family: var(--site-font-b);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.biobox-container h5.role {
  color: var(--site-color-1);
  font-size: 22px;
  font-family: var(--site-font-b);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.biobox-container .phone.link {
  margin: 5px 0 0;
}
.biobox-container .phone.link a i {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
  margin: -7.5px 0 0;
}
