
html {
    -webkit-text-size-adjust: 100%;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

/* .home .wp-block-post-title{
display: none;
} */

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
textarea {
    width: 100%;
    line-height: 1.6;
    padding: 7px var(--wp--preset--spacing--30);
    font-size: calc(var(--wp--preset--font-size--medium) - 0.125rem);
    font-family: var(--wp--preset--font-family--open-sans);
    border: 1px solid rgb(118, 118, 118);
    /* background-color: transparent; */
    color: var(--wp--preset--color--quinary);
    /* height:36px; */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1.6;
    padding: 7px var(--wp--preset--spacing--30);
    font-size: calc(var(--wp--preset--font-size--medium) - 0.125rem);
    border-radius: 0;
    border-width: 0;
    background-color: #32373c;
    color: var(--wp--preset--color--senary);
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
    font-family: var(--wp--preset--font-family--open-sans);
    cursor: pointer;
    -webkit-appearance: button;
    /* height: 36px !important; */
}


.wp-block-search__input,
.wp-block-search__button{
    /* height: 36px !important; */
    /* margin-left: 0; */
}
/* 
.wp-block-search__button svg {

    min-height: unset;
    min-width: unset;
    font-size: var(--wp--preset--font-size--medium);

} */

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
    outline: none;
    border-color: var(--wp--preset--color--secondary) !important;
}

pre {
    white-space: normal;
}

hr {
    box-sizing: content-box;
    height: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;

}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden] {
    display: none;
}

.is-style-solid.wp-block-post-terms.taxonomy-category>a {
    background-color: var(--wp--preset--color--secondary) !important;
    padding: 2px 6px;
    margin-right: 5px;
    color: var(--wp--preset--color--senary) !important;
    white-space: nowrap;
}

.is-style-outline.wp-block-post-terms.taxonomy-category>a {
    border: 1px solid var(--wp--preset--color--secondary) !important;
    padding: 2px 6px;
    margin-right: 5px;
    color: var(--wp--preset--color--primary) !important;
}

.is-style-underline.wp-block-post-terms.taxonomy-category>a {
    border-bottom: 2px solid var(--wp--preset--color--secondary) !important;
    padding: 2px 0;
    color: var(--wp--preset--color--primary) !important;
}

.is-style-solid.wp-block-post-terms.taxonomy-category>.wp-block-post-terms__separator,
.is-style-outline.wp-block-post-terms.taxonomy-category>.wp-block-post-terms__separator {
    display: none;
}

/* block post title design */
/* .wp-block-heading, */
.wp-block-post-title a {
    display: inline;
}

.is-style-quaternary.wp-block-heading,
.is-style-tertiary.wp-block-heading,
.is-style-secondary.wp-block-heading {
    /* background-color: var(--wp--preset--color--quaternary); */
    /* border-bottom:  2px solid var(--wp--preset--color--secondary) !important; */
    font-size: var(--wp--preset--font-size--medium);
    /* padding: 0 0.5em; */
    position: relative;
    box-sizing: border-box;
}

.is-style-secondary.wp-block-heading::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 3px;
    background: var(--wp--preset--color--secondary) !important;
}

/* .is-style-secondary.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 4px solid var(--wp--preset--color--secondary);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
} */

.is-style-quaternary.wp-block-heading.has-text-align-right,
.is-style-tertiary.wp-block-heading.has-text-align-right,
.is-style-secondary.wp-block-heading.has-text-align-right {
    border-left: unset !important;
    border-right: 4px solid var(--wp--preset--color--secondary) !important;
}

.is-style-quaternary.wp-block-heading.has-text-align-center,
.is-style-tertiary.wp-block-heading.has-text-align-center,
.is-style-secondary.wp-block-heading.has-text-align-center {
    border-left: unset !important;
    border-bottom: 4px solid var(--wp--preset--color--secondary) !important;
}

.is-style-secondary.wp-block-heading.has-text-align-right::before {
    left: unset;
    right: 0;
    border-left: unset;
    border-right: 6px solid var(--wp--preset--color--secondary);
}

