/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Core Widgets
    ## W3website Posts Widget
    ## W3website Banners Widget
    ## W3website Recent Posts Widget
# Content
    ## Posts and pages
      ## Author Box
  ## Asides
  ## Comments
# Infinite scroll
# Modules
    ## Recent Posts
    ## Related Posts
    ## News Ticker
    ## Breadcrumbs
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
.margin-top {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #001936;
    font-family: "Nunito Sans", sans-serif;
    line-height: 21px;
}

p {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    line-height: 25px;
    margin-bottom: 1.5em;
    font-weight: 400;
}

article.post p {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #8b8d91;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
}

.single-post div.entry-content>p:first-child:first-letter {
    float: left;
    font-size: 86px;
    line-height: 75px;
    text-align: left;
    padding-right: 15px;
    display: inline-block;
}

a {
    color: #e96b56;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0e649b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #333;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 33px;
    line-height: 37px;
}

h2 {
    font-size: 28px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 26px;
}

h4 {
    font-size: 22px;
    line-height: 24px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 18px;
    line-height: 25px;
}

.section-title,
.page-title,
.w3website-content .widget-title,
.w3website-after-content-sidebar .widget-title,
#comments>h3:first-of-type,
#reply-title,
.w3website-related-posts .w3website-related-posts-title>h3 {
    padding: 2px 0;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    /*border-left: 5px solid #0f5fa3;*/
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 65px;
}

.section-title.comment-reply-title,
.comment-reply-title.page-title,
.w3website-content .comment-reply-title.widget-title,
.w3website-after-content-sidebar .comment-reply-title.widget-title,
#comments>h3.comment-reply-title:first-of-type,
.comment-reply-title#reply-title,
.w3website-related-posts .w3website-related-posts-title>h3.comment-reply-title {
    margin-top: 20px;
}

.section-title>span,
.page-title>span,
.w3website-content .widget-title>span,
.w3website-after-content-sidebar .widget-title>span,
#comments>h3:first-of-type>span,
#reply-title>span,
.w3website-related-posts .w3website-related-posts-title>h3>span {
    padding-left: 18px;
    background-color: #FFF;
    z-index: 1;
    font-family: "Nunito Sans", sans-serif;
    position: relative;
    padding-right: 18px;
    color: #001936;
    font-size: 24px;
    font-weight: 900;
}

.section-title:after,
.page-title:after,
.w3website-content .widget-title:after,
.w3website-after-content-sidebar .widget-title:after,
#comments>h3:first-of-type:after,
#reply-title:after,
.w3website-related-posts .w3website-related-posts-title>h3:after {
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted #b7b7b7;
    position: absolute;
    display: block;
    top: 12px;
    right: 0;
}

.page-title {
    margin-top: 15px;
}

.page-header {
    padding: 0;
    margin: 0;
    border: none;
}

.w3website-related-posts .w3website-related-posts-title>h3 {
    margin-top: 20px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
    margin: 0;
    display: block;
    width: 100%;
    border: none;
    padding: 50px 40px 20px 40px;
    background: #e96b56;
}

blockquote p,
q p {
    color: #fff !important;
    font-weight: 400;
    font-size: 20px;
    border: none !important;
}

q {
    display: inline-block;
    font-style: italic;
    width: initial;
    color: #0e649b;
}

article.post blockquote p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    font-weight: 300;
}

article.post blockquote p::after {
    content: '';
    width: 78px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 20px auto 0px auto;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table:not(#wp-calendar) {
    border: 1px solid #e1e1e1;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

table:not(#wp-calendar)>thead>tr>th,
table:not(#wp-calendar)>thead>tr>td,
table:not(#wp-calendar)>tbody>tr>th,
table:not(#wp-calendar)>tbody>tr>td,
table:not(#wp-calendar)>tfoot>tr>th,
table:not(#wp-calendar)>tfoot>tr>td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #e1e1e1;
}

table:not(#wp-calendar)>thead>tr>th,
table:not(#wp-calendar)>thead>tr>td {
    border-bottom-width: 2px;
}

table:not(#wp-calendar)>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e1e1;
}

table:not(#wp-calendar)>caption+thead>tr:first-child>th,
table:not(#wp-calendar)>caption+thead>tr:first-child>td,
table:not(#wp-calendar)>colgroup+thead>tr:first-child>th,
table:not(#wp-calendar)>colgroup+thead>tr:first-child>td,
table:not(#wp-calendar)>thead:first-child>tr:first-child>th,
table:not(#wp-calendar)>thead:first-child>tr:first-child>td {
    border-top: 0;
}

table:not(#wp-calendar)>tbody+tbody {
    border-top: 2px solid #e1e1e1;
}

.blazy {
    filter: blur(50px);
    /* this is needed so Safari keeps sharp edges */
    -khtml-transform: scale(1);
    transform: scale(1);
    transition: all .2s linear;
}

.blazy.b-loaded {
    filter: initial;
    -khtml-transform: initial;
    transform: initial;
    transition: all .2s linear;
}

li.blazy {
    filter: blur(20px);
}

.entry-content p {
    overflow: hidden;
}

.pagination .page-numbers {
    padding: 10px;
    font-family: "Nunito Sans", sans-serif;
    color: #8b8d91;
    font-size: 14px;
}

.pagination .page-numbers.current {
    color: #e96b56;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
    color: #0e649b;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #0e649b;
}

.pagination .page-numbers:active {
    color: #333333;
}

.pagination .page-numbers .fa-angle-right {
    margin-left: 20px;
}

.pagination .page-numbers .fa-angle-left {
    margin-right: 20px;
}

ul.children {
    list-style: none;
    padding: 0;
}

[class^='customize-partial-edit-shortcut-widget-w3website_header_module'],
[class*=' customize-partial-edit-shortcut-widget-w3website_header_module'] {
    left: 50%;
}

.customize-partial-edit-shortcut-w3website_header_bg {
    right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e96b56;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

button .button {
    background-color: #e96b56;
    font-family: "Nunito Sans", sans-serif;
    color: #FFF;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

button .button:hover,
button .button:focus {
    background-color: #0e649b;
}

button .button.active {
    background-color: #333333;
}

button .button.search-submit {
    font-size: 0;
    background-color: #000;
    color: #FFF;
    width: 56px;
    height: 56px;
    position: relative;
    top: 4px;
    border: none;
    margin-left: 4px;
}

button .button.search-submit:hover,
button .button.search-submit:focus {
    border-color: transparent;
    background-color: #0e649b;
}

button .button.search-submit:after {
    content: '\F002';
    font-family: 'FontAwesome';
    line-height: 55px;
    font-size: 15px;
}

.form-submit .submit {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 55px;
    background-color: #e96b56;
    color: #FFF;
    border: none;
}

.form-submit .submit:hover,
.form-submit .submit:focus {
    background-color: #0e649b;
}

.form-submit .submit.active {
    background-color: #333333;
}

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"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #e1e1e1;
    font-size: 15px;
}

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,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #e1e1e1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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"],
input[type="color"] {
    padding: 1px 15px;
    line-height: 25px;
    color: #8b8d91;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:focus {
    border-color: #89b3ce;
}

input[type="search"] {
    padding: 5px;
}

textarea {
    padding: 10px 15px;
    line-height: 25px;
    /*min-height: 160px;*/
    color: #8b8d91;
    width: 100%;
}

textarea:hover,
textarea:focus {
    border-color: #89b3ce;
}

#searchform {
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
}



#searchform .search-submit {
    background: none;
    font-size: 11px;
    border-left: 1px solid;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 6px 14px;
    float: right;
    margin-top: 7px;
    color: #e1e1e1;
}

#searchform .search-submit:focus .fa {
    color: #0e649b;
}

#searchform>label {
    margin-bottom: 0;
    padding: 3px;
    border-radius: 0;
}

#searchform>label>input[type="search"] {
    width: 285px;
    bottom: 5px;
    position: relative;
    font-weight: 400;
    top: 0;
    border: none;
    border-radius: 0;
}



#searchform:hover,
#searchform:focus {
    border-color: #89b3ce;
}

.top-header #searchform {
    border: none;
}

.top-header #searchform label {
    margin-bottom: 0;
    padding: 0px;
}

.top-header #searchform #search-field {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    border-radius: 0;
    color: #FFF;
    width: 0;
    transition: all 0.3s;
    float: right;
    font-weight: 400;
}

.top-header #searchform #search-field.opened {
    transition: all 0.3s;
    width: 100%;
    padding-left: 10px;
}

.top-header #searchform .search-submit {
    margin-top: 0px;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative;
    left: 7px;
}

#cat {
    padding: 10px;
    border-radius: 3px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #e96b56;
}

a:visited {
    color: #001936;
}

a:hover,
a:focus,
a:active {
    color: #0e649b;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**
/ Underscores default styling
*/



.hero_banner {
    bottom: 15px;
    left: 10px;
    right: 10px;
    z-index: 1;
    top: 15px;
    width: 83%;
    height: inherit !important;

}

.main-navigation-bar {

    margin-top: 17px;
    /* margin-bottom: 3px; */
    background-color: #ed151fed !important;
    box-shadow: 0 2px 4px -2px #0e0e0e;
    z-index: 3;
    height: auto;

}

.main-navigation-bar .nav-link {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 15px;
    /* padding-bottom: 0px; */
    position: relative;
    color: white !important;
    display: inline-block;
    font-weight: 700;
}



.main-navigation {
    /*    clear: both;
    display: block;
    float: right !important;
    width: auto;*/
    /*border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;*/


    clear: both;
    display: block;
    float: right !important;
    width: auto;
    margin-top: 20px;


}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #ee262f;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li:focus-within>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li:focus-within>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/*
* Small menu.
*/
.menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    /* color: #001936; */
    /* border-color: #001936; */
    background: transparent;
    margin: 0px auto;
}

#site-navigation.toggled ul {
    display: block;
    /* List items will be 100% wide, spanning across the whole width of device */
}

#site-navigation.toggled ul>li {
    /* Remove hover effects for small screens */
}

#site-navigation.toggled ul>li>a {
    /* Remove after element for small screens */
}

#site-navigation.toggled ul>li>a:after {
    display: none;
}

#site-navigation.toggled ul>li.menu-item-has-children>ul li a {
    padding: 0 0 10px 0;
}

