#main {
    width: 100%;
    overflow: hidden;
    height: 500px;
    position: relative;
}
.osw {
    font-family: "Righteous", cursive;
}
.wrap {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .wrap {
        width: 85%;
    }
}
#hero-main .text {
    padding-top: 250px;
    position: relative;
    z-index: 3;
}
#hero-main h1 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    line-height: 49px;
    width: 100%;
    max-width: 600px;
}
.hero-btm {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: -50px;
    left: 0;
    right: 0;
}
.p-btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    padding: 18px 40px;
    margin: 20px 0px 0px;
    font-weight: 600;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
}
.p-btn.hvr-bounce-to-bottom:before {
    background: #fff !important;
}
.p-btn:hover {
    color: #000;
}
.p-btn2 {
    background: transparent;
    border: 1px solid #00d0be;
    border-radius: 5px;
    color: #fff;
    padding: 12px 40px;
    margin: 20px 0px;
    font-weight: 600;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
}
.p-btn2.hvr-bounce-to-bottom:before {
    background: var(--text-green) !important;
}
#hero-main .small {
    color: rgb(0, 110, 114);
    font-size: 12px;
}
#hero-main .small a {
    color: #008b90;
    font-weight: 700;
}
#hero-main .a1 {
    position: absolute;
    width: 110px;
    top: 120px;
    right: 27%;
    opacity: 0.3;
}
#hero-main .a2 {
    position: absolute;
    width: 130px;
    top: 170px;
    right: 100px;
    opacity: 0.3;
}
#hero-main .a3 {
    position: absolute;
    width: 30px;
    top: 240px;
    right: 100px;
    opacity: 0.3;
}
.home-parallax {
}

.home-parallax .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("/images/home-banner-2.jpeg");
    /*image credit - Bigstock Photo*/
    background-size: cover;
    background-position: center center;
    z-index: 1;
    transform: scale(1.2);
    animation: big 4.6s ease;
    animation-delay: 3s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    z-index: -1;
}

