/************************************************
Gutenberg Block
************************************************/
.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

@media only screen and (min-width: 768px) {
    .alignwide {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    .entry-content>*,
    .entry .entry-summary>* {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

ul,
li {
    list-style-position: inside;
}

.alignleft {
    float: left;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-left: 0;
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignleft {
        max-width: calc(4 * (100vw / 12));
        margin-right: calc(2 * 1rem);
    }
}

.alignright {
    float: right;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-right: 0;
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    .alignright {
        max-width: calc(4 * (100vw / 12));
        margin-right: 0;
        margin-left: calc(2 * 1rem);
    }
}

.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
    display: block;
}


/* Full Block Alignment If Sidebar Is Not Present */
.sidebar-inactive #content .container {
    max-width: 80%;
}

.b-details-content .the-content a.wp-block-file__button {
    color: #fff;
}

/*-- Full width added css --*/
.sidebar-inactive .alignfull,
.alignfull,
.blockquote.wp-block-pullquote.alignfull,
.wp-block-pullquote:not(.is-style-solid-color).alignfull {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    left: 50%;
    right: 50%;
    max-width: initial;
    border-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}

.alignwide {
    left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.alignwide {
    max-width: none;
}

.alignfull>img,
.alignwide>img {
    max-width: none;
    width: 100%;
}

/*-- Full width added css end --*/
.sidebar-inactive .alignfull blockquote {
    padding: 40px;
}

.sidebar-inactive .alignfull.wp-block-cover-image.has-background-dim {
    padding: 40px;
}

.sidebar-inactive figure.wp-block-image.alignleft.is-resized,
.wp-block-image .alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
}

.sidebar-inactive figure.wp-block-image.alignright.is-resized,
.wp-block-image .alignright {
    margin-left: 30px;
}

.sidebar-inactive #content .container {
    max-width: 80%;
}

p.has-background {
    padding: 20px 30px;
}

.wp-block-audio {
    width: 100%;
}

.wp-block-audio audio {
    width: 100%;
}

.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
    max-width: 198px;
}

@media only screen and (min-width: 768px) {

    .wp-block-audio.alignleft audio,
    .wp-block-audio.alignright audio {
        max-width: 384px;
    }
}

@media only screen and (min-width: 1379px) {

    .wp-block-audio.alignleft audio,
    .wp-block-audio.alignright audio {
        max-width: 385.44px;
    }
}

.wp-block-video video {
    width: 100%;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
    text-align: center;
}

/*Button Style*/
.wp-block-button {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.wp-block-button .wp-block-button__link {
    transition: background 150ms ease-in-out;
    border: none;
    font-size: 0.88889em;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    padding: 0.76rem 1rem;
    outline: none;
    outline: none;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #d53863;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 6px;
    border: 1px solid #d53863;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: white;
}

.wp-block-button .wp-block-button__link:hover {
    color: #d53863 !important;
    background: transparent;
    border-color: #d53863;
    cursor: pointer;
}

.wp-block-button .wp-block-button__link:focus {
    color: white;
    background: transparent;
    border-color: #d53863;
    outline: thin dotted;
    outline-offset: -4px;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
    transition: all 150ms ease-in-out;
    border-width: 2px;
    border-style: solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
    background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
    color: #d53863;
    border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #111;
    border-color: #111;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
    list-style-position: outside;
}

.wp-block-latest-posts.has-dates {
    list-style: none;
}

.wp-block-latest-posts__post-date {
    margin-top: 5px;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0.75rem;
}

.wp-block-archives li span.pull-right,
.wp-block-categories li span.pull-right,
.wp-block-latest-posts li span.pull-right {
    color: #d53863;
}

.wp-block-archives li.menu-item-has-children,
.wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
    padding-bottom: 0;
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
    text-decoration: none;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
    text-align: center;
    list-style-position: inside;
}

.wp-block-categories ul {
    padding-top: 0.75rem;
}

.wp-block-categories li ul {
    list-style-position: outside;
}

.wp-block-categories ul {
    counter-reset: submenu;
}

.wp-block-latest-posts.is-grid li {
    border-top: 2px solid #ccc;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.wp-block-latest-posts.is-grid li a:after {
    content: '';
}

.wp-block-latest-posts.is-grid li:last-child {
    margin-bottom: auto;
}

.wp-block-latest-posts.is-grid li:last-child a:after {
    content: '';
}

.wp-block-preformatted {
    line-height: 1.8;
    padding: 1rem;
}

.wp-block-verse {
    font-size: 22px;
    line-height: 1.8;
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 3.375em;
    line-height: .75em;
    font-weight: bold;
    margin: 0 0.25em 0 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
    border-left: 0;
}

.format-quote {}

/* Block Quote */
.wp-block-pullquote {
    border-color: transparent;
    border-width: 2px;
    padding: 0;
}

.wp-block-pullquote p {
    font-size: 1.6875em;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0.5em;
}

.wp-block-pullquote p em {
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote p {
        font-size: 1.75rem;
    }
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 70px;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    margin: 1rem 0;
    max-width: 100%;
}

.wp-block-pullquote.alignleft {
    text-align: left;
    margin-right: 30px !important;
}

.wp-block-pullquote.alignright {
    text-align: right;
    margin-left: 30px !important;
}

.wp-block-pullquote.alignleft blockquote p:first-child,
.wp-block-pullquote.alignright blockquote p:first-child {
    margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.6875em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color p {
        font-size: 2.25em;
    }
}

