* {
    padding: 0;
    margin: 0;
    display: flexbox; 
}
body {
    transition: background-color .5s;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    font-size-adjust: initial;

}
h1, h3 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 1em;
    text-align: center;
}
p{
    font-family: 'Raleway', sans-serif;
    color: rgb(160, 160, 160);
    text-align: center;
}
.outer {
    padding: 1em;
    margin-top: 5%;
    margin-bottom: 5%;
    display: grid;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Raleway', sans-serif;
}

.outer h1 {
    margin-top: 3%;
    color: #001427;
    text-shadow: 0;
    font-size: 50px;
    animation: Slide_Up 1.4s ease;
    font-family: 'Raleway', sans-serif;
}
.outer h3 {
    color: #001427;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    animation: Slide_Side 1.4s ease;
    font-family: 'Raleway', sans-serif;
}
.colum3_section article section p {
    background-color: #001427;
    padding: 18% 10% 18% 10%;
    color: white;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
}
.colum3_section article section p:hover {
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    color: #ff9900;
}
section {
    column-count: 3;
    column-gap: 0em;
    font-family: 'Raleway', sans-serif;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 60px;
}
.sidenav a {
    padding: 28px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
  }
.sidenav a:hover {
    font-family: 'Raleway', sans-serif;
    color: #ff9900;
}
.sidenav .closebtn {
    position: absolute;
    top: -4px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
.header-image {
    background-image: url("../img/pexels-dn-milk-935484.jpg");
    background-position: top;
    background-position-y: -90px;
    background-size: cover;
    margin-top: -8;
    margin-bottom: -4%;
}
.menu-sign {
    font-family: 'Raleway', sans-serif;
    color: whitesmoke;
    background: transparent;
    margin-left: 3%;
    cursor: pointer;
}
.header-logo h1 {
    font-size: 70px;
    color: white;
    margin-bottom: 7%;
    padding-top: 5%;
    outline: #ff9900;
    text-shadow: 1px 1px #ff9900;
    animation: Slide_Down 3s forwards;
    font-family: 'Raleway', sans-serif;
}
.header-get-started {
   text-align: center;
   margin-top: -3.6%;
   padding-bottom: 15%;
   font-family: 'Raleway', sans-serif;
}
.header-get-started button a{
    text-decoration: none;
    color: white;
    font-family: 'Raleway', sans-serif;
}
.header-get-started button {
    background-color: #ff9900;
    width: 200px;
    height: 50px;
    border: thin;
    color: white;
    cursor: pointer;
    outline: none;
    opacity: 0;
    animation-name: btn;
    animation-duration: 3s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    font-family: 'Raleway', sans-serif;
    transition-property: transform;
    transition-duration: 1s;
    font-family: 'Raleway', sans-serif;
}
#get_started_section {
    font-family: 'Raleway', sans-serif;
    font-weight: 1000;
    text-align: left;
}
.get_started_container{
    background-color:rgb(254, 254, 255);
    background: linear-gradient(-45deg, rgb(168, 168, 238),white white);
    background-blend-mode: overlay;
    background-size: cover;
    background-position-y: 0px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3%;
    margin-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    display: inline-flex;
    text-align: center;
    color: #001427;
    font-family: 'Raleway', sans-serif;
}

