
/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}

body {
    line-height: 1;
}


blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    overflow-y: scroll;
    font-size: 15px;
}

table {
  border: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
}
th {
  font-weight: bold;
  text-transform: uppercase;
   padding:6px;
}
td {
  border-top: 1px solid #ededed;
 padding:6px;
}



/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    font-family: 'Fira Sans', sans-serif;
}
    

p {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
    color: #063232;
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}

h1 {
    margin-top: 0;
    font-size: 2.552em;
}

h2 {
    font-size: 1.941em;
}

h3 {
    font-size: 1.653em;
}

h4 {
    font-size: 1.063em;
}

h5 {
    font-size: 0.85em;
}
h6 {
    font-size: 0.70em;
}

small {
    font-size: 0.8em;
}

strong, b{
    font-weight: 500;
}
a {
    text-decoration: none !important;
    color: #6b7a7a;
    transition: .5s;
}

/*form field css*/
.form-control {
	border-color: #ebebeb;
	/* padding: .975rem 0.85rem; */
	height: calc(2.5em + .75rem + 2px);
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #0c6e6d;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1 !important;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    /* Firefox 18- */
    color: #b1b1b1;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    /* Firefox 19+ */
    color: #b1b1b1;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #b1b1b1;
}

.section-heading h2 span{
    font-weight: 400;
    font-size: 2rem;
}
button.wpcf7-submit.btn.solid-btn {
    background: #0c6e6d;
    color: #fff;
    padding: 13px 30px;
    border-radius: 7px;
    transition: .5s;
    border-radius: 5px;
    margin-top: 20px;
}
.wp-block-post-comments-form {
    box-sizing: border-box;
    margin-bottom: 10px;
}
ul.wp-block-rss li {
    margin: 18px 0;
}
ul.wp-block-rss {
    list-style: square;
}

.product { padding:50px 0px !important; margin-bottom:50px !important; }
.product .elementor-widget-wrap { align-content:center; }


.product .section-title .title {  font-family:'Fira sans', sans-serif;font-size:30px !important;font-weight:bold !important; }
.product .section-title .title-two { font-family:'Fira sans', sans-serif;font-weight:normal !important }


.elementor-widget-text-editor ol { padding-left:15px;margin-bottom:15px; }
.elementor-widget-text-editor ul { padding-left:15px;margin-bottom:15px; }
.elementor-widget-text-editor table { font-size:14px; }
.elementor-widget-text-editor table p { margin-bottom:0px !important; }
.elementor-widget-text-editor table td,
.elementor-widget-text-editor table th {border:2px solid #BBB !important;}


.product ~ .elementor-widget-text-editor { margin-bottom:50px; }


@media (max-width: 1024px) {
   .product { padding:30px !important; }
   .product .elementor-widget-wrap { margin:0 !important; }
   .product .section-title .title-two { line-height:1 !important }
}