*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {

    margin: 0;
    padding: 0;
    list-style: none;

}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--primaryFont);
    max-width: 100%;
    overflow-x: hidden;
}




:root {

    --blue: #2E3192;
    --cyan: #00C0F3;
    --lightblue: #ebeef6;
    --black: #030724;
    --primaryFont: 'avantGarde-regular';
    --secondaryFont: 'avantGarde-medium';
}



h1 {
    font-family: 'peachy';
    color: white;
    font-size: 5rem;
    text-shadow: 2px 2px 6px #00000050;
}

h2 {
    font-family: 'peachy';
    color: black;
    font-size: 3.4rem;
}

h3 {
    font-family: 'peachy';
    color: black;
    font-size: 2rem;
}

h4 {
    font-family: 'peachy';
    color: black;
    font-size: 1.2rem;
}



p {
    color: white;
    font-size: 1.4rem;
    /* text-shadow: 0 0 6px #00000050; */

}

.bigPara {
    color: white;
    font-size: 2rem;
    text-shadow: 0 0 6px #00000050;
}

.navbar-nav a {
    font-size: 1.6rem;
    font-family: 'peachy';
    color: var(--blue);
}


.heroImg {
    background-image: url("../img/images/hero-image.jpg");
    background-position: center;
    background-size: cover;
    height: 80vh;
    padding: 0;
}

.main {
    background: linear-gradient(to right, #2e3192bb, transparent, transparent);
    height: 100%;
}


.heroImg-2 {
    background-image: url("../img/images/2.jpg");
    background-position: center;
    background-size: cover;
    height: 80vh;
    padding: 0;
}

.btn-cyan {
    border-radius: 50px;
    background-color: var(--cyan);
    font-family: 'peachy';
    color: white;
    font-size: 1.2rem;
    padding: 12px 36px;
    text-shadow: 1px 1px 4px #00000050;
}

.btn-cyan:hover {
    background-color: #00addd;
    color: white;
}

.btn-cyan:first-child:active {
    background-color: var(--cyan);
    color: white;
    border: 1px solid var(--cyan);
}

/* <!-- =====================  start section-3  =================== --> */

.section-3 {
    background-color: var(--lightblue);
}

.section-3 h1 {
    color: var(--blue);
    text-shadow: none;
}


.section-3 p {

    color: var(--black);
    text-shadow: none;

}

.sectionThreePara {
    margin: 0;
}

.sectionThreePara p {


    font-size: 1.2rem;
    text-shadow: none;

}

/* <!-- =====================  start section-4  =================== --> */

.section-4 {
    background: linear-gradient(var(--cyan), var(--blue));
}

.section-4 p {
    color: white;
}

.section-4 .card p {
    font-size: 1rem;
    text-shadow: none;
    color: var(--black);
}

.section-4 .btn-cyan {

    width: 100%;
    font-size: 1.7rem;
    /* margin: 1rem 0; */
    position: absolute;
    bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;

    border: 0.3rem solid white;
    z-index: 999;
    padding: 16px 36px;

}

.card-body {
    padding: 0;
}

.card-text {
    padding: 0 2.2rem;
}


.cardStyle {

    width: 18rem;
    border: 6px solid white;
    background-color: #ebeef6;
    border-radius: 0 0 50px 50px;
    height: 580px;
    border-bottom: none;
    align-items: center;

}

.cardImage {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url('../img/images/11.png');
    background-position: center;
    background-size: cover;

}

.cardImage-2 {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url('../img/images/12.png');
    background-position: center;
    background-size: cover;
}

.cardImage-3 {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url('../img/images/13.png');
    background-position: center;
    background-size: cover;
}

/* <!-- =====================  start section-5  =================== --> */
.section-5 h1 {

    color: var(--blue);
    text-shadow: none;
}

.section-5 h3 {
    color: var(--blue);
}

.section-5 p {
    color: var(--black);
    text-shadow: none;
}


/* <!-- =====================  start section-6  =================== --> */

.section-6 {
    background-color: var(--lightblue);
    padding: 0;
}

.section-6 h1 {
    color: var(--blue);
    text-shadow: none;
}

.section-6 .item {
    display: flex;
    justify-content: center;
}

.section-6 .item .card img {
    width: 152px;
}

.section-6 .card {
    display: flex;
    align-items: center;
    border-radius: 0;
    border: none;

    height: 22rem;
}

.section-6 .card-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}



