@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Syne:wght@400..800&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Outfit', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --themeColor: #E70000;
}

a {
    color: var(--black);
    white-space: initial;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    line-height: 1;
    font-size: 80px;
    margin: 0 0 0px;
    font-weight: 700;
    color: var(--black);
    letter-spacing: -4%;
    font-family: 'Syne';
}

h2 {
    font-size: 70px;
    margin: 0 0 0px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -4%;
    color: var(--black);
    font-family: 'Syne';
}

h3 {
    line-height: 1;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: -4%;
    font-family: 'Syne';
}

h4 {
    font-size: 25px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Syne';
}

h5 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Syne';
}

h6 {
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Outfit';
}

p {
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: var(--black);
    letter-spacing: -4%;
    font-family: 'Outfit';
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading h2 span {
    color: var(--themeColor);
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 900px;
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1600px;
}

.theme-btn-1 {
    font-size: 18px;
    font-weight: 700;
    padding: 22px 40px;
    font-family: 'Syne';
    border-radius: 50px;
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
}

.theme-btn-1:hover {
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-2 {
    font-size: 18px;
    font-weight: 700;
    padding: 22px 40px;
    font-family: 'Syne';
    border-radius: 50px;
    color: var(--themeColor);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
    border: 1px solid var(--themeColor);
}

.theme-btn-2:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);

}

/* Loader CSS */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@keyframes rotateBall {
    0% {
        transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    }

    50% {
        transform: rotateY(360deg) rotateX(360deg) rotateZ(0deg);
    }

    100% {
        transform: rotateY(720deg) rotateX(720deg) rotateZ(360deg);
    }
}

@keyframes bounceBall {
    0% {
        transform: translateY(-70px) scale(1, 1);
    }

    15% {
        transform: translateY(-56px) scale(1, 1);
    }

    45% {
        transform: translateY(70px) scale(1, 1);
    }

    50% {
        transform: translateY(73.5px) scale(1, 0.92);
    }

    55% {
        transform: translateY(70px) scale(1, 0.95);
    }

    85% {
        transform: translateY(-56px) scale(1, 1);
    }

    95% {
        transform: translateY(-70px) scale(1, 1);
    }

    100% {
        transform: translateY(-70px) scale(1, 1);
    }
}

.ball {
    animation-name: bounceBall;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 50%;
    height: 60px;
    position: relative;
    transform: translateY(-70px);
    transform-style: preserve-3d;
    width: 60px;
    z-index: 1;
}

.ball::before {
    background: radial-gradient(circle at 36px 20px, var(--themeColor), var(--themeColor));
    border: 2px solid var(--black);
    border-radius: 50%;
    content: "";
    height: calc(100% + 6px);
    left: -6px;
    position: absolute;
    top: -3px;
    transform: translateZ(1vmin);
    width: calc(100% + 6px);
}

.ball .inner {
    animation-name: rotateBall;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    width: 100%;
}

.ball .line::before,
.ball .line::after {
    border: 2px solid #333333;
    border-radius: 50%;
    content: "";
    height: 99%;
    position: absolute;
    width: 99%;
}

.ball .line::before {
    transform: rotate3d(0, 0, 0, 0);
}

.ball .line::after {
    transform: rotate3d(1, 0, 0, 90deg);
}

.ball .line--two::before {
    transform: rotate3d(0, 0, 0, 2deg);
}

.ball .line--two::after {
    transform: rotate3d(1, 0, 0, 88deg);
}

.ball .oval::before,
.ball .oval::after {
    border-top: 4px solid #333333;
    border-radius: 50%;
    content: "";
    height: 99%;
    position: absolute;
    width: 99%;
}

.ball .oval::before {
    transform: rotate3d(1, 0, 0, 45deg) translate3d(0, 0, 6px);
}

.ball .oval::after {
    transform: rotate3d(1, 0, 0, -45deg) translate3d(0, 0, -6px);
}

.ball .oval--two::before {
    transform: rotate3d(1, 0, 0, 135deg) translate3d(0, 0, -6px);
}

.ball .oval--two::after {
    transform: rotate3d(1, 0, 0, -135deg) translate3d(0, 0, 6px);
}

@keyframes bounceShadow {
    0% {
        filter: blur(3px);
        opacity: 0.6;
        transform: translateY(73px) scale(0.5, 0.5);
    }

    45% {
        filter: blur(1px);
        opacity: 0.9;
        transform: translateY(73px) scale(1, 1);
    }

    55% {
        filter: blur(1px);
        opacity: 0.9;
        transform: translateY(73px) scale(1, 1);
    }

    100% {
        filter: blur(3px);
        opacity: 0.6;
        transform: translateY(73px) scale(0.5, 0.5);
    }
}

