@font-face {
    font-family: 'Gotham Book';
    src: url("fonts/Gotham-BookItalic.eot");
    src: url("fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-BookItalic.woff2") format("woff2"), url("fonts/Gotham-BookItalic.woff") format("woff"), url("fonts/Gotham-BookItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url("fonts/Gotham-MediumItalic.eot");
    src: url("fonts/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-MediumItalic.woff2") format("woff2"), url("fonts/Gotham-MediumItalic.woff") format("woff"), url("fonts/Gotham-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url("fonts/Gotham-Medium.eot");
    src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url("fonts/Gotham-LightItalic.eot");
    src: url("fonts/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-LightItalic.woff2") format("woff2"), url("fonts/Gotham-LightItalic.woff") format("woff"), url("fonts/Gotham-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url("fonts/Gotham-Light.eot");
    src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url("fonts/Gotham-Bold.eot");
    src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Book';
    src: url("fonts/Gotham-Book.eot");
    src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham';
    src: url("fonts/Gotham-BoldItalic.eot");
    src: url("fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-BoldItalic.woff2") format("woff2"), url("fonts/Gotham-BoldItalic.woff") format("woff"), url("fonts/Gotham-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #c5c4c4;
    max-width: 100%;
    padding: 2rem;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto
}

.wp-caption .wp-caption-text,
.gallery-caption {
    margin: 0;
    padding: .5rem
}

.textwidget img {
    margin: 1rem 0
}

.bypostauthor {
    background: inherit
}

.widget_calendar {
    display: table;
    width: 100%
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    text-align: right;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding-bottom: 10px
}

#wp-calendar tbody {
    color: #000;
    font-family: sans-serif;
    font-weight: 300
}

#wp-calendar tbody td {
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: 0
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px
}

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

.login {
    background: #fff
}

.login h1 a {
    background-image: url(./assets/img/johncruzit.png);
    width: 245px;
    background-size: 245px
}

.login #nav a {
    color: #000
}

.login #nav a:hover {
    opacity: .8
}

.login #backtoblog a {
    color: #000
}

.login #backtoblog a:hover {
    opacity: .8
}

/* body,
h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
em {
    font-family: Gotham, Aril, sans-serif !important
} */

body {
    background: #fff
}

.dashicons,
.dashicons-before::before {
    font-family: dashicons !important
}

.wrapper {
    background: #fff
}

header {
    background: #fff
}

header .elementor-top-section {
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2) !important
}

.hfe-menu-toggle.sub-arrow.hfe-menu-child-0 {
    display: none
}

sup {
    font-size: 27px
}

.cta-btn1 .elementor-button-wrapper,
.cta-btn2 .elementor-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-banner {
    font-family: Gotham !important
}

.home-banner h3 {
    font-family: Gotham !important
}

.home-banner .banner-text p {
    font-family: Gotham !important;
    max-width: 300px
}

.home-banner .fixed-text span {
    font-family: Gotham !important;
    background: #fff;
    padding: 1px 10px;
    margin-left: 10px
}

div#slider_187.owl-pagination-true {
    margin: 0 !important
}

div#slider_187 .owl-dots {
    bottom: 40px !important
}

div#slider_187 .owl-dot span {
    background-color: #e1a4a6 !important;
    margin: 0 7px !important
}

div#slider_187 .owl-dot.active span {
    background-color: #c71d22 !important
}

.gst span {
    font-weight: 300 !important;
    font-size: 16px !important
}

.second-section .support-text {
    max-width: 950px;
    margin: auto
}

.third-section p {
    padding: 0 !important;
    margin: 0 !important
}

.third-section .fixed-text span {
    font-family: Gotham !important;
    color: #870409 !important;
    background: #fff;
    padding: 1px 10px;
    margin-left: 10px
}

.fourth-section .fixed-text span {
    font-family: Gotham !important;
    color: #06213c !important;
    background: #fff;
    padding: 1px 10px;
    margin-left: 10px
}