.wp-block-pullquote.is-style-solid-color a {
    color: #fff;
}

.wp-block-pullquote.is-style-solid-color cite {
    color: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color blockquote {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0 20px 20px;
        color: #000;
    }
}

@media only screen and (min-width: 768px) {

    .wp-block-pullquote.is-style-solid-color.alignright,
    .wp-block-pullquote.is-style-solid-color.alignleft {
        padding: 1rem calc(2 * 1rem);
    }
}

@media only screen and (min-width: 768px) {
    .wp-block-pullquote.is-style-solid-color.alignfull {
        padding-left: calc(10% + 58px + (2 * 1rem));
        padding-right: calc(10% + 58px + (2 * 1rem));
    }
}

blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote {
    padding: 30px 30px 40px 40px;
}

/*--- Blockquote --*/
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote:not(.is-style-solid-color),
.wp-block-quote.is-style-large,
blockquote.wp-block-pullquote,
blockquote.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote {
    color: #001d67;
    border-left: 0;
    margin: 30px 0;
    font-style: italic;
    padding: 20px 55px;
    position: relative;
    padding-left: 40px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
}

.wp-block-quote .editor-rich-text__tinymce {
    color: #001d67;
}

.editor-block-list__block .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote {
    border-left: 0;
}

blockquote.wp-block-quote p {
    margin: 0;
}

.wp-block-quote p {
    margin: 20px 0;
    line-height: 1.625;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
    font-weight: normal;
    font-size: 16px;
    margin-left: 40px;
    text-transform: unset;
    display: inline-block;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    position: relative;
    font-style: normal;
}

blockquote.wp-block-quote cite::before,
blockquote.wp-block-quote footer::before,
blockquote.wp-block-quote .wp-block-quote__citation::before,
.wp-block-quote cite::before,
.wp-block-pullquote cite::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    content: '';
    background: #d53863;
    margin: 10px 0 13px -40px;
}

.wp-block-quote .blockquote-footer {
    margin-left: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 1rem 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-style: italic;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    margin-top: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 16px;
    text-align: left;
}

p.has-large-font-size {
    line-height: 36px;
}

p.has-large-font-size+p,
p.has-large-font-size {
    line-height: 1.1;
}

p.has-large-font-size {
    line-height: 1.3;
}

blockquote.wp-block-quote.is-style-large cite {
    margin-top: 15px;
}

.wp-block-quote.is-style-large cite em {
    display: block;
    position: relative;
    top: -20px;
}

@media only screen and (min-width: 768px) {

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        margin: 1rem 0;
    }
}

/*-- Pull quote --*/
.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color {
    background: none;
}

blockquote {
    margin: 35px 0;
    text-align: center;
    font-size: 28px;
    color: #001d67;
    background: #f3f5ff;
    padding: 55px 90px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
}