.is-style-secondary.wp-block-heading.has-text-align-center::before {
    left: 50%;
    top: unset;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid var(--wp--preset--color--secondary);
}

.is-style-tertiary.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 6px solid var(--wp--preset--color--secondary);
    border-top: 6px solid transparent;
}

.is-style-tertiary.wp-block-heading.has-text-align-right::before {
    left: unset;
    right: 0;
    border-left: unset;
    border-right: 6px solid var(--wp--preset--color--secondary);
}

.is-style-tertiary.wp-block-heading.has-text-align-center::before {
    border-top: none;
    border-bottom: 6px solid var(--wp--preset--color--secondary);
    border-left: 6px solid transparent;
    left: unset;
    bottom: unset;
    right: 0;
    bottom: 0;
}

.is-style-secondary.wp-block-post-title:hover {
    color: var(--wp--preset--color--secondary) !important;
}

.is-style-tertiary.wp-block-post-title a {
    border-bottom: 1px solid transparent;
}

.is-style-tertiary.wp-block-post-title:hover {
    border-bottom: 1px solid var(--wp--preset--color--secondary) !important;
}

.is-style-quaternary.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 6px solid var(--wp--preset--color--secondary);
    border-bottom: 6px solid transparent;
}

.is-style-quaternary.wp-block-heading.has-text-align-right::before {
    border-left: unset;
    border-right: 6px solid var(--wp--preset--color--secondary);
    left: unset;
    right: 0;
}

.is-style-quaternary.wp-block-heading.has-text-align-center::before {
    border-left: unset;
    border-bottom: 6px solid var(--wp--preset--color--secondary);
    border-right: 6px solid transparent;
    top: unset;
    bottom: 0;
}

.is-style-quaternary.wp-block-post-title a {
    border-bottom: 2px dashed transparent;
}

.is-style-quaternary.wp-block-post-title:hover a {
    border-bottom: 2px dashed var(--wp--preset--color--secondary) !important;
}

/* block post title design */

/* navigation style design */
.wp-block-navigation {
    font-weight: 700;
}

li.wp-block-navigation-item.wp-block-navigation-item,
li.wp-block-navigation-item.wp-block-navigation-link {
    padding: 0px;
    position: relative;
}

li.wp-block-navigation-item.wp-block-navigation-item::after,
li.wp-block-navigation-item.wp-block-navigation-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: all ease-in .3s;
    background-color: var(--wp--preset--color--senary);
}

li.wp-block-navigation-item.wp-block-navigation-item:hover::after,
li.wp-block-navigation-item.wp-block-navigation-link:hover::after,
li.wp-block-navigation-item.current-menu-item.wp-block-navigation-item::after,
li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link::after {
    width: 100%;
}

.is-style-secondary.wp-block-navigation li.wp-block-navigation-item.wp-block-navigation-link::after,
.is-style-secondary.wp-block-navigation li.wp-block-navigation-item.wp-block-navigation-item::after {
    left: 0;
}

.is-style-tertiary.wp-block-navigation li.wp-block-navigation-item.wp-block-navigation-link::after,
.is-style-tertiary.wp-block-navigation li.wp-block-navigation-item.wp-block-navigation-item::after {
    right: 0;
}

.is-style-quaternary.wp-block-navigation li.wp-block-navigation-item.wp-block-navigation-link::after,
.is-style-quaternary.wp-block-navigation li.wp-block-navigation-item.wp-block-navigation-item::after {
    left: 50%;
    transform: translateX(-50%);
}


.wp-block-group.is-style-outline {
    border: 2px solid var(--wp--preset--color--primary);
    padding: var(--wp--preset--spacing--50);
}

.wp-block-group.is-style-underline {
    border-bottom: 2px solid var(--wp--preset--color--primary);
}

/* group style */

/* button style */
.wp-block-button.is-style-secondary {
    border-bottom: 2px solid;
}

body.single .wp-block-post-excerpt.is-style-secondary{
border-left: 3px solid var(--wp--preset--color--secondary);

}

