﻿/*Overwrite boostrap*/

body {
    font-family: 'Poppins', Verdana, 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #212529;
    background-color: white;
}

html {
    width: 100%;
    height: 100%;
}


p {
    margin-bottom: 1.5rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    p {
        margin-bottom: 2.5rem;
    }
}

.badge-warning {
    color: #fff;
    background-color: #0f8fff;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #fff;
        background-color: #077ce2;
    }

.btn-outline-warning {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-warning:hover {
        color: #0f8fff;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #0f8fff;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgb(36, 132, 216);
    }

/*End of Overwrite boostrap*/

/* Custom Css for the website */


/* Global Settings */
.mb-6, .my-6 {
    margin-bottom: 5rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 8rem !important;
}

.content-section {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .content-section {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
}

/*// Up to Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .content-section {
        padding-top: 7rem;
        padding-bottom: 0rem;
    }
}



/* End of Global Settings */

/* Main Navigation */

#mainNav {
    font-family: 'Poppins', Verdana, 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    /*  text-transform: uppercase;*/
    /*border-bottom: 1px solid rgba(170, 166, 166, 0.3);*/
    /*background: white;*/
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
}

    #mainNav .navbar-toggler {
        font-size: 14px;
        padding: 11px;
        color: white;
        border: 1px solid #fd7e14;
    }

    #mainNav .navbar-brand {
        font-weight: 700;
    }

    #mainNav a {
        color: #000;
    }

    /*#mainNav .navbar-nav .nav-item {
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

        #mainNav .navbar-nav .nav-item:hover {
            color: fade(white, 80%);
            outline: none;
            background-color: transparent;
        }

        #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
            outline: none;
            background-color: transparent;
        }*/

    #mainNav .nav-link.active {
        outline: none;
        /*background-color: rgba(255, 193, 7,0.8);*/
        border-radius: 0px;
        color: #17a2b8;
        background-color: transparent;
        border-bottom: 4px solid #17a2b8 !important;
        border-radius: 2.79261px;
    }

        #mainNav .nav-link.active:hover {
            /* color: #000;*/
            color: #17a2b8;
        }


    #mainNav .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        border-bottom: 4px solid transparent;
        white-space: nowrap;
        font-size: 0.9rem;
    }


    /*#mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
}*/

    /*#mainNav a {
        color: white;
    }*/

    #mainNav.navbar-shrink {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(170, 166, 166, 0.3);
        background: white;
    }

        #mainNav.navbar-shrink a {
            color: #000;
        }

        #mainNav.navbar-shrink .navbar-toggler {
            font-size: 14px;
            padding: 11px;
            color: #000;
            border: 1px solid #0f8fff;
        }



#navbarResponsive {
    background: white;
}

/*medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #konnectlogo {
        height: 70px;
    }

    #mainNav a {
        color: white;
    }

    #navbarResponsive {
        background: transparent;
    }
}

/* Master Header */
.masthead {
    display: table;
    width: 100%;
    height: auto;
    /*  padding: 150px 0;*/
    text-align: center;
    color: white;
    /* background: url("../images/client-company-background.jpg") no-repeat bottom center scroll;
    background-color: #f19b56;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

    .masthead .intro-body {
        display: table-cell;
        vertical-align: middle;
    }

        .masthead .intro-body .brand-heading {
            font-size: 3rem;
        }

        .masthead .intro-body .intro-text {
            font-size: 1.25rem;
            margin-left: 1rem;
            margin-right: 1rem;
        }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .masthead {
        /* height: 100%;*/
        padding: 0;
    }

        .masthead .intro-body .brand-heading {
            font-size: 6rem;
        }

        .masthead .intro-body .intro-text {
            font-size: 1.75rem;
            line-height: 2;
        }
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    background: transparent;
}

    .btn-circle:focus, .btn-circle:hover {
        color: white;
        outline: none;
        background: rgba(255, 255, 255, 0.1);
    }



/* Main Modules Slider i.e Carousel Slider*/
/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}*/

/*For fading effect of Home Main Slider */

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-control-prev, .carousel-fade .carousel-control-next {
    z-index: 2;
}

/*About Us Section */