#site-navigation.toggled ul>li.menu-item-has-children>ul li:hover>a,
#site-navigation.toggled ul>li.menu-item-has-children>ul li:focus-within>a {
    color: #001936;
}

#site-navigation.toggled ul>li.menu-item-has-children>ul li.menu-item-has-children:after {
    display: none;
}

#site-navigation.toggled ul li {
    display: block;
    width: 100%;
    padding-right: 0;
    /* Remove big-screen styling for submenus, we display them little bit to the right */
}

#site-navigation.toggled ul li.menu-item-has-children:after {
    display: none;
}

#site-navigation.toggled ul li.menu-item-has-children>ul li:after {
    display: none;
}

#site-navigation.toggled ul li.menu-item-has-children>ul li:hover,
#site-navigation.toggled ul li.menu-item-has-children>ul li:focus-within {
    background-color: initial;
}

#site-navigation.toggled ul li ul {
    box-shadow: none;
    left: initial;
    top: initial;
    position: relative;
    padding-left: 20px;
    width: 100%;
}

#site-navigation.toggled ul li ul ul {
    left: initial;
    top: initial;
    position: relative;
    padding-left: 20px;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* W3website Menu Customization starts here */




#site-navigation {
    background-color: #ed151fed !important;
    box-shadow: 0 2px 4px -2px #0e0e0e;
    padding: 0px;


}

#site-navigation a {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;
    color: white;
    display: inline-block;
    font-weight: 700;
}

#site-navigation .menu {
    /*padding-bottom: 10px;*/
    position: relative;
}

#site-navigation .menu>li {
    display: inline-block;
    margin-right: 28px;
    position: relative;
    line-height: 57px;
}

#site-navigation .menu>li.current-menu-item,
#site-navigation .menu>li:hover,
#site-navigation .menu>li:focus-within {
    border-top: 3px solid #f8f9fa;
    margin-top: -3px;
    top: 1px;
}

#site-navigation .menu>li.current-menu-item>a,
#site-navigation .menu>li:hover>a,
#site-navigation .menu>li:focus-within>a {
    top: -1px;
}

#site-navigation .menu>li>a {
    position: relative;
    text-align: center;
}

#site-navigation .menu>li>a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    content: '';
    display: block;
}

#site-navigation .menu>li:last-of-type {
    padding-right: 0;
}

#site-navigation .menu>li.menu-item-has-children:after {
    content: "\F107";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
    color: #ffffff;
}

#site-navigation .menu>li.menu-item-has-children>ul li:hover,
#site-navigation .menu>li.menu-item-has-children>ul li:focus-within {
    color: #FFF;
    background-color: #c0c8d0;
}

#site-navigation .menu>li.menu-item-has-children>ul li:hover>a,
#site-navigation .menu>li.menu-item-has-children>ul li:hover:after,
#site-navigation .menu>li.menu-item-has-children>ul li:focus-within>a,
#site-navigation .menu>li.menu-item-has-children>ul li:focus-within:after {
    color: #FFF;
}

#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children {
    position: relative;
}

#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children:after {
    content: "\F105";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 1px;
    color: #333;
}

#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children:hover:after,
#site-navigation .menu>li.menu-item-has-children>ul li.menu-item-has-children:focus-within:after {
    color: #FFF;
}

#site-navigation .menu>li.menu-item-has-children>ul li a {
    padding: 10px 20px;
    font-size: 15px;
}

#site-navigation .menu .current_page_item {
    border-top: 3px solid #e96b56;
    bottom: 2px;
}

#site-navigation .menu .current_page_item>a {
    top: -1px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 7px;
    font-size: 1rem;

    text-align: left;
    list-style: none;
    background-color: #ed151fed;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0rem;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: white !important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}



/*--------------------------------------------------------------
## Top Header Menu
--------------------------------------------------------------*/
/* Top header */
.top-header {
    background: #000000;
    color: #fff;
}

.top-header .fa-circle {
    color: #04132d;
}

.top-header ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.top-header ul li {
    display: inline-block;
}

.top-header ul li a {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px 10px 0;
    display: block;
    color: #ffffff;
}

.top-header ul li a:hover,
.top-header ul li a:focus {
    text-decoration: none;
    color: #0e649b;
}

.top-header ul li:last-of-type a {
    padding-right: 0;
}

.top-header #searchform {
    float: left;
    width: 175px;
    border-bottom: 1px solid #202d44;
    padding-top: 7px;
}

.top-header #searchform.search-right {
    float: right !important;
}

.top-header #searchform label {
    max-width: 140px;
}

.top-header #searchform :-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.top-header #searchform ::placeholder {
    opacity: 1;
    color: #fff;
}

.top-header #searchform input[type="search"] {
    padding: 3px;
    background: #000000;
    border: none;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    max-width: 128px;
}



/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
/* Accessibility purpose */
.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

/* The social links are actually a menu */
#menu-social.search-enabled,
.search-enabled#menu-social-1 {
    margin-right: 30px;
}


#menu-social ul,
#menu-social-1 ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

#menu-social ul li,
#menu-social-1 ul li {
    display: inline-block;
    position: relative;
}

#menu-social ul li a,
#menu-social-1 ul li a {
    padding: 8px 2px;
    color: #FFF;
    /* Add hover effects for the links, the brand colors */
    /* Add the social links depending on the link href */
}

#menu-social ul li a:before,
#menu-social-1 ul li a:before {
    content: '\F408';
    display: inline-block;
    padding: 0 5px;
    font-family: 'FontAwesome';
    font-size: 20px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

#menu-social ul li a:hover[href*="wordpress.org"]::before,
#menu-social-1 ul li a:hover[href*="wordpress.org"]::before,
#menu-social ul li a:hover[href*="wordpress.com"]::before,
#menu-social-1 ul li a:hover[href*="wordpress.com"]::before,
#menu-social ul li a:focus[href*="wordpress.org"]::before,
#menu-social-1 ul li a:focus[href*="wordpress.org"]::before,
#menu-social ul li a:focus[href*="wordpress.com"]::before,
#menu-social-1 ul li a:focus[href*="wordpress.com"]::before {
    color: #21759b;
}

#menu-social ul li a:hover[href*="facebook.com"]::before,
#menu-social-1 ul li a:hover[href*="facebook.com"]::before,
#menu-social ul li a:focus[href*="facebook.com"]::before,
#menu-social-1 ul li a:focus[href*="facebook.com"]::before {
    color: #3b5998;
}

#menu-social ul li a:hover[href*="twitter.com"]::before,
#menu-social-1 ul li a:hover[href*="twitter.com"]::before,
#menu-social ul li a:focus[href*="twitter.com"]::before,
#menu-social-1 ul li a:focus[href*="twitter.com"]::before {
    color: #33ccff;
}

#menu-social ul li a:hover[href*="dribbble.com"]::before,
#menu-social-1 ul li a:hover[href*="dribbble.com"]::before,
#menu-social ul li a:focus[href*="dribbble.com"]::before,
#menu-social-1 ul li a:focus[href*="dribbble.com"]::before {
    color: #ea4c89;
}

#menu-social ul li a:hover[href*="plus.google.com"]::before,
#menu-social-1 ul li a:hover[href*="plus.google.com"]::before,
#menu-social ul li a:focus[href*="plus.google.com"]::before,
#menu-social-1 ul li a:focus[href*="plus.google.com"]::before {
    color: #dd4b39;
}

#menu-social ul li a:hover[href*="pinterest.com"]::before,
#menu-social-1 ul li a:hover[href*="pinterest.com"]::before,
#menu-social ul li a:focus[href*="pinterest.com"]::before,
#menu-social-1 ul li a:focus[href*="pinterest.com"]::before {
    color: #c8232c;
}

#menu-social ul li a:hover[href*="github.com"]::before,
#menu-social-1 ul li a:hover[href*="github.com"]::before,
#menu-social ul li a:focus[href*="github.com"]::before,
#menu-social-1 ul li a:focus[href*="github.com"]::before {
    color: #171515;
}

#menu-social ul li a:hover[href*="tumblr.com"]::before,
#menu-social-1 ul li a:hover[href*="tumblr.com"]::before,
#menu-social ul li a:focus[href*="tumblr.com"]::before,
#menu-social-1 ul li a:focus[href*="tumblr.com"]::before {
    color: #34526f;
}

#menu-social ul li a:hover[href*="youtube.com"]::before,
#menu-social-1 ul li a:hover[href*="youtube.com"]::before,
#menu-social ul li a:focus[href*="youtube.com"]::before,
#menu-social-1 ul li a:focus[href*="youtube.com"]::before {
    color: #c4302b;
}

#menu-social ul li a:hover[href*="flickr.com"]::before,
#menu-social-1 ul li a:hover[href*="flickr.com"]::before,
#menu-social ul li a:focus[href*="flickr.com"]::before,
#menu-social-1 ul li a:focus[href*="flickr.com"]::before {
    color: #ff0084;
}

#menu-social ul li a:hover[href*="vimeo.com"]::before,
#menu-social-1 ul li a:hover[href*="vimeo.com"]::before,
#menu-social ul li a:focus[href*="vimeo.com"]::before,
#menu-social-1 ul li a:focus[href*="vimeo.com"]::before {
    color: #1AB7EA;
}

#menu-social ul li a:hover[href*="instagram.com"]::before,
#menu-social-1 ul li a:hover[href*="instagram.com"]::before,
#menu-social ul li a:focus[href*="instagram.com"]::before,
#menu-social-1 ul li a:focus[href*="instagram.com"]::before {
    color: #3f729b;
}

#menu-social ul li a:hover[href*="codepen.io"]::before,
#menu-social-1 ul li a:hover[href*="codepen.io"]::before,
#menu-social ul li a:focus[href*="codepen.io"]::before,
#menu-social-1 ul li a:focus[href*="codepen.io"]::before {
    color: #000;
}

#menu-social ul li a:hover[href*="linkedin.com"]::before,
#menu-social-1 ul li a:hover[href*="linkedin.com"]::before,
#menu-social ul li a:focus[href*="linkedin.com"]::before,
#menu-social-1 ul li a:focus[href*="linkedin.com"]::before {
    color: #0e76a8;
}

