/**
* Importing necessary  Styles.
**/
/*----- Fonts ----*/
@import url('../fonts/recoleta/stylesheet.css');
@import url('../fonts/gordita/stylesheet.css');
@import url('../fonts/eustache/stylesheet.css');
@import url('../fonts/noteworthy/style.css');
/*----Bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*---- Navbar Css------*/
@import url('navbar.css');
/*----Framework css-----*/
@import url('framework.css');
/*----- Bootstrap Icons ----------*/
@import url('../fonts/bootstrap-icons/font-css.css');
/*---- Font Awesome Icons -------*/
@import url('../fonts/font-awesome/css/all.min.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----------- Slick Slider -------*/
@import url('../vendor/slick/slick.css');
/*----Animate css----*/
@import url('../vendor/wow/animate.css');
@import url('custom-animation.css');
/*----Nice Select----*/
@import url('../vendor/nice-select/nice-select.css');



/***/
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFE500;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(-60deg, #673ab7, #00bcd4);;
    border-radius: 10px 0;
}
:root {
    --text-color    : #48494E;
    --heading       : #090F32;
    --prime-one     : #FF8C24;
    --prime-two     : #FF733B;
    --prime-three   : #6A45FF;
    --prime-four    : #FFCD45;
    --prime-five    : #007BFF;
    --prime-six     : #FFD338;
    --prime-seven   : linear-gradient(-90deg, #FF7DF2 0%, #FF275B 100%);
    --prime-eight   : #FFED4E;
    --prime-nine    : #FF1292;
    --prime-ten     : #13597e;
    --prime-eleven  : #FFCE4C;
    --prime-twelve  : #FFE500;
}
::selection {
    background-color: #2a2a2a;
    color: #fff;
}

/*** 
====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
    text-align: center;
}
.ctn-preloader .animation-preloader .icon {
    display: inline-block;
    position: relative;
}
.ctn-preloader .animation-preloader .icon img {
    animation: rotated 12s infinite linear;
}
.ctn-preloader .animation-preloader .txt-loading {
    user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: var(--prime-ten);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top:0;
    line-height: 30px;
    position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Recoleta';
    font-weight: 700;
    letter-spacing: 12px;
    display: inline-block;
    color: rgb(19 89 126 / 20%);
    position: relative;
    font-size: 35px;
    line-height: 30px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}
/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/
.main-page-wrapper {
    overflow-x:hidden;
}
body {
    font-family: 'gordita';
    font-weight: normal;
    font-size: 80%;
    position: relative;
    color: var(--text-color);
}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {
    color: var(--heading);
}
.h1,h1 {
    font-size: 80px;
    line-height: 1.18em; /*done*/
}
.h2,h2 {
    font-size: 58px;
    line-height: 1.29em;
    letter-spacing:-1px; /*done*/
}
.h3,h3 {
    font-size: 32px; /*done*/
}
.h4,h4 {
    font-size: 24px;
    line-height: 1.54em; /*done*/
}
.h5,h5 {
    font-size: 22px;
    line-height: 1.45em; /*done*/
}
.h6,h6 {
    font-size: 18px; /*done*/
}
p {
    line-height: 1.87em;
}
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s,.svg path {
    transition: all 0.3s ease-in-out;
}
.tran4s {
    transition: all 0.4s ease-in-out;
}
.tran5s {
    transition: all 0.5s ease-in-out;
}
.tran6s {
    transition: all 0.6s ease-in-out;
}

.fs-2x{
    font-size: 200%;
}
.fs-3x{
    font-size: 400%;
}
.fs-4x{
    font-size: 400%;
}

.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-25 {
    font-size: 25px;
}
.fs-30 {
    font-size: 30px;
}
.fs-35 {
    font-size: 35px;
}
.fs-40 {
    font-size: 40px;
}
.fs-45 {
    font-size: 45px;
}
.fs-50 {
    font-size: 50px;
}
.fw-500 {
    font-weight: 500;
}
.tx-dark {
    color: #000;
}
.p-30 {
    padding: 30px;
}
.font-recoleta {
    font-family: 'Recoleta';
}
.text-lg {
    font-size: 24px;
    line-height: 1.67em;
}
.style-none {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.shapes {
    position: absolute;
    z-index: -1;
}
.border-top {
    border-top: 1px solid #f1f1f1 !important;
}
.border-bottom {
    border-bottom: 1px solid #f1f1f1 !important;
}
.zn2 {
    z-index: 2;
}
#contact-form .input-group-meta {
    position: relative;
}
#contact-form .form-group .help-block {
    position: absolute;
    left: 0;
    bottom: -17px;
    font-size: 13px;
    line-height: 20px;
    color: #ff4d44;
}
#contact-form .form-group .help-block ul {
    margin-bottom: 0;
}
.pattern-bg-one {
    background-color: #FFEFE3;
    background-image: url(../images/assets/bg-6.png);
    background-repeat: repeat;
    background-position: center;
}
.dark-bg-one {
    background: #151937;
}
/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
    width:35px;
    height:35px;
    line-height: 35px;
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    background: var(--prime-ten);
    display: none;
    transition: all 0.3s ease-in-out;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^*/
