/*!
Theme Name: Marketotomat
Theme URI: https://marketotomat.com
Author: Marketotomat
Author URI: https://marketotomat.com
Description: Vending Machine
Version: 1.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: marketotomat
Tags: vending, machine
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;900&display=swap');

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

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

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

.mobmenu-content li a {
    font-family: 'Nunito', sans-serif !important;
    color: #002651 !important;
}

h5 {
    font-weight: 700 !important;
    font-size: 1.375rem;
    color: #002651;
    margin-bottom: 30px;
}

div.wpcf7-response-output {
    margin: 0 !important;
    padding: .2em 1em;
    border: 2px solid red;
    float: left !important;
    clear: both !important;
}

#rightfix {
    background-position: right 0 !important;
}

#leftfix {
    background-position: left 0 !important;
}

.blogpost {
    float: left;
    display: inline;
    width: 45%;
    margin: 8px;
    border-radius: 8px;
}

#comments {
    display: none;
}

.height {
    float: left;
    width: 100%;
    height: 50px;
}

.entry-content h3 {
    font-size: 1.25rem;
    font-weight: 700 !important;
}

.entry-title {
    font-weight: 700 !important;
}

.eas-arrow-icon {
    z-index: 3;
    position: relative;
    transition: 0.3s ease all;
    opacity: 1;
    background: rgba(0, 38, 81, 0.9) !important;
    padding: 10px !important;
}

.border {
    border: solid 1px #eef3f7 !important;
    padding: 50px;
    margin-top: -24px;
    box-shadow: 0 6px 23px 0 rgba(219, 229, 236, 0.8);
    border: solid 1px #eff8ff;
    margin-left: -13px;
}

.vc_toggle_title > h4 {
    display: inline;
    font-weight: 700;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    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;
}

.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;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content: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, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

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

.page-content, .entry-content {
    margin: 1.5em 0 0;
}

.entry-summary {
    margin: 10px 0 0;
    height: 70px;
    overflow: hidden;
}

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

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.single .card {
    float: left;
    width: 100% !important;
}

.single .card-title.entry-title {
    font-size: 2rem !important;
    height: auto !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    width: 35%;
    float: left;
    margin-right: 30px !important;
    margin-top: 20px !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: 15px;
}

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

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    float: left;
}

.site-branding-text {
    float: left;
}

.site-description {
    float: left;
    color: #002651;
    font-size: 1rem;
}

.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 {
    text-align: center;
}

.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;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.topheader {
    background: #002651;
}

body {
    font-family: 'Nunito', sans-serif;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
    color: #002651;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif !important;
}

h2 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

p {
    font-size: 1rem;
    line-height: 1.375rem;
}

p strong {
    font-weight: 700;
}

blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table table {
    background-color: #fff;
}

figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}

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 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
    font-style: italic;
    font-size: 1.15rem;
    border-left: 3px solid rgba(33, 37, 41, 0.25);
    padding: 0.5rem 1.75rem;
    background: rgba(33, 37, 41, 0.05);
}

blockquote p {
    font-size: 1.15rem;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/* Header */
#masthead {
    background: #FFFFFF;
    position: relative;
    z-index: 99;
}

.vc_gitem-link {
    font-size: 1.125rem;
    font-weight: bold;
}

div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    height: 50px;
}

ul#primary-menu li {
    margin-left: 0.9375rem;
}

ul#primary-menu li a {
    color: #002651;
    font-weight: bold;
    font-size: 1rem;
}

ul#primary-menu li a:hover {
    color: #3DAF70;
}

.apply-button {
    background-color: #6272c7;
    padding-right: 1rem;
    margin-left: 15px;
    float: right;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 0.9375rem;
    padding-left: 1rem;
    line-height: 28px;
}

.apply-button a {
    color: #FFFFFF !important;
}

.apply-button:hover {
    background-color: #3DAF70;
    text-decoration: none;
}

.apply-button2 {
    border-radius: 4px;
    background-color: #6272c7;
    padding-right: 1rem;
    float: right;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 0.9375rem;
    padding-left: 1rem;
    line-height: 28px;
}

#menu-item-564 li a {
    color: #FFFFFF !important;
}