@keyframes big {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 768px) {
    .home-parallax .background {
        background: url("/images/home-banner.jpeg");
        /*image credit - Bigstock Photo*/
        background-size: cover;
        background-position: center center;
    }
}
/* ------ HOME INFO ----*/
.home1-info {
    padding: 30px 45px;
    position: relative;
    margin-top: -250px;
    margin-bottom: 70px;
    background: #fff;
}
.home1-info .col-sm-4 {
    position: relative;
    padding-left: 100px;
    min-height: 115px;
}
.home1-info .col-sm-4 i {
    width: 70px;
    height: 115px;
    border: 3px solid #dedede;
    font-size: 30px;
    text-align: center;
    line-height: 111px;
    color: #dedede;
    position: absolute;
    left: 0;
    top: 0;
}
.home1-info .col-sm-4 h5 {
    font-weight: 600;
    font-size: 22px;
    color: #d8325a;
    padding-bottom: 10px;
}
.home1-info img {
    width: 73px;
    position: absolute;
    left: 0;
    image-rendering: pixelated;
}
a.a-btn {
    font-size: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: #db4063;
}
@media (max-width: 768px) {
    .home1-info {
        padding: 0px 25px;
    }
    .home1-info .col-sm-4 {
        padding-left: 90px;
        min-height: auto;
        margin: 40px 0px;
    }
    .home1-info .col-sm-4 i {
        width: 70px;
        height: 115px;
        border: 3px solid #dedede;
        font-size: 30px;
        text-align: center;
        line-height: 111px;
        color: #dedede;
        position: absolute;
        left: 0;
        top: 0;
    }
    .home1-info .col-sm-4 h5 {
        font-size: 19px;
        padding-bottom: 7px;
    }
    .home1-info img {
        width: 67px;
        left: 10px;
    }
    .home1-info p {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px !important;
    }
}
.home2 {
    border: none;
    padding: 140px 0px 100px;
}
.home2 h1 {
    font-size: 32px;
    padding-bottom: 25px;
    font-weight: 800;
    line-height: 40px;
}
.practice-style2 {
    position: relative;
    overflow: hidden;
    height: 220px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.practice-style2 .img-full {
    min-height: 220px;
}
.img-full {
    width: 100%;
}
.practice-style2 h4 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 7777;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    text-align: center;
}
.practice-style2:after {
    content: "";
    background: #02224080;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.practice-style2 span {
    background: #ff7e00;
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: -52px;
    z-index: 77;
    right: -60px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.practice-style2 span i {
    color: #fff;
    position: relative;
    top: 46px;
    transform: rotate(135deg);
    left: 11px;
    font-size: 13px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.practice-style2:hover span {
    background: #27496c;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.practice-style2:hover:after {
    content: "";
    background: #ff7e00 !important;
}
.practice-style2 .fa-plus {
    opacity: 1;
    visibility: visible;
}
.practice-style2 .fa-minus {
    opacity: 0;
    left: 0;
    visibility: hidden;
}
.practice-style2:hover .fa-minus {
    opacity: 1;
    visibility: visible;
}
.practice-style2:hover .fa-plus {
    opacity: 0;
    visibility: hidden;
}

.page-main {
    height: 175px !important;
    background-color: #000;
    background-image: url(/images/about-banner.jpg);
    background-size: contain;
    background-position: center center;
    margin-top: 79px;
    padding-top: 55px;
    text-align: center;
}
.page-main h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.page-main h3 {
    color: #fff;
    padding-top: 10px;
}
.page-main .text {
    padding-top: 260px !important;
}
.page-info {
    padding: 80px 0px !important;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.23) 14.32%,
        #ecf0fd50 45.83%,
        rgba(255, 255, 255, 0.13) 84.33%,
        rgba(255, 255, 255, 0)
    );
}
.page-info h1 {
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .page-info h1 {
        padding-bottom: 20px;
        font-size: 26px;
        line-height: 35px;
    }
    .page-main {
        margin-top: 65px;
    }
}
.page-info h3 {
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
    margin: 10px 0px;
}
.page-info p {
    margin-bottom: 25px;
}
.page-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.page-flex .left,
.page-flex .right {
    height: 400px;
    width: 50%;
}
.page-flex .left {
    padding-left: 10%;
    background: #dddddd69;
}
.page-flex .right {
    background: url("/images/flex-a.jpg");
    background-size: cover;
    background-position: center center;
}
@media (max-width: 768px) {
    .page-flex .right {
        position: absolute;
        left: 0;
        height: 370px;
        width: 100%;
    }
    .page-flex .left {
        padding-left: 10%;
        padding-right: 10%;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        z-index: 1;
        height: 370px;
        text-align: center;
    }
    .page-flex p {
        color: #fff;
    }
    .page-flex .left div {
        margin-bottom: 20px;
    }
    .page-flex .left div {
        display: block !important;
    }
    .page-flex .left div a {
        padding: 10px;
        color: #fff;
        background: #981c3a;
        margin: 10px;
        margin-left: 0px;
        width: 100% !important;
        text-align: center;
        font-size: 13px;
        display: block;
        margin-bottom: 3px !important;
        display: block;
    }
    .page-flex .left h4 {
        color: #94b3d7;
        font-weight: 600;
        padding-top: 90px;
        font-size: 25px;
        padding-bottom: 30px;
    }
}
.page-flex .left h4 {
    color: #7997b9;
    font-weight: 600;
    padding-top: 90px;
    font-size: 25px;
    padding-bottom: 20px;
}
.page-flex .left div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-flex .left div a {
    padding: 10px;
    color: #fff;
    background: #981c3a;
    margin: 10px;
    margin-left: 0px;
    width: 150px;
    text-align: center;
    font-size: 13px;
}
a.c-btn {
    display: block;
    padding: 13px;
    border: 1px solid;
    margin: 10px 0px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #7997b9;
    color: #fff;
    position: relative;
}
a.c-btn i {
    position: absolute;
    right: 15px;
}
.page-info img {
    border-radius: 5px;
}
.page-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    padding: 60px 0px;
}
.page-grid .count {
    text-align: center;
    margin: 10px;
}
.page-grid .count img {
    width: 45px;
}
.page-grid .count h2 {
    color: #7997b9;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0px;
}
.page-grid .count p {
    color: #68696c;
}

