@import url(https://fonts.googleapis.com/css?family=Amiri:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Mulish:400,500,600,700,800&subset=latin,latin-ext);

:root{
    --sand: #f6f5f2;
    --purple: #3F1F4D;
    --gold: #987B0F;
}

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Mulish', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}

::selection {
  background: #ac2d49; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ac2d49; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6) !important;
  outline: none !important;
}

[data-rclazy-addclass]{
    opacity: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Amiri', serif;
}


div:focus{
	outline: none !important;
}

a{
	transition: all 0.25s;
}

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

p{
    font-size: 18px;
    line-height: 22px;
}

h2{
    color: var(--purple);
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    margin: 0 0 30px;
}

h2.latestTitle{
    margin: 70px 0;
    text-align: center;
    font-weight: 500;
}

h3{
    color: var(--purple);
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear{
    clear: both;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* BUTTONS */

.btn{
    width:220px;
    height: 110px;
    border-radius: 110px 110px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    margin-left: -110px;
    margin-top: -55px;
    padding-top: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

#services .btn,
#contact .btn{
    height: 90px;
    width: 180px;
    margin-top: -45px;
    margin-left: -90px;
}

.btn-primary{
    background: var(--purple);
    color: #fff;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus{
    border: none;
    background: var(--gold);
    color: #fff;
}

#ownService .btn-primary{
    border: 1px solid #fff;
}

#ownService .btn-primary:hover,
#ownService .btn-primary:focus{
    border: 1px solid var(--gold);
}

.highlightedServiceBtn{
    margin-top: 50px !important;
}

.btn-secondary{
    border: none;
    background: var(--gold);
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus{
    background: var(--purple);
}

#blogList .btn-primary{
    margin-top: 80px;
    background: transparent;
    border: 1px solid var(--purple);
    color: var(--purple);
}

#blogList .btn-primary:hover,
#blogList .btn-primary:focus{
    background: var(--purple);
    color: #fff;
    border-color: var(--purple);
}

#contact .btn{
    margin-top: 30px;
}

/* HEADER */

.navbar{
    height: 160px;
    transition: all 0.25s;
}

.shadow{
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}

.navbar.homepage{
    background: transparent;
}

.navbar.subpage{
    background: #fff;
}

.navbar-brand img{
    width:200px;
    transition: all 0.25s;
}

.navbar .nav-link{
    text-transform: uppercase;
    color: var(--purple);
    font-weight: 800;
}

.navbar .navbar-nav .dropdown-menu{
    width: 300px;
    margin-left: -70px;
    border-radius: 0 0 40px 40px;
    padding-top: 15px;
    padding-bottom: 25px;
    border: none;
    -webkit-box-shadow: 0px 9px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 15px -10px rgba(0,0,0,0.75);
box-shadow: 0px 9px 15px -10px rgba(0,0,0,0.75);
}

.navbar .dropdown-item{
    color: var(--gold);
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    padding: 5px 40px;
    font-weight: 700;
    white-space: inherit;
    padding: 8px 0 !important;
    
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus{
    color: var(--purple) !important;
    background: var(--sand) !important;
}

/* FOOTER */

footer{
    background: var(--purple);
    padding: 10px 0;
}

footer ul{
    padding: 0;
    margin: 0;
}

footer ul li{
    display: inline;
}

footer a{
    color: #fff;
}

footer .madeby{
    text-align: right;
}

.footerHomepage{
    background: var(--sand);
}

/* HOMEPAGE */

#homepageHeader{
    position: relative;
}

.whiteLayer{
    width: 100%;
    position: absolute;
    bottom: 0;
}

#homepageHeader,
#homepageHeader .col-12{
    height: 700px;
}

#homepageHeader h2{
    font-size: 55px;
    line-height: 58px;
}

#homepageHeader p{
    color: var(--gold);
    font-size: 25px;
    line-height: 31px;
    font-weight: 600;
}

.static,
.staticSand,
#ownService,
#services,
#blogList,
#feedback,
#faq,
#contact{
    padding: 80px 0;
}

.homepageShort p{
    color: var(--gold);
    font-size: 25px;
    line-height: 31px;
}

.homepageAbout img{
    max-width: 350px;
}

.staticSand{
    background: var(--sand);
}

.staticGold{
    background: var(--gold)
}

.staticGold p,
.staticGold li{
    color: #fff;
}

#ownService{
    background: var(--purple);
}

#ownService p{
    color: #fff;
}

#ownService h2{
    color: var(--gold);
    font-weight: 400;
    margin-top: 20px;
}

#services .highlightedService{
    padding-top: 240px;
    position: relative;
    background-position: center bottom !important;
}

#services .highlightedService .inner{
    background: #fff;
    width: 630px;
    height: 315px;
    background-color: #fff;
    border-top-left-radius: 315px;
    border-top-right-radius: 315px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 50px;
}

.serviceItem .inner{
    height: 292px;
    background: var(--sand);
    transition: all 0.25s;
    padding: 30px;
}

.serviceItem .inner:hover{
    border-top-left-radius: 143px;
    border-top-right-radius: 143px;
}

.serviceItem .inner p span{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--gold)
}

#blogList{
    background: var(--sand);
}
 


#blogList .image{
    height: 210px;
    position: relative;
}

#blogList .layer{
    background: rgba(63,31,77,.4);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.25s;
}

#blogList .item .layer:hover{
    opacity: 1;
}
 
#blogList .layer a{
    color: #fff;
}

#blogList p.date{
    font-size: 16px;
    margin: 15px 0;
    color: var(--gold);
}

#blogList.subpageList{
    background: #fff;
}

#feedback{
    background: var(--gold);
}

