body {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    background: url(../images/bg.png);
    font-size: 16px;
    border-top: 4px solid #ea5033
}

.navbar {
    margin-bottom: 10px
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: inherit;
    line-height: 20px;
    padding: 0
}

.btn-appo {
    margin: 0 0 0 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d2e4d
}

.box1 h1,
.box1 h2,
.box1 h3,
.box1 h4,
.box1 h5,
.box1 h6 {
    color: #fff
}

hr {
    border-color: #bcc4cb
}

.text-skyblue {
    color: #009ab1
}

.carousel {
    height: 400px
}

.carousel-caption {
    z-index: 10;
    text-align: left;
    left: 14%
}

.carousel-caption h1 {
    font-size: 36px
}

.carousel .item {
    height: 400px
}

.hightlight {
    width: 120px;
    margin: auto
}

.marketing .col-lg-3 {
    margin-bottom: 20px;
    text-align: center
}

.marketing h2 {
    font-weight: 400
}

.marketing .col-lg-3 p {
    margin-right: 10px;
    margin-left: 10px
}

table {
    background: #fff
}

.featurette-divider {
    margin: 20px 0
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px
}

.box1 {
    background: #0d2f4f;
    border: 1px solid #0d2e4d;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden
}

.box2 {
    background: #fff;
    border: 1px solid #0d2e4d;
    border-radius: 8px;
    margin-bottom: 20px
}

.pad0 {
    padding: 0
}

.mar0 {
    margin: 0
}

.pad10 {
    padding: 10px
}

.pad20 {
    padding: 20px
}

.pad100 {
    padding: 100px 0
}

.padbot15 {
    padding: 0 0 15px 0
}

.padtop15 {
    padding: 15px 0 0 0
}

.mar100 {
    margin: 10px 0
}

.navbar-toggle {
    background: 0 0;
    padding: 15px 10px;
    margin-right: 0
}

.navbar-toggle .icon-bar {
    background: #fff
}

.faq p {
    margin-bottom: 25px
}

.faq p.lead {
    margin-bottom: 10px;
    color: #0d2e4d;
    font-weight: 600
}

.navbar-wrapper {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 20px 0 10px;
    transition: all .5s ease-in-out;
    background-image: url(../images/bill.png);
    background-repeat: repeat-x;
    background-position: top
}

.navbar-wrapper.fixit {
    padding: 10px 0 0;
    transition: all .5s ease-in-out;
    border-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff
}

.navbar-wrapper.fixit .navbar-brand {
    transform: scale(.7);
    transition: all .5s ease-in-out
}

.navbar-brand {
    padding: 0;
    height: 65px;
    transition: all .5s ease-in-out;
    overflow: hidden
}

.navbar {
    margin: 0
}

.navbar-nav {
    margin: 0
}

.navbar-toggle {
    margin: 0
}

.navbar-toggle .icon-bar {
    height: 4px;
    border-radius: 0
}

.navbar-toggle .icon-bar {
    background: #ea5033
}

.navbar-wrapper.fixit .navbar-toggle .icon-bar {
    background: #222
}

.btn {
    margin: 0 10px 10px 0
}

.btn-primary {
    background: #ea5033;
    color: #fff !important;
    border-color: #ea5033
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: #ea5033
}

.navbar-collapse.collapse {
    margin-top: 10px
}

.navbar-nav>li a {
    padding: 10px;
    color: #0d2e4d;
    margin-right: 10px;
    font-weight: 600
}

.navbar-nav>li .dropdown-menu li a {
    margin-right: 0
}

.navbar-nav>li .btn-success {
    color: #fff
}

.nav>li>a:hover {
    background: #0d2e4d;
    border-color: #000;
    color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: #fff;
    color: #009ab1
}

.navbar-nav>li.active a {
    color: #0d2f4f;
    background: #fff
}

.modal-content {
    background-color: #eee;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.modal-backdrop {
    background: #0d2e4d
}

.modal-backdrop.in {
    opacity: .8
}

.modal-header .close {
    font-size: 2.5em
}

.news-box {
    padding: 3rem;
    margin-bottom: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px #0000000f;
}

.news-box h2 {
    font-size: 1.6em;
    margin: 0 0 10px
}

.bgfull1 {
    background: #eee url(../images/bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center
}

.bgfull2 {
    background: #eee url(../images/bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: left center
}

.bgorange {
    background: #ea5033;
    color: #fff
}

.bgfooter {
    background: #000111
}

.bgfooter a,
.bgfooter h1,
.bgfooter h2,
.bgfooter h3,
.bgfooter p {
    color: #ccc !important
}

.bgorange h1,
.bgorange h2,
.bgorange h3,
.bgorange h4,
.bgorange h5,
.bgorange h6 {
    color: #fff
}

.carousel-main {
    height: 100%;
    width: 100%;
    background: #eee url(../images/loading.gif) center center no-repeat
}

.carousel-main {
    height: 100% !important
}

.carousel-main .item {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.carousel-main .item.one {
    background-image: url(../images/slide1.jpg);
    background-position: center center
}

.carousel-main .item.two {
    background-image: url(../images/slide2.jpg);
    background-position: center center
}

.carousel-main .item.three {
    background-image: url(../images/slide3.jpg);
    background-position: right center
}

.carousel-main .item {
    height: 100%;
    width: 100%
}

.carousel-main .item h1,
.carousel-main .item h2 {
    margin: 0;
    color: #0d2e4d;
    line-height: 1.4;
    text-shadow: none
}

.carousel-main .item h1 span,
.carousel-main .item h2 span {
    padding: 0 10px
}

.carousel-main .item h1 {
    font-size: 4em;
    text-transform: uppercase
}

.carousel-main .item h2 {
    font-size: 2em
}

.table.table-bordered.table-striped em {
    font-size: 14px;
    color: #ea5033
}

.iconyoga {
    min-height: 220px
}

.iconyoga img {
    width: 80px;
    height: 80px;
    margin: 20px auto
}

.iconyoga h3 {
    text-align: center;
    font-size: 16px
}

.iconyoga p {
    text-align: center;
    font-size: 12px;
    margin: 0
}

a.gallerylink {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    display: block;
    background: #fff;
    margin: 15px;
    position: relative;
    height: 260px;
    background-position: center;
    background-size: cover;
}

a.gallerylink:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    transition: .3s ease all
}

a.gallerylink .hovereff {
    display: none;
    z-index: 2
}

a.gallerylink:hover>.hovereff {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6) url(../images/zoom.png) no-repeat center
}

a.gallerylink>.textgallery {
    color: #fff;
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    left: 0;
    right: 0
}

.box-orange {
    background: #ea5033;
    color: #ccc;
    padding: 15px
}

p.timings {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ff765c;
    padding: 2px 0
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center
}

.justify-content-between {
    justify-content: space-between;
}

@media (min-width:768px) {
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-wrapper .navbar {
        border-radius: 4px
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4
    }

    .featurette-heading {
        font-size: 40px
    }
}

@media (max-width:768px) {
    .navbar-brand img {
        margin: 10px 0 0;
        width: 210px
    }

    .carousel-main .item h1 {
        font-size: 1.2em
    }

    .carousel-main .item h2 {
        font-size: 1em
    }

    .navbar-collapse {
        background: #fff
    }
}

@media (min-width:992px) {
    .featurette-heading {
        margin-top: 40px
    }
}

@media (max-width:420px) {
    .carousel-caption h1 {
        font-size: 26px
    }

    .btn-appo {
        margin: 10px 0 0 0
    }
}