#menu-social ul li a[href*="wordpress.org"]::before,
#menu-social-1 ul li a[href*="wordpress.org"]::before,
#menu-social ul li a[href*="wordpress.com"]::before,
#menu-social-1 ul li a[href*="wordpress.com"]::before {
    content: '\F19A';
}

#menu-social ul li a[href*="facebook.com"]::before,
#menu-social-1 ul li a[href*="facebook.com"]::before {
    content: '\F09A';
}

#menu-social ul li a[href*="twitter.com"]::before,
#menu-social-1 ul li a[href*="twitter.com"]::before {
    content: '\F099';
}

#menu-social ul li a[href*="dribbble.com"]::before,
#menu-social-1 ul li a[href*="dribbble.com"]::before {
    content: '\F17D';
}

#menu-social ul li a[href*="plus.google.com"]::before,
#menu-social-1 ul li a[href*="plus.google.com"]::before {
    content: '\F0D5';
}

#menu-social ul li a[href*="pinterest.com"]::before,
#menu-social-1 ul li a[href*="pinterest.com"]::before {
    content: '\F231';
}

#menu-social ul li a[href*="github.com"]::before,
#menu-social-1 ul li a[href*="github.com"]::before {
    content: '\F09B';
}

#menu-social ul li a[href*="tumblr.com"]::before,
#menu-social-1 ul li a[href*="tumblr.com"]::before {
    content: '\F173';
}

#menu-social ul li a[href*="youtube.com"]::before,
#menu-social-1 ul li a[href*="youtube.com"]::before {
    content: '\F167';
}

#menu-social ul li a[href*="flickr.com"]::before,
#menu-social-1 ul li a[href*="flickr.com"]::before {
    content: '\F16E';
}

#menu-social ul li a[href*="vimeo.com"]::before,
#menu-social-1 ul li a[href*="vimeo.com"]::before {
    content: '\F27D';
}

#menu-social ul li a[href*="instagram.com"]::before,
#menu-social-1 ul li a[href*="instagram.com"]::before {
    content: '\F16D';
}

#menu-social ul li a[href*="codepen.io"]::before,
#menu-social-1 ul li a[href*="codepen.io"]::before {
    content: '\F1CB';
}

#menu-social ul li a[href*="linkedin.com"]::before,
#menu-social-1 ul li a[href*="linkedin.com"]::before {
    content: '\F0E1';
}

#menu-social-1 {
    text-align: left;
}

#menu-social-1 ul {
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-list .reply:before,
.comment-content:after,
.comment-list .reply:after,
.site-header:before,
.site-header:after,
/*.site-content:before,
.site-content:after,*/
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.comment-list .reply:after,
.site-header:after,
/*.site-content:after,*/
.site-footer:after {
    clear: both;
}

.site-header {
    background-color: white;
    /* box-shadow: 0 2px 4px -2px black; */
    box-shadow: 0 0px 4px -2px black;
    /* height: auto; */
    min-height: 80px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.w3website-blog-sidebar {
    /**
  * Search Widget is a little different, does not have border
  */
    /**
  * Select all widgets except for the search box
  */
}

.w3website-blog-sidebar .widget_search {
    margin-bottom: 30px;
}

.w3website-blog-sidebar .widget_search .widget-title {
    display: none;
}

.w3website-blog-sidebar .widget_search h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    color: #001936;
}

.w3website-blog-sidebar select {
    padding: 10px;
}

.w3website-blog-sidebar .widget_w3website_banner,
.w3website-blog-sidebar .widget_text {
    margin-bottom: 30px;
    overflow: hidden;
}