.title-style-one .sc-title {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 8px;
}
.title-style-one .main-title span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.title-style-one .main-title span:before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 10px;
    width: 98%;
    height: 12px;
    background: rgba(255, 139, 37, 0.4);
    z-index: -1;
}
.title-style-two .sc-title {
    font-size: 20px;
    padding-bottom: 5px;
    color: #F96F60;
}
.title-style-two .main-title {
    font-size: 48px;
    line-height: 1.20em;
}
.title-style-three .sc-title {
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.3);
}
.title-style-three .main-title {
    font-family: 'Recoleta';
    font-size: 64px;
    line-height: 1.15em;
    margin: 0;
    letter-spacing: 0px;
}
.title-style-three .main-title>span {
    z-index: 1;
}
.title-style-three .main-title .mark-bg {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 98%;
    height: 50px;
    z-index: -1;
}
.title-style-three .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 45px;
}
.title-style-four .main-title {
    letter-spacing: -1.5px;
}
.title-style-four .main-title span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.title-style-four .main-title span:before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 13px;
    width: 97%;
    height: 12px;
    background: #FF5BD7;
    opacity: 0.5;
    z-index: -1;
}
.title-style-four .sc-title {
    font-size: 20px;
    padding-bottom: 30px;
    color: rgba(0, 0, 0, 0.3);
}
.title-style-four .sc-title-two {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 22px;
}
.title-style-five .sc-title {
    font-size: 16px;
    color: #BEBEBE;
    letter-spacing: 4px;
    padding-bottom: 20px;
}
.title-style-five .sc-title-two {
    font-size: 17px;
    color: var(--prime-ten);
    padding-left: 40px;
    margin-bottom: 20px;
}
.title-style-five .sc-title-two:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--prime-ten);
    left: 0;
    top: 14px;
}
.title-style-five .main-title {
    font-size: 72px;
    line-height: 1.25em;
}
.title-style-five .main-title>span {
    z-index: 1;
}
.title-style-five .main-title>span .line-shape {
    left: 0;
    bottom: -5%;
}
.title-style-five .main-title .mark-bg {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 100%;
    height: 13px;
    z-index: -1;
}
.title-style-six .sc-title {
    font-family: 'Noteworthy Light';
    font-size: 20px;
    letter-spacing: 3px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.title-style-six .sc-title-two {
    font-size: 15px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    color: var(--prime-ten);
}
.title-style-six .main-title {
    font-size: 48px;
    line-height: 1.32em;
}
.title-style-seven .main-title {
    font-size: 68px;
    line-height: 1.35em;
    letter-spacing: -2px;
}
.title-style-seven .main-title span img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    max-width: 113%;
    transform: translate(-50% , -50%);
}
.title-style-eight .sc-title {
    font-size: 13px;
    letter-spacing: 3px;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
}
.title-style-eight .main-title {
    font-size: 68px;
    line-height: 1.25em;
    letter-spacing: -1px;
}
.title-style-eight .main-title span {
    line-height: 64px;
}
.title-style-eight .main-title span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--prime-six);
}
.title-style-nine .sc-title {
    font-size: 18px;
    padding-bottom: 16px;
    color: rgba(255, 255, 255, 0.3);
}
.title-style-nine .main-title span {
    background: linear-gradient(270.78deg, #FFA7A9 4.19%, #FF5EA3 96.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-style-ten .sc-title {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--prime-nine);
    padding-bottom: 16px;
}
.title-style-ten .main-title {
    letter-spacing: 0;
    line-height: 1.17em;
}
.title-style-ten .main-title img {
    position: absolute;
    bottom: 9px;
    left: 0;
    z-index: -1;
}
.title-style-eleven .main-title {
    font-size: 64px;
    line-height: 1.25em;
    letter-spacing: -2px;
}
.title-style-eleven .sc-title {
    font-size: 15px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.title-style-twelve .sc-title {
    font-size: 17px;
    color: var(--prime-ten);
    padding-left: 40px;
    margin-bottom: 12px;
}
.title-style-twelve .sc-title:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--prime-ten);
    left: 0;
    top: 14px;
}
.title-style-twelve .main-title {
    font-size: 62px;
    line-height: 1.15em;
}
.title-style-thirteen .main-title {
    font-size: 55px;
    letter-spacing: 0px;
    line-height: 1.17em;
}
.title-style-fourteen .sc-title {
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--prime-nine);
    padding-bottom: 16px;
}
.title-style-fourteen .main-title {
    font-size: 86px;
    letter-spacing: 0;
    line-height: 1.17em;
}
.title-style-fourteen .main-title img {
    position: absolute;
    bottom: 9px;
    left: 0;
    z-index: -1;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^*/
.ripple-btn {
    position: relative;
}
.ripple-btn:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    transform: scale(0);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.ripple-btn:hover:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
body .btn-one {
    color: #fff;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 32px;
    position: relative;
    background:#000;
    transition: all 0.3s ease-in-out;
}
body .btn-one:hover {
    background: var(--prime-one);
}
body .btn-two {
    color: #fff;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 50px;
    position: relative;
    background:#000;
    transition: all 0.3s ease-in-out;
}
body .btn-two:hover {
    background: var(--prime-one);
}
body .btn-three {
    color: #fff;
    line-height: 52px;
    border-radius: 28px;
    padding: 0 40px;
    position: relative;
    background:var(--prime-two);
    transition: all 0.3s ease-in-out;
}
body .btn-three:hover {
    background: #090F32;
}
body .btn-four {
    color: #fff;
    line-height: 52px;
    border-radius: 7px;
    padding: 0 40px;
    position: relative;
    background:var(--prime-two);
    transition: all 0.3s ease-in-out;
}
body .btn-four:hover {
    background: #090F32;
}
body .btn-five {
    color: var(--prime-two);
}
body .btn-five i {
    display: inline-block;
    font-size: 14px;
}
body .btn-five:hover {
    color:#090F32;
}
body .btn-six {
    line-height: 50px;
    border-radius: 4px;
    border: 2px solid var(--prime-two);
    color: var(--prime-two);
    padding: 0 40px;
    transition: all 0.3s ease-in-out;
}
body .btn-six:hover {
    background: var(--prime-two);
    color: #fff;
}
body .btn-seven {
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    position: relative;
    background:#1B1B1B;
    transition: all 0.3s ease-in-out;
}
body .btn-seven:hover {
    background: var(--prime-three);
}
body .btn-eight {
    color: #fff;
    line-height: 60px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    padding: 0 55px;
    position: relative;
    background:#1B1B1B;
    transition: all 0.3s ease-in-out;
}
body .btn-eight:hover {
    background: var(--prime-three);
}
body .btn-nine {
    color: #000;
    line-height: 55px;
    border-radius: 28px;
    font-size: 16px;
    padding: 0 36px;
    position: relative;
    background:var(--prime-four);
    transition: all 0.3s ease-in-out;
}
body .btn-nine.border3 {
    border-radius: 3px;
}
body .btn-nine:hover {
    background: #000;
    color: #fff;
}
body .btn-ten {
    color: #000;
    padding: 0 24px;
    line-height: 50px;
    z-index: 1;
}
body .btn-ten:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    border-radius: 25px;
    background: var(--prime-four);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
body .btn-ten:hover:before {
    width: 100%;
}
body .btn-ten i {
    font-size: 0.9em;
    margin-left: 2px;
}
body .btn-eleven {
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    padding: 0 42px;
    background: var(--prime-five);
}
body .btn-eleven:hover {
    background: var(--prime-two);
    color: #fff;
}
body .btn-twelve {
    line-height: 43px;
    border: 1px solid var(--prime-two);
    color: var(--prime-two);
    border-radius: 23px;
    padding: 0 45px;
}
body .btn-twelve:hover {
    background: var(--prime-two);
    color: #fff;
}
body .btn-thirteen {
    line-height: 55px;
    color: #fff;
    background: var(--prime-five);
    border-radius: 5px;
    padding: 0 40px;
}
body .btn-thirteen:hover {
    background: var(--prime-two);
}
body .btn-fourteen {
    line-height: 60px;
    font-size: 18px;
    color: #000;
    padding: 0 30px;
    background: var(--prime-six);
    position: relative;
}
body .btn-fourteen:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease-in-out;
}
body .btn-fourteen:hover {
    background: #000;
    color: #fff;
}
body .btn-fourteen:hover:before {
    background: var(--prime-six);
}
body .btn-fifteen {
    font-size: 18px;
    color: #000;
    letter-spacing: -0.5px;
    line-height: initial;
}
body .btn-fifteen:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: #000;
    transition: all 0.3s ease-in-out;
}
body .btn-fifteen:hover:before {
    background: var(--prime-six);
}
body .btn-sixteen {
    position: relative;
    font-size: 18px;
    line-height: 53px;
    border-radius: 30px;
    color: #fff;
    letter-spacing: -0.5px;
    background: var(--prime-seven);
    padding: 0 40px;
    z-index: 1;
}
body .btn-sixteen:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF7DF2 0%, #FF275B 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
}
body .btn-sixteen:hover:before {
    opacity: 1;
}
body .btn-sixteen.border7,body .btn-sixteen.border7:before {
    border-radius: 7px;
}
body .btn-seventeen {
    font-size: 18px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    background: linear-gradient(270.78deg, #FFA7A9 4.19%, #FF5EA3 96.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body .btn-seventeen:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 2px solid transparent;
    background: linear-gradient(0deg,#FE3B7D,#FF66C9) border-box;
    -webkit-mask: /*4*/
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
body .btn-eighteen {
    font-size: 17px;
    line-height: initial;
}
body .btn-eighteen i {
    font-size: 15px;
}
body .btn-eighteen:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: #000;
}
body .btn-eighteen a:hover {
    color: var(--prime-nine);
}
body .btn-nineteen {
    padding: 5px 20px;
    border-radius: 30px;
    background: #000000;
    color: #fff;
    font-size: 17px;
}
body .btn-nineteen:hover {
    background: var(--prime-nine);
}
body .btn-twenty {
    line-height: 50px;
    padding: 0 35px;
    border-radius: 30px;
    border: 2px solid #000;
    color: #000;
    font-size: 17px;
}
body .btn-twenty:hover {
    background: var(--prime-eight);
    border-color: var(--prime-eight);
}
body .btn-twentyOne {
    line-height: 50px;
    padding: 0 35px;
    border-radius: 30px;
    background: var(--prime-ten);
    color: #fff;
    letter-spacing: -0.36px;
}
body .btn-twentyOne:hover {
    background: #000;
}
body .btn-twentyTwo {
    line-height: 55px;
    padding: 0 42px;
    border-radius: 7px;
    background: var(--prime-ten);
    color: #fff;
    letter-spacing: -0.2px;
}
body .btn-twentyTwo:hover {
    background: #000;
}
body .btn-twentyThree {
    width: 122px;
    height: 122px;
    background: #000;
    border-radius: 0 50% 0 0;
    transition: all 0.3s ease-in-out;
}
body .btn-twentyThree:hover {
    border-radius: 50%;
    background: var(--prime-ten);
}
body .btn-twentyFour {
    color: #000;
    padding: 16px 36px;
    border: 2px solid #000;
    background: var(--prime-eleven);
}
body .btn-twentyFour::before {
    position: absolute;
    content: '';
    top: -16px;
    height: 14px;
    width: calc(100% + 3px);
    left: 5px;
    transform: skewX(-45deg);
    border: 2px solid #000;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
}
body .btn-twentyFour::after {
    position: absolute;
    content: '';
    right: -16px;
    height: calc(100% + 3px);
    width: 15px;
    top: -8px;
    transform: skewY(-45deg);
    border: 2px solid #000;
    border-left: none;
    border-top: none;
    transition: all 0.3s ease-in-out;
}
body .btn-twentyFour:hover:after,
body .btn-twentyFour:hover:before {
    background: #f3c755;
    border-color: #f3c755;
}
body .btn-twentyFour:hover {
    border-color: transparent;
}
body .btn-twentyFive {
    line-height: 51px;
    padding: 0 27px;
    font-size: 18px;
    color: var(--prime-eleven);
    border-radius: 7px;
    border: 2px solid var(--prime-eleven);
}
body .btn-twentyFive:hover {
    background: var(--prime-eleven);
    color: #000;
}
body .btn-twentySix {
    line-height: 48px;
    padding: 0 40px;
    color: #000;
    z-index: 1;
}
body .btn-twentySix:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #363636;
    transition: all 0.3s ease-in-out;
}
body .btn-twentySix:after {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    top: 5px;
    left: 5px;
    z-index: -1;
    background: var(--prime-six);
    transition: all 0.3s ease-in-out;
}
body .btn-twentySix:hover:before {
    border-color: var(--prime-six);
}
body .btn-twentySix:hover:after {
    top: 0;
    left: 0;
}
/*^^^^^^^^^^^^^^^^^^^^^^^ Pagination ^^^^^^^^^^^^^^^^^^^^^^*/
.page-pagination-one ul li {
    font-weight: 500;
    font-size: 20px;
    color: #3E3E3E;
    margin-right: 22px;
}
.page-pagination-one ul li a {
    transition: all 0.3s ease;
}
.page-pagination-one ul.justify-content-center li {
    margin: 0 10px;
}
.page-pagination-one ul li:hover a,
.page-pagination-one ul li.active a {
    color: var(--prime-ten);
}
.page-pagination-one ul li.arrow {
    font-size: 28px;
    color: #000;
}
.page-pagination-one ul li:nth-child(6) a {
    font-size: 18px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-one.theme-main-menu {
    padding-top: 50px;
}
.theme-main-menu {
    position: absolute;
    z-index: 99;
    top:0;
    left:0;
    right: 0;
    padding: 20px 10px;
    transition: all 0.4s ease-out;
}
.theme-main-menu.sticky-menu.fixed {
    position: fixed;
    z-index: 990;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
    box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
}
.theme-main-menu .logo {
    min-height: 50px;
    display: flex;
    align-items: center;
}
.theme-main-menu .contact-btn-one {
    line-height: 52px;
    border-radius: 6px;
    background: #000;
    padding: 0 35px;
}
.theme-main-menu .contact-btn-one:hover {
    background: var(--prime-one);
}
.theme-main-menu .contact-btn-two {
    line-height: 48px;
    border: 1px solid var(--prime-two);
    color: var(--prime-two);
    border-radius: 30px;
    padding: 0 35px;
}
.theme-main-menu .contact-btn-two:hover {
    background: var(--prime-two);
    color: #fff;
}
.theme-main-menu .contact-btn-three {
    line-height: 50px;
    color: #fff;
    border-radius: 30px;
    padding: 0 35px;
    background: var(--prime-five);
}
.theme-main-menu .contact-btn-three:hover {
    background: var(--prime-two);
    color: #fff;
}
.theme-main-menu .right-widget .contact-btn-four {
    color: #000;
    position: relative;
    z-index: 1;
    height: 70px;
}
.theme-main-menu .right-widget .contact-btn-four em {
    position: relative;
    display: inline-block;
    font-style: normal;
}
.theme-main-menu .right-widget .contact-btn-four em:after,
.theme-main-menu .right-widget .contact-btn-four span:after {
    content: '';
    position: absolute;
    width: 107%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #000;
}
.theme-main-menu .right-widget .contact-btn-four span {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 5px;
}
.theme-main-menu .right-widget .contact-btn-four span:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    right: -36px;
    transition: all 0.3s ease-in-out;
}
.theme-main-menu .right-widget .contact-btn-four:hover span:before {
    background: var(--prime-ten);
}
.theme-main-menu .right-widget .contact-btn-four span:after {
    background: #fff;
}
.theme-main-menu .right-widget .contact-btn-four i {
    color: #fff;
    margin-left: 3px;
}
.theme-main-menu .login-btn-one {
    line-height: 48px;
    border: 1px solid #E4E4E4;
    color: #000;
    border-radius: 30px;
    padding: 0 35px;
}
.theme-main-menu .login-btn-one:hover {
    background: var(--prime-two);
    color: #fff;
}
.theme-main-menu .login-btn-two {
    font-size: 18px;
    color: #000;
}
.theme-main-menu .login-btn-three {
    width: 55px;
    height: 55px;
    border: 1px solid #E9E9E9;
    text-align: center;
    line-height: 53px;
    color: var(--prime-ten);
    font-size: 25px;
}
.theme-main-menu.white-vr .login-btn-three {
    background: #fff;
}
.theme-main-menu .login-btn-three:hover {
    background: var(--prime-ten);
    border-color: var(--prime-ten);
    color: #fff;
}
.theme-main-menu .login-btn-four {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #000;
    font-size: 25px;
}
.theme-main-menu .login-btn-four:hover {
    background: var(--prime-twelve);
    color: #000;
}
.theme-main-menu .signup-btn-one {
    font-size: 18px;
    color: #000;
}
.theme-main-menu .login-btn-two:hover,
.theme-main-menu .signup-btn-one:hover span {
    text-decoration: underline;
}
.theme-main-menu .signup-btn-one:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 2px;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.theme-main-menu .signup-btn-two {
    line-height: 50px;
    border-radius: 28px;
    letter-spacing: -0.36px;
    color: var(--prime-eight);
    border: 2px solid var(--prime-eight);
    padding: 0 26px;
}
.theme-main-menu .signup-btn-two:hover {
    background: var(--prime-eight);
    color: #000;
}
.theme-main-menu .signup-btn-three {
    line-height: 45px;
    border-radius: 28px;
    letter-spacing: -0.36px;
    color: #fff;
    background: #000;
    padding: 0 28px;
}
.theme-main-menu .signup-btn-three:hover {
    background: var(--prime-eleven);
    color: #000;
}
.theme-main-menu .signup-btn-four {
    /*line-height: 50px;*/
    border-radius: 28px;
    letter-spacing: -0.36px;
    color: #fff;
    background: #000;
    padding: 0 28px;
}
.theme-main-menu .signup-btn-four:hover {
    background: var(--prime-twelve);
    color: #000;
}
.theme-main-menu .call-btn-one {
    color: #fff;
}
.theme-main-menu .call-btn-one:hover {
    text-decoration: underline;
}
.theme-main-menu .lang-dropdown:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 45px;
    background: rgba(216, 216, 216, 0.2);
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.theme-main-menu .lang-dropdown button {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 0 15px 0 0;
    line-height: initial;
    position: relative;
}
.theme-main-menu .lang-dropdown button:after {
    display: none;
}
.theme-main-menu .lang-dropdown button:before {
    content: "\f282";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 23px;
}
.theme-main-menu .lang-dropdown .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0;
    min-width: 130px;
}
.theme-main-menu .lang-dropdown .dropdown-item {
    line-height: 35px;
    padding: 0 15px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.theme-main-menu .lang-dropdown .dropdown-item:hover {
    background: var(--prime-four);
    color: #fff;
}
.theme-main-menu .donate-btn {
    font-size: 17px;
    line-height: 55px;
    border-radius: 5px;
    color: #000;
    padding: 0 40px;
    background: var(--prime-four);
}
.theme-main-menu .donate-btn:hover {
    background: #fff;
}
.theme-main-menu .start-btn-one {
    line-height: 52px;
    border: 2px solid #363636;
    padding: 0 36px;
    color: #000;
}
.theme-main-menu .start-btn-one:before {
    content: '';
    position: absolute;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    top: 3px;
    left: 3px;
    z-index: -1;
    background: var(--prime-six);
    transition: all 0.3s ease-in-out;
}
.theme-main-menu .start-btn-one:hover {
    border-color: var(--prime-six);
}
.theme-main-menu .start-btn-one:hover:before {
    top: 0;
    left: 0;
}
.theme-main-menu .start-btn-two {
    font-size: 18px;
    line-height: 55px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.17);
    padding: 0 36px;
    color: #fff;
}
.theme-main-menu .start-btn-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    background: var(--prime-seven);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.theme-main-menu .start-btn-two:hover:before {
    opacity: 1;
}
.theme-main-menu .header-search-one {
    width: 420px;
    height: 45px;
    margin-left: 7.5vw;
}
.theme-main-menu .header-search-one input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 15px;
    color: #000;
    padding: 0 15px 0 50px;
}
.theme-main-menu .header-search-one .icon {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.theme-main-menu .header-search-two {
    width: 420px;
    height: 45px;
    margin-left: 7.5vw;
}
.theme-main-menu .header-search-two input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 15px;
    color: #000;
    font-style: italic;
    padding: 0 15px 0 35px;
}
.theme-main-menu .header-search-two .icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.theme-main-menu .go-back-btn {
    color: #000;
}
.theme-main-menu .go-back-btn:hover {
    color: var(--prime-ten);
}
/***************** White Version ********************/
.white-vr .navbar .navbar-nav .nav-link,
.white-vr.theme-main-menu .signup-btn-one,
.white-vr.theme-main-menu .login-btn-two {
    color: #fff;
}
.white-vr .navbar .navbar-nav .nav-item.active .nav-link,
.white-vr .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
    text-decoration: underline;
}
.white-vr.theme-main-menu .signup-btn-one:before {
    background: #fff;
}

