body,
html {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ffffff;
    color: #1f2c42;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top:0px;
}

header {
    border-bottom: 1px solid #ededed;
    background-color: #f4f4f4;
    padding: 10px 0px;
    color: #777;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}

.phone-nbr {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
}

.a-phone {
    text-decoration: none;
}

.a-phone:hover,
.a-phone:focus {
    text-decoration: none;
}

.phone-ic-h {
    font-size: 24px;
}

.custom-nav {
    background-color: #ffffff;
    align-content: center;
    vertical-align: middle;
    width: 100%;
    color: #111111;
    padding: 25px 0px;

}

.baseline-1 {
    color: #000;
    font-size: 21px;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0px;
    margin-bottom: 6px;
    text-align: right;
    font-weight: bold;
    line-height: 1.1;
    display: block;
}

.baseline-2 {
    color: #111;
    font-size: 18px;
    text-align: right;
    display: block;
}


* .img-responsive {
    margin: 0 auto;
}

.logo {
    width: 180px;
}

.hero-lst-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.switch-wrapper {
    border: 1px solid #1f2c42;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    margin-top: 20px;
    margin-bottom:40px;
}

.switch-wrapper button {
    flex-grow: 1;
    outline: none;
    padding: 30px 0px;
    border-radius: 50px;
    border: none;
    font-size: 17px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.switch-wrapper button:hover {
    background-color: #1f2c42;
    color: #fff;
}

.sw-tt {
    display: block;
    margin-bottom: 50px;
    color: #2fb5b8;
    font-size: 29px;
    line-height: 1.3em;
    font-family: 'Quicksand', sans-serif;
}

.active {
    background-color: #1f2c42;
    color: #fff;
}

#content2 {
    display: none;
}

.logo-wrapper-one,
.logo-wrapper-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
    flex-wrap: wrap;
}

.logo-wrapper-one img {
    width:210px;
}

.logo-wrapper-two img {
    height: 80px;
}

.plan {
    padding: 15px 0px !important;
}

.plan h2 {
    background-color: #1f2c42;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0px;
    color: #fff;
    padding: 13px 0px;
    margin-bottom: 20px;
}

.plan ul {
    text-align: left !important;
    line-height: 1.7em;
}

.cpf {
    margin-top: 30px;
    padding: 50px 45px 30px 45px;
    background-color: #fbfbfb;
    border-radius: 10px;
}

.tplan {
    font-family: 'Quicksand', sans-serif;
    color: #1f2c42;
    font-size: 15px;
}

.tplan i {
    margin-right: 10px;
    font-size: 18px;
}