blockquote p {
    color: #001d67;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

blockquote cite {
    color: #152136;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

blockquote::before {
    top: 50%;
    content: "";
    z-index: -1;
    right: 40px;
    width: 185px;
    height: 192px;
    position: absolute;
    transform: translateY(-50%);
    background-position: top center;
    background-image: url(../../../img/blockquote_icon.png);
}

.wp-block-pullquote blockquote>.block-editor-rich-text p {
    margin-bottom: 10px;
}

.wp-block-pullquote .wp-block-pullquote__citation {
    font-weight: normal;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    max-width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

@media only screen and (min-width: 768px) {
    .wp-block-image.alignfull img {
        margin-left: auto;
        margin-right: auto;
    }
}

.wp-block-cover-image,
.wp-block-cover {
    position: relative;
    min-height: 430px;
    padding: 1rem;
}

@media only screen and (min-width: 768px) {

    .wp-block-cover-image,
    .wp-block-cover {
        padding: 1rem 10%;
    }
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-paragraph.has-large-font-size.editor-rich-text__editable {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.25;
    padding: 0;
}

@media only screen and (min-width: 768px) {

    .wp-block-cover-image .wp-block-cover-image-text,
    .wp-block-cover-image .wp-block-cover-text,
    .wp-block-cover-image h2,
    .wp-block-cover .wp-block-cover-image-text,
    .wp-block-cover p.wp-block-cover-text,
    .wp-block-cover h2,
    .wp-block-cover p.has-large-font-size {
        font-size: 30px;
        max-width: 100%;
        font-weight: 600;
    }
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .wp-block-cover-image.alignleft,
    .wp-block-cover-image.alignright,
    .wp-block-cover.alignleft,
    .wp-block-cover.alignright {
        padding: 1rem calc(2 * 1rem);
    }
}

@media only screen and (min-width: 768px) {

    .wp-block-cover-image.alignfull .wp-block-cover-image-text,
    .wp-block-cover-image.alignfull .wp-block-cover-text,
    .wp-block-cover-image.alignfull h2,
    .wp-block-cover.alignfull .wp-block-cover-image-text,
    .wp-block-cover.alignfull .wp-block-cover-text,
    .wp-block-cover.alignfull h2 {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {

    .wp-block-cover-image.alignfull .wp-block-cover-image-text,
    .wp-block-cover-image.alignfull .wp-block-cover-text,
    .wp-block-cover-image.alignfull h2,
    .wp-block-cover.alignfull .wp-block-cover-image-text,
    .wp-block-cover.alignfull .wp-block-cover-text,
    .wp-block-cover.alignfull h2 {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

.wp-block-gallery {
    list-style-type: none;
}

.wp-block-gallery.alignfull {
    padding-left: 25px;
    padding-right: 25px;
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 16px;
}

.wp-block-gallery figcaption a {
    color: #fff;
}

figure.wp-block-gallery.columns-3.is-cropped.alignfull figcaption.blocks-gallery-caption {
    text-align: center;
    margin: 0 auto;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 0.75em;
    line-height: 1.6;
    margin: 0;
    padding: 0.8rem;
    text-align: center;
    bottom: 0;
}

.wp-block-file .wp-block-file__button {
    display: table;
    transition: background 150ms ease-in-out;
    border: none;
    border-radius: 5px;
    background: #d72924;
    font-size: 22px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    padding: 0.75rem 1rem;
    color: #fff;
    margin-left: 0;
    margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
    .wp-block-file .wp-block-file__button {
        font-size: 22px;
        padding: 0.875rem 1.5rem;
    }
}

.wp-block-file .wp-block-file__button:hover {
    background: #111;
    cursor: pointer;
}

.wp-block-file .wp-block-file__button:focus {
    background: #111;
    outline: thin dotted;
    outline-offset: -4px;
}

.wp-block-code {
    border-radius: 0;
}

.wp-block-code code {
    font-size: 1.125em;
    white-space: pre-wrap;
    word-break: break-word;
}


/* Column */
.wp-block-columns.alignfull {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 1200px) {
    .alignwide {
        margin-left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
    }
}

/* 1200px */
@media only screen and (min-width: 600px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-media-text__content p.has-large-font-size {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .wp-block-media-text__content p.has-large-font-size {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 768px) {
    .wp-block-columns .wp-block-column>*:first-child {
        margin-top: 0;
    }

    .wp-block-columns .wp-block-column>*:last-child {
        margin-bottom: 0;
    }

    .wp-block-columns[class*='has-']>*:last-child {
        margin-right: 0;
    }

    .wp-block-columns.alignfull,
    .wp-block-columns.alignfull .wp-block-column {
        padding-left: calc(2 * 1rem);
        padding-right: calc(2 * 1rem);
    }
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-weight: bold;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    font-weight: normal;
}

.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit;
}

.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
    font-size: 0.71111em;
}

.has-small-font-size {
    font-size: 0.88889em;
}

.has-normal-font-size {
    font-size: 1.125em;
}

.has-large-font-size {
    font-size: 1.6875em;
}

.has-huge-font-size {
    font-size: 2.25em;
}

.has-primary-background-color,
.has-secondary-background-color,
.has-dark-gray-background-color,
.has-light-gray-background-color {
    color: #fff;
}

.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-dark-gray-background-color p,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a {
    color: #fff;
}

.has-white-background-color {
    color: #111;
}

.has-white-background-color p,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color a {
    color: #111;
}

.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color {
    background-color: #d72924;
}

.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
    background-color: #005177;
}

.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
    background-color: #111;
}

.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
    background-color: #767676;
}

.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color {
    background-color: #FFF;
}

.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
    color: #d72924;
}

.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
    color: #005177;
}

.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
    color: #111;
}

.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
    color: #767676;
}

.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    color: #FFF;
}


/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
object {
    max-width: 100%;
}

iframe {
    width: 100%;
    height: 600px;
}

.custom-logo-link {
    display: inline-block;
}

.avatar {
    border-radius: 100%;
    display: block;
    height: calc(2.25 * 1rem);
    min-height: inherit;
    width: calc(2.25 * 1rem);
}

svg {
    transition: fill 120ms ease-in-out;
    fill: currentColor;
}

blockquote a,
code {
    color: #d53863;
}