.side-ul li {
    padding: 14px 0px;
    border-top: 1px solid #7897b930;
    font-size: 12px;
}
.side-ul h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 768px) {
    .page-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-grid .count h2 {
        font-size: 22px;
        padding: 10px 0px;
    }
    .page-grid .count p {
        color: #68696c;
        font-size: 12px;
        line-height: 15px;
    }
    .page-grid .count img {
        width: 34px;
    }
    .page-main h1 {
        text-align: center;
        font-size: 35px !important;
    }
    .page-main .text {
        padding-top: 220px !important;
    }
    #hero-main h4 {
        width: 100%;
    }
    #hero-main .text {
        padding-top: 200px;
    }
    #hero-main h1 {
        font-weight: 900;
        font-size: 25px;
        line-height: 35px;
    }
    #hero-main .a2 {
        position: absolute;
        width: 104px;
        top: auto;
        right: 80px;
        opacity: 0.3;
        bottom: 140px;
    }
    #hero-main .a1 {
        position: absolute;
        width: 93px;
        top: 107px;
        right: 27%;
        opacity: 0.6 !important;
    }
}
.about-us {
    width: 100%;
    position: relative;
}
.m-h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 45px;
    padding-bottom: 30px;
}
.about-us .dot {
    position: absolute;
    bottom: -25px;
    left: -18px;
    opacity: 0.5;
    filter: hue-rotate(358deg);
}
.about-us .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-us button {
    margin-right: 10px;
    font-size: 12px;
    width: auto;
}
.m-h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    margin: 30px 0px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin: 60px 0px 15px !important;
}
.about-us .m-h3 {
    margin: 47px 0px 15px !important;
}
.m-h3::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: 45%;
    background: #203f5e;
}
.about-us p {
    margin-bottom: 15px;
}
.ss {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 250px;
    right: 15%;
    border: 2px solid #203f5e;
    border-radius: 50%;
}
#s1 {
    width: 20px;
    height: 20px;
    top: 60px;
    opacity: 0.1;
    left: 32px;
}
#s2 {
    opacity: 0.055;
}
@media (max-width: 768px) {
    .causes-wrap .m-h3 {
        margin: 0px 0px 15px !important;
    }
    .p-r {
        padding-right: 15px;
        position: relative;
    }
    .m-h1 {
        font-size: 27px;
        font-weight: 900;
        line-height: 35px;
        padding-bottom: 25px;
    }
    .about-us .dot {
        bottom: -25px;
        left: -3px;
        opacity: 0.3;
    }
    .about-us button {
        margin-right: 10px;
        font-size: 9px;
        padding: 0px 15px;
        height: 44px;
    }
    .about-us .m-h3 {
        margin-top: 60px !important;
    }
    .home2 {
        border: none;
        padding: 140px 0px 75px;
    }
}
.our-partners {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px 20px;
}
.our-partners .wrap {
    max-width: 870px;
}
.our-partners h1 {
    color: #7997b9;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 20px;
}
.our-partners img {
    height: 130px;
}
.our-partners .partner {
    border: 1px solid #ddd;
    text-align: center;
}
.our-partners h1 {
    text-align: center;
    margin-bottom: 40px;
}
.our-partners .flex {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.our-partners .flex img {
    height: 55px;
    margin-top: 2px;
}
.our-partners .flex div {
    width: 80%;
}
.our-partners .flex p {
    line-height: 21px;
    padding-bottom: 30px;
}
.our-partners .flex a {
    color: #981c3a;
    font-size: 13px;
}
@media (max-width: 768px) {
    .our-partners h1 {
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    .our-partners .flex p {
        padding-bottom: 10px;
    }
    .our-partners .flex div {
        margin-bottom: 25px;
    }
    .our-partners {
        width: 100%;
        overflow: hidden;
        padding: 90px 0px 0px;
    }
}
/*----- C  A  U  S  E  S  -------*/
.causes-wrap {
    padding: 90px 0px;
}
.causes-wrap .info img {
    max-width: 300px;
    position: relative;
    filter: hue-rotate(190deg);
    left: -50px;
}
.causes-wrap .info h1 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 15px !important;
}
.causes-wrap .owl-carousel {
    padding: 0px 10px;
}
@media (max-width: 768px) {
    .causes-wrap .info h1 {
        font-size: 30px;
        font-weight: 800;
        padding-bottom: 15px !important;
    }
    .causes-wrap .st-btn1 {
        margin-bottom: 30px;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 15px;
    }
}
.st-btn {
    border: 0px;
    background: 0;
    position: relative;
    padding: 20px 20px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
}
.st-btn::after {
    content: "";
    position: absolute;
    width: 23%;
    background: #96294d;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
.st-btn span {
    position: relative;
    z-index: 2;
}
.st-btn:hover::after {
    width: 100%;
    opacity: 1;
}
.st-btn:hover {
    color: #fff;
}

.st-btn1 {
    border: 0px;
    background: 0;
    position: relative;
    padding: 20px 20px;
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.st-btn1::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #96294d;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}
.st-btn1 span {
    position: relative;
    z-index: 2;
}
.st-btn1:hover::after {
    width: 95%;
    opacity: 1;
}
.st-btn1::before {
    content: "";
    position: absolute;
    width: 20px;
    background: #96294d;
    height: 2px;
    right: 16px;
    top: 25px;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    border-radius: 2px;
}
.st-btn1:hover::before {
    right: -15px;
}
.st-btn1:hover {
    color: #fff;
}
.cause {
    height: 480px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 11px 0px rgb(221 221 221 / 70%);
}
.causes-wrap .item {
    padding: 10px;
    display: block;
}
.cause .img-hold {
    height: 220px;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.cause .img-hold img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}
.cause .text {
    padding: 20px;
}
.cause h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 6px;
}
.cause p {
    font-size: 13px;
    line-height: 22px;
}
.cause .bottom {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.cause .bottom p {
    font-size: 10px;
    text-transform: uppercase;
    color: #981c3a;
    letter-spacing: 2px;
}
.causes-wrap .owl-dots {
    bottom: -40px !important;
}
.sm-no {
    display: block;
}
.sm-show {
    display: none;
}
@media (max-width: 768px) {
    .causes-wrap .item {
        display: block;
    }
    .causes-wrap {
        padding: 60px 0px;
    }
    .st-btn,
    .st-btn1 {
        margin-bottom: 30px;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 15px;
    }
    .causes-wrap .col-md-9 {
        padding: 10px;
    }
    .sm-no {
        display: none;
    }
    .sm-show {
        display: block;
    }
    .home2 h1 {
        font-size: 28px;
        padding-bottom: 25px;
        font-weight: 800;
        line-height: 32px;
    }
}
.case-wrap {
    width: 100%;
    padding: 60px 0px;
}
.case-wrap .wrap {
    max-width: 1000px;
}
.case-wrap img {
    width: 100%;
    border-radius: 5px;
}
.case-wrap h1 {
    padding: 0px 0px 20px;
    font-size: 25px;
    font-weight: 800;
}
.case-small {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.case-small h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.case-small img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
}
.case-small div {
    width: 70%;
}
.case-small p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
}
#case-main {
    height: auto !important;
    padding: 0px !important;
}
#case-main .inner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#case-main h1 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 100px 20px;
    line-height: 51px;
    font-weight: 600;
}
@media (max-width: 768px) {
    #case-main h1 {
        width: 90%;
        max-width: auto !important;
        font-size: 30px;
        line-height: 41px;
    }
}
/*---- T  E  S  T  I  M  O  N  I  A  L ----*/
.testimonial-wrap {
    padding: 60px 0px 110px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        rgba(236, 240, 253, 0),
        rgba(236, 240, 253, 0.53) 14.32%,
        #ecf0fd 45.83%,
        rgba(236, 240, 253, 0.43) 84.33%,
        rgba(236, 240, 253, 0)
    );

    position: relative;
}
.testimonials {
    max-width: 550px;
    background: #fff;
    border-radius: 10px;
    margin: 10px auto;
    padding: 40px;
}
.testimonials .item {
    position: relative;
    min-height: 220px;
}
.testimonials p {
    font-size: 16px;
    line-height: 26px;
}
.testimonials h3 span {
    display: block;
    font-size: 13px;
    margin-top: 7px;
    color: #d96987;
}
@media (max-width: 768px) {
    .testimonials p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 60px;
    }
}
.testimonials .author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: absolute;
    bottom: 10px;
}
.testimonials .author img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.testimonials .author h3 {
    margin-left: 0px;
    font-weight: 500;
}
.owl-dots {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    transition: all 0.4s ease-in-out !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background: #d42853 !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d6d6d6;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.3 !important;
}
.owl-nav button {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 5px 20px hsl(0deg 3% 74% / 25%) !important;
    position: absolute;
    transition: all 0.4s ease-in-out;
    left: auto;
    right: auto;
    top: 100px;
}
.owl-nav button img {
    width: 10px;
}
.owl-next {
    right: -90px !important;
}
.owl-prev {
    left: -90px !important;
}
.testimonial-wrap h1 {
    font-size: 30px;
    margin: 0 auto;
    line-height: 38px;
    margin-bottom: 47px;
    font-weight: 700;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .testimonials {
        padding: 40px 30px;
    }
    .testimonial-wrap h1 {
        font-size: 22px;
        line-height: 34px;
    }
    .testimonial-wrap {
        padding: 0px 0px 60px;
    }
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #27496c !important;
}
/*---- P A R T N E R S ----*/
.partners {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px 80px;
    text-align: center;
    background: linear-gradient(
        180deg,
        rgba(236, 240, 253, 0),
        rgba(236, 240, 253, 0.53) 14.32%,
        #ecf0fd 45.83%,
        rgba(236, 240, 253, 0.43) 84.33%,
        rgba(236, 240, 253, 0.3)
    );
    position: relative;
}
.partners h6 {
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 40px;
}
.partner {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}
.partners img {
    width: auto;
    height: 150px;
    image-rendering: pixelated;
}
.partners .m-h3,
.partners .m-h1 {
    text-align: right;
}
.partners .m-h3 {
    padding-right: 40px;
}
.partners .m-h3::after {
    left: auto !important;
    right: 0;
}
@media (max-width: 768px) {
    .partners .m-h1,
    .partners .m-h3 {
        text-align: center;
    }
    .partners .m-h3::after {
        left: 0px !important;
        right: auto !important;
        display: none;
    }
    .partners .m-h3 {
        padding-right: 0px !important;
        text-align: center;
        margin-left: 0px !important;
        padding-left: 0px !important;
        font-size: 12px;
        letter-spacing: 1.9px;
        padding-bottom: 0px;
        margin-bottom: 3px !important;
    }
    .partners img {
        height: 110px;
    }
}
/*--PARALLAX---*/
.parallax-container {
    text-align: left;
    width: 100%;
    height: auto;
    left: -0.1px;
}
.p-inner {
    background: rgba(0, 0, 0, 0.76);
    width: 100%;
    padding: 240px 0px 260px;
    overflow: hidden;
    position: relative;
}
.parallax-container h1 {
    font-weight: 300;
    color: #fff;
    font-size: 50px;
    line-height: 67px;
    width: 500px;
    text-align: left;
}
@media (max-width: 768px) {
    .parallax-container h1 {
        width: 100%;
    }
    .p-inner {
        padding: 170px 0px 220px;
    }
}
/*----- FOOOTER -----*/
.footer {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 100px 0px 120px 0px;
    color: #fff !important;
    background-image: url("/images/footer.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
}
.footer .inner {
    padding-left: 15%;
    padding-right: 25px;
}
.footer img {
    position: absolute;
    width: 410px;
    bottom: 54px;
    left: 10%;
    z-index: 2;
}
.footer .lg {
    width: 190px;
    left: -65px;
    top: 52px;
}
.footer .lg-span {
    position: absolute;
    height: 130px;
    width: 13px;
    background: #05070d;
    left: -5px;
    z-index: 1;
    top: 31px;
}
.footer h2 {
    color: #fff;
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
}
.footer ul li {
    margin-bottom: 20px;
}
.footer a {
    color: #f2f2f2 !important;
    font-size: 14px;
}
.footer a.loc {
    font-size: 13px;
    line-height: 18px;
}
.footer a.loc i {
    position: absolute;
    left: 0;
}
.footer .wrap-top {
    position: relative;
    border: 1px solid #27496c;
}
.footer .row {
    margin-bottom: 0px;
}
.footer .wrap {
    padding: 50px 40px 35px;
    padding-left: 10px;
}
.footer form {
    width: 100%;
    position: relative;
}
.footer form button {
    font-size: 9px;
    background: #bd2153;
    border: 0px;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    right: 2px;
    top: 2.5px;
}
.footer form button span {
    opacity: 0;
}
.footer form input {
    height: 45px;
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    color: #000;
}
#error {
    color: #c97f7f;
    font-size: 13px;
    padding-top: 5px;
    display: block;
}
#success {
    color: #a0ec93;
    font-size: 13px;
    padding-top: 5px;
    display: block;
}
.final-foot {
    font-size: 13px;
    padding: 10px 0px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.final-foot .wrap {
    padding: 0px;
}
.final-foot .flex {
    display: flex;
    justify-content: space-between;
}
.final-foot p {
    color: var(--hung-green);
}
.final-foot ul li {
    display: inline-block;
    color: #fff;
    margin: 10px 0px 10px 10px;
}
.footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .flex ul {
    text-align: right;
}
.footer .small-post {
    display: flex;
    justify-content: space-between;
}
.footer .small-post.mb {
    margin-bottom: 20px;
}
.footer .small-post .img-hold {
    height: 60px;
    overflow: hidden;
    width: 30%;
    position: relative;
}
.footer .small-post .img-hold img {
    width: 100%;
    max-height: 60px;
    min-height: 60px;
    object-fit: cover;
    left: 0;
    position: relative;
    bottom: 0;
    border-radius: 3px;
    display: block !important;
}
.footer .small-post .text {
    width: 66%;
    position: relative;
    top: -2px;
}
.footer .small-post .text p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.footer .small-post .text span {
    color: #9ec5fb;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    padding-bottom: 5px;
    font-weight: 700;
    opacity: 0.5;
}
.footer .mnone {
    display: none;
}

@media (max-width: 768px) {
    .foot {
        margin: 20px 0px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 150px;
    }
    .footer .inner {
        padding: 0;
        margin: 0 auto;
    }
    .footer img {
        display: none;
    }
    .footer form {
        width: 80%;
    }
    .footer .lg-span {
        display: none;
    }
    .footer .a-small {
        font-size: 12px;
    }
    .footer .wrap-top {
        position: relative;
        border: 0px;
    }
    .footer .wrap {
        padding: 0px 0px;
    }
    .footer .dnone {
        display: none;
    }
    .footer .mnone {
        display: block;
    }
    .final-foot {
        font-size: 13px;
        padding: 10px 0px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .final-foot .wrap {
        padding: 0px;
    }
    .final-foot ul li {
        margin: 10px 10px 10px 0px;
    }
    .footer .flex ul {
        text-align: left;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input {
    outline: none !important;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    position: relative;
    margin-bottom: 2px;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.what {
    background: var(--hung-white);
}
.what h2 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 25px;
    color: var(--dark-green);
}
.what p {
    font-weight: 300;
}
.what img {
    width: 100%;
}
.what .flex {
    display: flex;
    justify-content: space-between;
}
.what .count {
    text-align: center;
    width: 100%;
    padding-top: 35px;
}
.what .count span {
    font-weight: 900;
    font-size: 30px;
}
.what .count-wrap {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.4);
    height: 300px;
    width: 400px;
    position: relative;
    margin: 0px auto;
}
@media (max-width: 802px) {
    .what .count-wrap {
        width: 100%;
        margin-top: 40px;
    }
    .parallax h1 {
        width: 100%;
    }
}
.what button {
    background: var(--hung-green);
    color: #fff;
    border: 0px;
    padding: 5px 30px;
    margin-top: 20px;
}

/*---- T E A M -----*/
.team-wrap {
    width: 100%;
    padding: 100px 0px;
    overflow: hidden;
}
.team-wrap h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-wrap .team {
    margin-bottom: 40px;
    text-align: center;
}
.team-wrap h2 {
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 10px;
}
.team-wrap p {
    font-size: 14px;
}
.team-wrap img {
    border-radius: 25px;
    min-width: 180px;
    height: 180px;
    object-fit: cover;
}
.team-wrap button {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #047f76;
    display: inline-block;
    margin-top: 10px;
    border: 0px;
    background: transparent;
}
.team-wrap button i {
    position: relative;
    transition: all 0.4s ease-in-out;
    transform: rotate(0deg);
}
.pn-btn i {
    transform: rotate(45deg) !important;
}
.pn {
    display: none;
}
.pn.show {
    display: block;
}

/**----  S   E   C    T   I   O   N        T   W   O   ----*/
.section-2 {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px;
}
.gsc-image-content.skin-v1 {
    text-align: left;
    position: relative;
    max-width: 580px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 92px;
    padding-left: 30px;
    padding-right: 63px;
    overflow: hidden;
}
.gsc-image-content.skin-v1 .box-content {
    position: absolute;
    z-index: 11;
    color: #fff;
    left: 0;
    top: 0;
    text-align: center;
    padding: 70px 38px 60px;
}
.gsc-image-content.skin-v1 .box-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.9;
    background: linear-gradient(to right, #bd2152, #ec6e44);
}
.gsc-image-content.skin-v1 .box-content .title {
    font-size: 120px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.gsc-image-content.skin-v1 .box-content .title b {
    min-width: 160px;
    display: inline-block;
}

.gsc-image-content.skin-v1 .box-content .title span {
    font-size: 24px;
}
.gsc-image-content.skin-v1 .box-content .description {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gsc-image-content.skin-v1 .box-content .description span {
    display: inline-block;
    margin-right: 5px;
}
.gsc-image-content.skin-v1 .image {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-bottom: 40px;
    max-width: 450px;
    overflow: hidden;
}
.gsc-image-content.skin-v1 img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 5s;
    transition: all 5s;
}
.gsc-image-content.skin-v1 .shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 177px solid #96294d;
    border-right: 197px solid transparent;
    z-index: -1;
}
.image-second {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    max-width: 240px;
    border: solid 10px #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
    margin-bottom: 32px;
    margin-right: 24px;
}
.gsc-image-content.skin-v1 .image-second .image-second-inner {
    overflow: hidden;
}
.gsc-image-content.skin-v1 .shape-2 {
    position: absolute;
    top: 56px;
    right: 24px;
    width: 24px;
    height: 24px;
    margin-top: 15px;
    margin-right: 15px;
    background: #bd2152;
}
.gsc-image-content.skin-v1 .shape-2:before {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #bd2152;
}
@media (max-width: 768px) {
    .section-2 {
        width: 100%;
        overflow: hidden;
        padding: 80px 0px 30px;
    }
    .gsc-image-content.skin-v1 {
        padding-left: 0px;
        padding-right: 40px;
    }
    .gsc-image-content.skin-v1 .box-content {
        padding: 20px 18px 40px;
    }
    .gsc-image-content.skin-v1 .box-content:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.9;
        background: linear-gradient(to right, #bd2152, #ec6e44);
    }
    .gsc-image-content.skin-v1 .box-content .title {
        font-size: 50px;
        line-height: 55px;
        font-weight: 600;
    }
    .gsc-image-content.skin-v1 .box-content .title b {
        min-width: 70px;
    }
    .gsc-image-content.skin-v1 .box-content .title span {
        font-size: 24px;
    }
    .gsc-image-content.skin-v1 .box-content .description {
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .gsc-image-content.skin-v1 .box-content .description span {
        display: inline-block;
        margin-right: 5px;
    }
    .image-second {
        bottom: -54px;
        margin-right: 0px;
    }
    .gsc-image-content.skin-v1 .shape-2 {
        top: 0;
    }
}
/*   --- G E T      H E L P ------ */
.join-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    width: 70%;
    margin: 0px auto;
    margin-top: 120px;
}
.join-us .text {
    width: 600px;
    text-align: left;
}
.join-us .text .m-h1 {
    text-align: left;
    padding-bottom: 10px;
    font-size: 30px;
}
.get-btn {
    box-shadow: 0 30px 30px rgb(72 23 136 / 35%);
    border: 0px;
    cursor: pointer;
    border-radius: 3px;
    height: 55px;
    padding: 0 60px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    overflow: hidden;
    background: #27496c;
}
.get-btn span {
    position: relative;
    z-index: 2;
}
.get-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    left: -100%;
    top: 0;
    transition: left 0.5s ease-in-out;
    background: #9e1941;
}
.get-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    left: -100%;
    top: 0;
    background: #35597d;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
}
.get-btn:hover::after {
    width: 100%;
    left: 100%;
}
.get-btn:hover::before {
    width: 100%;
    left: 100%;
}
#get-btn2 {
    background: 0;
    border: 1px solid #27496c;
    color: #27496c;
    transition: all 0.6s ease-in-out;
}
#get-btn2:hover {
    background: #27496c;
    color: #fff;
}
.join-us .get-btn {
    padding: 0px 40px;
    border-top-left-radius: 0px;
    border: 1px solid #27496c;
    border-bottom-left-radius: 0px;
}
.join-us input {
    height: 55px;
    padding-left: 15px;
    border: 1px solid #27496c;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.join-us input::placeholder {
    color: #b6cde6;
}
.home3 {
    padding: 60px 0px !important;
}
.home3 .wrap {
    width: 75%;
}
.home3 .dot {
    opacity: 0.1 !important;
}
.p-l {
    padding-left: 30px;
}
.p-r {
    padding-right: 50px;
}
.home3 .img {
    position: relative;
}
.m-h3.no-t {
    margin-top: 20px !important;
}
@media (max-width: 768px) {
    .m-h3.no-t {
        margin-top: 60px !important;
    }
    .home3 .wrap {
        width: 85%;
    }
    .home3 {
        padding: 0px !important;
    }
    .p-l {
        padding-left: 15px;
    }
    .p-r {
        padding-right: 15px;
    }
    .page-info .p-r {
        padding-right: 15px;
    }
    .home3 .p-r {
        padding-right: 25px;
    }
    .join-us {
        display: block;
        padding: 0px;
        background: transparent;
        width: 100%;
        margin: 0px auto;
        margin-top: 70px;
        text-align: center;
    }
    .join-us .text {
        width: 100%;
        text-align: center;
    }
    .join-us .text .m-h1 {
        padding-bottom: 25px;
        font-size: 30px;
        text-align: center;
    }
    .join-us p {
        margin-bottom: 30px;
    }
    .get-btn {
        height: 50px;
        padding: 0 50px;
        font-size: 13px;
    }
    .join-us .get-btn {
        margin: 0 auto;
    }
    .partners {
        padding: 20px 0px 130px;
    }
    .footer h2 {
        margin-top: 20px;
    }
    .foot {
        margin-bottom: 50px;
    }
    .final-foot {
        margin-top: 60px;
        padding-top: 30px;
    }

    .final-foot p,
    .footer a {
        font-size: 13px;
        line-height: 20px;
    }
    .footer .flex {
        display: block;
    }
    .footer .flex ul {
        text-align: left;
        margin-top: 10px;
    }
}

