

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #005aab;
}
p {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 300;
    color: #777;
}
a {
    color: #005aab;
}
a:focus,
a:hover {
    color: #005aab;
}
a:active,
a:hover {
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
b,
strong {
    color: #005aab;
    font-weight: 300;
}
img {
    width: 100%;
    height: auto;
}
ol li {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 300;
}
sup,
sub {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    font-weight: 300;
}
th {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    color: #f4f4f4;
    font-size: 15px;
}
thead {
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    color: #777;
    font-size: 15px;
}
button {
    -webkit-appearance: none;
    background: none;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
blockquote {
    font-weight: 300;
}

/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    border: none;
    color: #fff;
    background: #005aab;
    padding: 10px 27px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #191919;
    color: #fff;
    border: none;
}


/* ======= Helpfull Classes ======= */
.o-hidden {
    overflow: hidden;
}
.pos-re {
    position: relative;
}
.full-width {
    width: 100% !important;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
figure {
    margin: 0 0 30px;
}
/* span,
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
} */
.bb {
    border-bottom: 1px solid #f4f4f4;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-120 {
    margin-bottom: 120px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-180 {
    padding-top: 180px;
}
.pozo-form-component {
    margin-bottom: 5px;
    position: relative;
}
.bg-dark {
    background-color: #191919 !important;
}


/* ======= Gallery Style  ======= */
.pozo-gallery {
    position: relative;
}
.pozo-gallery p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: all 0.1s linear;
    color: #fff;
}
.pozo-gallery p span {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.pozo-gallery p span:hover {
    color: #005aab;
}
.pozo-gallery h5 {
    text-align: center;
    margin-top: 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: #777;
    font-weight: 300;
}
.pozo-photos .pozo-photo-item {
    position: relative;
    margin-bottom: 30px;
}
.pozo-photos .pozo-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.pozo-photos .pozo-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}
.pozo-photos .pozo-photo-item .photo-text-more .fa .fa-search-plus {
    color: #fff;
    font-size: 20px;
}
.pozo-photos .pozo-photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.pozo-photos .pozo-photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}
.pozo-photos .pozo-photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .pozo-photos .pozo-photo-item img {}
}
.pozo-photos .pozo-photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.pozo-photos .pozo-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
/*  add more style  */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pozo-more-trigger {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 2px solid #005aab;
    margin: 0 auto;
    position: relative;
}
.pozo-more-trigger:hover {
    background-color: #005aab;
    border: 2px solid #005aab;
}
.pozo-more-trigger:hover .plus,
.pozo-more-trigger:hover .plus:after {
    background: #fff;
}
.plus {
    width: 20px;
    height: 1px;
    background: #005aab;
    position: absolute;
    top: 50%;
    left: 23px;
    margin: 0 auto;
}
.plus:after {
    content: ' ';
    width: 20px;
    height: 1px;
    background-color: #005aab;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -sand-transform: rotate(90deg);
}
.pozo-more-wrapper.hidden {
    display: none;
}
.pozo-more-wrapper {
    margin: 30px auto;
}
/* show more animation style */
.pozo-show-more-container {
    visibility: hidden;
    display: none;
    max-height: 0px;
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: linear;
    height: 100%;
}
.pozo-show-more-container.visible {
    visibility: visible;
    display: block;
    animation: LHC .3s;
    animation-fill-mode: both;
    min-height: 100%;
}
@keyframes LHC {
    from {
        max-height: 0px;
        opacity: 0;
    }
    to {
        opacity: 1;
        margin-top: -60px;
        max-height: 100%;
    }
}
.pozo-show-more-container.animated {
    animation: HCC .5s;
    animation-fill-mode: both;
}
@keyframes HCC {
    from {
        max-height: 2050px;
        opacity: 1;
    }
    to {
        opacity: 0;
        max-height: 0px;
    }
}
.pozo-about-signature {
    width: 160px;
    height: auto;
    margin-bottom: 30px;
}
.pozo-section {
    clear: both;
    width: 100%;
    display: block;
}
.fancybox-caption__body {
        overflow: hidden;
}