.w3website-blog-sidebar .widget_w3website_banner select,
.w3website-blog-sidebar .widget_text select {
    width: 100%;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text) {
    /**
    * add the border + paddings
    */
    margin: 0 0 30px;
    /**
    * Style the header by adding background
    */
    /**
    * Reset the margins for UL / OL
    */
    /* Make sure select elements fit in widgets. */
    /**
    * Style the widget meta
    */
    /**
    * Style the widget rss
    */
    /**
    * Style the recent comments
    */
    /**
    * Style the recent posts
    */
    /**
    * Style the tag cloud
    */
    /**
    * Style the categories and archive widgets
    */
    /**
    * Calendar restyling. The title will always be hidden.
    */
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text)>ul,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text)>ol {
    margin: 0;
    padding: 0px 0px 30px 0px;
    list-style-type: none;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text) select {
    max-width: 100%;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text) select option {
    max-width: 233px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_nav_menu>div>ul {
    margin: 0;
    padding: 0px 18px 30px 18px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_nav_menu>div>ul li>ul {
    margin-left: 0;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_meta ul li {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_meta ul li a {
    color: #8c9597;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_meta ul li a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_meta ul li a:focus {
    color: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li {
    font-size: 15px;
    color: #001936;
    margin-bottom: 50px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li a {
    color: #001936;
    font-size: 18px;
    font-weight: 700;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li a:focus {
    color: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li .rss-date {
    color: #bfbfbf;
    font-size: 12px;
    display: block;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li .rssSummary {
    color: #8b8d91;
    margin-top: 10px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_rss ul li cite {
    font-style: initial;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_comments ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #8b8d91;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_comments ul li a {
    color: #e96b56;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_comments ul li a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_comments ul li a:focus {
    color: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_entries ul li {
    margin-bottom: 15px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_entries ul li a {
    font-size: 15px;
    color: #8b8d91;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_entries ul li a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_entries ul li a:focus {
    color: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_recent_entries ul li span {
    display: block;
    color: #bfbfbf;
    font-size: 12px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_tag_cloud {
    font-family: "Nunito Sans", sans-serif;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_tag_cloud .tagcloud {
    padding: 0px 0px 30px 0px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_tag_cloud .tagcloud h3 {
    font-size: 20px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_tag_cloud .tagcloud a {
    white-space: nowrap !important;
    padding: 4px 9px 4px 9px;
    margin: -2px 5px;
    border: 1px solid #7c95b1;
    line-height: 45px;
    font-size: 15px !important;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_tag_cloud .tagcloud a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_tag_cloud .tagcloud a:focus {
    background: #e96b56;
    color: #fff;
    border: 1px solid #e96b56;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive {
    /**
      * Dropdown categories/archives
      */
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>select,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>select {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #001936;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li:last-of-type,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li:hover a,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li:hover .w3website-cat-count,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li:focus a,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li:focus .w3website-cat-count,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li:hover a,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li:hover .w3website-cat-count,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li:focus a,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li:focus .w3website-cat-count {
    text-decoration: none;
    color: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li a,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li a {
    color: #8b8d91;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li a:focus,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li a:focus {
    text-decoration: none;
    color: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li .w3website-cat-count,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li .w3website-cat-count {
    float: right;
    color: #8b8d91;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li .w3website-cat-count:before,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li .w3website-cat-count:before {
    content: "(";
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories>ul>li .w3website-cat-count:after,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive>ul>li .w3website-cat-count:after {
    content: ")";
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories .children,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive .children {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_categories .children>li,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_archive .children>li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #e1e1e1;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_nav_menu>div ul {
    list-style-type: none;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_nav_menu>div>ul {
    padding: 0px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_nav_menu>div>ul .sub-menu {
    padding-left: 10px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar {
    padding: 0px;
    position: relative;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar .widget-title,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar h3 {
    display: none;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar {
    font-family: "Nunito Sans", sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 4px;
    margin-left: 1px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar>caption {
    border: 1px solid #e1e1e1;
    color: #001c28;
    font-famiy: "Nunito Sans", sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 22px;
    padding-top: 22px;
    min-height: 55px;
    position: relative;
    margin-bottom: 20px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar th {
    text-align: center;
    color: #001936;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar .pad {
    display: none;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td {
    color: #8b8d91;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 9px 5px;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td#today {
    color: #fff;
    background: #e96b56;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td#today a {
    color: #fff;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td#today:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td#today:focus {
    background: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td:focus {
    color: #fff;
    background: #0e649b;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td:hover a,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td:focus a {
    color: #fff;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td a {
    color: #0e649b;
    text-decoration: none;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td a:hover,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar td a:focus {
    text-decoration: none;
    color: #fff;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar #prev {
    border: none;
    position: absolute;
    top: -2px;
    left: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar #prev:before {
    content: '\F104';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #333;
    font-family: 'FontAwesome';
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar #prev>a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar #next {
    border: none;
    position: absolute;
    top: -2px;
    right: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar #next:before {
    content: '\F105';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #333;
    font-family: 'FontAwesome';
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar #next>a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text).widget_calendar #wp-calendar thead {
    border: none;
    color: #001936 !important;
}

.widget-bordered,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text),
.w3website-blog-sidebar .widget_w3website_recent,
.w3website-sidebar .widget_w3website_recent {
    position: relative;
}

.widget-title-styled,
.w3website-blog-sidebar .widget:not(.widget_search):not(.widget_w3website_banner):not(.widget_text)>h3,
.w3website-blog-sidebar .widget_w3website_recent>h3,
.w3website-sidebar .widget_w3website_recent>h3 {
    color: #333;
    padding: 18px 0px;
    display: block;
    text-transform: uppercase;
    font-famiy: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

.site-footer p {
    color: #a9afb5;
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .w3website-contact-p {
    margin-bottom: 0;
}

.site-footer .w3website-contact-p strong {
    color: "Nunito Sans", sans-serif;
}

.site-footer .w3website-contact-logo {
    margin-top: 20px;
}

.site-footer .widget_recent_entries ul {
    margin: 0px;
    padding: 0px;
}

.site-footer .widget_recent_entries ul li {
    list-style: none;
    margin-bottom: 20px;
}

.site-footer .widget_recent_entries ul li a {
    color: #a9afb5;
}

.site-footer .widget_recent_entries ul li a:hover,
.site-footer .widget_recent_entries ul li a:focus {
    color: #0e649b;
}

.site-footer .widget_recent_entries ul li .post-date {
    display: block;
    color: #455263;
    font-size: 12px;
}

.site-footer .widget {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #a9afb5;
    position: relative;
    padding: 15px;
    z-index: 1;
    /**
    * Style the recent comments
    */
    /**
    * Style the meta
    */
    /**
    * Style the footer search
    */
    /**
    * Calendar restyling. The title will always be hidden.
    */
    /**
    * Style the tag cloud
    */
    /**
    * Style the widget rss
    */
}

.site-footer .widget h3 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFF;
}

.site-footer .widget.widget_w3website_recent .w3website-recent-post-widget {
    height: 65px;
    margin-left: 0;
    margin-right: 0;
}

.site-footer .widget.widget_w3website_recent .w3website-recent-post-widget .w3website-title h3 {
    margin-bottom: 15px;
}

.site-footer .widget.widget_w3website_recent .w3website-recent-post-widget .w3website-post-content {
    width: 225px;
}



.site-footer .widget.widget_categories {
    padding-right: 0px;
    position: relative;
}

.site-footer .widget.widget_categories>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.site-footer .widget.widget_categories>ul>li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_categories>ul>li:last-of-type {
    border-bottom: none;
}

.site-footer .widget.widget_categories>ul>li:hover a,
.site-footer .widget.widget_categories>ul>li:hover .w3website-cat-count,
.site-footer .widget.widget_categories>ul>li:focus-within a,
.site-footer .widget.widget_categories>ul>li:focus-within .w3website-cat-count {
    text-decoration: none;
    color: #0e649b;
}

.site-footer .widget.widget_categories>ul>li a {
    color: #a9afb5;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.site-footer .widget.widget_categories>ul>li .w3website-cat-count {
    float: right;
    color: #2c3745;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
}

.site-footer .widget.widget_categories>ul>li .w3website-cat-count:before {
    content: "(";
}

.site-footer .widget.widget_categories>ul>li .w3website-cat-count:after {
    content: ")";
}

.site-footer .widget.widget_categories .children {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}

.site-footer .widget.widget_categories .children>li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_recent_comments ul {
    padding: 0px;
}

.site-footer .widget.widget_recent_comments ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
    color: #a9afb5;
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_recent_comments ul li a {
    color: #fff;
}

.site-footer .widget.widget_recent_comments ul li a:hover,
.site-footer .widget.widget_recent_comments ul li a:focus {
    color: #0e649b;
}

.site-footer .widget.widget_meta ul {
    padding: 0px;
}

.site-footer .widget.widget_meta ul li {
    list-style: none;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_meta ul li a {
    color: #a9afb5;
}

.site-footer .widget.widget_meta ul li a:hover,
.site-footer .widget.widget_meta ul li a:focus {
    color: #0e649b;
}

.site-footer .widget.widget_search {
    padding-right: 0px;
}

.site-footer .widget.widget_search #searchform {
    border-color: #001b30;
}

.site-footer .widget.widget_search #searchform .search-submit {
    color: #002135;
}

.site-footer .widget.widget_search #searchform label input[type="search"] {
    width: 100%;
    background: none;
    color: #fff;
}

.site-footer .widget.widget_search #searchform label ::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.site-footer .widget.widget_search #searchform label ::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.site-footer .widget.widget_search #searchform:hover,
.site-footer .widget.widget_search #searchform:focus {
    border-color: #053052;
}

.site-footer .widget.widget_calendar {
    padding: 0px;
    position: relative;
}

.site-footer .widget.widget_calendar .widget-title,
.site-footer .widget.widget_calendar h3 {
    display: none;
}

.site-footer .widget.widget_calendar #wp-calendar {
    color: "Nunito Sans", sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 4px;
    margin-left: 1px;
}

.site-footer .widget.widget_calendar #wp-calendar>caption {
    border: 1px solid #002438;
    color: #a9afb5;
    font-famiy: "Nunito Sans", sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 22px;
    padding-top: 22px;
    min-height: 55px;
    position: relative;
    margin-bottom: 20px;
}

.site-footer .widget.widget_calendar #wp-calendar th {
    text-align: center;
    color: #a9afb5;
}

.site-footer .widget.widget_calendar #wp-calendar .pad {
    display: none;
}

.site-footer .widget.widget_calendar #wp-calendar td {
    color: #a9afb5;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #002438;
    padding: 9px 5px;
}

.site-footer .widget.widget_calendar #wp-calendar td#today {
    color: #fff;
    background: #e96b56;
    border-color: #e96b56;
}

.site-footer .widget.widget_calendar #wp-calendar td#today a {
    color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar td#today:hover,
.site-footer .widget.widget_calendar #wp-calendar td#today:focus {
    background: #0e649b;
    border-color: #0e649b;
}

.site-footer .widget.widget_calendar #wp-calendar td:hover,
.site-footer .widget.widget_calendar #wp-calendar td:focus {
    color: #fff;
    background: #0e649b;
    border-color: #0e649b;
}

.site-footer .widget.widget_calendar #wp-calendar td:hover a,
.site-footer .widget.widget_calendar #wp-calendar td:focus a {
    color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar td a {
    color: #0e649b;
    text-decoration: none;
}

.site-footer .widget.widget_calendar #wp-calendar td a:hover,
.site-footer .widget.widget_calendar #wp-calendar td a:focus {
    text-decoration: none;
    color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar #prev {
    border: none;
    position: absolute;
    top: -3px;
    left: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.site-footer .widget.widget_calendar #wp-calendar #prev:before {
    content: '\F104';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #a9afb5;
    font-family: 'FontAwesome';
}

.site-footer .widget.widget_calendar #wp-calendar #prev>a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.site-footer .widget.widget_calendar #wp-calendar #next {
    border: none;
    position: absolute;
    top: -3px;
    right: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.site-footer .widget.widget_calendar #wp-calendar #next:before {
    content: '\F105';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #a9afb5;
    font-family: 'FontAwesome';
}

.site-footer .widget.widget_calendar #wp-calendar #next>a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.site-footer .widget.widget_calendar #wp-calendar thead {
    border: none;
    color: #001936 !important;
}

.site-footer .widget.widget_tag_cloud {
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_tag_cloud .tagcloud h3 {
    font-size: 20px;
}

.site-footer .widget.widget_tag_cloud .tagcloud a {
    color: #a9afb5;
    padding: 4px 9px 4px 9px;
    margin: -2px 5px;
    border: 1px solid #001c31;
    line-height: 45px;
    white-space: nowrap !important;
    font-size: 15px !important;
}

.site-footer .widget.widget_tag_cloud .tagcloud a:hover,
.site-footer .widget.widget_tag_cloud .tagcloud a:focus {
    background: #e96b56;
    color: #fff;
    border: 1px solid #e96b56;
}

.site-footer .widget.widget_rss ul {
    padding: 0px;
}

.site-footer .widget.widget_rss ul li {
    list-style: none;
    font-size: 15px;
    color: #f1f1f1;
    margin-bottom: 50px;
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .widget.widget_rss ul li a {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 700;
}

.site-footer .widget.widget_rss ul li a:hover,
.site-footer .widget.widget_rss ul li a:focus {
    color: #0e649b;
}

.site-footer .widget.widget_rss ul li .rss-date {
    color: #a9afb5;
    font-size: 12px;
    display: block;
}

.site-footer .widget.widget_rss ul li .rssSummary {
    color: #a9afb5;
    margin-top: 10px;
}

.site-footer .widget.widget_rss ul li cite {
    font-style: initial;
    color: #f1f1f1;
}

.site-footer .widget.widget_archive {
    padding-right: 0px;
    position: relative;
}

.site-footer .widget.widget_archive>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.site-footer .widget.widget_archive>ul>li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_archive>ul>li:last-of-type {
    border-bottom: none;
}

.site-footer .widget.widget_archive>ul>li:hover a,
.site-footer .widget.widget_archive>ul>li:hover .w3website-cat-count,
.site-footer .widget.widget_archive>ul>li:focus a,
.site-footer .widget.widget_archive>ul>li:focus .w3website-cat-count {
    text-decoration: none;
    color: #0e649b;
}

.site-footer .widget.widget_archive>ul>li a {
    color: #a9afb5;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.site-footer .widget.widget_archive>ul>li .w3website-cat-count {
    float: right;
    color: #2c3745;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
}

.site-footer .widget.widget_archive>ul>li .w3website-cat-count:before {
    content: "(";
}

.site-footer .widget.widget_archive>ul>li .w3website-cat-count:after {
    content: ")";
}

.site-footer .widget.widget_archive .children {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}

.site-footer .widget.widget_archive .children>li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e1e1e1;
}

.site-footer .contact-widget div {
    margin-bottom: 12px;
}

.site-footer .contact-widget div span {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.site-footer .contact-widget div a {
    color: #a9afb5;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .contact-widget div a:hover,
.site-footer .contact-widget div a:focus {
    color: #0e649b;
}

.site-footer .contact-widget #social-contact {
    padding-left: 0px;
    margin-top: 25px;
}

.site-footer .contact-widget #social-contact li {
    display: inline;
}

.site-footer .contact-widget #social-contact li a {
    /* Add the social links depending on the link href */
    color: #fff;
}

.site-footer .contact-widget #social-contact li a:before {
    content: '\F408';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    padding: 2px 11px 2px 12px;
    margin-right: 7px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.site-footer .contact-widget #social-contact li a span {
    display: none;
}

.site-footer .contact-widget #social-contact li a[href*="wordpress.org"]::before,
.site-footer .contact-widget #social-contact li a[href*="wordpress.com"]::before {
    content: '\F19A';
    background: #21759b;
    padding: 2px 9px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="facebook.com"]::before {
    content: '\F09A';
    background: #3b5998;
}

.site-footer .contact-widget #social-contact li a[href*="twitter.com"]::before {
    content: '\F099';
    background: #38a4f0;
    padding: 2px 9px 2px 10px;
    margin-right: 7px;
}

.site-footer .contact-widget #social-contact li a[href*="dribbble.com"]::before {
    content: '\F17D';
    background: #ea4c89;
    padding: 2px 10px 2px 10px;
}

.site-footer .contact-widget #social-contact li a[href*="plus.google.com"]::before {
    content: '\F0D5';
    background: #ed3521;
    padding: 2px 9px 2px 7px;
    margin-right: 7px;
}

.site-footer .contact-widget #social-contact li a[href*="pinterest.com"]::before {
    content: '\F231';
    background: #c8232c;
}

.site-footer .contact-widget #social-contact li a[href*="github.com"]::before {
    content: '\F09B';
    background: #171515;
}

.site-footer .contact-widget #social-contact li a[href*="tumblr.com"]::before {
    content: '\F173';
    background: #36465d;
    padding: 2px 11px 2px 12px;
    margin-right: 5px;
}

.site-footer .contact-widget #social-contact li a[href*="youtube.com"]::before {
    content: '\F167';
    background: #d10027;
    padding: 2px 11px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="flickr.com"]::before {
    content: '\F16E';
    background: #ff0084;
    padding: 2px 11px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="vimeo.com"]::before {
    content: '\F27D';
    background: #1AB7EA;
    padding: 2px 10px 2px 9px;
}

.site-footer .contact-widget #social-contact li a[href*="instagram.com"]::before {
    content: '\F16D';
    background: #3f729b;
    padding: 2px 10px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="codepen.io"]::before {
    content: '\F1CB';
    background: #000;
    padding: 2px 9px 2px 10px;
}

.site-footer .contact-widget #social-contact li a[href*="linkedin.com"]::before {
    content: '\F0E1';
    background: #0e76a8;
    padding: 2px 9px 2px 11px;
}

.site-footer .contact-widget #social-contact li a:hover,
.site-footer .contact-widget #social-contact li a:focus {
    color: #fff;
    opacity: 0.9;
}

.w3website_widgets.w3website-layout-a {
    margin-bottom: 30px;
}

.w3website_widgets .w3website-layout-b-row:last-of-type .border {
    border: none !important;
}

.w3website_widgets .w3website-layout-b-row .card-info {
    position: relative;
    left: 15px;
}

.w3website_widgets .w3website-layout-b-row .w3website-title h3,
.w3website_widgets .w3website-layout-b-row .w3website-title h4 {
    margin-top: -5px;
}

.w3website_widgets .w3website-layout-b-row .w3website-title h3 {
    line-height: 0px;
    margin-bottom: 5px;
}

.w3website_widgets .w3website-layout-b-row .w3website-title h3 a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-content-a {
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-content-a a {
    color: #8c9597;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-title {
    margin-bottom: 10px;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-title h4>a {
    color: #001936;
    font-weight: 700;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-title h4>a:hover,
.w3website_widgets .w3website-blog-post-layout-a .w3website-title h4>a:focus {
    text-decoration: none;
    color: #0e649b;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-date {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #bfbfbf;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-author {
    font-size: 12px;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-author a {
    color: #e96b56;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #bfbfbf;
}



.w3website_widgets .w3website-blog-post-layout-a .w3website-image img {
    width: 100%;
    max-height: 165px;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-title h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 23px;
    margin-bottom: 0;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-title h3>a {
    font-weight: bold;
    color: inherit;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-title h3>a:hover,
.w3website_widgets .w3website-blog-post-layout-a .w3website-title h3>a:focus {
    text-decoration: none;
    color: #0e649b;
}

.w3website_widgets .w3website-blog-post-layout-a .w3website-content,
.w3website_widgets .w3website-blog-post-layout-a .w3website-after-content-sidebar {
    font-size: 15px;
    font-family: "Source Sans Pro", "sans-serif";
    color: #333;
}

.w3website_widgets .border {
    border-bottom: 1px dotted #d7d7d7;
}

.w3website_widgets .w3website-blog-post-layout-b {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}



.w3website_widgets .w3website-blog-post-layout-b .w3website-image {
    margin-bottom: 25px;
    max-height: 225px;
    display: inline-block;
    float: left;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-image img {
    width: 100%;
}

.w3website_widgets .w3website-blog-post-layout-b .col-sm-5 .w3website-image {
    max-height: 80px;
}

.w3website_widgets .w3website-blog-post-layout-b .col-sm-4 .w3website-image {
    max-height: 100px;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-content {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-content a {
    color: #8c9597;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-title h4>a {
    color: #001936;
    font-weight: 700;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-title h4>a:hover,
.w3website_widgets .w3website-blog-post-layout-b .w3website-title h4>a:focus {
    text-decoration: none;
    color: #0e649b;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-date {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #bfbfbf;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-author {
    font-size: 12px;
}

.w3website_widgets .w3website-blog-post-layout-b .w3website-author a {
    color: #e96b56;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #bfbfbf;
}



.w3website_widgets .w3website-blog-post-layout-c {
    margin-bottom: 30px;
}



.w3website_widgets .w3website-blog-post-layout-c .w3website-image {
    width: 100%;
    display: block;
    max-height: 225px;
    margin-bottom: 30px;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-image>img {
    width: 100%;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-content {
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-content a {
    color: #8c9597;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #e96b56;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-category a {
    color: #fff;
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-category:hover,
.w3website_widgets .w3website-blog-post-layout-c .w3website-category:focus-within {
    background: #0e649b;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #bfbfbf;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-title h4>a {
    color: #001936;
    font-weight: 700;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-title h4>a:hover,
.w3website_widgets .w3website-blog-post-layout-c .w3website-title h4>a:focus {
    text-decoration: none;
    color: #0e649b;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-post-meta>ul .post-comments:after {
    display: none;
}

.w3website_widgets .w3website-blog-post-layout-c .w3website-post-meta>ul .post-category {
    display: none;
}

.w3website-post-meta>ul {
    list-style-type: none;
    margin: 15px 0 10px;
    padding: 0;
}

.w3website-post-meta>ul>li {
    display: inline-block;
    font-size: 13px;
    font-family: 'Droid Serif';
    position: relative;
}

.w3website-post-meta>ul>li:after {
    content: '/';
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.w3website-post-meta>ul>li:last-of-type:after {
    display: none;
}

.w3website-layout-a-row,
.w3website-layout-c-row {
    margin-bottom: 30px;
}

.w3website-after-content-sidebar .w3website-title h3 {
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.w3website-after-content-sidebar .w3website-title h3 a {
    font-weight: 700;
    color: #001936;
}

.w3website-after-content-sidebar .w3website-title h3 a:hover,
.w3website-after-content-sidebar .w3website-title h3 a:focus {
    text-decoration: none;
    color: #0e649b;
}

.w3website-after-content-sidebar .w3website-layout-c-row {
    margin-bottom: 30px;
}

.w3website-after-content-sidebar .w3website-blog-post-layout-c .w3website-title h3 {
    font-size: 17px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
}

.w3website-after-content-sidebar .w3website-blog-post-layout-c .w3website-content {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
}

.w3website-after-content-sidebar .w3website-blog-post-layout-b .w3website-content {
    display: block;
}

.w3website-image-banner {
    text-align: center;
}

.w3website-image-banner a {
    display: inline-block;
    margin: 0 0 15px 0;
}

.w3website-image-banner a>img {
    width: 100%;
}

.w3website-image-banner>img {
    display: inline-block;
}

.widget_w3website_banner {
    margin-top: 30px;
}



.w3website-recent-post-widget {
    display: inline-block;
    margin: 0 18px 18px 18px;
}

.w3website-recent-post-widget:last-of-type {
    margin-bottom: 25px;
}



.w3website-recent-post-widget .w3website-image {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.w3website-recent-post-widget .w3website-image img {
    max-width: 93px;
    width: 100%;
}

.w3website-recent-post-widget .w3website-post-content {
    display: inline-block;
    float: left;
    width: 138px;
}



.w3website-recent-post-widget .w3website-title h3 {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 0;
    text-transform: initial;
    color: #333;
}

.w3website-recent-post-widget .w3website-title h3>a {
    color: inherit;
}

.w3website-recent-post-widget .w3website-title h3>a:hover,
.w3website-recent-post-widget .w3website-title h3>a:focus {
    text-decoration: none;
    color: inherit;
}

.w3website-recent-post-widget .w3website-post-meta {
    float: left;
    display: inline-block;
}

.w3website-recent-post-widget .w3website-post-meta>ul {
    margin: 0;
}

.w3website-recent-post-widget .w3website-post-meta .post-comments {
    display: none;
}

.w3website-blog-sidebar,
.w3website-sidebar {
    margin-top: 10px;
}

.w3website-blog-sidebar .widget_w3website_recent .w3website-recent-post-widget,
.w3website-sidebar .widget_w3website_recent .w3website-recent-post-widget {
    border-bottom: 1px dashed #e1e1e1;
}

.w3website-blog-sidebar .widget_w3website_recent .w3website-recent-post-widget:last-of-type,
.w3website-sidebar .widget_w3website_recent .w3website-recent-post-widget:last-of-type {
    border: none;
}

.archive .w3website-blog-sidebar,
.category .w3website-blog-sidebar,
.search-results .w3website-blog-sidebar,
.blog .w3website-blog-sidebar {
    margin-top: -20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 10px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.single-post .entry-header,
.page .entry-header {
    margin: 30px 0;
}

.single-post .entry-header img,
.page .entry-header img {
    width: 100%;
}

.single-post .entry-title,
.page .entry-title {
    margin-top: 30px;
    color: white;
}

.single-post .entry-content .archive,
.page .entry-content .archive {
    color: #8b8d91;
}

.single-post .entry-content p:first-of-type,
.page .entry-content p:first-of-type {
    color: #001936;
    border-bottom: 1px dotted #bababa;
    padding-bottom: 20px;
}

.archive .entry-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.w3website-image-banner {
    margin-bottom: 30px;
}

.w3website-archive-first-posts,
.w3website-archive-page {
    margin-bottom: 20px;
}

.w3website-archive-first-posts .w3website-post-meta,
.w3website-archive-page .w3website-post-meta {
    margin-top: 20px;
}

.w3website-archive-first-posts .w3website-post-meta .w3website-category,
.w3website-archive-page .w3website-post-meta .w3website-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #e96b56;
}

.w3website-archive-first-posts .w3website-post-meta .w3website-category a,
.w3website-archive-page .w3website-post-meta .w3website-category a {
    color: #fff;
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-archive-first-posts .w3website-post-meta .w3website-category:hover,
.w3website-archive-first-posts .w3website-post-meta .w3website-category:focus-within,
.w3website-archive-page .w3website-post-meta .w3website-category:hover,
.w3website-archive-page .w3website-post-meta .w3website-category:focus-within {
    background: #0e649b;
}

.w3website-archive-first-posts .w3website-post-meta .w3website-date,
.w3website-archive-page .w3website-post-meta .w3website-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #bfbfbf;
}

.single-post .w3website-breadcrumbs {
    margin-top: -20px;
}

.single-post .w3website-post-meta {
    margin-top: 20px;
}

.single-post .w3website-post-meta .w3website-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #e96b56;
}

.single-post .w3website-post-meta .w3website-category a {
    color: #fff;
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
}

.single-post .w3website-post-meta .w3website-category:hover,
.single-post .w3website-post-meta .w3website-category:focus-within {
    background: #0e649b;
}

.single-post .w3website-post-meta .w3website-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #bfbfbf;
}

.single-post .w3website-tags {
    font-family: "Nunito Sans", sans-serif;
    padding-bottom: 27px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.single-post .w3website-tags:nth-of-type(2) {
    display: none;
}

.single-post .w3website-tags strong {
    font-size: 20px;
    color: #001936;
    line-height: 34px;
    position: relative;
    top: 2px;
}

.single-post .w3website-tags a {
    padding: 4px 9px 4px 9px;
    margin: -2px 5px;
    border: 1px solid #7c95b1;
    line-height: 33px;
    font-size: 15px;
}

.single-post .w3website-tags a:hover,
.single-post .w3website-tags a:focus {
    background: #e96b56;
    color: #fff;
    border: 1px solid #e96b56;
}

/* Author box styling */
.author-description {
    border: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    margin: 36px 0;
}

.author-description .avatar {
    width: 20%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

.author-description .avatar img {
    border-radius: 150px;
}

.author-description .description {
    padding: 10px 15px 0px 0px;
    width: 75%;
    float: left;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.author-description .description h6 a {
    font-weight: 700;
}

.author-description .description p {
    margin-bottom: 40px;
    color: #8b8d91;
    font-size: 14px;
    line-height: 20px;
}

.author-description .social-list {
    display: block;
    width: 5%;
    float: right;
    text-align: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-left: 1px solid #ebebeb;
}

.author-description .social-list ul {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
}

.author-description .social-list ul a {
    color: #ebebeb;
    font-size: 11px;
    margin-top: 20px;
}



.w3website-image {
    overflow: hidden;
    display: block;
}

.w3website-image>img,
.w3website-image>a>img {
    transition: all 0.3s;
    transform: scale(1);
    width: 100%;
}

.w3website-image:hover>img,
.w3website-image:hover>a>img,
.w3website-image:focus-within>img,
.w3website-image:focus-within>a>img {
    transform: scale(1.1);
}

.w3website-archive-first-posts {
    margin-top: 15px;
}

.w3website-archive-first-posts .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #001936;
}

.w3website-archive-first-posts .entry-title a:hover,
.w3website-archive-first-posts .entry-title a:focus-within {
    color: #0e649b;
}

.w3website-archive-page .post,
.w3website-archive-page .page {
    margin-bottom: 25px;
}

.w3website-archive-page .post .entry-title a,
.w3website-archive-page .page .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #001936;
}

.w3website-archive-page .post .entry-title a:hover,
.w3website-archive-page .post .entry-title a:focus-within,
.w3website-archive-page .page .entry-title a:hover,
.w3website-archive-page .page .entry-title a:focus-within {
    color: #0e649b;
}

.w3website-archive-page .w3website-image-banner img {
    display: block;
    width: 100%;
}

.w3website-pager {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: 20px auto;
    padding: 0;
}

.w3website-pager li {
    display: inline-block;
    font-family: 'Hind';
    font-weight: 700;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    border-radius: 2px;
}

.w3website-pager li>a {
    font-family: 'Hind';
    font-weight: 700;
    color: #000;
}

.w3website-pager li.active {
    background-color: #000;
    color: #FFF;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* The blog sidebar should be pushed to align with the content */
#secondary {
    margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a,
.comment-list .reply a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments ul,
#comments ol {
    list-style-type: none;
}

#comments .comment-awaiting-moderation {
    padding-left: 97px;
}

#comments .children {
    margin-top: 15px;
}

#comments .children>.comment {
    border-bottom: none;
    padding-top: 20px;
    border-top: 1px dashed #e1e1e1;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-list .comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e1e1e1;
}

.comment-list .comment:first-of-type {
    padding-top: 0;
}

.comment-list .says {
    display: none;
}

.comment-list .fn {
    font-size: 20px;
}

.comment-list .comment-author>img {
    margin-right: 30px;
}

.comment-list .comment-metadata {
    padding-left: 97px;
    position: relative;
    bottom: 18px;
}

.comment-list .comment-metadata>a {
    color: #0e649b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
}

.comment-list .comment-content,
.comment-list .reply {
    padding-left: 97px;
}

.comment-list .reply>a {
    color: #0e649b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.comment-notes {
    display: none;
}

.comment-form [class^="comment-form-"]>label {
    display: none;
}

.comment-form [class^="comment-form-"]>input {
    width: 100%;
}

.error404 .site-main {
    text-align: center;
}

.error404 .page-content {
    margin-bottom: 40px;
}

.w3website-before-footer-area {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
    background: #f5f5f5;
}

.w3website-before-footer-area .widget_w3website_posts .w3website-layout-b-row .col-xs-6 {
    width: 100%;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.site-content {
    /*margin-top: 38px;*/
}

/* Header */
.site-branding {
    /*    padding-top: 15px;
    padding-bottom: 15px;*/
}

.header-logo {
    margin-top: 8px;
}

.site-branding .header-logo .site-title {
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
}

.site-branding .header-logo .site-title:hover,
.site-branding .header-logo .site-title:focus {
    text-decoration: none;
    color: #0e649b;
}

.site-branding .header-logo .site-description {
    margin-bottom: 0;
    font-size: 20px;
}



.header-banner {
    text-align: right;
}

.custom-logo-link {
    line-height: 90px;
}

.search-form-opener {
    top: 3px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0;
    background: #202020;
    color: #FFF;
    width: 41px;
    height: 41px;
    margin-left: 4px;
    text-align: right;
}



.search-form-opener:hover,
.search-form-opener:focus {
    border-color: transparent;
    background-color: #0e649b;
}

.search-form-opener:after {
    content: '\F002';
    font-family: 'FontAwesome';
    line-height: 41px;
    font-size: 15px;
}

.search-form-opener:hover,
.search-form-opener:focus,
.search-form-opener:active {
    background: transparent;
    border: none;
    color: #0e649b;
}

.top-header {
    position: relative;
}

.top-header .search-form-opener {
    transition: all .2s linear;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.top-header .search-form-opener.hide {
    transition: all .2s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.top-header .header-search-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
    transition: all .2s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.top-header .header-search-form.opened {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    bottom: -78px;
    height: 78px;
    transition: all .2s linear;
}

.top-header .header-search-form #searchform {
    position: relative;
}

.top-header .header-search-form #searchform ::-webkit-input-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform :-moz-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform ::-moz-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform :-ms-input-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform label {
    margin-bottom: 0;
    bottom: -4px;
    position: relative;
    font-weight: 400;
    width: 97%;
}

.top-header .header-search-form #searchform #search-field {
    margin-top: 20px;
    background: transparent;
    border: none;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 23px;
    color: #FFF;
    font-weight: 400;
    height: 32px;
    width: 100%;
}

.top-header .header-search-form #searchform #search-field:focus {
    outline: none;
}

.top-header .header-search-form #searchform .search-submit {
    margin-top: 0px;
    background: transparent;
    color: #FFF;
    font-size: 17px;
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    padding: 0;
    top: 28px;
    right: 0;
    vertical-align: middle;
    width: 23px;
    height: 23px;
}

.top-header .header-search-form #searchform .search-submit:hover,
.top-header .header-search-form #searchform .search-submit:focus,
.top-header .header-search-form #searchform .search-submit.input-open {
    color: #f2f2f2;
}

.top-header .header-search-form #searchform .search-submit .first-bar,
.top-header .header-search-form #searchform .search-submit .second-bar {
    width: 2px;
    height: 22px;
    background: #FFF;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
}

.top-header .header-search-form #searchform .search-submit .first-bar {
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-header .header-search-form #searchform .search-submit .second-bar {
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-header .header-search-form #searchform .search-submit:after {
    visibility: hidden;
}

.header-banner {
    text-align: right;
}

.header-banner .w3website-adsense {
    float: right;
}

.w3website-image-banner {
    margin-bottom: 15px;
}

.w3website-image-banner .w3website-adsense {
    margin: 0 auto;
}

.w3website-image-banner .w3website-adsense,
.header-banner .w3website-adsense {
    width: 728px;
    height: 90px;
    display: block;
}

.w3website-image-banner .w3website-adsense:before,
.header-banner .w3website-adsense:before {
    display: none !important;
}

.w3website-image-banner .w3website-adsense ins,
.header-banner .w3website-adsense ins {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}



.w3website-image-banner .adsense__loading,
.header-banner .adsense__loading {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}

.w3website-image-banner .adsense--loaded .adsense__loading,
.header-banner .adsense--loaded .adsense__loading {
    display: none;
}

.w3website-image-banner .adsense__loading span,
.header-banner .adsense__loading span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* Footer */
#colophon {
    background-color: #000000;
    margin-top: 30px;
}

.site-info {
    background-color: #1d1e1f;
    padding: 15px 0;
}

.site-info *,
.site-info a {
    font-size: 15px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}

.site-info #footer-navigation ul {
    margin: 0px;
}

.site-info #footer-navigation ul li {
    display: inline;
    margin-left: 30px;
}

.back-to-top-area {
    display: block;
}

.back-to-top-area a {
    font-size: 12px;
    color: #f1f1f1;
    line-height: 25px;
    font-family: "Nunito Sans", sans-serif;
    float: right;
    position: relative;
    right: -120px;
    background: #ee262f;
    padding: 10px 31px 11px 36px;
    font-weight: 700;
}



.back-to-top-area i {
    padding-left: 7px;
}

.site-footer>.widgets-area {
    padding: 10px 0 0 0;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.w3website-with-sidebar .w3website-post-sidebar {
    width: 50%;
}



.w3website-with-sidebar .w3website-post-d-sidebar .w3website-title h3,
.w3website-with-sidebar .w3website-post-d-sidebar .w3website-title h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.w3website-header-widget-area {
    background: #0e0e11;
    margin-top: -38px;
    line-height: 0;
}

.newspapper-spacer {
    margin-top: 40px;
}

.w3website-spacer-a {
    margin-top: 20px;
}

.w3website-recent-posts {
    margin-bottom: -3px;
}

.w3website-recent-posts>ul {
    padding: 0;
    margin-bottom: 0px !important;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}

.w3website-recent-posts>ul>li {
    margin-bottom: 0px !important;
    width: 100%;
    height: 360px;
    display: inline-block;
    float: left;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    transition: all 0.3s;
}



.w3website-recent-posts>ul>li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0);
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    content: '';
}

.w3website-recent-posts>ul>li#w3website-recent-post-6 h3 a,
.w3website-recent-posts>ul>li#w3website-recent-post-5 h3 a,
.w3website-recent-posts>ul>li#w3website-recent-post-4 h3 a,
.w3website-recent-posts>ul>li#w3website-recent-post-3 h3 a {
    font-size: 17px;
}

.w3website-recent-posts>ul>li>img {
    width: 100%;
}

.w3website-recent-posts>ul>li .w3website-post-info {
    position: absolute;
    bottom: 25px;
    left: 35px;
    right: 35px;
    max-height: 95px;
    z-index: 1;
    color: #FFF;
    font-family: 'Droid Serif';
    font-size: 14px;
}



.w3website-recent-posts>ul>li .w3website-post-info a {
    color: #FFF;
}

.w3website-recent-posts>ul>li .w3website-post-info a:hover,
.w3website-recent-posts>ul>li .w3website-post-info a:active {
    text-decoration: none;
    outline: none;
    color: #FFF;
}

.w3website-recent-posts>ul>li .w3website-post-info a:focus {
    text-decoration: underline;
}

.w3website-recent-posts>ul>li h1 {
    color: #FFF;
}

.w3website-recent-posts>ul>li .w3website-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #e96b56;
}

.w3website-recent-posts>ul>li .w3website-category a {
    font-size: 13px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-recent-posts>ul>li .w3website-category:hover,
.w3website-recent-posts>ul>li .w3website-category:focus-within {
    background: #0e649b;
}

.w3website-recent-posts>ul>li .w3website-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-recent-posts>ul>li h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: "Nunito Sans", sans-serif;
}

.w3website-recent-posts>ul>li h3>a {
    color: #FFF;
    font-weight: 700;
}

.w3website-recent-posts>ul>li h3>a:hover,
.w3website-recent-posts>ul>li h3>a:focus,
.w3website-recent-posts>ul>li h3>a:active {
    text-decoration: none;
    outline: none;
    color: #0e649b;
}

.w3website-recent-posts-a ul li .w3website-post-info {
    bottom: 42px;
}

.w3website-recent-posts-a ul li .w3website-post-info h6 a {
    font-weight: 700;
    bottom: -2px;
    position: relative;
}

.w3website-recent-posts-a ul li:after {
    content: '';
    position: absolute;
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.w3website-related-posts {
    margin-top: 40px;
    margin-bottom: 50px;
}

.w3website-related-posts .w3website-carousel-navigation {
    padding-right: 12px;
}

.w3website-related-posts .owl-controls {
    display: none !important;
}

.w3website-related-posts .w3website-carousel-arrows {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
}

.w3website-related-posts .w3website-carousel-arrows>li {
    border: 1px solid #e1e1e1;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.w3website-related-posts .w3website-carousel-arrows>li:last-of-type {
    margin-right: 0;
}

.w3website-related-posts .w3website-carousel-arrows>li:hover,
.w3website-related-posts .w3website-carousel-arrows>li:focus-within {
    border-color: #0e649b;
}

.w3website-related-posts .w3website-carousel-arrows>li a {
    color: "Nunito Sans", sans-serif;
    display: block;
    line-height: 18px;
}

.w3website-related-posts .w3website-carousel-arrows>li a:hover,
.w3website-related-posts .w3website-carousel-arrows>li a:focus,
.w3website-related-posts .w3website-carousel-arrows>li a:active {
    text-decoration: none;
    outline: none;
    color: #0e649b;
}

.w3website-related-posts .w3website-related-post-title>a {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "sans-serif";
    color: #333;
}

.w3website-related-posts .w3website-related-post-title>a:hover,
.w3website-related-posts .w3website-related-post-title>a:focus,
.w3website-related-posts .w3website-related-post-title>a:active {
    text-decoration: none;
    outline: none;
    color: #0e649b;
}

.w3website-info {
    position: relative;
    overflow: hidden;
    max-height: 42px;
}

.w3website-info .w3website-module-title {
    color: #FFF;
    padding: 0px 21px 0px 11px;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    background: #ed151fed;
    display: inline-block;
    position: relative;
    line-height: 42px;
}

.w3website-info .w3website-module-title .fa-stack-1x {
    font-size: 13px;
    left: 3px;
    bottom: 1px;
}

.ww3website-info .w3website-module-title .fa-stack-2x {
    font-size: 30px;
    position: relative;
    top: 3px;
    left: 3px;
}

.w3website-info .w3website-module-title icon.fa {
    color: #0e649b;
    margin-right: 10px;
    font-size: 13px;
}














.w3website-news-ticker {
    position: relative;
    overflow: hidden;
    max-height: 42px;
}



.w3website-news-ticker .owl-carousel {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    left: -10px;
}

.w3website-news-ticker .w3website-module-title {
    color: #FFF;
    padding: 0px 21px 0px 11px;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    background: #ed151fed;
    display: inline-block;
    position: relative;
    line-height: 42px;
}

.w3website-news-ticker .w3website-module-title .fa-stack-1x {
    font-size: 13px;
    left: 3px;
    bottom: 1px;
}

.w3website-news-ticker .w3website-module-title .fa-stack-2x {
    font-size: 30px;
    position: relative;
    top: 3px;
    left: 3px;
}

.w3website-news-ticker .w3website-module-title icon.fa {
    color: #0e649b;
    margin-right: 10px;
    font-size: 13px;
}

.w3website-news-ticker ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: 22px;
}



.w3website-news-ticker ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}



.w3website-breadcrumbs {
    margin-top: 30px;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    color: white;
}

.w3website-breadcrumbs .w3website-breadcrumb-sep {
    margin: 0 10px;
}

.w3website-breadcrumbs a {
    color: white !important;
}

.comments-area {
    position: relative;
    top: 30px;
}

.comments-area .comments-form {
    background: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comments-area .comments-form #reply-title {
    color: #e96b56;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    border-left: none;
    text-transform: initial;
    margin-bottom: 0px;
}

.comments-area .comments-form #reply-title span {
    background: none;
    padding: 0px;
    color: #e96b56;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
}

.comments-area .comments-form #reply-title:after {
    border: none;
}

.comments-area .comments-form .comment_notes_before {
    display: block;
    color: #8b8d91;
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 30px;
}

.comments-list {
    border: 1px solid #ebebeb;
    margin: 36px 0;
}

.comments-list .avatar {
    width: 20%;
    float: left;
    padding-top: 40px;
}

.comments-list .avatar img {
    border-radius: 150px;
}

.comments-list .comment {
    padding: 10px 15px 0px 0px;
    width: 80%;
    float: left;
    min-height: 170px;
}

.comments-list .comment p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
}

.comments-list .social-list {
    display: none;
    width: 5%;
    float: right;
    height: 100%;
    text-align: center;
}

.comments-list .social-list ul {
    padding: 0px;
    margin-top: 25px;
    list-style: none;
}

.comments-list .social-list ul a {
    color: #ebebeb;
    font-size: 11px;
    margin-top: 20px;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
.comment-list .reply .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.w3website-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.w3website-video-container embed,
.w3website-video-container iframe,
.w3website-video-container object,
.w3website-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    font-style: italic;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}





/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 70vh;
    /*position: absolute;*/
    /* background: url("../img/intro-carousel/1.jpg") no-repeat; */
    /* background-size: cover; */
}




#intro .intro-content {
    /*  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;*/
    /*display: flex;*/
    /*  justify-content: center;
  flex-direction: column;*/

    height: 100px;
    width: 400px;
    border: 1px solid black;
    margin: 0 auto;






    /*    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
  */
}

#intro .intro-content h2 {
    color: #464646d;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}

#intro .intro-content h2 span {
    color: #50d8af;
    text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#intro .intro-content .btn-get-started {
    background: #6f9b63;
    border: 2px solid #6f9b63;
}

#intro .intro-content .btn-get-started:hover {
    background: none;
    color: #6f9b63;
}

#intro .intro-content .btn-projects {
    background: #50d8af;
    border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #50d8af;
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    /*background-color: rgba(255, 255, 255, 0.7);*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}



.main-agileinfo {
    width: 70%;
    margin: 0.5em auto;
    /*background: rgba(35,31,32,0.85);*/
    background: rgb(0 0 0 / 85%);
    background-size: cover;
    height: 440px;
    float: right;
}

.main-agileinfo-1 {
    width: 65%;
    margin: 3em auto;
    /*background: rgba(35,31,32,0.85);*/
    background-size: cover;
    /*height: 350px;*/
}

.form-quote-label {

    margin-top: 5px;
    padding-top: 2px;

}

.form-quote-label-hr {

    background-color: #ccc;
    border: 0;
    height: 1px;
    opacity: .25;
    margin-bottom: 10px;
    width: 322px;
    margin-left: 4px;
}




.agileits-top {
    /*padding: 1px;*/

}

.agileits-top input[type="text"],
input[type="email"] {
    font-size: 0.9em;
    color: white !important;
    font-weight: 100;
    width: 97.5%;
    /* display: block; */
    border: none;
    /* padding: 5px; */
    /* margin: 6px; */
    margin-left: 4px;
    margin-right: 17px;
    margin-bottom: -15px;
    border: solid 1px rgb(255 255 255 / 95%);
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;


}

.agileits-top select {
    font-size: 0.9em;
    color: #fff;
    font-weight: 100;
    width: 98.5%;
    /* display: block; */
    border: none;
    /* padding: 5px; */
    /* margin: 6px; */
    margin-left: 4px;
    margin-right: 17px;
    margin-bottom: -15px;
    border: solid 1px rgb(255 255 255 / 95%);
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;


}

.agileits-top textarea {
    font-size: 0.9em;
    color: #fff;
    font-weight: 100;
    width: 98.5%;

    height: 100px;
    /* display: block; */
    border: none;
    /* padding: 5px; */
    /* margin: 6px; */
    margin-left: 4px;
    margin-right: 17px;
    margin-bottom: -15px;
    border: solid 1px rgb(255 255 255 / 95%);
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;


}

.agileits-top input.email,
input.text.w3lpass {
    margin: 2em 0;
}

.agileits-top .text:focus,
.text:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}