.jt-contact-form1 {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

.jt-contact-form1 input[type="text"],
.jt-contact-form1 input[type="tel"],
.jt-contact-form1 input[type="email"] {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    padding: 0 0 20px;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #000 !important;
    opacity: 1 !important
}

.jt-contact-form1 input[type="text"]:focus,
.jt-contact-form1 input[type="tel"]:focus,
.jt-contact-form1 input[type="email"]:focus {
    border: none !important;
    outline: 0;
    border-bottom: 1px solid #c71d22 !important
}

.jt-contact-form2 {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0
}

.jt-contact-form2 textarea {
    background-color: #fff;
    width: 100% !important;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    padding: 0;
    margin: 60px 0 0;
    height: 50px;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #000 !important;
    opacity: 1 !important
}

.jt-contact-form2 textarea:focus {
    border: none !important;
    outline: 0;
    border-bottom: 1px solid #c71d22 !important
}

.jt-contact-form3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jt-contact-form3 input[type="submit"] {
    background: #ea1947;
    color: #fff;
    border-radius: 50px;
    border: 0;
    -ms-flex-item-align: center;
    align-self: center;
    border: 1px solid #ea1947;
    padding: 13px 70px;
    font-weight: 400 !important;
    margin: 50px 0 0;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: .2s ease all;
    transition: .2s ease all
}

.jt-contact-form3 input[type="submit"]:hover {
    background: #fff;
    color: #ea1947
}

.wpcf7-not-valid-tip {
    font-size: 15px !important;
    padding: 10px 0 0
}

.wpcf7 form .wpcf7-response-output {
    font-size: 16px !important
}

::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 300 !important
}

::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 300 !important
}

:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 300 !important
}

::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 300 !important
}

::placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 300 !important
}

.recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-testimonial-name {
    font-size: 15px;
    padding: 30px 0 10px
}

.testimonials {
    color: #fff;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 40px 0 0;
    line-height: 25px !important;
    font-style: italic
}

.testimonials p {
    font-size: 15px !important;
    line-height: 25px !important
}

.testimonials strong {
    font-style: normal;
    line-height: 25px !important;
    display: block;
    padding-top: 40px
}

.testimonials .sp-testimonial-free p {
    color: #fff;
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 0 0 40px !important;
    line-height: 27px !important;
    font-style: italic
}

.testimonials .sp-testimonial-free h4 {
    font-size: 15px !important;
    line-height: 25px !important;
    padding: 0 !important;
    margin: 0 0 5px !important
}

.testimonials .sp-testimonial-free .tfree-client-designation {
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 300 !important
}

.testimonials .sp-testimonial-free-section .slick-dots {
    margin-top: 40px !important
}

.testimonials .sp-testimonial-free-section .slick-dots li button {
    width: 10px !important;
    height: 10px !important
}

.newsletter {
    background: #000;
    padding: 0;
    color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.newsletter h5 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: 300;
    font-weight: 400 !important;
    padding: 50px 0 35px 50px !important
}

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

.newsletter ul li {
    color: #fff;
    line-height: 33px;
    font-weight: 300 !important
}

.newsletter ul li:first-child a {
    line-height: 35px;
    font-size: 30px !important;
    font-weight: 600 !important;
    padding: 0 50px 50px !important
}

.newsletter ul li:nth-child(2) a {
    background: #31383d;
    padding: 35px 50px 30px !important
}

.newsletter ul li:last-of-type a {
    background: #414c54;
    padding: 40px 50px 30px !important
}

.newsletter ul li a {
    color: #fff !important;
    display: block;
    -webkit-transition: .2s ease all;
    transition: .2s ease all
}

.newsletter ul li a:hover {
    opacity: .8
}

.page-id-230 .second-section ul {
    padding: 0 0 10px 15px
}

.page-id-230 .second-section ul li {
    padding: 0 0 25px 30px
}

.page-id-226 .second-section ul {
    padding: 15px 0 0 15px
}

.page-id-226 .second-section ul li {
    padding: 0 0 5px 25px
}

.page-id-226 .second-section ul li:last-child {
    padding-bottom: 15px
}

.page-id-242 .jcx-section ul {
    padding: 0 0 0 15px;
    margin: 0
}

.page-id-242 .jcx-section ul li {
    padding: 0 0 3px 25px
}

.page-id-242 .jcx-section ul li:last-child {
    padding-bottom: 0
}

