
.btn-box-shadow {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.btn-box-shadow:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    font-family: var(--alt-font);
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover {
    background-color: inherit;
}

.btn svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 24px 46px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 18px 34px;
}
.btn.btn-medium {
    font-size: 13px;
    padding: 16px 30px;
}
.btn.btn-small {
    font-size: 12px;
    padding: 13px 26px;
}
.btn.btn-very-small {
    font-size: 11px;
    padding: 10px 20px;
}
.btn.btn-rounded.btn-extra-large {
    padding: 18px 46px;
}
.btn.btn-rounded.btn-large {
    padding: 15px 36px 14px 20px;
}
.btn.btn-rounded.btn-medium {
    padding: 12px 32px;
}
.btn.btn-rounded.btn-small {
    padding: 10px 26px;
}
.btn.btn-rounded.btn-very-small {
    padding: 8px 20px;
}
.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.button-gradient-color {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 300% auto;
    background-image:  linear-gradient(45deg, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
    outline:none !important;
    border:none !important;
}
.button-gradient-color:hover,
.button-gradient-color:focus {
    background-position: right center;

}

.button-gradient-color svg {
    fill: var(--lblue2);
}


.button-gradient-whatsapp {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size:300% auto;
    background-image: linear-gradient(45deg, var(--Whats1) 0%, var(--Whats2) 50%, var(--Whats1) 100%);
    outline:none !important;
    border:none !important;
}
.button-gradient-whatsapp:hover,
.button-gradient-whatsapp:focus {
    background-position: right center;

}
.button-gradient-whatsapp svg {
    fill: var(--Whats1);
    left:3px;
}



.button-gradient-dblue {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size:300% auto;
    background-image: linear-gradient(45deg, var(--dblue1) 0%, var(--dblue3) 50%, var(--dblue1) 100%);
    outline:none !important;
    border:none !important;
}
.button-gradient-dblue:hover,
.button-gradient-dblue:focus {
    background-position: right center;

}
.button-gradient-dblue svg {
    fill: var(--dblue2);
}


/*
    -webkit-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    box-shadow: 0px 10px 35px 0px var(--blackrgba3);
*/






.btn.btn-radius {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn.btn-radius:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.btn.btn-base-color {
    background-color: var(--lblue2);
    color: var(--white);
}
.btn.btn-base-color:hover, .btn.btn-base-color:active {
    background-color: transparent;
    border-color: var(--lblue2);
    color: var(--lblue2);
}
.btn.btn-black {
    background-color: var(--black);
    color: var(--white);
}
.btn.btn-black:hover, .btn.btn-black:active {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.btn.btn-double-border.btn-extra-large {
    padding: 0;
}
.btn.btn-double-border.btn-extra-large > span {
    padding: 24px 50px;
}
.btn.btn-double-border.btn-large {
    padding: 0;
}
.btn.btn-double-border.btn-large > span {
    padding: 18px 42px;
}
.btn.btn-double-border.btn-medium {
    padding: 0;
}
.btn.btn-double-border.btn-medium > span {
    padding: 16px 34px;
}
.btn.btn-double-border.btn-small {
    padding: 0;
}
.btn.btn-double-border.btn-small > span {
    padding: 13px 32px;
}
.btn.btn-double-border.btn-very-small {
    padding: 0;
}
.btn.btn-double-border.btn-very-small > span {
    padding: 10px 22px;
}
.btn.btn-double-border > span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn.base-color-hover:hover, .btn.base-color-hover:active {
    background-color: var(--lblue2);
    color: var(--white);
}
.btn.white-hover:hover, .btn.white-hover:active {
    background-color: var(--white);
    color: var(--dark-gray);
}
.btn.black-hover:hover, .btn.black-hover:active {
    background-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-box-shadow.btn-white:hover, .btn.btn-box-shadow.btn-white:active {
    background: var(--white);
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-black:hover, .btn.btn-box-shadow.btn-black:active {
    background: var(--black);
    color: var(--white);
}
.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-box-shadow.btn-dark-gray:active {
    background: var(--dark-gray);
    color: var(--white);
}
.btn.btn-box-shadow.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:active {
    background: var(--lblue2);
    color: var(--white);
}
.btn.btn-box-shadow.btn-cornflower-blue:hover, .btn.btn-box-shadow.btn-cornflower-blue:active {
    background-color: var(--cornflower-blue);
    color: var(--white);
}
.btn.btn-box-shadow.btn-jade:hover, .btn.btn-box-shadow.btn-jade:active {
    background-color: var(--jade);
    color: var(--white);
}
.btn.with-rounded {
    position: relative;
}
.btn.with-rounded > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.btn.with-rounded > span i {
    margin: 0;
}
.btn.with-rounded.btn-extra-large {
    padding-right: 70px;
}
.btn.with-rounded.btn-large {
    padding-right: 55px;
}
.btn.with-rounded.btn-large > span {
    width: 38px;
    height: 38px;
    right: 8px;
}
.btn.with-rounded.btn-medium {
    padding-right: 50px;
}
.btn.with-rounded.btn-medium > span {
    width: 32px;
    height: 32px;
    right: 8px;
}
.btn.with-rounded.btn-small {
    padding-right: 45px;
}
.btn.with-rounded.btn-small > span {
    width: 28px;
    height: 28px;
    right: 6px;
}
.btn.with-rounded.btn-very-small {
    padding-right: 37px;
}
.btn.with-rounded.btn-very-small > span {
    width: 26px;
    height: 26px;
    right: 5px;
}


.btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px;
}
.btn-dual .btn.btn-link, .btn-dual .btn.btn-underline, .btn-dual .btn.btn-zoom, .btn-dual .btn.btn-link-gradient {
    margin-left: 30px;
    margin-right: 30px;
}


/*
.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, var(--lblue3), var(--lblue2), var(--lblue1), var(--dblue3), var(--dblue2), var(--dblue1));
    background-size: 300% auto;
    color: var(--white);
}
*/




.text-gradient-lblue-dblue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gradient-lblue-dblue {
    background-image: linear-gradient(to right, var(--lblue3), var(--lblue2), var(--lblue1), var(--dblue3), var(--dblue2));
}
.text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}
.text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}





.btn-theme-page {
    font-family:var(--theme-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.btn-theme-page:hover,
.btn-theme-page:focus {
    background-color: var(--gray5);
    border-color: var(--gray5);
    color: var(--white);
}








.btn-theme-page.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn-theme-page.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn-theme-page.btn-lgp {
    padding: 12px 60px;
    font-size: 16px;
}

.btn-theme-page.btn-md {
    padding: 8px 20px
}

.btn-theme-page.btn-sm {
    padding: 5px 25px;
}

.btn-theme-page.round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn-theme-page.btn-mw {
    min-width: 190px
}


.btn-arrow {
    position: relative;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}


.btn-arrow svg {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 49%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
    vertical-align: text-top;
    stroke-width:0;
    fill:var(--orange2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-theme-page:focus svg,
.btn-theme-page:hover svg{
    fill:var(--white) !important;
    opacity: 1;
    right: -2rem;
}




.btn-orange {
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
    background-color: var(--orange3);
    border-color: var(--orange3);
    color: var(--white)
}

.btn-lblue {
    color: var(--white);
    border: 2px solid var(--lblue2);
    background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
    background-color: var(--lblue3);
    border-color: var(--lblue3);
    color: var(--white)
}

.btn-dblue {
    color: var(--white);
    border: 2px solid var(--dblue2);
    background-color: var(--dblue2);

}

.btn-dblue:hover,
.btn-dblue:focus {
    background-color: var(--dblue3);
    border-color: var(--dblue3);
    color: var(--white)
}




.btn-whatsapp {
    color: var(--white);
    border: 2px solid var(--Whats1);
    background-color: var(--Whats1);

}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white)
}





.blur {
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}

.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}


.social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

.color-white {
    color: var(--white) !important
}

.color-dblue {
    color: var(--dblue2) !important;
}

.color-lblue {
    color: var(--lblue2) !important;
}

.color-orange {
    color: var(--orange2) !important;
}
.color-green {
    color: var(--sysgreen) !important;
}
.bg-color-green {
    background: var(--sysgreen) !important;
}

.bg-white {
    background: var(--white);
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba1);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bg-f4f4f4 {
    background: var(--f4f4f4);
}
.bg-f1f1f1{
    background: var(--f1f1f1);
}






.overflow {
    overflow: hidden !important;
}



.linking {
    position:relative;
    color: var(--lblue2);
    font-size: 15px;
    font-weight: bold;
    font-family:var(--theme-font) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform:uppercase;
}



.linking:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius:7px;
}


.linking:hover:before {
    width: 100%;
    background: var(--lblue2);
}


.linking svg {
    position: relative;
    top: -2px;
    right: 30px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.linking:hover {
    color: var(--dblue2);
}

.linking:hover svg {
    opacity: 1;
    right: 0px;
    fill: var(--dblue2) !important;
}








h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size:36px;
    color: var(--lblue2);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.one h1:before {
    width: 28px;
    height: 9px;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.one h1:after {
    width: 100px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.one p {
    font-weight:bold;
}







.link-read-more {
    position:relative;
    color: var(--dblue1);
    font-size: 18px;
    font-weight: bold;
    font-family:var(--theme-font) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform:uppercase;
}



.link-read-more:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--lblue1);
    opacity:0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius:7px;
}


.link-read-more:hover:before {
    width: 100%;
    bottom:-5px;
    opacity:1;
    background: var(--dblue3);
}


.link-read-more svg {
    position: relative;
    top: -2px;
    right: 30px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.link-read-more:hover {
    color: var(--dblue3) !important;
}

.link-read-more:hover svg {
    opacity: 1;
    right: 0px;
    fill: var(--dblue2) !important;
}



.box-shadow-one{
    -webkit-box-shadow: 0px 10px 36px 10px var(--dbluergba3);
    -moz-box-shadow: 0px 10px 36px 10px var(--dbluergba3);
    box-shadow: 0px 10px 36px 10px var(--dbluergba3);


}



.opacity-full-dark,
.opacity-full,
.opacity-medium,
.opacity-extra-medium,
.opacity-light,
.opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.opacity-very-light {
    opacity: 0.2;
}
.opacity-light {
    opacity: 0.3;
}
.opacity-extra-medium {
    opacity: 0.5;
}
.opacity-medium {
    opacity: 0.75;
}
.opacity-full {
    opacity: 0.8;
}
.opacity-full-dark {
    opacity: 0.9;
}





.cta-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    position: relative;
    background: var(--white);
}


.bg-cover-radius {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
}

.bg-cover-radius:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--lbluergba7);
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
}


.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}