.apply-button2 a {
    color: #FFFFFF !important;
}

.apply-button2:hover {
    background-color: #3DAF70;
    color: #FFFFFF !important;
    text-decoration: none;
}


.formicon {
    background: url(assets/images/formicon.svg) no-repeat;
    float: left;
    width: 22px;
    height: 18px;
    margin-top: 6px;
    margin-right: 0.625rem;
}

.navbar-dark .navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

h1.p1 {
    color: #002651;
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}


.highlight {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.highlight:after {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.highlight:after {
    background-color: rgba(61, 175, 112, 0.6);
}

.highlight:after {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(0.165, .84, .44, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.highlight:after {
    background-color: rgba(61, 175, 112, 0.6);
    position: absolute;
    top: 55%;
    content: "";
    left: 0;
    bottom: 0;
    height: 35%;
    z-index: -1;
    width: 100%;
}

.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
    box-shadow: 0 3px 7px 0 rgba(61, 175, 112, 0.5) !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: bold !important;
}

.iconsarea {
    border-radius: 6px;
    box-shadow: 0 6px 23px 0 rgba(219, 229, 236, 0.8);
    border: solid 1px #eff8ff;
    background-color: #ffffff;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 35px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0px;
}

.iconimage img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.iconimage2 img {
    display: block;
    width: 50%;
    height: auto;
}

.boxarea {
    width: 88%;
    float: left;
    border-radius: 6px;
    box-shadow: 0 6px 23px 0 rgba(0, 38, 81, 0.2);
    border: solid 1px #eff8ff;
    background-color: #ffffff;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.5rem;
}


.textbig p {
    font-size: 1rem !important;
}

.box1 {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #f4faff;
    padding: 1.875rem;
    padding-bottom: 2.5rem !important
}

.box2 {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #fff4ff;
    padding: 1.875rem;
    padding-bottom: 2.5rem !important
}

.box3 {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #F1F1F1;
    padding: 1.875rem;
    padding-bottom: 2.5rem !important
}

.box4 {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #FFF3E0;
    padding: 1.875rem;
    padding-bottom: 2.5rem !important
}

.box-title {
    float: left;
    width: 60%;
    font-size: 1.25rem;
    font-weight: 700;
    color: #002651;
}

.box-title:after {
    background: #002651;
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    margin-top: 15px;
    clear: both;
    border-radius: 10px;
}

.box-text {
    float: left;
    width: 60%;
    margin-top: 1.25rem;
    color: #002651 !important;
    max-width: 405px;
    line-height: 20px;
}

.box-icon1 {
    float: left;
    background: url(assets/images/icons/icon-1.svg) no-repeat;
    width: 48px;
    height: 44px;
    margin-bottom: 1.875rem;
}

.box-icon2 {
    float: left;
    background: url(assets/images/icons/icon-2.svg) no-repeat;
    width: 40px;
    height: 44px;
    margin-bottom: 1.875rem;
}

.box-icon3 {
    float: left;
    background: url(assets/images/icons/icon-3.svg) no-repeat;
    width: 42px;
    height: 31px;
    margin-bottom: 1.875rem;
}

.box-icon4 {
    float: left;
    background: url(assets/images/icons/icon-4.svg) no-repeat;
    width: 44px;
    height: 41px;
    margin-bottom: 1.25rem;
}

.btn-outline-primary {
    float: left;
    border: solid 2px #002651;
    border-radius: 4px;
    border-color: #002651 !important;
    color: #002651 !important;
    font-size: 0.875rem !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700 !important;
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
    clear: both;
}

.btn-outline-primary:hover {
    background-color: #002651 !important;
    border-color: #002651 !important;
    color: #FFFFFF !important
}

.vc_btn3.vc_btn3-size-md {
    font-size: 1rem !important;
}


.shadow .vc_btn3.vc_btn3-style-custom {
    box-shadow: 0 3px 10px 0 rgba(98, 114, 199, 0.4) !important;
    width: 177px;
    text-align: center;
}

.contactbutton .vc_btn3.vc_btn3-style-custom {
    width: 177px;
    text-align: center;
}

.imgfix {
    float: right;
    margin-top: -80px;
    width: 35%;
}

#heightfix {
    height: 50px;
}

.site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

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

.post-thumbnail {
    margin-top: 1.5em;
    display: inline-block;
}

.card-title.entry-title {
    margin-bottom: 0;
    font-size: 1.125rem !important;
}

.entry-meta {
    font-size: .9rem;
}

.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}

.comments-link {
    float: right;
    margin: 4px 0px 4px 10px;
    font-size: 90%;
    padding-top: 0.2em;
}

.cat-links .badge, .tags-links .badge {
    font-size: 90%;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 4px 10px 4px 0;
    padding: 0.4em .9em;
}

.cat-links a, .tags-links a {
    color: #6c757d;
}

.cat-links a:hover, .tags-links a:hover {
    text-decoration: none;
    color: #212529;
}

.entry-meta a, .comments-link a, .edit-link a {
    color: #6c757d;
}

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
    text-decoration: none;
    color: #007bff;
}