.white-vr.theme-main-menu.sticky-menu {
    background: #090F32;
    ;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Four ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-four .inner-content {
    max-width: 1550px;
    margin: 0 auto;
}
.theme-menu-four .navbar-nav .nav-link.active {
    color: #815AFF;
}
.theme-main-menu .sidebar-nav-button span {
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    background: #000000;
    border-radius: 3px;
    margin-bottom: 20px;
}
.theme-main-menu .sidebar-nav-button span:before,
.theme-main-menu .sidebar-nav-button span:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #000000;
    border-radius: 3px;
    left: 0;
}
.theme-main-menu .sidebar-nav-button span:before {
    top: 10px;
    width: 25px;
}
.theme-main-menu .sidebar-nav-button span:after {
    top: 20px;
    width: 15px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-main-menu.theme-menu-five {
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-six.theme-main-menu {
    padding-top: 50px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Seven ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-seven.white-vr.theme-main-menu.sticky-menu.fixed {
    background: #101010;
    ;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Nine ^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-nine.theme-main-menu {
    padding-top: 60px;
}
.theme-menu-nine .notice-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--prime-eleven);
    color: #000;
    padding: 10px 12px;
}
.theme-menu-nine .notice-banner a:hover {
    color: #000;
    text-decoration: underline;
}
.theme-menu-nine.sticky-menu.fixed .notice-banner {
    opacity: 0;
    visibility: hidden;
}
/*^^^^^^^^^^^^^^^^^^^^^ sidebar Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
.offcanvas.sidebar-nav {
    width: 400px;
    border: none;
    padding: 40px 40px 20px;
    max-height: 100%;
    overflow-y: auto;
}
.offcanvas.sidebar-nav .offcanvas-header {
    padding: 0;
}
.sidebar-nav .offcanvas-header .close-btn {
    font-size: 20px;
    color: #000;
}
.sidebar-nav .offcanvas-header .close-btn:hover {
    color: var(--prime-ten);
}
.sidebar-nav .sidebar-nav-item {
    padding: 75px 0 70px;
}
.sidebar-nav .sidebar-nav-item .nav-item>a {
    font-size: 20px;
    line-height: 2.5em;
    color: var(--heading);
    font-weight: 500;
    position: relative;
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .nav-item:hover>a,
.sidebar-nav .sidebar-nav-item .nav-item.active>a {
    color: var(--prime-ten);
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle::after {
    display: none;
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle::before {
    content: "+";
    position: absolute;
    margin: 0;
    border: none;
    font-size: 21px;
    right: 0;
    top: 0;
    transition: transform 0.3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .dropdown-toggle.show::before {
    transform: rotate(180deg);
    content: "-";
}
.sidebar-nav .sidebar-nav-item .dropdown-menu {
    position: static !important;
    border: none;
    background: #eefbfa;
    transform: scale(1) !important;
    padding: 10px 0;
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a {
    font-size: 17px;
    line-height: 44px;
    color: #000;
    padding: 0 15px;
    background: transparent;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.sidebar-nav .sidebar-nav-item .dropdown-menu a:hover {
    color: var(--prime-ten);
}
.sidebar-nav .social-icon a {
    font-size: 19px;
    margin-right: 22px;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.sidebar-nav .social-icon a:hover {
    color: var(--prime-ten);
}


/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-five {
    /*background: url(../images/bg/001.png) no-repeat center bottom;*/
    background: rgba(0, 0, 0, .5);
    background-size: cover;
    z-index: 1;
    padding: 300px 0 300px;
    transition: 0.5s linear;
    animation: animate 10s linear infinite;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.hero-banner-five .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner-five .banner-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    float: left;
    background-size: cover;
    background-position: center;
}
.hero-banner-five .banner-slider .item .caption{
    position: absolute;
    top: 160px;
    left: 60px;
    right: 60px;
    padding: 30px;
    color: #007BFF;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
}

.hero-banner-five .hero-heading {
    font-family: 'eustacheregular';
    font-size: 170px;
    line-height: 0.73em;
    letter-spacing: -2px;
}
.hero-banner-five .hero-heading span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
    max-width: initial;
}
.hero-banner-five .donate-btn {
    font-size: 17px;
    line-height: 60px;
    border-radius: 30px;
    color: #000;
    padding: 0 48px;
    background: var(--prime-four);
}