body.single .wp-block-post-excerpt.is-style-secondary p{
    margin-left: 10px;
}

.wp-block-post-excerpt.is-style-tertiary .wp-block-post-excerpt__more-link,
.wp-block-button.is-style-tertiary {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}

.wp-block-post-excerpt.is-style-quaternary .wp-block-post-excerpt__more-text {
    display: flex;
}

.is-style-quaternary.wp-block-query-pagination .page-numbers,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-previous,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-post-excerpt.is-style-quaternary .wp-block-post-excerpt__more-link,
.wp-block-button.is-style-quaternary {
    position: relative;
    overflow: hidden;
}

.is-style-quaternary.wp-block-query-pagination .page-numbers,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-previous,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-post-excerpt.is-style-quaternary .wp-block-post-excerpt__more-link {
    background-color: var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--senary) !important;
}

.is-style-quaternary.wp-block-query-pagination .page-numbers::before,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-previous::before,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-next::before,
.wp-block-post-excerpt.is-style-quaternary .wp-block-post-excerpt__more-link::before,
.wp-block-button.is-style-quaternary::before {
    position: absolute;
    content: "";
    left: -80%;
    top: 0;
    width: 50px;
    height: 100%;
    transform: skewX(30deg);
    background-color: #fff;
    opacity: .35;
}

.is-style-quaternary.wp-block-query-pagination .page-numbers::before,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-previous::before,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-next::before {
    left: -70px;
    width: 25px;
}

.is-style-quaternary.wp-block-query-pagination .page-numbers:hover::before,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-previous:hover::before,
.is-style-quaternary.wp-block-query-pagination .wp-block-query-pagination-next:hover::before,
.wp-block-post-excerpt.is-style-quaternary .wp-block-post-excerpt__more-link:hover::before,
.wp-block-button.is-style-quaternary:hover::before {
    left: 120%;
    transition: all ease-in .5s;
}

/* button style */

.wp-block-post-excerpt .wp-block-post-excerpt__more-text>a {
    font-weight: 600;
}

/* .newspare-style-1 .wp-block-post-excerpt__more-text > a{ */
.wp-block-post-excerpt__more-text>a {
    font-size: 12px;
}

.wp-block-post-excerpt.is-style-secondary .wp-block-post-excerpt__more-text>a,
.wp-block-post-excerpt.is-style-tertiary .wp-block-post-excerpt__more-text>a,
.wp-block-post-excerpt.is-style-quaternary .wp-block-post-excerpt__more-text>a {
    padding: .35em 1em;
    text-decoration: none !important;
}

.wp-block-columns.is-style-sticky-top {
    align-items: flex-start !important;
}

.wp-block-columns.is-style-sticky-top>.wp-block-column {
    position: sticky;
    top: 20px;
}

.wp-block-columns.is-style-sticky-bottom {
    align-items: flex-end !important;
}

.wp-block-columns.is-style-sticky-bottom>.wp-block-column {
    position: sticky;
    bottom: 20px;
}

/* post excerpt red more design */
.wp-block-post-excerpt.is-style-secondary .wp-block-post-excerpt__more-text>a {
    /* background-color: var(--wp--preset--color--secondary) !important; */
    border: 1px solid var(--wp--preset--color--secondary) !important;
    /* color: var(--wp--preset--color--senary) !important; */
}

.wp-block-post-excerpt.is-style-secondary .wp-block-post-excerpt__more-text>a:hover {
    /* background-color: var(--wp--preset--color--quinary) !important; */
    opacity: 0.8;
}

/* post excerpt red more design */

/* pagination query styles */
.wp-block-query-pagination-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
    padding: .25em .75em;
    display: inline-block;
}

.is-style-secondary.wp-block-query-pagination .page-numbers,
.is-style-secondary.wp-block-query-pagination .wp-block-query-pagination-previous,
.is-style-secondary.wp-block-query-pagination .wp-block-query-pagination-next {
    border: 1px solid var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--primary) !important;
    font-size: 12px;
    font-weight: 700;
    
}