.entry-title a:hover {
    color: #007bff !important;
}

.content-area.wp-bp-404 .card-body {
    padding: 2.5rem 4rem;
}

.sidebar-1-area .widget, .footer-widgets .widget {
    margin-bottom: 0;
    padding: 2rem;
}

.sidebar-1-area .widget ul, .footer-widgets .widget ul {
    padding-left: 20px;
    color: #6c757d;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    list-style: square;
}

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
    color: #002651;
}

.sidebar-1-area .widget ul li a:hover {
    color: #212529;
    text-decoration: none;
}

.footer-widgets .widget {
    padding: 0;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev a, #wp-calendar #next a {
    color: #6c757d;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    color: #212529;
    text-decoration: none;
}

#calendar_wrap table th, #calendar_wrap table td {
    padding: .25rem;
}

.hentry.card .card-body {
    padding: 1.5rem;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
    text-decoration: none;
}

.mt-3r {
    margin-top: 3rem;
}

.wp-bs-4-jumbotron {
    margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
    font-weight: 600;
}

.wp-bs-4-jumbotron .container {
    max-width: 40rem;
}

.comments-area {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .media-body {
    overflow: auto;
}

.comments-area .comment-list {
    list-style: none;
    padding-left: 0;
}

.comments-area .comment-list > li {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
    list-style: none;
    padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
    padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
    padding: 2.5rem 4rem;
}

.comments-area .comments-title {
    padding: 2.5rem 4rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
    padding: 1rem 4rem 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
    padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
    margin-left: 2rem;
}

.comments-area .logged-in-as {
    padding-left: 15px;
    font-size: .9rem;
}

.comments-area .logged-in-as a {
    color: #6c757d;
}

.comments-area .logged-in-as a:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .wb-comment-notes {
    font-size: .9rem;
}

.comments-area .no-comments {
    padding: 1rem 4rem;
}

.comments-area small {
    font-size: .9rem;
}

.comments-area p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .comment-reply-link, .comments-area .comment-edit-link {
    margin-right: 1rem;
    color: #6c757d;
}

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .comment-author a:hover {
    text-decoration: none;
    color: #212529;
}

.wp-bp-sticky {
    position: absolute;
    top: 0;
    right: 1rem;
}

.single .post-navigation .nav-links a {
    color: #6c757d;
    margin-bottom: 2rem;
    display: inline-block;
}

.single .post-navigation .nav-links a:hover {
    color: #212529;
    text-decoration: none;
}

#wp-bp-posts-slider {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
    width: auto;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
    width: 10%;
}

.navbar {
    padding: 0 !important;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    opacity: 0.5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: 0.75;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    opacity: 1;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #212529;
}

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}

.navbar-toggler {
    background-color: #343a40;
}

body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
    text-decoration: none;
}

.admin-bar .site-header.sticky-top {
    top: 32px;
}

.wb-bp-front-page .site-header {
    border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
    opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
    font-size: 1.25rem;
    font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 0.95rem;
}