.cta-item .ot-heading {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.cta-item .ot-heading span {
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.2
}

.cta-item h3 {
    color: var(--white);
    font-size: 26px;
    line-height: 1.1;
    /*letter-spacing:-1px;*/
    margin-bottom: 30px;
}

.cta-item .ot-button {
    display: block;
    margin-top: 20px;
}




.pageTitle {
    margin-top: 135px;
    padding: 90px 0 75px;
    position: relative;
    background-size: cover;
    top: 0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 1039px) {
    .pageTitle {
        margin-top: 0px;
        padding: 50px 0 45px;
    }


}


.pageTitle:before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, var(--lbluergba6), var(--lbluergba9), var(--lbluergba6));
    background-size: 200% 200%;
    -webkit-animation: bg-gradient-animator-title 10s ease infinite;
    -moz-animation: bg-gradient-animator-title 10s ease infinite;
    -o-animation: bg-gradient-animator-title 10s ease infinite;
    animation: bg-gradient-animator-title 10s ease infinite;
}


@-webkit-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}




.site-heading h1,
.site-heading h2,
.site-heading h3 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.2;
    color: var(--lblue2);
}

.site-heading-lblue h1,
.site-heading-lblue h2,
.site-heading-lblue h3 {
    color: var(--lblue2);
}


.site-heading span {
    display: block;
    width: 100%;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 16px;
    color: var(--lblue2);
    line-height: 1.1;
    text-transform: uppercase;
}

.site-heading p {
    margin: 0;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 1.1;
    color: var(--orange2);
}

.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 35px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.site-heading-lblue h1::before,
.site-heading-lblue h2::before,
.site-heading-lblue h3::before {
    background: var(--lblue2) none repeat scroll 0 0;
}


.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 20px;
    margin-left: 20px;
    position: absolute;
    width: 75px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.site-heading.text-left h1::before,
.site-heading.text-left h2::before,
.site-heading.text-left h3::before {
    left: 0;
    margin-left: 0;
}

.site-heading.text-left h1::after,
.site-heading.text-left h2::after,
.site-heading.text-left h3::after {
    left: 25px;
    margin-left: 0;
}