.agileits-top .text:focus::-webkit-input-placeholder,
.text:valid::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: .9em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    visibility: visible !important;
}

.agileits-top button {
    font-size: .9em;
    color: #fff;
    background: #dc141d;
    outline: none;
    /*border: 1px solid #e96b56;*/
    border: 0px;
    cursor: pointer;
    padding: 0.9em;
    -webkit-appearance: none;
    width: 100%;
    /* margin: 2em 0; */
    letter-spacing: 4px;
    border-radius: 0;
    margin-left: 4px;
}


::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: 100;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}









.agileits-top input[type="submit"]:hover {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    background: #8DC26F;
}

.intro-bar {

    position: relative;


    background: #000000 !important;
    width: 100px !important;

    border: 1px solid rgba(58, 53, 54, 0.5) !important;
    margin-bottom: 0 !important;
    text-align: center;
    display: block;


}

/******************OWL *********/




.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
    position: relative;
    height: 70vh;
    background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    /*position: absolute;*/
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}

.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

/*section {
  display: none;
}
*/



/**********************************************************************************/




.cid-qIjI4pKeSS {
    padding-top: 90px;
    padding-bottom: 30px;
    background-color: #ffffff;



}

.cid-qIjI4pKeSS .mbr-text {
    color: #000000;

}