.page-id-242 .jcx-section ul li ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.page-id-242 .jcx-section ul li ul li {
    padding: 0
}

.page-id-242 .jcx-section ul li ul li:before {
    content: "- "
}

.eael-entry-wrapper {
    padding: 0 !important
}

.eael-simple-menu-toggle-text {
    display: none !important
}

.jc-header {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.jc-header.fixed {
    background: #fff
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .3s;
    padding: 10px !important
}

.jc-site-logo {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.jc-header.fixed .jc-site-logo img {
    max-width: 180px;
    height: auto
}

table.GeneratedTable {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #a0a0a0;
    border-style: solid;
    color: #000;
    margin: 15px 0
}

table.GeneratedTable td,
table.GeneratedTable th {
    border-width: 1px;
    border-color: #a0a0a0;
    border-style: solid;
    padding: 3px
}

table.GeneratedTable thead {
    background-color: #fff
}

.jc-news-posts ul {
    margin: 0;
    padding: 0 0 0 15px
}

.jc-news-posts ul li {
    margin: 0;
    padding: 0 0 0 20px
}

.jc-serv-box:hover a {
    color: #ea1947 !important
}

.jc-serv-icon {
    -webkit-transition: -webkit-transform ease-in-out .25s;
    transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
    transition: transform ease-in-out .25s, -webkit-transform ease-in-out .25s
}

.jc-serv-icon:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

@media(min-width:0) {
    .jc-header.fixed .hfe-dropdown.menu-is-active {
        margin-top: 15px !important
    }

    div#slider_187 .owl-dots {
        bottom: 10px !important
    }

    .blog-section img {
        max-width: 100%;
        height: auto
    }

    .jc-recent-posts h2 {
        font-size: 25px !important;
        line-height: 30px !important;
        font-weight: 300 !important;
        padding-bottom: 30px !important
    }

    .jc-recent-posts h5 {
        font-size: 25px !important;
        line-height: 30px !important;
        font-weight: 300 !important;
        padding-bottom: 0 !important
    }

    .jc-recent-posts ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 15px !important;
        font-weight: 300
    }

    .jc-recent-posts ul li {
        padding-bottom: 40px !important
    }

    .jc-recent-posts ul li a {
        font-size: 15px !important;
        font-weight: 300 !important;
        color: #000 !important;
        line-height: 25px !important
    }

    .jc-recent-posts ul li a:hover {
        color: #c71d22 !important
    }

    .jc-recent-posts ul li:first-child a {
        color: #c71d22 !important;
        font-weight: bold !important
    }

    .jc-recent-posts ul li:first-child a:hover {
        color: #000 !important
    }

    .jt-contact-form1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .jt-contact-form1 div {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .jt-contact-form1 input[type="text"],
    .jt-contact-form1 input[type="tel"],
    .jt-contact-form1 input[type="email"] {
        max-width: 100%
    }

    .newsletter ul li:first-child a {
        font-size: 24px !important
    }
}

@media(min-width:240px) {

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font: 300 1.4rem/1.8rem sans-serif
    }
}

@media(min-width:320px) {

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font: 300 1.55rem/1.8 sans-serif
    }
}

@media(min-width:480px) {

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font: 300 1.8rem/1.8 sans-serif
    }
}

@media(min-width:550px) {
    div#slider_187 .owl-dots {
        bottom: 40px !important
    }
}

@media(min-width:600px) {
    .jc-recent-posts h2 {
        padding-bottom: 60px !important
    }

    .jt-contact-form1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .jt-contact-form1 input[type="text"],
    .jt-contact-form1 input[type="tel"],
    .jt-contact-form1 input[type="email"] {
        max-width: 100%
    }

    .newsletter ul li:first-child a {
        font-size: 30px !important
    }
}

@media(min-width:768px) {

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font: 300 1.9rem/1.7 sans-serif
    }

    .jc-recent-posts h5 {
        padding: 0 0 10px 0 !important
    }
}

@media(min-width:1024px) {

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font: 300 2rem/3.1rem sans-serif
    }
}

@media(min-width:1280px) {

    .wp-caption .wp-caption-text,
    .gallery-caption {
        font: 300 2rem/3.1rem sans-serif
    }
}