.business-area {
    display: block;
    margin: 0 auto;
    width: 30%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.business-area h2 {
    text-align: center;
}

.business-area p {
    text-align: center;
}

.business-area button.vc_btn3.vc_btn3-style-custom {
    box-shadow: 0 3px 10px 0 rgba(98, 114, 199, 0.4) !important;
    width: 260px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.rightarrow {
    background: url(assets/images/right.svg) no-repeat;
    float: right;;
    width: 17px;
    height: 12px;
    margin-top: 3px;
    margin-right: 0.625rem;
}


.footer-widgets {
    float: left;
    background: #EDEFF1;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
    width: 100%;
}

.footer-1-area img {
    display: block;
    width: 15%;
    height: auto;
}

h5.widget-title {
    margin-bottom: 1.875rem;
    font-weight: bold;
}

.footer-2-area {
    border-left: solid 1px #DADBDC;
}

.footer-3-area {
    border-left: solid 1px #DADBDC;
}

ul#menu-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu-footer-menu li {
    float: left;
    display: inline;
    width: 42%;
    margin-bottom: 5px !important;
}

ul#menu-footer-menu li a {
    font-size: 0.875rem;
}

ul#menu-footer-menu li a:hover {
    color: #3DAF70;
}

.footer-1-area .p1 {
    margin-top: 1.875rem !important;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.site-info {
    border-top: solid 1px #DADBDC;
    float: left;
    width: 100%;
    padding-top: 0.625rem !important;
    margin-top: 0.938rem;
    font-size: 0.813rem;
}

ul.social {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.social li {
    float: left;
    display: inline;
    margin-right: 0.938rem;
}

ul.social li a {
    width: 44px;
    height: 44px;
    float: left;
    border: solid 1px #cfcfcf;
    border-radius: 500px;
    text-align: center;
    line-height: 42px;
    color: #002651;
}

ul.social li a:hover {
    border: solid 1px #3DAF70;
    background: #3DAF70;
    color: #FFFFFF;
}

ul.social2 {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    top: 5px;
    float: right;
}

ul.social2 li {
    float: left;
    display: inline;
    margin-right: 5px;
    margin-bottom: 0;
}

ul.social2 li a {
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
}

ul.social2 li a:hover {
    color: #3DAF70;
}


.aboutus {
    float: left;
    width: 200px;
}

.headline {
    display: block;
    width: 70px;
    height: 4px;
    background: #002651;
    border-radius: 4px;
    margin-bottom: 15px;
}

ul {
    padding-left: 18px;
    margin-top: 20px;
}

ul li {
    margin-bottom: 15px;
}

.iconsarea2 {
    border-radius: 6px;
    box-shadow: 0 6px 23px 0 rgba(219, 229, 236, 0.8);
    border: solid 1px #eff8ff;
    background-color: #ffffff;
    margin: 15px !important;
    max-width: 350px;
    height: 230px;
}

.iconsarea2 h5 {
    font-weight: bold;
}

.iconsarea3 {
    border-radius: 6px;
    box-shadow: 0 6px 23px 0 rgba(219, 229, 236, 0.8);
    border: solid 1px #eff8ff;
    background-color: #ffffff;
    margin: 15px !important;
    max-width: 350px;
    height: 270px;
}

.iconsarea3 h5 {
    font-weight: bold;
}

.contactform {
}

.contactform p {
    width: 33%;
    display: inline;
}

.contactform p:nth-child(5) {
    float: left;
    width: 100%;
}

.contactform p input[type="text"], input[type="email"] {
    background: #F4FAFF;
    height: 50px;
    border: solid 1px #D4DDE5;
}

.contactform p input[type="number"] {
    background: #F4FAFF;
    height: 50px;
    border: solid 1px #D4DDE5;
    width: 353px;
}

.contactform p textarea {
    background: #F4FAFF;
    border: solid 1px #D4DDE5;
    width: 1105px;
}

.contactform p input[type="submit"] {
    float: left;
    background-color: #6272C7 !important;
    border-color: #6272C7 !important;
    width: 240px;
}

.contactform2 {
}

.contactform2 p {
    width: 33%;
    display: inline;
}

.contactform2 p:nth-child(8) {
    float: left;
    width: 100%;
}

.contactform2 p input[type="text"], input[type="email"] {
    height: 30px;
    border: solid 1px #D4DDE5;
}

.contactform2 p input[type="number"], input[type="tel"] {
    height: 30px;
    border: solid 1px #D4DDE5;
    width: 353px;
}

.contactform2 p textarea {
    background: #F4FAFF;
    border: solid 1px #D4DDE5;
    width: 1105px;
    margin-bottom: 40px;
}

.contactform2 p input[type="submit"] {
    float: left;
    background-color: #6272C7 !important;
    border-color: #6272C7 !important;
    width: 240px;
    position: absolute;
    bottom: 0;
}

.page-header {
    float: left;
    width: 100%;
    background: #EEF3F7;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
}

h1.page-title {
    font-weight: bold;
}

.productbox {
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
    width: 31%;
}

.productbox img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.bgbox {
    float: left;
    background: #F4FAFF;
    padding: 20px;
    width: 100%;
    margin-top: -220px;
    padding-top: 240px;
}

.product-title {
    text-align: center;
    margin: 0 auto;
    color: #002651;
    font-size: 1.125rem;
    font-weight: bold;
    display: block;
}

.headline2 {
    display: block;
    width: 40px;
    height: 4px;
    background: #002651;
    border-radius: 4px;
    margin-bottom: 15px;
    margin: 0 auto;
}

.product-title p {
    margin-top: 15px;
}

.whitebg {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 30px !important;
    box-shadow: 0 6px 23px 0 rgba(219, 229, 236, 0.8);
    border-radius: 5px;
}

.whitebg h4 {
    font-size: 1.125rem !important
}

.phone {
    float: left;
    display: inline;
    color: #FFFFFF;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-right: 1.875rem;
    margin-top: 6px;
}

.phone svg {
    margin-right: 5px;
}

.mobile {
    float: left;
    display: inline;
    color: #FFFFFF;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-right: 1.875rem;
    margin-top: 6px;
}

.mobile svg {
    margin-right: 5px;
}

.mail {
    float: left;
    display: inline;
    color: #FFFFFF;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-top: 6px;
}

.mail svg {
    margin-right: 5px;
}

.mail:hover {
    color: #3DAF70;
    text-decoration: none;
}

.buton2 {
    float: left;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    color: #3DAF70;
    font-size: 0.9375rem;
    border: solid 2px #3DAF70;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 15px;
}

.buton2:hover {
    background: #3DAF70;
    color: #FFFFFF;
    text-decoration: none;
}

.eas-slide-active.eas-slide-animate .eas-slide-elements {
    bottom: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9) !important;
    width: 34% !important;
    padding: 40px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
    .topheader {
        display: none;
    }

    .custom-logo {
        height: 43px;
        width: auto;
        margin: 16px;
    }

    .mob-standard-logo {
        display: inline-block;
        height: 19px !important;
    }

    .eas-slide-active.eas-slide-animate .eas-slide-elements {
        bottom: 0;
        opacity: 1;
        background: rgba(255, 255, 255, 0.9) !important;
        width: 100% !important;
        padding: 40px;
        top: 20%;
    }

    .productbox {
        float: left;
        margin-right: 20px;
        margin-bottom: 60px;
        margin-left: 20px;
        width: 100%;
    }

    .boxarea {
        width: 99% !important;
        float: left;
        border-radius: 6px;
        box-shadow: 0 6px 23px 0 rgba(0, 38, 81, .2);
        border: solid 1px #eff8ff;
        background-color: #fff;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 10px !important;
    }

    .mobmenu-content #mobmenuleft > li > a:hover {
        background-color: #002651;
        color: #FFF !important;
    }

    #paddinglr .vc_custom_1592306269376 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #paddinglr .vc_custom_1592304673169 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #paddinglr .vc_custom_1592304681380 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #paddinglr .vc_custom_1592304697615 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #paddinglr .alignleft {
        display: inline;
        float: none;
        margin-right: 1.5em;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-right: 40px !important;
    }

    .contactform p {
        float: left;
        width: 100%;
        display: inline;
    }

    .contactform p textarea {
        background: #F4FAFF;
        border: solid 1px #D4DDE5;
        width: 100%;
    }

}

@media (max-width: 768px) {
    html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }
}

.highlight:after {
    background-color: transparent !important;
}