.cid-qIjI4pKeSS .card {
    background-color: transparent;
    border: none;
}


.cid-qIjI4pKeSS .mbr-section-subtitle {
    color: #767676;
}

.cid-qIjI4pKeSS .title {
    position: relative;
    display: flex;
    align-items: center;
}

.cid-qIjI4pKeSS .title .num {
    flex-shrink: 0;
    position: absolute;
    z-index: 0;
    font-size: 4rem;
    width: 100%;
    font-weight: 700;
}

.cid-qIjI4pKeSS .title .card-title {
    z-index: 1;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
}

.cid-qIjI4pKeSS .card-text {
    margin-top: 2rem;
}

.cid-qIjI4pKeSS .card-box {
    margin-bottom: 1rem;
}

.cid-qIjI4pKeSS .num {
    color: #e96b56;
}

.cid-qIjI4pKeSS .mbr-section-title {
    text-align: center;
}


/**********************************************************************/



.cid-qIjES4e5vV {
    padding-top: 90px;
    padding-bottom: 0px;
    background-color: #ffffff;
}




.cid-qIjES4e5vV .card {
    display: flex;
    position: relative;
    justify-content: center;
    background-color: transparent;
    border: none;

}

.cid-qIjES4e5vV .card .card-wrapper {
    background: #e96b56;
    height: 1%;
}