.is-style-secondary.wp-block-query-pagination .page-numbers:hover,
.is-style-secondary.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.is-style-secondary.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.is-style-secondary.wp-block-query-pagination .page-numbers.current{
    background-color: var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--senary) !important;
    
}

.is-style-tertiary.wp-block-query-pagination .page-numbers,
.is-style-tertiary.wp-block-query-pagination .wp-block-query-pagination-previous,
.is-style-tertiary.wp-block-query-pagination .wp-block-query-pagination-next {
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}

/* pagination query styles */
.wp-block-page-list:not(.is-style-default),
.wp-block-categories-list:not(.is-style-default) {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.wp-block-page-list.is-style-secondary li a:hover,
.wp-block-categories-list.is-style-secondary li a:hover {
    color: var(--wp--preset--color--secondary) !important;
}

.wp-block-page-list.is-style-tertiary li a:hover,
.wp-block-categories-list.is-style-tertiary li a:hover {
    text-shadow: 0px 0px 1px var(--wp--preset--color--quaternary) !important;
}

/* block list style */
.wp-block-list.is-style-no-disc {
    list-style: none;
    padding-left: 0;
}

/* image caption style */
.wp-block-gallery.has-nested-images figcaption,
figure.wp-block-image figcaption {
    color: var(--wp--preset--color--primary);
    opacity: .6;
    font-size: 14px;
}

/* align wide and full */
body .is-layout-constrained>.entry-content.is-layout-constrained {
    max-width: unset;
}

body .is-layout-constrained>.alignwide {
    clear: both;
}

/* blocl code style */
pre.wp-block-code {
    border: 1px solid var(--wp--preset--color--primary);
    padding: 2em;
    background-color: #f5f5f5;
}

/* block nav menu with background */
.wp-block-navigation ul.has-background {
    padding: 0;
}

/* block quote styles */
.wp-block-pullquote.is-style-default,
.wp-block-quote.is-style-default {
    position: relative;
    padding-left: 4em;
}

.wp-block-pullquote.is-style-default.has-text-align-right,
.wp-block-quote.is-style-default.has-text-align-right {
    padding-left: 0;
    padding-right: 4em;
}

.wp-block-pullquote.is-style-default:not(.has-text-align-left):not(.has-text-align-right),
.wp-block-pullquote.is-style-default.has-text-align-center,
.wp-block-quote.is-style-default.has-text-align-center {
    padding-left: 0;
    padding-top: 2em;
}

.wp-block-pullquote.is-style-default::before,
.wp-block-quote.is-style-default::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'aft-icons' !important;
    content: "\f10d";
    font-size: 3em;
    opacity: .25;
    line-height: 1;
}

.wp-block-pullquote.is-style-default.has-text-align-right::before,
.wp-block-quote.is-style-default.has-text-align-right::before {
    left: unset;
    right: 0;
}

.wp-block-pullquote.is-style-default.has-text-align-left::before {
    top: 1em;
    left: 40px;
}

.wp-block-pullquote.is-style-default.has-text-align-right::before {
    top: 1em;
    right: 40px;
}

.wp-block-pullquote.is-style-default:not(.has-text-align-left):not(.has-text-align-right)::before,
.wp-block-pullquote.is-style-default.has-text-align-center::before,
.wp-block-quote.is-style-default.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-plain,
.wp-block-quote.is-style-plain {
    border-left: 4px solid var(--wp--preset--color--primary);
    padding-left: 1em;
}

.wp-block-pullquote.is-style-plain.has-text-align-center,
.wp-block-quote.is-style-plain.has-text-align-center {
    border-left: unset;
    padding-left: 0;
    border-top: 4px solid var(--wp--preset--color--primary);
}

.wp-block-pullquote.is-style-plain.has-text-align-right,
.wp-block-quote.is-style-plain.has-text-align-right {
    border-left: unset;
    padding-left: 0;
    border-right: 4px solid var(--wp--preset--color--primary);
    padding-right: 1em;
}

.wp-block-pullquote.is-style-secondary {
    position: relative;
}