img {
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/

.wp-caption {
    margin-bottom: calc(1.5 * 1rem);
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    color: #5b7d9a;
    font-size: 0.75em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-gallery img[class*="wp-image-"] {
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-item a img {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0;
}

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-right: 0;
}

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-right: 0;
}

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-right: 0;
}

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-right: 0;
}

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-right: 0;
}

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-caption {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-item>div>a:focus {
    box-shadow: 0 0 0 2px #0073aa;
}

@media only screen and (max-width: 991px) {

    .sidebar-inactive .is-type-video,
    .sidebar-active .is-type-video {
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .is-type-video iframe {
        height: 100%;
    }

    .wp-block-separator.is-style-dots:before,
    hr.is-style-dots:before {
        font-size: .3875em;
    }

    .wp-block-pullquote p {
        font-size: 1em;
    }
}


/**================== Theme customization ==================**/

/*-- Seperator --*/
.wp-block-separator,
hr {
    background-color: #e1e6ff;
    border: 0;
    height: 1px;
    margin: 2rem auto 1.5rem;
    max-width: 200px;
    text-align: center;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {

    .wp-block-separator.is-style-wide,
    hr.is-style-wide {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {

    .wp-block-separator.is-style-wide,
    hr.is-style-wide {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

.wp-block-separator.is-style-dots,
hr.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center;
}

@media only screen and (min-width: 768px) {

    .wp-block-separator.is-style-dots,
    hr.is-style-dots {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {

    .wp-block-separator.is-style-dots,
    hr.is-style-dots {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: 0.88889em;
    padding-left: 0.88889em;
}

.wp-block-separator+h1:before,
.wp-block-separator+h2:before,
hr+h1:before,
hr+h2:before {
    display: none;
}


/* Table */

.wp-block-table td,
.wp-block-table th {
    border: 1px solid #ededed;
}

.wp-block-table {
    border: 0;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    text-align: center;
}

table.wp-block-table>tbody>tr:nth-child(2n+1)>td {
    background-color: #fcfcfc;
}

table.wp-block-table>tbody>tr>td {
    padding: 10px 5px;
    border-bottom: 0;
    border-left: 0;
}

.details-content table th {
    background: no-repeat;
    color: unset;
}

.the-content .wp-block-calendar table th {
    background: #d53863;
    color: #fff;
}

.the-content .wp-block-calendar table caption,
.wp-block-calendar table tbody {
    background: no-repeat;
    color: unset;
    padding: 10px;
}

span.wp-calendar-nav-prev {
    float: left;
}

/* Embeded wrapper */

.wp-block-embed__wrapper iframe {
    border: 0;
}

ul.wp-block-rss {
    margin: 0;
    padding: 0;
}

li.wp-block-rss__item {
    list-style: none;
    margin-top: 15px;
}

.wp-block-group.has-background {
    padding: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

/* Gutenberg plugin enabled */

.wp-block-cover.has-background-dim-60.has-background-dim a {
    text-decoration: underline;
    color: #ffb923;
}

.wp-block-embed-vimeo iframe {
    border: 0;
}

.block-editor-block-list__layout figure.wp-block-embed-vimeo.alignfull {
    width: auto;
}

.wp-block-pullquote.is-style-default {
    background: none;
    border-left: 0;
}

.details-content .wp-block-calendar {
    margin-bottom: 30px;
}

.details-content ul li {
    margin: 5px 0px;
}

.wp-block-categories.wp-block-categories-dropdown select.postform {
    padding: 10px;
    margin-bottom: 10px;
}

body.search .page .bpost-content .b-tag {
    display: none;
}

.details-content .wp-block-search {
    margin-bottom: 20px;
}

.details-content .wp-block-search__input {
    border: 1px solid #ccc;
    padding: 10px 30px;
}

.details-content .wp-block-search__button {
    border: 1px solid #ccc;
    padding: 10px 30px;
    color: #6c7781;
}


/*Code for other*/
.wp-block-cover.has-background-dim.alignleft {
    margin-top: 5px;
    margin-bottom: 30px;
}

/* - Normal Common css 
  ----------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.admin-bar .extra-info,
.admin-bar .mobile-menu {
    top: 32px;
}

.admin-bar .transparent-header.header-style-two {
    top: 32px;
}

.admin-bar .header-top-area.menu-area.sticky-header,
.admin-bar .main-header.menu-area.sticky-header {
    margin-top: 32px;
}

.admin-bar .main-header.wrapper.menu-area.sticky-header2 {
    top: 46px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 30px;
}

.fallbackcd-menu-item {
    text-align: right;
    margin-right: 0 !important;
    margin-left: auto !important;
}

.fallbackcd-menu-item li {
    display: inline-block;
}

.fallbackcd-menu-item a.fallbackcd {
    color: #0a174c;
    font-size: 20px;
    display: inline-block;
}

a.default-logo {
    color: #0a174c;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

a.default-logo:hover {
    color: #d53863;
}

.site-description {
    color: #0a174c;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

.header-style-two .site-description,
.sticky-header .site-description,
.sticky-header a.default-logo {
    color: #0a174c;
}

.mobile-menu a.default-logo {
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 35px;
}

/* ------------------------------------------------------------------------
  /* - WordPress Default Widget Style
  ---------------------------------------------------------------------------*/
sup.meta-featured-post {
    top: 18px;
    color: #fff;
    width: auto;
    height: auto;
    right: -35px;
    display: block;
    font-size: 12px;
    position: absolute;
    padding: 12px 45px;
    background: #d53863;
    display: inline-block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul {
    margin: 0;
    padding: 0;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li {
    position: relative;
    padding-left: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
    list-style: none;
}

.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
    color: #001d67;
}

.widget_recent_comments ul li:hover,
.widget_recent_entries ul li:hover,
.widget_categories ul li:hover,
.widget_nav_menu ul li:hover,
.widget_archive ul li:hover,
.widget_pages ul li:hover,
.widget_meta ul li:hover {
    padding-left: 22px;
}

.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover {
    color: #d53863;
}

.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    color: #001d67;
    content: "\f345";
    margin-right: 7px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    font-family: dashicons;
}

.widget_recent_comments ul li:hover::before,
.widget_recent_entries ul li:hover::before,
.widget_categories ul li:hover::before,
.widget_nav_menu ul li:hover::before,
.widget_archive ul li:hover::before,
.widget_pages ul li:hover::before,
.widget_meta ul li:hover::before {
    color: #d53863;
    left: 5px;
}

.blog-sidebar .widget ul li a {
    font-size: 16px;
    color: #001d67;
    font-weight: 600;
}

.blog-sidebar .widget:last-child {}

.blog-sidebar .widget .ws-input input {
    width: auto;
}

/* - Recent Post
  ---------------------------------*/
.widget_recent_entries ul li a {
    color: #001d67;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 7px;
}

.widget_recent_entries ul li a:hover {
    color: #d53863;
}

/* - Archive
  ---------------------------------*/
.widget_archive ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.widget_archive ul li {
    position: relative;
    margin-bottom: 8px;
}

.widget_archive ul ul li {
    padding-left: 18px;
}

.widget_archive ul li a {
    color: #001d67;
    position: relative;
    text-decoration: none;
}

.widget_archive ul li a:hover {
    color: #d53863;
}

.widget_archive select {
    width: 100%;
    height: 60px;
    border: none;
    display: block;
    color: #001d67;
    margin-top: 15px;
    padding: 7px 30px;
    border: 1px solid #c8c8c8;
    background-image: url(../../../img/down-arrow.png );
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
}

.widget_archive select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.widget_archive select:focus {
    outline: none;
}

.widget_archive select option {
    padding: 7px 10px;
}

.widget_archive ul li span {
    float: right;
    color: #1b222d;
    transition: all .3s;
}

/* - Calendar
  ---------------------------------*/
table {
    border-bottom: 1px solid #e1e6ff;
    border-collapse: collapse;
    margin-bottom: 0px;
    border-spacing: 0;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
}

caption {
    font-size: 16px;
    padding: 5px;
    text-align: center;
    margin: -1px 0 10px 0;
    border: 1px solid #eceef0;
    background: #d53863;
    color: #fff;
}

th {
    font-weight: bold;
    text-transform: capitalize;
    border-top: 1px solid #e1e6ff;
    border-left: 1px solid #e1e6ff;
    border-right: 1px solid #e1e6ff;
    background: #d53863;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
}

span.wp-calendar-nav-next {
    float: right;
}

span.wp-calendar-nav-next a:hover,
span.wp-calendar-nav-prev a:hover {
    color: #001d67;
}

footer span.wp-calendar-nav-prev a:hover,
footer span.wp-calendar-nav-next a:hover {
    color: #d53863;
}

span.wp-calendar-nav-prev a {
    color: #d53863;
}

span.wp-calendar-nav-next a {
    color: #d53863;
}

footer table#wp-calendar td {
    color: #5b7d9a;
}

#wp-calendar tbody td a {
    display: block;
}

#wp-calendar tbody td a:hover {
    color: #fff;
    background: #d53863;
}

footer #wp-calendar tbody td#today {
    color: #fff;
}

#wp-calendar tbody td#today {
    position: relative;
}

#wp-calendar tbody td#today:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #001d67;
    border-left: 10px solid transparent;
}

footer th,
footer td {
    border-top: 1px solid #e1e6ff;
    border-left: 1px solid #e1e6ff;
    border-right: 1px solid #e1e6ff;
}

footer td {
    border: 1px solid #e1e6ff;
}

footer caption {
    border: 1px solid #e1e6ff;
}

td {
    color: #5b7d9a;
    border-top: 1px solid #e1e6ff;
    border-right: 1px solid #e1e6ff;
   
    padding: 5px;
    background: #fff;
}

td#today {
    color: #fff;
    background-color: #000000;
}

td#today a {
    color: #fff;
}

td#next a,
td#prev a,
td a {
    color: #000000;
}

footer td#next a,
footer td#prev a {
    color: #d53863;
}

ins {
    text-decoration: none;
    margin-left: 5px;
    font-size: 1.2em;
    font-weight: 700;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

dt {
    margin-bottom: 5px;
}

dd {
    color: #5b7d9a;
    margin-bottom: 20px;
}

dd a {
    color: #d53863;
}

pre {
    color: #5b7d9a;
}

/* - Category
  ---------------------------------*/
.widget_categories ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.widget_categories ul li {
    position: relative;
    margin-bottom: 8px;
}

.widget_categories ul ul li {
    padding-left: 18px;
}

.widget_categories ul li a {
    line-height: 26px;
    position: relative;
    text-decoration: none;
}

.widget_categories ul li a:hover {
    color: #d53863;
}

.widget_categories ul li span {
    color: #5b7d9a;
}

.widget_categories label.screen-reader-text {
    color: #5b7d9a;
}

.footer-area .footer-widget label.screen-reader-text,
.widget label.screen-reader-text {
    display: none;
}

.widget_categories select {
    width: 100%;
    height: 60px;
    border: none;
    display: block;
    color: #5b7d9a;
    margin-top: 15px;
    padding: 7px 30px;
    border: 1px solid #c8c8c8;
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
    background-image: url(../../../img/down-arrow.png );
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
}

.widget_categories select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.widget_categories select:focus {
    outline: none;
}

.widget_categories select option {
    padding: 7px 10px;
}

/* - Page
  ---------------------------------*/
.widget_pages ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.widget_pages ul li {
    position: relative;
}

.widget_pages ul ul li {
    padding-left: 18px;
}

.widget_pages ul li a {
    position: relative;
    text-decoration: none;
}

.widget_pages select {
    width: 100%;
    height: 60px;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 7px 30px;
    border-radius: 30px;
    background-color: #f4f9fd;
    background-image: url(../../../img/down-arrow.png );
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
}

.widget_pages select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.widget_pages select:focus {
    outline: none;
}

.widget_pages select option {
    padding: 7px 10px;
}

.widget_pages ul li span {
    margin-top: 5px;
}

/* - Password
  ---------------------------------*/
.post-password-form p {
    margin-top: 15px;
}

.post-password-form label {
    width: initial;
    margin-top: 10px;
    display: inline-block;
}

.post-password-form input[type=submit],
input#pwbox-1168 {
    width: auto;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #eceef0;
    background-color: transparent;
}

.post-password-form input[type=submit] {
    color: #fff;
    height: 40px;
    line-height: 21px;
    border-color: #d53863;
    background-color: #d53863;
}

/* - Tag Cloud
  ---------------------------------*/
.widget_tag_cloud .tagcloud {
    width: 100%;
    display: inline-block;
    list-style: outside none none;
}

.widget_tag_cloud a {
    float: left;
    display: block;
    color: #0a174c;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f9f9f9;
    text-transform: uppercase;
    font-size: 13px !important;
}

footer .widget_tag_cloud a {
    color: #001d67;
    border: 1px solid #e1e6ff;
}

.widget_tag_cloud a:hover {
    color: #fff !important;
    background: #d53863;
    border-color: #d53863;
}

/* - Rss Feed
  ---------------------------------*/
.widget_rss ul {
    padding-left: 0;
    list-style: none;
}

.widget_rss ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
    border-bottom: 1px solid #e3e3e3;
}