.search_index .search-form-bg {
    background: #fff;
    padding: 25px 0;
    opacity: 0.5;
}

.search_index .input-block {
    border-right: 1px solid #EEECEC;
    padding: 7px 30px;
}
.search_index .input-block .title {
    font-size: 14px;
    color: #9098AD;
}
.search_index .input-block .nice-select {
    width: 100%;
    height: 100%;
    color: #000;
    padding: 0;
    font-size: 20px;
    background: transparent;
    border: none;
}
.search_index .input-block .nice-select .option {
    font-size: 0.7em;
}
.search_index .input-block .nice-select:after {
    content: url(../images/icon/icon_137.svg);
    display: inline-block;
    transform: none;
    top: 0;
    border: none;
}
.search_index .input-block .nice-select .option:hover,
.search_index .input-block .nice-select .option.focus,
.search_index .input-block .nice-select .option.selected.focus {
    background: var(--prime-twelve) !important;
    color: #000;
}
.search_index .input-block button {
    font-size: 20px;
    color: #fff;
    height: 70px;
    background: #252525;
}
.search_index .input-block button:hover {
    background: var(--prime-twelve);
    color: #000;
}
.hero-banner-five .donate-btn:hover {
    background: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Fourteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-fourteen {
  z-index: 2;
}
.card-style-seven {
  background: #fff;
  border-radius: 10px;
  padding: 55px 15px 42px;
}
.card-style-seven:hover {transform: translateY(-5px);}
.card-style-seven .icon {height: 70px;}
.card-style-seven .icon img {max-height: 100%;}
.card-style-seven .read-btn {
  color: #A4A4A4;
  font-size: 16px;
}
.card-style-seven .read-btn:hover {color: var(--prime-four); text-decoration: underline;}
.card-style-seven .ribbon {
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Sixteen ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-sixteen {
    background: #F2ECE9;
}
.fancy-feature-sixteen .inner-wrapper {
    max-width: 1744px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}
.card-style-eight {
    border-radius: 15px;
    padding: 15px;
    background: #fff;
}
.card-style-eight .img-meta {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.card-style-eight .img-meta:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.586528) 100%);
}
.card-style-eight .img-meta .donation-goal {
    left: 20px;
    right: 20px;
    bottom: 30px;
    z-index: 1;
}
.card-style-eight .img-meta .ribbon {
    height: 15px;
    border-radius: 0 30px 30px 0;
    bottom: 0;
    left: 0;
}
.fancy-feature-sixteen .ins-title {
    font-family: 'Noteworthy Light';
    font-size: 24px;
    letter-spacing: 2px;
    color: #FF5858;
}

/*^^^^^^^^^^^^^^^^^^^^^ Footer Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-five {
    background: #090F32;
    padding: 90px 0 35px;
}
.footer-style-five .social-icon a {
    width: 34px;
    height: 34px;
    color: #fff;
    border: 1px solid #5A5A5A;
    border-radius: 7px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.footer-style-five .social-icon a:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #000;
}
.theme-basic-footer[class*="-five"] .footer-nav-link a,
.theme-basic-footer[class*="-five"] {
    color: rgba(255, 255, 255, 0.7);
}
.theme-basic-footer[class*="-five"] .footer-nav-link a:hover,
.theme-basic-footer[class*="-five"] .email {
    color: #fff;
}
.theme-basic-footer[class*="-five"] .mobile,
.theme-basic-footer[class*="-five"] .email:hover,
.footer-style-five .bottom-footer .footer-nav a:hover {
    color: var(--prime-four);
}
.footer-style-five .bottom-footer {
    padding-top: 10px;
}
.footer-style-five .bottom-footer .footer-nav a {
    color: #fff;
    margin-left: 35px;
}