.paraSmall {
    font-size: 1rem;
    color: var(--black);
    text-shadow: none;
    font-family: var(--secondaryFont);

}



.owl-dot.active span {
    background-color: black !important;
}


.owl-nav {

.owl-prev span,
.owl-next span {

    font-size: 66px;
    position: absolute;
    top: 30% !important;
}

.owl-prev span {

    left: -4rem !important;
}

.owl-next span {

    right: -4rem !important;
}

.owl-next:hover span,
.owl-prev:hover {
    color: var(--black) !important;
}
}

/* <!-- =====================  start section-7  =================== --> */

.section-7 {
    background: linear-gradient(var(--cyan), var(--blue));
}

.section-7 .container {
    padding: 5.5rem 0;
}

.section-7 h2 {
    color: #fff;
    padding: 0 !important;
}

.section-7 .btn-cyan {
    margin-left: 0 !important;
    margin-top: 2.3rem;
}



/* <!-- =====================  start section-8  =================== --> */

.section-8 {
    background: var(--lightblue);
}

.section-8 .container {
    padding: 5.5rem 0;
}

.section-8 h1 {
    color: var(--blue);
    padding: 0 !important;
}

.section-8 .btn-cyan {
    margin-left: 0 !important;
    margin-top: 2.3rem;
}

.section-8 p {
    color: var(--black);
}





/* <!-- =====================  start section-9  =================== --> */

.section-9 {
    background: white;
}

.section-9 .container {
    padding: 5.5rem 0;
}

.section-9 h1 {
    color: var(--blue);
    padding: 0 !important;
}

.section-9 .btn-cyan {
    margin-left: 0 !important;
    margin-top: 2.3rem;
}

.section-9 p {
    color: var(--black);
}



.section-9 button {
    margin-top: 2.3rem;
}

/* <!-- =====================  start section-10  =================== --> */

.section-10 {
    background: var(--lightblue);
}

.section-10 .container {
    padding: 5.5rem 0;
}

.section-10 h1 {
    color: var(--blue);
    padding: 0 !important;
}

.section-10 .btn-cyan {
    margin-left: 0 !important;
    margin-top: 2.3rem;
}

.section-10 p {
    color: var(--black);
}


/* <!-- =====================  start section-11  =================== --> */

.section-11 {
    background: white;
}

.section-11 .container {
    padding: 5.5rem 0;
}

.section-11 h1 {
    color: var(--blue);
    padding: 0 !important;
}

.section-11 .btn-cyan {
    margin-left: 0 !important;
    margin-top: 2.3rem;
}


.section-11 button {
    margin-top: 2.3rem;
}

.section-11 p {
    color: var(--black);
}

/* <!-- =====================  start section-12  =================== --> */

.section-12 {
    background: linear-gradient(var(--cyan), var(--blue));
}

.section-12 .container {
    padding: 5.5rem 0;
}

.section-12 h1 {
    color: #fff;
    padding: 0 !important;
}

.section-12 p {
    color: white;
    font-family: var(--primaryFont);
    font-size: 1.2rem;
}


.section-12 .btn-cyan {
    margin-left: 0 !important;

}

/* <!-- =====================  start section-13  =================== --> */

.section-13 {
    background: var(--lightblue);
}

.section-13 .container {
    padding: 4rem 0;
}

.section-13 h4 {
    color: var(--blue);
    padding: 0 0 10px !important;
}

.section-13 p {
    color: var(--black);
}




/* <!-- =====================  start section-14  =================== --> */

.section-14 {
    background: white;
}

.section-14 .container {
    padding: 4rem 0;
}

.section-14 h1 {
    color: var(--blue);
    padding: 0 !important;
    margin-bottom: 4.6rem;
}

.section-14 .btn-cyan {
    margin-left: 0 !important;
    margin-top: 2.3rem;
    padding: 1rem;
    width: 70%;
}


.section-14 button {
    margin-top: 2.3rem;
}

.section-14 h4 {
    color: var(--blue);
    margin-left: 2rem;
}

.section-14 input {
    border-radius: 50px;
    padding: 1.2rem;
    background-color: #ececec;
}

.form-label {
    margin-bottom: 0 !important;
}



/* <!-- =====================  footer  =================== --> */

footer .container-fluid {
    background-color: var(--blue);
    padding: 5rem 0;
}

.para p {
    color: white;
}


.para img {
    width: 80px;
    height: auto;
}