.page-wrap {
    width: 100%;
    padding: 200px 0px 160px 0px;
    background: linear-gradient(
        180deg,
        rgba(236, 240, 253, 0),
        rgba(255, 255, 255, 0.53) 14.32%,
        #ecf0fd 45.83%,
        rgba(236, 240, 253, 0.43) 84.33%,
        rgba(236, 240, 253, 0)
    );
}
.page-wrap .wrap {
    max-width: 900px;
}
@media (max-width: 768px) {
    .page-wrap {
        width: 100%;
        padding: 85px 0px 160px 0px;
    }
}
.page-wrap p small {
    font-size: 13px;
    padding-top: 20px;
    display: block;
    color: #4b739b;
}
.page-wrap form label {
    margin: 10px 0px 10px;
    font-size: 11px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.page-wrap .form-control {
    height: 50px;
    background: #fff;
    border: 1px solid rgb(221, 221, 221, 0.6);
}
.page-wrap .form-check-inline {
    display: inline-block;
    margin-right: 20px;
}
.page-wrap .form-check-inline label {
    text-transform: capitalize;
}
.page-wrap label.llb {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 20px;
}
.legal-check {
    background: #fff;
    padding: 15px 25px 5px;
    border-radius: 3px;
}
.legal-check label {
    letter-spacing: 0px !important;
    display: inline-block !important;
    margin: 0px !important;
    position: relative;
    top: -2px;
    margin-bottom: 13px !important;
}
.mb-none {
    margin-bottom: 0px;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    position: relative;
    margin-bottom: -1px;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
    position: absolute;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/*------------------------*/
.success-wrap {
    text-align: center;
}
.success-wrap p {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.success-wrap img {
    width: 100%;
}
textarea {
    min-height: 150px;
}

/*----- F A Q ------*/
.panel-group {
    margin: 0px !important;
}
#faq {
    position: relative;
    width: 100%;
}
#faq .lottie {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    top: -10px;
    opacity: 0.4;
    right: 0;
    margin: auto;
}
#faq h2 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    line-height: 35px;
}