#feedback h2{
    color: #fff;
}

#feedback p{
    color: #fff;
}

#feedback p.name{
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 50px;
}

#feedback .arrow{
    width: 40px;
    height: 80px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 23;
    top: calc(50% - 100px);
    cursor: pointer;
}

#feedback .arrow svg{
    width: 25px;
    height: 25px;
}

#feedback .leftArrow{
    border-radius: 40px 0 0 40px;
    left: -100px;
}

#feedback .rightArrow{
    border-radius: 0 40px 40px 0;
    right: -100px;
}

#faq #accordion{
    margin-top: 30px;
}

#faq .card{
    border: none;
    border-bottom: 1px solid var(--gold);
    border-radius: 0;
    background: none;
}

#faq .card:first-child{
    border-top: 1px solid var(--gold);
}

#faq .card .card-header{
    border: none;
    background: none;
    padding: 25px 0;
    cursor: pointer;
}

#faq .card .card-header h3{
    margin: 0;
    color: var(--gold);
}

#faq .card .card-body{
    padding-top: 0;
    padding-left: 0;
}

#contact{
    background: var(--sand);
}

#contact img{
    max-width: 278px;
    margin-bottom: 50px;
}

#contact p,
#contact p a{
    color: var(--purple);
    font-size: 16px;
    font-weight: 400;
}

#contact form{
    width: 100%;
}

#contact .form-control{
    border: 1px solid var(--purple);
    background: transparent;
    color: var(--purple);
    border-radius: 25px;
    font-size: 16px;
    padding-left: 15px;
}

#contact .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--purple);
    opacity: 1; /* Firefox */
}
  
#contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--purple);
}
  
#contact .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--purple);
}

/* STATIC */

#staticHeader{
    height: 440px;
    margin-top: 160px;
    position: relative;
}

#staticHeader .col-12{
    height: 440px;
}

#staticHeader .layer{
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}

#staticHeader h1{
    margin-top: -40px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}

#staticHeader h2{
    color: #fff;
    font-size: 55px;
    line-height: 66px;
}

.staticPage h3{
    color: var(--gold)
}

/* BLOG */

#lastBlog p.date{
    color: var(--gold);
    font-size: 16px;
}

#lastBlog img{
    border-radius: 300px 300px 0 0;
}

#lastBlog .btn-secondary{
    left: 0;
    margin-left: 0;
    margin-top: 30px;
}

.newsPic img{
    max-width: 100%;
}

.staticPage p.date{
    color: var(--gold);
}

.staticPage h1{
    margin: 0 0 40px;
    font-weight: 700;
    color: var(--purple);
}

/* ABOUT */

.about h3{
    color: var(--purple);
    font-weight: 400;
}

.aboutFeedback{
    background: #fff !important;
}

.aboutFeedback .arrow{
    color: var(--gold) !important;
    border-color: var(--gold) !important;
}

.aboutFeedback h2{
    color: var(--gold) !important;
}

.aboutFeedback p{
    color: var(--purple) !important;
}

.aboutFeedback p.name{
    color: var(--gold) !important;
}

.static .staticGold h3{
    color: #fff;
}

.childCoacing p span{
    font-size: 20px;
    line-height: 25px;
    color: var(--gold);
}

.familyCoacing h3{
    color: var(--gold);
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}


.familyCoacing .staticGold h3{
    color: #fff;
    font-family: 'Amiri', serif;
    font-size: 35px;
    line-height: 40px;
}

.familyCoacing .staticGold h3 span{
    color: var(--purple);
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
    line-height: 27px !important;
}

.rapid p{
    color: var(--gold);
}

.staticPurple{
    background: var(--purple);
    padding: 80px 0;
}

.staticPurple h2{
    color: #fff;
}

.staticPurple h3{
    color: var(--gold);
}

.static.about h3 span{
    color: var(--gold);
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
}

@media (max-width: 767px){
    footer ul {
        margin: 30px 0;
    }
    
    footer ul li{
        display: block;
        text-align: center;
    }

    footer .madeby{
        text-align: center;
    }

    .footerHomepage img,
    .footerSubpage img{
        margin-bottom: -8px;
    }

    h1{
        font-size: 40px;
        line-height: 44px;
    }

    h2{
        font-size: 29px;
        line-height: 33px;
    }

    h3{
        font-size: 22px;
        line-height: 25px;
    }

    p{
        font-size: 16px;
    }

    #staticHeader{
        margin-top: 70px;
    }

    #blogList .btn-primary{
        margin-top: 40px;
    }

    #contact form{
        margin-top: 40px;
    }

    .serviceItem{
        margin-bottom: 30px;
    }

    .homepageAbout img{
        max-width: 100%;
    }

    .homepageAbout .pl-5{
        padding-left: 15px !important;
    }

    #services .highlightedService .inner{
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 15px;
    }

    .highlightedServiceBtn{
        margin-top: 15px !important;
    }

    #feedback .arrow{
        display: none;
    }

    #staticHeader,
    #staticHeader .col-12{
        height: 300px;
    }

    .static .w-75{
        width: 100% !important;
    }

    .static .pr-5{
        padding-right: 15px !important;
    }

    .static .pl-5{
        padding-left: 15px !important;
    }

    .static .row.mt-5{
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    h1{
        font-size: 40px;
        line-height: 44px;
    }

    h2{
        font-size: 29px;
        line-height: 33px;
    }

    h3{
        font-size: 22px;
        line-height: 25px;
    }

    p{
        font-size: 16px;
    }

    .serviceItem .inner p span{
        font-size: 18px;
    }
}

@media (min-width: 1367px){
  
}