.bgpink {
    padding: 80px 0px 20px 0px;
    background: linear-gradient(rgba(47,181,184,.76), rgba(47,181,184, 1)), url(../img/bghero.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;

}



.bgpink h1 {
    margin-top: 0px;
    font-size: 3.1rem;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    line-height: 1.3em;
    font-weight: bold;
   

}

.accroche {
    font-style: italic;
    font-size: 2.5rem !important;
}

.custom-lst i {
    color:#eb690b;
    margin-right: 5px;
}

.bgpink h2 {
    margin-top: 0px;
    font-size: 23px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 23px;
}

.bgpink h3 {
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Yeseva One', cursive !important;
    background-color: #1f2c42;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 23px;
    display: inline-block;
    border-radius: 5px;
}

.bgpink font {
    font-size: 17px;
    margin-bottom: 23px;
    display: block;
    line-height: 1.7em;
}

.bgpink ul li {
    font-size: 17px;
    margin-bottom: 16px;
    line-height: 1.7em;
}

.bgpink p {
    line-height: 1.5em;
    margin-bottom: 15px;
    font-size: 15px;
}

.bgpink ol li {
    line-height: 2em;
    margin-bottom: 15px;
    font-size: 16px;
}



.bgpink ul li span {
    font-size: 35px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;

}

.bgpink p:last-child {
    margin-bottom: 0px;
}

.logo-wrapper-flx {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px
}

.logo-wrapper-flx img {
    width: 125px;
    
}


.bg-crm {
    background-color: rgba(217, 218, 219, .18);
    padding: 60px 0px;
}

.bg-crm2 {
    background-color: #fffcf8;
    padding: 60px 0px 120px 0px;
}

.ic-blc {
    width: 100%;
}

.ic-blc img {
    height: 75px;
    margin-bottom: 10px;
}

.ic-blc h4 {
    color: #1f2c42;
    font-size: 19px;
    margin-bottom: 5px;
    font-family: 'Quicksand', sans-serif;
}

.ic-blc font {
    font-size: 17px;
    color: #715675;
    display: block;
}

/*.bg-crm font{
    font-size: 18px;
    display: block;
    margin-bottom: 50px;
}
*/
.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elt-top {
    align-items: flex-start !important;
}


.flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flx-g {
    margin-left: auto;

}

.main {
    color: #1f2c42;
}

.team-img {

    border-radius: 10px;
}

.main-title {
    margin: 0px 0px 30px 0px;
    color: #1f2c42;
    font-size: 35px;
    line-height: 1.3em;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.dsc-tt {
    color: #1f2c42;
    font-size: 20px;
}

.main-title-wht {
    margin: 0px 0px 20px 0px;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.3em;
    font-family: 'Quicksand', sans-serif;
}


.cust-card {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px 30px;
    box-shadow: 0px 7px 18px 0px rgba(0, 13, 29, 0.18);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 0.9s;
    animation-delay: .5s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nbr {
    width: 74px;
    height: 74px;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    border-radius: 50%;
    background-color: rgb(241, 164, 192);
    margin: 0 auto;
    margin-top: -62px;
    margin-bottom: 18px;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
}


.cust-card h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #1f2c42;
    line-height: 1.3em;
    font-family: 'Quicksand', sans-serif;
}

.cust-card font {
    color: #473649;
    font-size: 14px;
    line-height: 1.5em;
}

.cust-card:hover * {
    color: #ffffff;
}



.cust-card:hover {

    background-color: rgb(113, 43, 123);
    box-shadow: 0px 7px 18px 0px rgba(113, 43, 123, 0.41);
    cursor: pointer;
    transform: translateY(-15px);
}


.bg-purple {
    padding: 70px 0px 80px 0px;
    background: url("../img/bg_purple.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #1f2c42;

}

.sub-pp-title {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 27px;
    color: #2fb5b8;
}


.women {
    background: url("../img/women.jpg");
    background-size: cover;
    background-position: center center;
}

.steph {
    background: url("../img/DSC3273.jpg");
    background-size: cover;
    background-position: center center;
}


.cust-card2 {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px 25px;
    box-shadow: 0px 7px 18px 0px rgba(0, 13, 29, 0.18);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 0.9s;
    animation-delay: .5s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.cust-card2:last-child {
    margin-bottom: 0px;
}

.ic-crd {
    height: 85px;
}

.hrt,
.cons {
    width: 75px;
}



.title-card2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #2fb5b8;
    margin: 0px 0px 10px 0px;
}

.title-card-p {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    color: #2fb5b8;
    margin: 0px 0px 10px 0px;
}

.text-card2-p {
    font-size: 20px;
    color: #ffffff;
}


.text-card2 {
    font-size: 14px;
    color: #473649;
}

.empty-li {
    line-height: 5px;
}

.sub-txt-card2 {
    color: #000;
    font-weight: 500;
}

.bg-card-wht {
    padding: 70px 0px 80px 0px;
    background-color: #ffffff;
}

.cust-pink {
    background-color: #f1a4c0;
    box-shadow: 0px 7px 18px 0px rgba(241, 164, 192, 0.18);
}

.bg-wht-pat {
    padding: 70px 0px 80px 0px;
    background: url("../img/bg_wht_pat.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #1f2c42;

}

.stripped-card {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 7px 18px 0px rgba(0, 13, 29, 0.18);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 0.9s;
    animation-delay: .5s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.top-card,
.btm_card {
    padding: 25px;
}

.btm_card {
    background-color: #2fb5b8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #ffffff;
}

.btm_card {
    position: relative;
}


.btm_card:before {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 auto;
    height: 0;
    width: 0;
    right: 0px;
    left: 0px;
    border-top: 17px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    text-align: center;

}

.top-card h1 {
    font-size: 21px;
    color: #1f2c42;
    margin: 0px 0px 30px 0px;
    font-family: 'Quicksand', sans-serif;
}


.btm_card font {
    font-size: 15px;
}

.opt {
    font-size: 15px;
}

.opt li {
    line-height: 1.7em;
}

.bg-av {
    padding: 50px 0px;
    background-color: #fdfcfe;
}

.bg-av-p {
    background: url('../img/bg_av.jpg');
    padding: 90px 40px;
    background-position: center center;
}

.formation-title {
    margin-top: 0px;
    font-weight: bold;
    color: #2fb5b8;
    font-size:24px;
    margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
}

.formation-list i {
    color: #eb690b;
    margin-right: 5px;
}

.formation-list {
    font-size:17px;
    margin-bottom:25px;
}

.formation-plan h5 {
    margin-top:0px;
     font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size:2.4rem;
    color: #2fb5b8;
}

.contact-us {
    color:#1f2c42!important;
}


.formation-plan ul {
    text-align: left;
    font-size:17px;
    line-height:1.6em;
}

/* Block3 */

.no-mrg {
    margin: 0;
}

.ltrs {
    letter-spacing: 3px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}


.mb-y-20 {
    margin: 0px 0px 20px 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pd-50 {
    padding: 50px 0px;
}


.pd-80 {
    padding: 80px 0px;
}




.clr {
    clear: both !important;
}

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 16px;
    line-height: 1.6em;
}

.fs-20 {
    font-size: 17px;
}


::-moz-selection {
    background: #eb690b;
    color: #ffffff;
}

::selection {
    background:#eb690b;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

.devider-footer {
    padding-bottom: 30px;
}


footer {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 18px;
}




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


.item {
    position: relative;
}



.owl-theme .owl-controls {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #1f2c42 !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #1f2c42 !important;
}

.owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-carousel .owl-stage-outer {
    margin: -50px;
    padding: 50px;
}