.shadow {
    animation-name: bounceShadow;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    background: black;
    filter: blur(2px);
    border-radius: 50%;
    height: 6px;
    transform: translateY(73px);
    width: 54px;
}


/*header css start */

.topSec {
    padding: 20px 4%;
    background-color: var(--themeColor);
}

.top-bar-left a {
    font-size: 18px;
    color: var(--white);
}

.top-bar-left a i {
    margin-right: 10px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right a {
    font-size: 18px;
    color: var(--white);
}

.top-bar-right a i {
    margin-right: 10px;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 18px;
    position: relative;
    color: var(--black);
    display: inline-block;
    text-decoration: none;
}

.menuSec ul li a::before {
    left: 0;
    bottom: 0;
    width: 0px;
    height: 2px;
    content: '';
    right: 100%;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    left: 0;
    right: 0;
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:not(:hover)::before {
    left: auto;
    right: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--themeColor);
}

.menuSection {
    padding: 50px 4%;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-logo {
    height: 50px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    height: 100%;
    width: fit-content;
    object-fit: contain;
}


/*header css start */

/*banner css start */

.main_slider {
    padding: 100px 4%;
    position: relative;
}

.banner_img {
    width: 100%;
    height: 740px;
}

.banner_img img {
    top: 0;
    right: 0;
    width: 49%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 100px 0px 0px 100px;
}

.banner_text {
    width: 90%;
    max-width: 700px;
}

.banner_text h6 {
    margin-bottom: 15px;
}

.banner_text h1 {
    margin-bottom: 10px;
}

.banner_text h1 span {
    color: var(--themeColor);
}

.banner_text p {
    margin-bottom: 20px;
}

.banner_text ul {
    gap: 20px;
    display: flex;
    margin-top: 70px;
    align-items: center;
    justify-content: flex-start;
}



/*banner css end*/

/* purpose-sec */

.purpose-sec {
    padding: 100px 4%;
}

.purpose-text {
    max-width: 690px;
    margin: 0px 0px 0px auto;
}

.purpose-text h2 span {
    color: var(--themeColor);
}

.purpose-text h2 {
    margin-top: 20px;
}

.purpose-text p {
    margin-bottom: 25px;
}

.purpose-text .theme-btn-1 {
    margin-top: 50px;
}

.purpose-img {
    gap: 20px;
    display: flex;
    align-items: center;
}

.purpose-img>div {
    width: 50%;
    max-width: 360px;
}

.purpose-img .purpose-img-3 {
    width: 50%;
    height: 670px;
    object-fit: cover;
    border-radius: 40px;
}

.purpose-img .purpose-img-1 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
}

.purpose-img .purpose-img-2 {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 40px;
}


/* purpose-sec */

/* who-we-sec */

.who-we-sec {
    display: flex;
    padding: 100px 4%;
    position: relative;
    text-align: center;
    min-height: 1000px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/about-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.who-we-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: var(--black);
}

.who-we-sec .row {
    z-index: 1;
    position: relative;
}

.who-we-text {
    gap: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.who-we-text .theme-btn-1 {
    margin-top: 25px;
}

.who-we-text * {
    color: var(--white);
}

/* who-we-sec */

/* programs-sec */

.programs-sec {
    padding: 100px 3%;
}

.programs-box {
    width: 100%;
    height: 570px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    border-radius: 40px;
}

.programs-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.programs-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 100%);
}

.programs-box-text {
    bottom: 0;
    width: 100%;
    padding: 30px 10px;
    text-align: center;
    position: absolute;
}

.programs-box-text h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--themeColor);
}

.programs-box-text p {
    padding: 0px 13px;
    color: var(--white);
}

.programs-btn {
    display: flex;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
}

/* programs-sec */


/* why-choose-sec */

.why-choose-sec {
    padding: 0px 4% 100px;
}

.why-choose-text h2 {
    margin-bottom: 20px;
}

.why-choose-text h2 span {
    color: var(--themeColor);
}

.why-choose-text h5 {
    margin-bottom: 20px;
}

.why-choose-text h6 {
    margin-bottom: 10px;
}

.why-choose-text p {
    margin-bottom: 22px;
}

.why-choose-text .theme-btn-1 {
    margin-top: 70px;
}