/*// Up to Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .aboutus-title {
        font-size: 1.5rem;
    }
}



/* Board Members Section */
.board-members-section {
    color: #ffffff;
    background-color: #17a2b8;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .board-members-section .img-fluid {
        border: 0;
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

/* Staff Section */


.staff-section .img-fluid {
    border: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 0.5rem !important;
}

/* Nature Cure Staff Section */

.nature-cure-staff-section {
    color: #ffffff;
    background-color: #17a2b8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .nature-cure-staff-section .img-fluid {
        border: 0;
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

/* Short Term Courses Section */

.short-term-courses-section {
    color: #ffffff;
    background-color: #17a2b8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .short-term-courses-section .img-fluid {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }


/*Gallery*/
#photogallery .carousel-control-next, #photogallery .carousel-control-prev {
    width: 3rem;
}

#photogallery-phone .carousel-control-next, #photogallery-phone .carousel-control-prev {
    width: 3rem;
}

/*testimonials*/

.testimonials-section {
    /*  padding-top: 2rem;
    padding-bottom: 2rem;*/
}



/*Contact Section*/
.contact-section {
    color: white;
    background: url("../img/downdloads-bg.jpg") no-repeat center center scroll;
    background-color: #188cc8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 2.5rem;
}

/*footer-section*/
.footer-section {
    color: #ffffff;
    background-color: #17a2b8;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.features-section {
    color: white;
    /* background: url("../images/konnect-features-bg333.jpg") no-repeat center center scroll;*/
    background-color: #188cc8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
}

    .features-section .fa-check-square::before {
        color: #ffc107;
    }

footer {
    padding: 10px 0;
    background-color: #188cc8;
}

    footer p {
        font-size: 1rem;
        margin: 0;
    }

::-moz-selection {
    background: white;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

::selection {
    background: white;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}




/***********************************************************/
/* carousel Classes for home banner */
/***********************************************************/

/*html, body {
    height: 100%;
    width: 100%;
    position: relative;
}*/

/* Settngs for fixed height*/
#pCarousel .carousel-item {
    height: 100vh;
    min-height: 500px;
    background: no-repeat center center scroll;
    background-size: cover;
}



#pCarousel .carousel-caption {
    position: absolute;
    right: 50%;
    bottom: 30%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


    #pCarousel .carousel-caption .home-banner-title {
        background: rgba(42,176,154,0.8);
        border: 1px solid rgba(0,0,0,0.1);
        letter-spacing: 2px;
        font-size: 1.6rem;
        margin: 0;
        text-align: center;
        vertical-align: middle;
    }


/*// Up to Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {


    #pCarousel .carousel-item {
        height: 100%;
        min-height: 350px;
        background: no-repeat center center scroll;
        background-size: cover;
    }

    #pCarousel .carousel-caption {
        bottom: 30%;
    }

        #pCarousel .carousel-caption .home-banner-title {
            font-size: 0.6rem;
        }
}
/*Medium devices (tablets)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #pCarousel .carousel-item {
        height: 100%;
        min-height: 400px;
        background: no-repeat center center scroll;
        background-size: cover;
    }


    #pCarousel .carousel-caption .home-banner-title {
        font-size: 1.1rem;
    }
}



/*For fading */

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-control-prev, .carousel-fade .carousel-control-next {
    z-index: 2;
}

/*Settings for indicators */

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    line-height: 20px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
    text-align: center;
    opacity: 1;
    font-size: 0.7rem;
}

    .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
        margin: 0 2px;
        width: 20px;
        height: 20px;
        background-color: #337ab7;
    }

/*// Up to Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    .carousel-indicators-numbers li {
        text-indent: 0;
        margin: 0 2px;
        width: 15px;
        height: 15px;
        border: none;
        border-radius: 100%;
        line-height: 15px;
        color: #fff;
        background-color: #999;
        transition: all 0.25s ease;
        text-align: center;
        opacity: 1;
        font-size: 0.6rem;
    }

        .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
            margin: 0 2px;
            width: 15px;
            height: 15px;
            background-color: #337ab7;
        }
}


/* Settings For animation*/
.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption button {
    animation-delay: 3s;
}