.cid-qIjES4e5vV .card .card-wrapper .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.cid-qIjES4e5vV .card .card-wrapper .card-img img {
    transition: all .5s;
}

.cid-qIjES4e5vV .card .card-wrapper .card-img .img-text {
    position: absolute;
    padding: .6rem;
    top: 2.5rem;
    /* left: 1.5rem; */
    z-index: 1;
    /* border-radius: 100px; */
    background-color: #e96b56;
    font-size: 0.85rem;
    color: white;
    font-weight: 800;
}

.cid-qIjES4e5vV .card .card-wrapper .card-img p {
    position: absolute;
    padding: .6rem;
    top: 6.0rem;
    /* left: 1.5rem; */
    z-index: 1;
    /* border-radius: 100px; */
    background-color: #e96b56;
    font-size: 0.85rem;
    color: white;
    font-weight: 800;
}


.cid-qIjES4e5vV .card .card-wrapper .card-img .img-text span {
    display: block;
}

.cid-qIjES4e5vV .card .card-wrapper .card-box {
    padding: 1.5rem;
}

.cid-qIjES4e5vV .mbr-card-text {
    margin: 0;
    padding: .6rem;
    z-index: 1;
    background-color: #e96b56;
    font-size: 0.85rem;
    color: white;
    font-weight: 800;
}