.faq-title {
    text-align: center !important;
}
.faq-title p {
    text-align: center;
}
.faq-title a {
    color: #ab3b57;
}
#faq .wrap {
    padding: 0px;
    width: 100%;
}
.faq-content .panel-default {
    border-radius: 0;
    border-color: #5276b5a3;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    margin-bottom: 15px;
}

.faq-content .panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
    padding: 10px 20px;
    border-radius: 0px;
}

.faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    text-align: left;
    background: #fff;
    border: 0px;
}

.faq-content .panel-title {
    text-align: left;
    font-weight: 300;
}

.faq-content .panel-title a {
    display: block;
    padding: 12px 15px;
    padding-left: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    position: relative;
    border: none;
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.faq-content .panel-title a > svg {
    position: absolute;
    left: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    color: #e696a9;
}

.on {
    color: #e696a9;
}

.title-color {
    color: #fff;
}

.title-default {
    color: #fff;
}
.faq-content {
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .faq-content {
        width: 100%;
        padding: 10px 0px;
    }
}
.panel-body {
    padding: 0px 15px 34px 22px;
    font-size: 14px;
    line-height: 25px;
}
.panel-body p {
    font-weight: 380;
}
.faq-content ul {
    padding: 10px;
}
.faq-content ul li {
    list-style: disc;
    font-size: 13px;
}
b {
    font-weight: 900;
}
.sm-show {
    display: none;
}
.sm-no {
    display: block;
}
@media (max-width: 768px) {
    #faq {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 40px 20px;
    }
    .sm-show {
        display: block;
    }
    .sm-no {
        display: none;
    }
}

#pg-overlay {
    background: rgba(255, 255, 255, 0.75);
}
#pg-overlay.hide {
    display: none;
}
.m-no-show {
    display: block;
}
@media (max-width: 768px) {
    .m-no-show {
        display: none;
    }
}
.terms-wrap {
    padding-top: 140px;
}
.terms-wrap h1 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
}
.terms-wrap a {
    color: #962a4d;
}
.terms-wrap p {
    padding-bottom: 10px;
}
.terms-wrap ul,
.terms-wrap li,
.terms-wrap ol {
    list-style: disc;
    margin: 0;
    padding: 0;
}
.terms-wrap ol {
    padding: 0px 20px;
    display: block;
}
.terms-wrap li {
    color: #142536;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}
.terms-wrap h2 {
    font-size: 19px;
    font-weight: 800;
    padding: 20px 0px 10px 0px;
}
.terms-wrap h3 {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px 7px 0px;
}
p.invalid-feedback {
    color: tomato;
    font-size: 13px !important;
    line-height: 17px !important;
}
p.invalid-feedback {
    color: tomato;
    font-size: 13px !important;
    line-height: 17px !important;
}
p.success-feedback {
    color: rgb(81, 189, 152);
    font-size: 13px !important;
    line-height: 17px !important;
}