.widget_rss ul li:last-child {
    border-bottom: none;
}

.widget_rss ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #d53863;
    padding-bottom: 5px;
    display: block;
}

.widget_rss .rss-date {
    display: inherit;
    font-size: 13px;
    font-weight: 600;
}

footer .widget_rss ul li span.rss-date {
    color: #a7b6d3;
}

footer .widget_recent_comments .footer-widget span.comment-author-link a {
    color: #fff !important;
}

footer .widget_recent_comments .footer-widget ul li a {
    color: #e1e6ff;
}

.widget_rss ul li cite {
    display: inline-block;
    font-size: 16px;
    color: #d53863;
}

.rssSummary {
    font-size: 15px;
    color: #5b7d9a;
    padding: 10px 0px;
}

footer .widget_rss ul li {
    border-bottom: 1px solid #e1e6ff;
}

footer .rssSummary {
    color: #e1e6ff;
}

.widget_rss .footer-widget .title-small a.rsswidget {
    color: #333;
    text-decoration: none;
}

/* - Page link Style 
  ----------------------------------------------------*/
.page-links {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.page-links a,
.page-links>span {
    font-size: 1.3em;
    line-height: 20px;
    margin-left: 5px;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    color: #5b7d9a !important;
    border: 1px solid #dee2e6;
}

.page-links a:hover,
.page-links>span {
    color: #ffffff !important;
    border-color: #d53863;
    background-color: #d53863;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.mc4wp-response {
    padding-top: 10px;
}

.mc4wp-alert.mc4wp-error a {
    padding: 0 3px;
}

/* - Widget Text Style
  ----------------------------------------------------*/
footer .widget_text p,
footer .widget_text {
    color: #e1e6ff;
}

.widget_text img {
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
}

.wp-caption {
    max-width: 96%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #f0f0f0;
}

.wp-caption p {
    margin-bottom: 0;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    height: auto;
    border: 0 none;
    max-width: 100%;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
    font-size: .75em;
    padding-bottom: 0.5em;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd a {
    display: inline-block;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff !important;
}

.wp-caption p.wp-caption-text {
    color: #5b7d9a;
    font-size: 0.75em;
    margin-top: 10px;
}

.wp-block-archives-dropdown select,
.widget_text select {
    color: #5b7d9a;
    width: 100%;
    height: 60px;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 7px 30px;
    border: 1px solid #c8c8c8;
    background-image: url(../../../img/down-arrow.png );
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 25px;
    background-size: 12px;
}

.wp-block-archives-dropdown select,
.widget_text select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wp-block-archives-dropdown select option,
.widget_text select option {
    padding: 7px 10px;
}

.wp-block-archives-dropdown select option:focus,
.wp-block-archives-dropdown select:focus,
.widget_text select option:focus,
.widget_text select:focus {
    outline: none;
}

/* - Wp Block archive dropdown 
  ----------------------------------------------------*/
.wp-block-archives-dropdown {
    margin-bottom: 10px;
}

/* - Sidebar Default Menu Style 
  ----------------------------------------------------*/
.widget_nav_menu ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.widget_nav_menu ul.sub-menu {
    margin-top: 10px;
}

.widget_nav_menu ul li {
    position: relative;
}

.widget_nav_menu ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu ul ul li {
    width: 100%;
    padding-left: 17px;
}

span.pull-right {
    float: right;
}

footer .widget_recent_comments ul li span a,
footer .widget_recent_comments ul li:before,
footer .widget_recent_entries ul li:before,
footer .widget_categories ul li:before,
footer .widget_nav_menu ul li:before,
footer .widget_archive ul li:before,
footer .widget_pages ul li:before,
footer .widget_meta ul li:before {
    color: #ffffff;
}

footer .widget_nav_menu ul li>a:hover:after {
    border-color: #d53863;
}

footer .widget_recent_comments ul li a,
footer .widget_recent_entries ul li a,
footer .widget_categories ul li a,
footer .widget_nav_menu ul li a,
footer .widget_archive ul li a,
footer .widget_pages ul li a,
footer .widget_meta ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

footer .widget_recent_comments ul li span,
footer .widget_recent_entries ul li span,
footer .widget_categories ul li span,
footer .widget_nav_menu ul li span,
footer .widget_archive ul li span,
footer .widget_pages ul li span,
footer .widget_meta ul li span {
    color: #fff;
    font-size: 16px;
}

footer .widget_recent_comments ul li a:hover,
footer .widget_recent_entries ul li a:hover,
footer .widget_categories ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_archive ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_meta ul li a:hover {
    color: #d53863;
}

footer .widget_categories label.screen-reader-text,
footer caption,
footer label,
footer td,
footer th {
    color: #fff;
}

/* - Sidebar Menu
  ----------------------------------------------------*/
.widget_meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_meta ul li {
    margin: 5px 0;
}

/* - Sidebar Commnets
  ----------------------------------------------------*/
.widget_recent_comments span.comment-author-link {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: #001d67;
}

.widget_recent_comments span.comment-author-link a {
    font-weight: 600 !important;
}

.widget_recent_comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_comments li {
    margin-bottom: 10px !important;
}

.widget_recent_comments li:last-child {
    margin-bottom: 5px !important;
}

.widget_recent_comments ul li a {
    font-size: 16px;
    font-weight: 500 !important;
}

footer.dark-footer .widget_recent_comments li {
    color: #fff;
}

.widget_recent_comments ul li span a {
    color: #242424;
}

footer .widget_recent_comments li {
    color: #fff;
}

/* --------------------------------------------------------------------------
  /* - Comments & Form
  -----------------------------------------------------------------------------*/

/* - Comment Structure
  ----------------------------------------------------*/
.blog-comment-area .comment-title {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

h4.comment-title.comments-count {
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

.blog-comment-area .comment-title small a {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    color: #d53863;
}

.blog-comment-area .comment-title small a:hover {
    color: #1b222d;
}

.comment-respond .btn-primary:hover {
    border-color: #d53863;
    background-color: transparent;
}

.comment-form {
    margin-bottom: 5px;
}

.bd-comments .title {
    border-bottom: 1px solid #f1f1f1;
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 0 33px;
    padding: 0 0 30px;
}

.bd-comment-box {
    overflow: auto;
    padding: 15px 0 25px;
}

.bd-comment-box .comment-avatar {
    float: left;
    width: 100px;
    margin-right: 15px;
}

.bd-comment-box .comments-avatar img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.bd-comment-box .comment-text {
    overflow: auto;
}

.bd-comment-box .comment-text p {
    margin-bottom: 10px;
}

.bd-comment-box .comment-text .name {
    margin-top: 0;
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    overflow: visible;
    text-transform: capitalize;
}

.bd-comment-box .comment-text .name a.comment-reply-link {
    color: #d53863;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.bd-comment-box .comment-text .name a.comment-reply-link:hover {
    color: #242424;
}

.bypostauthor {
    color: inherit;
}

.post-date span {
    color: #1b222d;
    font-size: 14px;
}

.post-date a {
    float: right;
}

.bd-comment-box .comment-text .text {
    font-size: 16px;
    line-height: 26px;
}

ul#submited-comment {
    padding-left: 0;
}

.blog-comment-area ul {
    list-style: none;
    padding-left: 0;
}

h1.screen-reader-text {
    font-size: 24px;
}

.sidebar-blog .children,
.sidebar-blog .parent,
footer .children,
footer .parent {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.blog-comment-area ul.children {
    margin-left: 50px;
}

.bd-comment-box .text ul li {
    color: #5b7d9a;
}

.bd-comment-box .text>ul>li {
    list-style: disc !important;
}

.bd-comment-box .text>ul>li>ul>li {
    list-style: circle !important;
}

.bd-comment-box .text>ul>li>ul>li>ul>li {
    list-style-type: square !important;
}

.bd-comment-box .text>ul>li>ul>li>ul,
.bd-comment-box .text>ul>li>ul,
.bd-comment-box .text>ul {
    padding-left: 30px !important;
}

.blog-comment-area .form-control:focus {
    box-shadow: none;
    border-color: #d53863;
}

.nd-allcommentes>li:last-child article .single-comment {
    border: none;
}

.comment-form button.btn.btn-primary {
    padding: 15px 30px;
}

.comment-area ul#submited-comment li.pingback {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #f1f1f1;
}

.nd-allcommentes {
    margin: 30px 0;
}

.blog-comment-area li.trackback,
.blog-comment-area li.pingback {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
}

.blog-inner-blog ol {
    padding-top: 5px;
}

.blog-inner-blog ol li {
    padding: 0;
    margin: 0 0 10px;
}

.blog-comment-area li.trackback a,
.blog-comment-area li.pingback a,
.blog-inner-blog ol li a {
    color: #d53863;
}

.blog-comment-area li.trackback a:hover,
.blog-comment-area li.pingback a:hover,
.blog-inner-blog ol li a:hover {
    color: #242424;
}

.nav-previous,
.nav-next {
    display: inline-block;
}

.nav-next {
    float: right;
}

dl.wp-caption.aligncenter {
    display: none;
}

/* - Comments form Style
  ----------------------------------------------------*/
p.comment-notes,
p.logged-in-as {
    margin-top: -10px;
    margin-bottom: 25px;
}

p.logged-in-as a {
    color: #d53863;
}

p.logged-in-as a:hover {
    color: #5b7d9a;
}

.logged-in header.navbar-fixed-top {
    top: 32px;
}

p.comment-form-cookies-consent {
    margin-top: -5px;
}

p.comment-form-cookies-consent input {
    width: 20px;
    margin-bottom: 0;
}

.bdetails-content p a:hover {
    color: #d53863;
}

/* - Comment List Style
  ----------------------------------------------------*/
.avatar-wrap {
    padding: 40px;
    overflow: hidden;
    align-items: center;
    border: 2px solid #e1e6ff;
}

.avatar-img {
    float: left;
    width: 180px;
    margin-right: 40px;
}

.avatar-img img.avatar {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.bd-avatar-info {
    overflow: hidden;
}

.bd-avatar-info span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b3b3d7;
    display: block;
    margin-bottom: 5px;
    line-height: 14px;
}

.bd-avatar-info h4 {
    font-size: 36px;
    margin-bottom: 15px;
}

.bd-avatar-info p {
    margin-bottom: 0;
    font-size: 15px;
}

.comment-wrap-title h5 {
    color: #0e1b33;
    font-size: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-comment {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eff2ff;
}

.single-comment .comments-avatar {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single-comment .comments-avatar img {
    border-radius: 50%;
}

.comment-text {
    overflow: hidden;
}

.comment-text .avatar-name {
    overflow: hidden;
}

.comment-text .avatar-name h6 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 28px;
}

.comment-text .avatar-name span {
    color: #d53863;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0 0 15px;
    display: block;
}

.comment-text .avatar-name .comment-reply-link {
    float: right;
    color: #5b7d9a;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 25px 6px 25px;
    border-radius: 49px;
    border: 2px solid #f4f4ff;
}

.comment-text .avatar-name .comment-reply-link i {
    margin-right: 5px;
}

.comment-text p {
    margin-bottom: 0;
}

.comment-text .avatar-name .comment-reply-link:hover {
    color: #ffffff;
    background: #d53863;
    border-color: #d53863;
}

.single-comment.children {
    margin-left: 130px;
}

.single-comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
    margin-left: 20px;
}

.validate-form.formcomment-box {
    padding: 30px;
    background: #f6faff;
}

.comment-form .comment-field {
    position: relative;
}

.comment-form .comment-field i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #d2cce9;
    font-size: 14px;
}

.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset;
}

.comment-form .comment-field textarea {
    height: 150px;
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form .comment-field input {
    width: 100%;
    padding: 20px 30px;
    padding-right: 50px;
    background: #ffffff;
    border: none;
}

.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
    font-size: 14px;
    color: #7886a0;
}

.comment-form button {
    margin-top: 10px;
    border-radius: 0;
    box-shadow: none;
    background: #d53863;
}


/* - Pagination
  ----------------------------------------------------*/
.pagination {
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-link {
    color: #242424;
    display: block;
    font-size: 16px;
    margin-left: -1px;
    line-height: 1.25;
    position: relative;
    padding: .8rem 1.2rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    border-color: #d53863;
    background-color: #d53863;
}

.post-navigation {
    clear: both;
    padding: 30px 30px 20px;
    overflow: hidden;
    margin-top: 40px;
    background: #f9f9f9;
    margin-bottom: 25px;
}

.pagination {
    display: inline-block;
}

.pagination li {
    float: left;
    display: inline-block;
}

.pagination li.page-item a.page-link {
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 0 3px;
    color: #7886a0;
    font-size: 14px;
    font-weight: 700;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #ededed;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.pagination li.page-item.active a.page-link {
    color: #fff;
    box-shadow: none;
    background: #d53863;
    border-color: #d53863;
}

.pagination li.page-item:hover a.page-link {
    color: #fff;
    background: #d53863;
    border-color: #d53863;
}

.pagination .dashicons,
.pagination .dashicons-before:before {
    width: auto;
    height: auto;
    padding-top: 13px;
    vertical-align: unset;
}

.post-navigation h3.post-nav-title {
    color: #d53863;
    font-size: 16px;
    margin-top: 10px;
    webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-navigation h4.post-title {
    font-size: 20px;
    margin-top: 0;
    margin: 0;
    font-weight: 600;
    word-break: break-word;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-navigation .post-previous a:hover h4 {
    color: #d53863;
}

.post-navigation .post-previous a:hover h3 {
    color: #242424;
}

.post-navigation .post-next a:hover h4 {
    color: #d53863;
}

.post-navigation .post-next a:hover h3 {
    color: #242424;
}

.post-navigation .post-next h4 {
    text-align: right;
}

.post-navigation .post-next a {
    text-align: right;
}

.comment-respond {
    margin: 8px 0;
}

/* - Post Navigation Style
  ----------------------------------------------------*/
nav.navigation.post-navigation {
    margin-bottom: 45px;
    background-color: #f4f9fd;
}

.post-navigation .nav-links {
    width: 100%;
    padding: 0 30px;
    margin-top: 35px;
    margin-bottom: 30px;
    display: inline-block;
}

.post-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-next {
    float: right;
}

.comment-navigation {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.comment-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next {
    float: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    color: #d53863;
}

.dropdown-toggle::after {
    display: none;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-weight: 700;
    margin-top: 0 !important;
    color: #001d67 !important;
    font-family: 'Montserrat', sans-serif;
}

.editor-styles-wrapper h1 {
    font-size: 40px;
    margin-bottom: 10px !important;
}

.editor-styles-wrapper h2 {
    font-size: 35px;
    margin-bottom: 10px !important;
}

.editor-styles-wrapper h3 {
    font-size: 28px;
    margin-bottom: 10px !important;
}

.editor-styles-wrapper h4 {
    font-size: 22px;
    margin-bottom: 10px !important;
}

.editor-styles-wrapper h5 {
    font-size: 18px;
    margin-bottom: 10px !important;
}

.editor-styles-wrapper h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
}

/* Margin-Padding */
.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

/* page Style */
.error-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
    .blog-comment-area ul.children {
        margin-left: 15px;
    }

    .comment-navigation .nav-previous,
    .comment-navigation .nav-next,
    h1.screen-reader-text {
        width: 100%;
        text-align: center;
    }
}