.cid-qIjES4e5vV .mbr-section-btn {
    padding-top: 1rem;
}

.cid-qIjES4e5vV .img-text {
    color: #000000;
}

.cid-qIjES4e5vV .mbr-card-text,
.cid-qIjES4e5vV .mbr-section-btn {
    color: #ffffff;
}


/**********************************************************************/
.jarallax {
    min-height: 450px;
}

.jarallax h2 {
    color: white;
}

.jarallax p {
    color: white;
}


/*********************************************************************/



.solidline {
    /*border-top: 1px solid #e9e9e9;*/
    /* margin: 0 0 10px; */
    /*margin: 40px 0 40px;*/
}



/**************************************************************/





.home8_whychooseus {
    position: relative;
}

.home8_whychooseus_text {
    padding-top: 70px;
    padding-left: 56px;
    padding-bottom: 57px;
    position: relative;
}

.home8_whychooseus_text:before {
    content: url(http://structure.thememove.com//wp-content/uploads/2015/08/whychooseus_conner1.png);
    position: absolute;
    top: 0;
    left: 0;
}

.home8_whychooseus_text:after {
    content: url(http://structure.thememove.com//wp-content/uploads/2015/08/whychooseus_conner2.png);
    position: absolute;
    right: 0;
    bottom: 0;
}

.home8_whychooseus_text ul li:before {
    /*content: '\f00c';*/
    color: #fdc502;
    margin-right: 10px;
}

.contact-info i {
    font-size: 18px !important
}

#menu-social {
    background-color: #ed151fed;
}

section strong {
    /* color:#ed151fed;
 font-weight: 800 !important;*/
}




/*----------------------------------------*/
/*  5. Services
/*----------------------------------------*/
.service-single {
    font-size: 16px;
    color: #767676;
    margin-bottom: 30px;
}

.service-single svg {
    font-size: 48px;
    color: #e96b56;
    margin-bottom: 18px;
    display: inline-block;
}



.service-single img {
    border-radius: 3px 3px 0 0;
}

.service-single h4 {
    font-size: 22px;
    font-weight: 600;
    color: #3e4140;
}

.service-desc {
    background-color: #ffffff;
    padding: 24px 22px 24px 22px;
}

.service-single i {
    font-size: 48px;
    color: #e96b56;
    margin-bottom: 18px;
    display: inline-block;
}

.service-single.style-2 {
    color: #e2e2e2;
    padding-left: 60px;
    position: relative;
    margin-top: 20px;
}

.service-single.style-2 img {
    position: absolute;
    top: 0;
    left: 0;
}

.service-single.style-2 h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.service-single.style-3 {
    background-color: transparent;
    background-size: 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 50px 30px 15px 30px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.service-single.style-3 img {
    display: inline-block;
    margin: auto;
}

.service-single.style-3:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.service-single.style-3 img:last-child {
    display: none;
}

.service-single.style-3:hover img:first-child {
    display: none;
}

.service-single.style-3:hover img:last-child {
    display: inline-block;
}

.service-single.style-3:hover h4 {
    color: #ffffff;
}

.service-single.style-3::before {
    background-color: rgba(252, 183, 0, .90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
    z-index: 2;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.service-single.style-3:hover::before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.service-single.style-3::after {
    background: rgba(0, 0, 0, 0) url("assets/images/bg/services/1.jpg") repeat scroll center center / cover;
    background-color: rgba(252, 183, 0, .90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.service-single.style-3:hover::after {
    opacity: 1;
    visibility: visible;
}

.service-thumb,
.service-desc {
    position: relative;
    z-index: 2;
}

.service-single.style-3 .service-desc {
    background-color: transparent;
}

.service-single.style-4 {
    background-color: #ffffff;
    padding: 60px 0 35px 0;
}

.service-single.style-4 img {
    margin: auto;
    border-radius: 0;
}

.service-single .btn-common {
    background-color: #ffffff;
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    margin-top: 3px;
    color: #3065b8;
}

.service-single:hover .btn-common {
    background-color: #3065b8;
    color: #ffffff;
}

/* --- box --- */

.box {
    width: 100%;
}

.box .text h4 {
    letter-spacing: -1.5px;
}

.box:hover .text h4 {}

.box .icon {
    float: left;
    margin-bottom: -5em;
    margin-top: 22px;
}

.box .text {
    margin-left: 100px;
}

.box a {
    text-decoration: none;
    font-weight: 700;
}

.box a i {
    color: #4b5056;
}



.first {
    height: 200px;
    background-color: #ddd;
}

.ontop {
    height: 200px;
    /*background-color: #d00;*/
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
}



.text-body {
    height: 250px;
    /*background-color: rgba(0, 0, 0, 0.85);*/
    margin-top: 60px;
    padding: 10px;
    color: #fff !important;
    text-shadow: #000 0px 1px 0px;

    font-size: 2.00em;
    line-height: 1.40em;
    font-weight: 800;
    text-align: left;
    overflow: hidden;

    transition: all 0.5s ease-out;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.cover-inner {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}



.modal-ku {
    width: 750px;
    margin: auto;
}


.testimonial3 h1,
.testimonial3 h2,
.testimonial3 h3,
.testimonial3 h4,
.testimonial3 h5,
.testimonial3 h6 {
    color: #3e4555;
}

.testimonial3 .font-weight-medium {
    font-weight: 500;
}

.testimonial3 .bg-light {
    background-color: #f4f8fa !important;
}

.testimonial3 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.testimonial3 .testi3 .card-body {
    padding: 40px;
}

.testimonial3 .testi3 h6 {
    line-height: 26px;
}

.testimonial3 .testi3 .thumb-img img {
    width: 60px;
}

.testimonial3 .testi3 .customer {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px;
}

.testimonial3 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    height: 350px;
}

.testimonial3 .font-10 {
    font-size: 10px;
    margin-left: 20px;
}

.testimonial3 .bio-info {
    position: absolute;
    bottom: 35px;
}

.testimonial3 .text-success {
    color: #e1ef10 !important;
}

.testimonial3 .text-muted {
    color: #8d97ad !important;
}

.testimonial3 .owl-theme .owl-dots .owl-dot.active span,
.testimonial3 .owl-theme .owl-dots .owl-dot:hover span {
    background: #316ce8;
}

#covid_alert .modal-body {
    padding: 0px !important;
    margin-right: -12px;
}