.wp-block-quote.is-style-secondary {
    position: relative;
    padding: 1px 1em;
}

.wp-block-pullquote.is-style-secondary::before,
.wp-block-quote.is-style-secondary::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'aft-icons' !important;
    content: "\f10d";
    font-size: 4em;
    opacity: .15;
    line-height: 1;
}

.wp-block-pullquote.is-style-secondary::before {
    top: 1em;
}

.wp-block-pullquote.is-style-secondary.has-text-align-left::before {
    left: 40px;
}

.wp-block-pullquote.is-style-secondary.has-text-align-right::before {
    left: unset;
    right: 40px;
}

.wp-block-quote.is-style-secondary.has-text-align-right::before {
    left: unset;
    right: 0;
}

.wp-block-pullquote.is-style-secondary:not(.has-text-align-left):not(.has-text-align-right)::before,
.wp-block-pullquote.is-style-secondary.has-text-align-center::before,
.wp-block-quote.is-style-secondary.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-tertiary,
.wp-block-quote.is-style-tertiary {
    position: relative;
    padding-top: 3em;
}

.wp-block-pullquote.is-style-tertiary::before,
.wp-block-quote.is-style-tertiary::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'aft-icons' !important;
    content: "\f10d";
    font-size: 3em;
    opacity: .25;
    line-height: 1;
}

.wp-block-pullquote.is-style-tertiary:not(.has-text-align-left):not(.has-text-align-right)::before,
.wp-block-pullquote.is-style-tertiary.has-text-align-center::before,
.wp-block-quote.is-style-tertiary.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-tertiary.has-text-align-left::before {
    left: 40px;
}

.wp-block-pullquote.is-style-tertiary.has-text-align-right::before {
    right: 40px;
}

.wp-block-quote.is-style-tertiary.has-text-align-right::before {
    right: 0;
}

.wp-block-pullquote.is-style-quaternary {
    position: relative;
}

.wp-block-quote.is-style-quaternary {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em;
}

.wp-block-pullquote.is-style-quaternary::before,
.wp-block-quote.is-style-quaternary::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'aft-icons' !important;
    content: "\f10d";
    font-size: 2em;
    line-height: 1;
}

.wp-block-pullquote.is-style-quaternary::after,
.wp-block-quote.is-style-quaternary::after {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'aft-icons' !important;
    content: "\f10e";
    font-size: 2em;
    line-height: 1;
}

.wp-block-pullquote.is-style-quaternary:not(.has-text-align-left):not(.has-text-align-right)::before,
.wp-block-pullquote.is-style-quaternary.has-text-align-center::before,
.wp-block-quote.is-style-quaternary.has-text-align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-quaternary:not(.has-text-align-left):not(.has-text-align-right)::after,
.wp-block-pullquote.is-style-quaternary.has-text-align-center::after,
.wp-block-quote.is-style-quaternary.has-text-align-center::after {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.wp-block-pullquote.is-style-quaternary.has-text-align-right::before,
.wp-block-quote.is-style-quaternary.has-text-align-right::before {
    left: unset;
    right: 0;
}

.wp-block-pullquote.is-style-quaternary.has-text-align-right::after,
.wp-block-quote.is-style-quaternary.has-text-align-right::after {
    right: unset;
    left: 0;
}

/* list styles */
ul,
ol {
    list-style-position: inside;
    padding: 0;
}

ul .rich-text,
ol .rich-text {
    display: inline-block;
}

/* ul.is-style-secondary li,
ol.is-style-secondary li {
    padding: 5px;
} */

ul.is-style-secondary li:not(:last-child),
ol.is-style-secondary li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

ul.is-style-tertiary li,
ol.is-style-tertiary li {
    padding: 5px 12px;
}

ul.is-style-tertiary li:nth-child(even),
ol.is-style-tertiary li:nth-child(even) {
    background-color: rgba(0, 0, 0, .035);
}

ul.is-style-quaternary li,
ol.is-style-quaternary li {
    background-color: rgba(0, 0, 0, .025);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 12px;
    margin-bottom: 10px;
}