.doyou{
    color: #ff9900;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
.register-link{
    margin-top: -7%;
    font-family: 'Raleway', sans-serif;
}
.register-link .reg-now:hover{
    font-family: 'Raleway', sans-serif;
    background-color: coral;
}
.register-link .reg-now {
    background-color: #ff9900;
    text-align: center;
    margin-left: 15%;
    margin-top: -45%;
    padding: 15px;
    letter-spacing: 2px;
    border: none;
    color: white;
    font-family: 'Raleway', sans-serif;
}
.get_started_container .get_started_column_left h3{
    text-align: left;
    padding-left: 10px;
    margin-right: -80%;
    color: #001427;
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}
.get_started_container .get_started_column_right p{
    padding-right: 15%;
    padding-left: 7%;
    text-align: left;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;    
}
.get_started_container .get_started_column_right p ul{
    margin-left: -30%;
    font-family: 'Raleway', sans-serif;
}
@keyframes btn {
    0%{opacity: 0;}
    100%{opacity: 2.5;}
}

.my-story {
    background-color: #001427;
    padding-top: 2%;
    padding-bottom: 2%;
    display: inline-flexbox;
    padding-left: 7%;
    padding-right: 7%;
    border-top-color: #ff9900;
    text-align: left;
    align-items: left;
    background-blend-mode: overlay;
    opacity: 0.9;
    font-family: 'Raleway', sans-serif;
}  
.mystory-title {
    padding-bottom: 0%;
    text-decoration: none;
    text-decoration-color: #ff9900;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
.my-story .mystory-title h1 {
    margin-bottom: 2%;
    color: whitesmoke;
    text-shadow: 1px #ff9900;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
.my-story img {
    align-items: center;
}
.story{
    font-family: 'Raleway', sans-serif;
    padding-left: 200px;
    margin-bottom: -5px;
}
.story h1 {
    text-align: left;
    color: #ff9900;
    margin-top: -63%;
    margin-left: 48%;
    padding-left: 1%;
    padding-right: 5%;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
}
.story p {
    font-size: 15px;
    color: white;
    margin-top: 2%;
    margin-bottom: 160px;
    margin-left: 48%;
    padding-left: 1%;
    padding-right: 5%;
    text-align: left;
    animation: Slide_Side 1.8s ease;
    font-family: 'Raleway', sans-serif;
}
#main {
    transition: margin-left 0.5s;
  }
  
.get-started {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 5%;
}
.get-started button {
    background-color: #2b5b75;
    color: white;
    font-size: 22px;
    padding: 15px 50px 15px 50px;
    outline: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flexbox;
    font-family: 'Raleway', sans-serif;
}
.get-started button a {
    font-family: 'Raleway', sans-serif;
    color: white;
    text-decoration: none;
}
.get-started button:hover {
    font-family: 'Raleway', sans-serif;
    background-color: turquoise;
    color: white;
}

.about-section-title {
    margin-bottom: 3%;
    padding-bottom: 0%;
    text-align: center;
    font-size: 28px;
    color: white;
    font-family: 'Raleway', sans-serif;
}
.about-content {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    font-family: 'Raleway', sans-serif;
}
.about-content h1{
    font-family: 'Raleway', sans-serif;
    padding-bottom: 3%;
    color: white;
    text-align: center;
}
.about-content li {
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
}

footer {
    font-family: 'Raleway', sans-serif;
    background-color: #01151d;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: -1.5%;
    margin-bottom: -10%;
    font-family: 'Raleway', sans-serif;
}
footer a {
    font-family: 'Raleway', sans-serif;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-style: italic;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}
footer a:hover {
    font-family: 'Raleway', sans-serif;
    color: blue;
    text-decoration: none;
}
.mami-container {
    display: inline-flex;
    padding-top: 6%;
}
.mami-title {
    font-family: 'Raleway', sans-serif;
    margin-left: 20%;
    margin-right: 20%;
}
.mami-title h1{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
.mami-para {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding-right: 20%;
    font-size: 20px;
    padding-bottom: 5%;
}
.mami-container .mami-para h1 {
    font-family: 'Raleway', sans-serif;
    color: #b4006e;
    font-size: 26px;
    padding-bottom: 5%;
}
.directory-container {
    display: inline-flex;
    padding-top: 5%;
}
.directory-title {
    font-family: 'Raleway', sans-serif;
    padding-left: 20%;
    padding-right: 20%;
}
.directory-title h1 {
    font-family: 'Raleway', sans-serif;
    color: #b4006e;
    font-size: 30px;
}
.directory-para {
    padding-right: 10%;
    font-family: 'Raleway', sans-serif;
}
.directory-para p {
    font-family: 'Raleway', sans-serif;
    font-size:20px;
}
.directory-btn-cards {
    padding-top: 5%;
    padding-left: 65%;
    padding-bottom: 5%;
}
.directory-btn-cards button {
    padding: 20px 50px 20px 50px;
    border-radius: 10px;
    background-color: turquoise;
    border: none;
    margin-bottom: 5%;
    color: white;
}
.directory-btn-cards button:hover {
    background-color: teal;
}
.partner-container {
    display: inline-flex;
}
.partner-container h1 {
    padding-left: 20%;
    padding-right: 10%;
    font-family: 'Raleway', sans-serif;
    text-align: right;
    color: #b4006e;
    padding-top: 0%;
    padding-bottom: 3%;
    font-size: 30px;
}
.partner-container p{
    text-align: left;
    font-family: 'Raleway', sans-serif;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 3%;
    font-size: 20px;
}
.events {
    display: inline-flex;
}
.events .events-title {
    text-orientation: upright;
    padding-left: 5%;
    padding-right: 5%;
    border-right-style: dotted;
    border-right-color: #b4006e;
    font-family: 'Raleway', sans-serif;
}
.events .events-title h1 {
    color: #b4006e;
    padding-top: 40%;
    padding-bottom: 3%;
    font-family: 'Raleway', sans-serif;
}
.events .events-para {
    margin: 10%;
    font-family: 'Raleway', sans-serif;
}

.inner {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}
.border {
    width: 0px;
    height: 0px;
    background:white;
    margin: 26px auto;
}
.row {
    display: flexbox;
    flex-wrap: wrap;
    justify-content: center;
}
.col {
    flex: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}
.t-row{
    margin-left: 2%;
    margin-right: 2%;
}
.description{
    font-family: 'Raleway', sans-serif;
    width: 450px;
    height: 150px;
}

.name {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
}
.stars {
    color: #ff9900;
    margin-bottom: 20px;
}
.payment-method {
    padding-left: 5%;
    font-family: 'Raleway', sans-serif;
}
.event-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 800px;
    margin: 0 auto;
}
.event-container h3.year {
    font-size: 40px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px solid #b1b1b1;
}
.event-container .event-window {
    box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);
    display: flex;
    font-family: 'Raleway', sans-serif;
    border-radius: 8px;
    margin: 32px 0;
}
.event-window .event-left {
    background-color: #222;
    min-width: 82px;
    display: flex;
    font-family: 'Raleway', sans-serif;
    align-items: center;
    justify-content: center;
    color: #eee;
    padding: 8px 48px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 0 0 8px;
}
.event-window .event-left .date {
    font-size: 56px;
    font-family: 'Raleway', sans-serif;
}
.event-window .event-left .month {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
.event-window .event-right {
    display: flex;
    font-family: 'Raleway', sans-serif;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
}
.events-header-section .login-link {
    margin-top: -15%;
    font-family: 'Raleway', sans-serif;
}
.events-header-section .login-link a {
    color: black;
    font-family: 'Raleway', sans-serif;
}
.event-window .event-right h3.event-header {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    margin: 24px 0 10px 0;
    color: #218bbb;
    text-transform: uppercase;
}
.event-window .event-right .event-timing {
    background-color: #fff8ba;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 8px;
    border-radius: 16px;
    margin: 24px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
.event-window .event-right .event-timing img {
    height: 20px;
    padding-right: 8px;
}
.calendar {
    padding-left: 15%;
}

.header-image-section2{
    background-image: url("../img/pexels-elly-fairytale-3822864.jpg");
}
.community-title {
    color: #b4006e;
    font-family: 'Raleway', sans-serif;
    text-align: center;    
    padding-top: 5%;
    padding-bottom: 3%;
}
.community .community-para p {
    display: inline-flex;
    font-family: 'Raleway', sans-serif;
}
.community .community-para p {
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    padding-left: 20%;
    padding-right: 20%;
}
@keyframes Slide_Up {
    0%{
        transform: translateY(250px);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes Slide_Side {
    0%{
        transform: translateX(250px);
    }
    100%{
        transform: translateX(0);
    }
}
@keyframes Slide_Down {
    0%{
        transform: translateY(-250px);
    }
    100%{
        transform: translateY(20px);
    }
}


@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

.t-container{
    background-color: whitesmoke;
    padding-top: 4%;
    padding-bottom: 7%;
    font-family: 'Raleway', sans-serif;
}
.t-container .t-title h1{
    color: black;
    letter-spacing: 2px;
    padding-bottom: 2%;
    font-family: 'Raleway', sans-serif;
}
.testimonial{
    margin: 0 15px;
    overflow: hidden;
}
.testimonial .description{
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: black;
    padding: 30px 20px;
    border: 1px solid whitesmoke;
    border-left: 3px solid #ffc33c;
    background-color: white;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}
.testimonial .description:after{
    content: "";
    font-family: 'Raleway', sans-serif;
    width: 20px;
    height: 20px;
    background: white;
    border-bottom: 2px solid white;
    border-left: 1px solid white;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 30px 10px;
    display: inline-block;
    border: 3px solid  #ffc33c;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
#testimonial-slider{
    display: flex;
}
.testimonial .testimonial-prof{
    text-transform: capitalize;
    margin: 0 30px;
    font-family: 'Raleway', sans-serif;
}
.testimonial .testimonial-prof h4{
    color: #ffc33c;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
    margin-left: 90px;
    margin-top: -60px;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.owl-theme .owl-controls{
    margin-top:45px;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #ffc33c;
    padding: 15px 20px;
    opacity: 1;
    border: 1px solid transparent;
    transition: all 0.30s linear 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
    border: 1px solid #ffc33c;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'Raleway', sans-serif; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}

.my-story .story{
    margin-left: -41%;
    margin-top: 57%;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Raleway', sans-serif;
}
.header-logo h1 {
    font-size: 70px;
    color: white;
    margin-bottom: 12%;
    padding-top: 5%;
    outline: #ff9900;
    text-shadow: 1px 1px #ff9900;
    animation: Slide_Down 3s forwards;
    font-family: 'Raleway', sans-serif;
}
.header-logo h1 img{
    width: 150px;
    height: 150px;
}

.box img{
    margin-bottom: 4%;
}
.tapup{
    text-align: center;
    color: white;
    margin-left: 1200px;
}
.tapup a i {
    color: white;
}
.gotopbtn {
    position: fixed;
    text-align: center;
    padding-top: 12px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ff9900;
    bottom: 40px;
}

/* screen responsiveness */

@media only screen and (max-width: 720px){

    #first{
        width:50%;
    }
    #last{
        width:50%;
    }
    #phone{
        width:50%;
    }
    #whatsapp{
        width:50%;
    }
    .header-logo h1 img {
        width: 150px;
        height: 150px;
    }
    .header-get-started button {
        width: 150px;
        height: 40px;
        font-family: 'Raleway', sans-serif;
    }
    .outer h1{
        font-size: 25px;
        font-family: 'Raleway', sans-serif;
    }
    .outer h3 {
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
    }
    .colum3_section article section .box{
        font-size: 11px;
        line-height: 15px;
        font-family: 'Raleway', sans-serif;
    }
    .get_started_container .get_started_column_right p {
        margin-top: -35px;
        margin-right: -15px;
        font-family: 'Raleway', sans-serif;
    }
    .register-link {
        margin-top: 40px;
        margin-left: -110px;
        font-family: 'Raleway', sans-serif;
    }
    .t-container {
        all: revert;
        font-family: 'Raleway', sans-serif;
    }
    .t-row {
        all: revert;
    }
    #testimonial-slider {
        width: 380px;
        height: 300px;
        display: inline-block;
    }
    
    .my-story .story{
        all: revert;
        padding-left: 15px;
        padding-right: 15px;
        font-family: 'Raleway', sans-serif;
    }
    .my-story {
       all: revert;
       margin-bottom: -20px;
       background-color: #001427;
       font-family: 'Raleway', sans-serif;
    }  
    .mystory-title {
        all: revert;
        font-family: 'Raleway', sans-serif;
    }
    .my-story .mystory-title h1 {
        all: revert;
        padding-top: 15px;
        font-family: 'Raleway', sans-serif;
        text-align: center;
        color: #ff9900;
    }
    .my-story img {
        all: revert;
        padding-left: 15px;
        padding-right: 10px;
        width: 330px;
        height: 450px;
    }
    .story{
        all: revert;
        font-family: 'Raleway', sans-serif;
    }
    .story h1 {
        all: revert;
        text-align: left;
        font-family: 'Raleway', sans-serif;
        color: #ff9900;
        font-size: 18px;
    }
    .story p {
        all: revert;
        color: white;
        text-align: left;
        font-family: 'Raleway', sans-serif;
        padding-right: 15px;
    }
    .tapup{
        all: revert;
        margin-left: 325px;
    }
    .tapup a i{
        color: white;
    }
    .gotopbtn {
        all: revert;
        position: fixed;
        text-align: center;
        padding-top: 12px;
        width: 50px;
        height: 40px;
        border-radius: 100%;
        background: #ff9900;
        bottom: 40px;
    }
   


    

    
}
@media (max-width: 550px) {
    .event {
        flex-direction: column;
    }
    .event-window .event-left {
        padding: 0;
        border-radius: 8px 8px 0 0;
    }
    .event-window .event-left .event-date .date,
    .event-window .event-left .event-date .month {
        display: inline-block;
        font-size: 24px;
    }
    .event-window .event-left .event-date {
        padding: 10px 0;
    }

}
@media only screen and (max-width: 500px) {
    .my-story{
            display: inline-flexbox;
        }
    }
@media only screen and (max-width: 480px){
    .owl-theme .owl-controls{
        margin-top: 25px;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