.why-choose-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.why-choose-img img.why-choose-img-1 {
    height: 635px;
    margin-bottom: 20px;
}

.why-choose-img img.why-choose-img-2 {
    height: 300px;
}

/* why-choose-sec */

/* vision-sec */

.vision-img {
    width: 100%;
    height: 450px;
    max-width: 750px;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    border-radius: 40px;
}

.vision-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-text {
    max-width: 700px;
    margin: 0px 0px 0px auto;
}

.vision-text h6 {
    margin-bottom: 15px;
}

.vision-text h2 {
    margin-bottom: 15px;
}

.vision-text p {
    margin-bottom: 25px;
}

.vision-text ul {
    gap: 5px;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.vision-text ul li {
    padding-left: 20px;
    position: relative;
}

.vision-text ul li::before {
    top: 9px;
    left: 6px;
    width: 5px;
    height: 5px;
    content: '';
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    background-color: var(--black);
}

.vision-text ul li h6 {
    font-weight: 300;
    font-family: 'Outfit';
}

.vision-text .theme-btn-1 {
    margin-top: 50px;
}

.vision-sec {
    padding: 0px 4% 100px;
}

/* vision-sec */

/* community-sec */

.community-sec {
    display: flex;
    text-align: center;
    padding: 100px 0px;
    position: relative;
    min-height: 1000px;
    align-items: center;
    justify-content: center;
    background-image: url(../images/community-bg.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.community-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: var(--black);
}

.community-sec .row {
    z-index: 1;
    position: relative;
}

.community-text {
    gap: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.community-text * {
    color: var(--white);
}

.community-text h2 {
    max-width: 900px;
    margin-bottom: 10px;
}

.community-text h6 {
    margin-bottom: 10px;
}

.community-text p {
    margin-bottom: 10px;
}

.community-text .theme-btn-1 {
    margin-top: 50px;
}

/* community-sec */

/* bba-miami-sec */

.bba-miami-sec {
    padding: 100px 3%;
}

.bba-miami-sec .section-heading h2 {
    max-width: 700px;
    margin: 0px auto;
}

.bba-miami-box {
    min-height: 99%;
    padding: 37px 30px;
    border-radius: 40px;
    border: 1px solid var(--themeColor);
}

.bba-miami-box h5 {
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--themeColor);
}

.bba-miami-box p {
    margin-bottom: 30px;
    min-height: 150px;
}

.bba-miami-box h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Syne';
}

/* bba-miami-sec */

/* get-in-touch-sec */


.get-in-touch-img {
    height: 450px;
    display: flex;
    overflow: hidden;
    min-height: 100%;
    max-width: 750px;
    align-items: center;
    border-radius: 40px;
    justify-content: center;
    margin: 0px 0px 0px auto;
}

.get-in-touch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get-in-touch-text h2 {
    margin-bottom: 10px;
    color: var(--themeColor);
}

.get-in-touch-text h6 {
    margin-bottom: 10px;
}

.get-in-touch-text p {
    margin-bottom: 22px;
}

.get-in-touch-text label {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
    color: var(--black);
    font-family: 'Syne';
}

.get-in-touch-text input {
    width: 100%;
    height: 65px;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: 'Outfit';
    border: 1px solid #00000056;
}

.get-in-touch-text input::placeholder {
    color: #0000004D;
}

.get-in-touch-text textarea {
    width: 100%;
    height: 200px;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: 'Outfit';
    border: 1px solid #00000056;
}

.get-in-touch-text button {
    margin-top: 50px;
}

.get-in-touch-sec {
    padding: 0px 4% 100px;
}

/* get-in-touch-sec */





/* footer */






.footer-logo {
    max-width: 440px;
}

.footer-logo a {
    height: 65px;
    display: block;
    margin-bottom: 30px;
    width: fit-content;
}

.footer-logo a img {
    height: 100%;
    width: fit-content;
    object-fit: contain;
}

.foot-links {
    padding-top: 40px;
}

.foot-links h5 {
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--themeColor);
}

.foot-links ul {
    gap: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.foot-links ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    font-family: 'Outfit';
}

.footer-btm {
    margin-top: 40px;
    padding: 20px 30px;
    border-radius: 30px 30px 0px 0px;
    background-color: var(--themeColor);
}

.copy-txt {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copy-txt p {
    color: var(--white);
}

.copy-txt p span {
    font-weight: 600;
}


/* footer */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

/*Media Query End*/