﻿@charset "utf-8";
/* CSS Document */

/* USING BOOTSTRAP 3.0.3 */
body {
    margin: 0;
    padding: 0;
    /*font-family: 'Montserrat', sans-serif;*/
}

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.header-part {
    background: #f2f2f2;
    border-top: 2px solid #341a00;
    line-height: 30px;
}

.social {
    text-align: right;
}
.social a {
    text-decoration: none;
}

    .social i {
        background: #46bce6;
        color: #F2F2F2;
        width: 18px;
        height: 17px;
        border-radius: 3px;
        text-align: center;
        line-height: 17px;
        margin-left: 10px;
    }

        .social i:hover {
            background: #9c8977;
        }

    .social svg {
        background: #46bce4;
        color: #F2F2F2;
        width: 19px;
        height: 18px;
        border-radius: 3px;
        text-align: center;
        line-height: 17px;
        margin-left: 10px;
        fill: #fff;
        padding: 2px 3px;
        position: relative;
        top: 5px;
        font-size: 20px;
    }



.logo-part {
    padding: 10px 0;
}

.phone-call-icon {
    text-align: left;
    color: #9d9d9d;
}

    .phone-call-icon a {
        color: #9d9d9d;
        text-decoration: none;
    }

.phone-call-icon {
    text-align: left;
}

    .phone-call-icon span {
        text-align: left;
        color: #9d9d9d;
        font-size: 14px;
        display: inline-block;
    }

        .phone-call-icon span label {
            color: #333;
            font-weight: normal;
        }

    .phone-call-icon i {
        background: #eeeeee;
        height: 45px;
        width: 45px;
        color: #46bce4;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        margin-right: 15px;
        display: inline-block;
        font-size: 21px;
        float: left;
    }

form.example input[type=text] {
    padding: 10px;
    font-size: 13px;
    border: 1px solid #a3917f;
    float: left;
    width: 80%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #9d9d9d;
}

form.example button {
    float: left;
    width: 17%;
    padding: 7px;
    background: #a3917f;
    color: white;
    font-size: 17px;
    border: 1px solid #a3917f;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    form.example button:hover {
        background: #422407;
    }

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.navibg {
    background: #46bce4;
}

.navbar-inverse {
    background-color: #46bce4;
    border-color: #46bce4;
}

.navbar {
    margin-bottom: 0px;
    min-height: 60px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #341a00;
    background-color: #179dcb;
    border-top: 4px solid #007299;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #341a00;
    background-color: #179dcb;
    border-top: 4px solid #007299;
}

.navbar-nav > li > a {
    line-height: 24px;
}
.nav>li>a {
    padding: 10px 10px;
}
.nav > li {
    margin-right: 5px;
}

.pd10 {
    padding-top: 17px;
}

.pd5 {
    padding-top: 5px;
}

.banner {
    text-align: center;
}

    .banner img {
        width: 100%;
        text-align: center;
    }

.middle {
    padding-top: 16px;
}

.home-txt {
    text-align: left;
}

    .home-txt p {
        font-size: 14px;
        color: #6b5e51;
        line-height: 26px;
        font-weight: normal;
        padding-bottom: 17px;
        padding-right: 30px;
    }

    .home-txt a {
        background: #46bce4;
        border-radius: 3px;
        font-size: 15px;
        color: #fff;
        padding: 12px 20px;
        margin-top: 8px;
        display: inline-block;
        text-decoration: none;
    }

        .home-txt a:hover {
            background: #55d4ff;
            color: #333;
        }

.txt-head {
    margin-bottom: 20px;
}

    .txt-head h1 {
        text-align: left;
        color: #333;
        font-size: 25px;
        text-transform: uppercase;
        background: url(../images/gray-line.jpg) no-repeat bottom left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

        .txt-head h1 span {
            text-align: left;
            color: #46bce4;
            font-size: 25px;
        }

.txt-head {
    margin-bottom: 20px;
}

.txt-head-center {
    text-align: center;
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .txt-head-center span {
        text-align: left;
        color: #46bce4;
        font-size: 25px;
    }

.time {
    text-align: center;
    background: url(../images/mqs.png) no-repeat bottom center;
    padding-bottom: 5px;
}

    .time ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-top: 15px;
        margin-bottom: 5px;
    }

        .time ul li {
            display: inline-block;
            text-align: center;
            margin: 0 10px;
        }

            .time ul li a {
                border: 1px solid #46bce4;
                border-radius: 3px;
                font-size: 16px;
                color: #333;
                text-decoration: none;
                padding: 8px 33px;
            }

                .time ul li a.selected {
                    background: #46bce4;
                    color: #fff;
                }

    .time p {
        font-size: 15px;
        color: #878585;
        font-style: italic;
        line-height: 24px;
        padding: 20px 90px;
    }

.today {
    padding-top: 10px;
}

.tomorrow {
    padding-top: 10px;
}

.time-text {
    font-size: 14px;
    color: #6b5e51;
    font-weight: normal;
}

.pd13 {
    padding-bottom: 13px;
}

.pd-tp5 {
    padding-top: 5px;
}

.gray-part {
    background: #eeedeb;
    padding: 40px 0 20px;
    margin: 45px 0;
}

.hexagon {
    width: 100px;
    height: 55px;
    background: #422407;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .hexagon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #422407;
        text-align: center;
    }

    .hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #422407;
    }

.svr-heading-center {
    text-align: center;
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    background: url(../images/light-gray-line.jpg) no-repeat bottom center;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

    .svr-heading-center span {
        text-align: left;
        color: #46bce4;
        font-size: 25px;
    }

.svr-text p {
    font-size: 14px;
    color: #656464;
    font-weight: normal;
    padding: 10px 30px;
}

.svr-text img {
    text-align: center;
    margin-bottom: 10px;
}

    .svr-text img:hover {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.news {
    padding-bottom: 20px;
}

    .news p {
        font-size: 13px;
        color: #777675;
        line-height: 18px;
        padding-right: 35px;
    }

    .news a {
        font-size: 14px;
        color: #46bce4;
        font-weight: bold;
    }

.form-control {
    padding: 19px 12px;
    font-size: 15px;
    border: 1px solid #434a5b;
    border-radius: 0px;
    color: #393939;
}

.btn-dark {
    background: #46bce4;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 12px 25px;
    font-weight: bold;
}

    .btn-dark:hover {
        background: #55d4ff;
        color: #333;
    }


.btn.focus, .btn:focus {
    text-decoration: none;
    outline: none !important;
}

.srvc-text p .btn-dark {
    background: #46bce4 !important;
    color: #fff !important;
    font-size: 14px;
    border-radius: 3px;
    padding: 12px 25px;
    font-weight: bold;
}

    .srvc-text p .btn-dark:hover {
        background: #55d4ff !important;
        color: #333 !important;
    }

.box-head {
    text-align: left;
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    background: url(../images/gray-line.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

    .box-head span {
        text-align: left;
        color: #46bce4;
        font-size: 25px;
    }

.form-group {
    margin-bottom: 30px;
}

.pillar-bg {
    background: url(../images/bg.jpg) no-repeat top center fixed;
    background-size: cover;
}

.pillar-layer {
    background: rgba(255, 255, 255, 0.95);
    display: block;
    padding: 35px 0 20px;
}

.pillar-text p {
    font-size: 16px;
    color: #46bce4;
    font-weight: bold;
    padding: 10px 30px;
}

.pillar-text img {
    text-align: center;
}

    .pillar-text img:hover {
        transition: 0.70s;
        -webkit-transition: 0.70s;
        -moz-transition: 0.70s;
        -ms-transition: 0.70s;
        -o-transition: 0.70s;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.pillar-box {
    width: 15%;
    margin: 0 20px;
    display: inline-block;
    text-align: center;
}

.footer {
    background: #1981a5;
    padding-top: 20px 0 10px;
}

.footer-design {
    text-align: center;
    padding-top: 50px;
}

    .footer-design img {
        text-align: center;
        float: none;
        display: inline-block;
    }

.bottom-link {
    text-align: left;
}

    .bottom-link h4 {
        font-size: 18px;
        color: #fff;
        padding: 15px 0;
    }

    .bottom-link p {
        text-align: left;
        padding-bottom: 10px;
        font-size: 12px;
        color: #fff;
        line-height: 24px;
    }

        .bottom-link p a {
            color: #fff !important;
        }

        .bottom-link p span {
            font-size: 14px;
            color: #d1bba6;
            line-height: 20px;
            display: inline-block;
            padding-left: 15px;
        }

        .bottom-link p i {
            font-size: 18px;
            color: #d1bba6;
            line-height: 20px;
            float: left;
            margin-right: 5px;
        }

    .bottom-link ul {
        margin: 0;
        padding: 0;
    }

        .bottom-link ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            border-bottom: 1px solid #219bc5;
            padding: 8px 0;
        }

            .bottom-link ul li a {
                margin: 0;
                padding: 0;
                list-style-type: none;
                font-size: 14px;
                color: #fff;
                line-height: 20px;
            }

    .bottom-link img {
        margin-bottom: 15px;
    }

    .bottom-link em {
        background: #46bce4;
        height: 28px;
        width: 28px;
       /* color: #2d1804; */
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        margin-right: 15px;
        display: inline-block;
        font-size: 21px;
        font-style: normal;
    }

        .bottom-link em:hover {
            background: #1b5f76;
            color: #fff;
        }

        .bottom-link em svg {
            position: relative;
            top: 2px;
            width: 19px;
            fill: #fff;
        }

            .bottom-link em svg:hover {
                fill: #fff;
            }

.pd25 {
    padding-top: 25px;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    background: #fff;
    padding: 10px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-shadow-class {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    background: #fff;
    padding: 10px;
    height: 279px;
    margin-bottom: 30px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-height {
    height: 80px;
    /*overflow: hidden;
	overflow-y: scroll;*/
}

.right-head {
    background: #46bce6;
    padding: 10px 15px;
    border-radius: 3px;
}

    .right-head h2 {
        color: #fff;
        font-size: 20px;
        margin: 0;
    }

    .right-head h3 {
        color: #fff;
        font-size: 15px;
        margin: 0;
    }

    .right-head span {
        color: #fff;
        font-size: 16px;
        margin: 0;
    }

.open-time-text {
    padding: 20px 10px;
}

    .open-time-text p {
        font-size: 14px;
        color: #333;
        line-height: 24px;
        padding-bottom: 20px;
    }

.srvc-text {
    padding-bottom: 20px;
}

    .srvc-text p {
        font-size: 15px;
        color: #333;
        line-height: 24px;
        padding-bottom: 20px;
    }

        .srvc-text p a {
            color: #333 !important;
        }

    .srvc-text a {
        color: #333;
        text-decoration: none;
        font-weight: bold;
    }

    .srvc-text span {
        font-size: 16px;
        color: #333;
        display: block;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .srvc-text ul {
        margin: 0;
        padding: 0;
        padding-left: 25px;
        padding-bottom: 10px;
    }

        .srvc-text ul li {
            font-size: 14px;
            color: #333;
            line-height: 24px;
        }

.breadcrumb {
    padding: 20px 15px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 12px;
}

    .breadcrumb a {
        color: #333;
    }

.page-heading h1 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    margin: 0px;
    margin-bottom: 28px;
}

.tema-name {
    margin-bottom: 28px;
    background: #46bce6;
    border-radius: 3px;
    padding: 7px 15px;
}

    .tema-name span {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
    }

.pd20 {
    padding-top: 20px;
}

.grow {
    transition: 1s ease;
}

    .grow:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: 1s ease;
    }

.class-time-text {
    padding: 20px 10px 0px;
}

    .class-time-text p {
        font-size: 14px;
        color: #333;
        padding-bottom: 5px;
    }

.team-bg {
    background: #e2f3f9;
    padding: 5px 5px 10px;
    margin-bottom: 25px;
    height: 295px;
}

    .team-bg p {
        text-align: center;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        padding-top: 20px;
    }

    .team-bg img {
        text-align: center;
        width: 100%;
    }

.address {
    padding: 20px 10px;
    color: #333;
}

    .address p {
        text-align: left;
        padding-bottom: 15px;
        font-size: 15px;
        color: #333;
    }

        .address p span {
            font-size: 14px;
            line-height: 20px;
            display: inline-block;
            padding-left: 15px;
        }

        .address p i {
            font-size: 18px;
            line-height: 20px;
            float: left;
        }

.mrgn40 {
    margin-bottom: 10px;
}

.post {
    padding-bottom: 20px;
    font-size: 15px;
    color: #333;
}

    .post p {
        color: #333;
        padding-bottom: 10px;
        line-height: 24px;
    }

    .post span {
        font-weight: bold;
        display: block;
        padding-bottom: 15px;
    }

    .post a {
        text-decoration: none;
        color: #674421;
        font-size: 14px;
    }

        .post a:hover {
            color: #333;
        }

    .post ul {
        margin: 0;
        padding: 0;
    }

        .post ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            border-bottom: 1px solid #dedede;
            padding-bottom: 8px;
            margin-bottom: 8px;
        }

            .post ul li a {
                font-size: 13px;
                color: #46bce4;
            }

.post-date {
    width: 100px;
    height: 100px;
    background: #251300;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}

    .post-date span {
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

.share-bg {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
}

.related-post {
    border-bottom: 1px dashed #523416;
    padding-bottom: 8px;
    margin: 5px 0 30px;
}

    .related-post span {
        font-weight: bold;
        display: block;
        font-size: 15px;
    }

.social-cont {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    background-color: rgba(240, 240, 240, 0);
    padding-top: 7px;
    padding-bottom: 7px;
    display: table;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .social-cont span.inline {
        display: table-cell;
        vertical-align: middle;
        height: 38px;
        font-size: 16px;
        font-family: "Roboto Bold";
        padding-right: 15px;
    }

        .social-cont span.inline i {
            font-size: 20px;
        }

            .social-cont span.inline i.up {
                color: #fff;
            }

            .social-cont span.inline i.down {
                color: #b20000;
            }

    .social-cont .social {
        text-align: right;
        display: inline-block;
        float: right;
    }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(1.334em) translateZ(0);
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
        -moz-transform: translateX(1.334em) translateZ(0);
        -ms-transform: translateX(1.334em) translateZ(0);
        -o-transform: translateX(1.334em) translateZ(0);
        transform: translateX(1.334em) translateZ(0);
    }

    100% {
        opacity: 1;
    }
}

.social span.text-right {
    display: table;
    float: left;
    height: 38px;
    vertical-align: middle;
}

    .social span.text-right p {
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
        font-size: 16px;
        font-family: "Roboto Semi Bold";
        color: rgb(68, 68, 68);
        line-height: 1.2;
    }

a.social-icon, a.social-icon:visited {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: #f0f0f0;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0px 0px;
    color: #444;
    margin: 2px;
    font-size: 20px;
    display: table;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 4px; /* Color each button differently */
}

    a.social-icon:focus, a.social-icon:active, a.social-icon:hover {
        text-decoration: none;
        color: #FFF;
        border: none;
    }

.social-icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

.social-icon.facebook {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.25s forwards;
    animation: fadeInRight 0.6s 0.25s forwards;
    opacity: 0; /* Color */
}

    .social-icon.facebook:hover, .social-icon.facebook:active, .social-icon.facebook:focus {
        opacity: 1;
        background-color: #0077b2;
    }

.social-icon.twitter {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.5s forwards;
    animation: fadeInRight 0.6s 0.5s forwards;
    opacity: 0; /* Color */
}

    .social-icon.twitter:hover, .social-icon:nth-child(2):active, .social-icon:nth-child(2):focus {
        opacity: 1;
        background-color: #008cb2;
    }

.social-icon.linkedin {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.75s forwards;
    animation: fadeInRight 0.6s 0.75s forwards;
    opacity: 0; /* Color */
}

    .social-icon.linkedin:hover, .social-icon.linkedin:active, .social-icon.linkedin:focus {
        opacity: 1;
        background-color: #00a1b2;
    }

.social-icon.google-plus {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1s forwards;
    animation: fadeInRight 0.6s 1s forwards;
    opacity: 0; /* Color */
}

    .social-icon.google-plus:hover, .social-icon.google-plus:active, .social-icon.google-plus:focus {
        opacity: 1;
        background-color: #e3401d;
    }

.social-icon.email {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1.25s forwards;
    animation: fadeInRight 0.6s 1.25s forwards;
    opacity: 0; /* Color */
}

    .social-icon.email:hover, .social-icon.email:active, .social-icon.email:focus {
        opacity: 1;
        background-color: #e3401d;
    }

.social-icon img {
    width: 20px;
}
/* ============================ */
/* TOOLTIP                      */
/* ============================ */
[data-tooltip] {
    position: relative; /* tooltip arrow */
    /* tooltip box */
}

    [data-tooltip]:before, [data-tooltip]:after {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        transition-timing-function: linear;
        position: absolute;
        left: 50%;
        top: 100%;
        bottom: 100%;
        visibility: hidden;
        opacity: 0;
        z-index: 9999;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    [data-tooltip]:before {
        content: "";
        border-color: #323232;
        border-style: none;
        border: 5px solid transparent;
        border-bottom: 6px solid #323232;
        margin-top: -4px;
    }

    [data-tooltip]:after {
        content: attr(data-tooltip);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: auto;
        height: 22px;
        padding: 11px 11px 0 11px;
        font-size: 13px;
        line-height: 11px;
        white-space: nowrap;
        background-color: #323232;
        color: #ecf0f1;
        margin-top: 7px;
    }

    [data-tooltip]:hover, [data-tooltip]:focus {
        background-color: transparent;
    }

        [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            opacity: 1;
            visibility: visible;
        }

@media screen and (max-width: 767px) {
    .social-cont {
        margin-bottom: 0px;
        margin-left: -15px;
        margin-right: -15px;
        min-width: calc(100% + 30px);
        overflow: hidden;
    }
}

@media screen and (max-width:348px) {
    .social-cont .social-icon {
        height: 29px;
        width: 29px;
        font-size: 18px;
    }
}

p, ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}

.resp-tabs-list li {
    font-size: 12px;
    display: inline-block;
    padding: 6px 8px;
    margin: 0 10px 0 0;
    list-style: none;
    color: #fff;
    cursor: pointer;
    float: left;
    background: #ac9e90;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-accordion-active, .resp-content-active, .resp-easy-accordion h2.resp-accordion, .resp-tab-content-active {
    display: block;
}

.resp-tab-active {
    margin-bottom: -1px !important;
    border-bottom: none;
    background: #e6d6c7 !important;
    color: #050403 !important;
}

.resp-tab-content {
    border: 1px solid #e8e6e6;
    background: #fafafa;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

h2.resp-tab-active {
    background: #DBDBDB !important;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

.resp-jfit {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width:768px) {
    h2.resp-accordion {
        font-size: 14px;
        border: 1px solid #c1c1c1;
        border-top: 0 solid #c1c1c1;
        margin: 0;
        padding: 10px 15px;
        background: #ab9d8f;
        color: #fff;
    }

    h2.resp-tab-active {
        background: #e5d5c6 !important;
    }

        h2.resp-tab-active span.resp-arrow {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: -moz-use-text-color transparent #fff;
            border-image: none;
            border-style: none solid solid;
            border-width: medium 6px 12px;
        }

    .resp-tab-content {
        background: #fafafa;
        border: 1px solid #e8e6e6;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.line-dated {
    border-bottom: 1px dashed #523416;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.drop-btn {
    color: #fff;
    background-color: #2a1a00;
    border-color: #000000;
}

    .drop-btn:hover {
        color: #fff;
        background-color: #563a0d;
        border-color: #000000;
    }



    .drop-btn:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.drop-btn:hover {
        color: #fff;
        background-color: #563a0d;
        border-color: #000000;
    }

.gallery-main {
    padding: 0;
    margin: 0;
}

.bottom-margin30 {
    margin-bottom: 30px;
}

.carousel-indicators {
    bottom: -10px;
    background: url(../images/curve.png) no-repeat bottom center;
    height: 21px;
    padding-top: 6px;
}

    .carousel-indicators .active {
        background-color: #6b3420;
    }

    .carousel-indicators li {
        background-color: #d1963e;
        border: 1px solid #d1963e;
    }


/*jarnail*/



.banner-text {
    position: absolute;
    top: 25%;
    font-size: 103px;
    color: #fff;
    font-weight: normal;
    left: 0;
    right: 0;
    line-height: 110px;
}

    .banner-text span {
        font-weight: 500;
    }

    .banner-text p {
        font-size: 15px;
        font-weight: normal !important;
        line-height: 0px;
    }

    .banner-text a {
        background: #291705;
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        padding: 12px 16px;
        color: #fff;
        text-decoration: none;
        line-height: normal !important;
        border-radius: 3px;
    }

        .banner-text a:hover {
            background: #372512;
        }

.clr1 {
    color: #291500;
}

.clr2 {
    color: #6f5235;
}

.clr3 {
    color: #787878;
}


fieldset {
    border: 1px solid #46bce6 !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    padding-left: 10px !important;
    margin-bottom: 20px;
}

legend {
    font-weight: bold;
    margin-bottom: 0px;
    /*width: 35%;*/
    border: 1px solid #46bce6;
    border-radius: 3px;
    padding: 5px 5px 5px 10px;
    background-color: #46bce6;
    font-size: 15px;
    color: #fff;
}

    legend span a {
        color: #fff !important;
    }




.pd-tb {
    padding: 5px 10px 0px;
}

    .pd-tb p {
        padding-bottom: 10px;
    }

.svr-img {
    position: relative;
    overflow: hidden;
}

    .svr-img img {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

        .svr-img img:hover {
            opacity: .5;
        }

    .svr-img:after {
        top: calc(50% - 13px);
        border: solid transparent;
        content: " ";
        position: absolute;
        pointer-events: none;
        border-width: 13px;
        z-index: 99;
    }

figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

figure:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.block-head:after, .block-head:before, .details-img:after, .details-img:before, .edd_form fieldset legend:after, .edd_form fieldset legend:before, .gform_title:after, .gform_title:before, .icon-box-6:after, .item-box:after, .item-box:hover .item-price, .item-box:hover:after, .portfolio-item:after, .post-image:after, .post-image:before, .responsive-nav, .search-box:before, .team-box .team-socials li a:hover, .team-box-2:after, .team-box-2:hover:after, .team-box:after, .team-box:hover:after, .vc_custom_heading h3:after, .vc_custom_heading h3:before, .widget-head:after, .widget-head:before, .wpb_heading:after, .wpb_heading:before {
    background-color: #2d1804;
}

.block-head {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0 0 8px;
    position: relative;
}

    .block-head::before {
        bottom: -3px;
        height: 5px;
        left: 20px;
        position: absolute;
        width: 35px;
    }

    .block-head::after, .block-head::before {
        content: "";
        display: inline-block;
    }

    .block-head::after {
        bottom: -1px;
        height: 1px;
        left: 0;
        position: absolute;
        width: 80px;
    }

    .block-head::after, .block-head::before {
        content: "";
        display: inline-block;
    }


.main-title {
    color: #46bce4 !important;
    font-size: 24px;
    border-bottom: #e2e2e2 solid 1px;
    padding-bottom: 10px;
    margin-top: 0;
}

.home-newsletter .single {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .home-newsletter .single h5 {
        color: #fff;
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .home-newsletter .single .form-control1 {
        height: 42px;
        background: #fff3e9;
        border-color: transparent;
        color: #000;
        border-radius: 20px 0 0 20px;
        padding-left: 10px;
    }

    .home-newsletter .single .btn1 {
        min-height: 42px;
        border-radius: 0 20px 20px 0;
        background: #46bce4;
        color: #fff;
        padding: 6px 5px;
    }

        .home-newsletter .single .btn1:hover {
            background: #55d4ff;
            color: #333;
        }

.box-shadow-event {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 4px 0px rgba(194,194,194,1);
    background: #fff;
    padding: 20px 20px 0px;
    margin-bottom: 25px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.events {
    padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}

    .events p {
        color: #333;
        padding-bottom: 10px;
        line-height: 22px;
    }

    .events span {
        font-weight: bold;
        display: block;
        background: #e8f9ff;
        border-bottom: 1px dashed #46bce4;
        border-top: 1px dashed #46bce4;
        padding: 8px 0px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

        .events span:hover {
            background: #cbebf6;
            border-bottom: 1px dashed #46bce4;
            border-top: 1px dashed #46bce4;
        }

        .events span a {
            color: #333 !important;
        }



    .events a {
        text-decoration: none;
        color: #b2885e;
        font-size: 14px;
    }

        .events a:hover {
            color: #6b6b6b;
        }

    .events label {
        color: #674421;
        padding-bottom: 10px;
        display: inline-block;
        padding-top: 15px;
        list-style-type: circle;
        display: inline-block;
        text-align: right;
        font-weight: normal;
        font-size: 14px;
        font-style: italic;
    }



a.tooltipNew {
    outline: none;
}

    a.tooltipNew strong {
        line-height: 30px;
    }

    a.tooltipNew:hover {
        text-decoration: none;
    }

    a.tooltipNew span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltipNew:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

a.tooltipNew span {
    border-radius: 5px;
    box-shadow: 5px 5px 8px #CCC;
}



.txtHidde {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    height: 300px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innerTxt {
    height: 267px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.innerBoxText {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 4px 0px rgba(194,194,194,1);
    background: #fff;
    padding: 5px 5px 5px;
    margin-bottom: 25px;
    background: #e8f9ff;
    color: #333;
}


    .innerBoxText a {
        color: #333;
        font-weight: bold;
    }





/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.8s;
    animation-name: zoom;
    animation-duration: 0.8s;
}



@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}


.heading-table {
    background-color: #2e6da4;
    color: #fff;
}



.svr-text ul {
    margin: 0;
    padding: 0;
}

    .svr-text ul li {
        list-style-type: none;
        text-align: center;
        float: none !important;
        width: 19%;
        display: inline-block;
        padding: 0 10px;
    }


        .svr-text ul li p {
            font-size: 14px;
            color: #333;
            font-weight: normal;
            padding: 10px 0px;
        }

        .svr-text ul li img {
            text-align: center;
            margin-bottom: 10px;
        }

            .svr-text ul li img:hover {
                transition: 0.70s;
                -webkit-transition: 0.70s;
                -moz-transition: 0.70s;
                -ms-transition: 0.70s;
                -o-transition: 0.70s;
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                transform: rotate(360deg);
            }




.thanks-bg {
    background: #bfb4aa;
    padding: 20px 50px 10px;
    margin-bottom: 30px;
    border-left: 10px solid #837b74;
}

    .thanks-bg p {
        font-size: 27px;
        font-weight: bold;
        padding-bottom: 4px;
        color: #664c33;
    }

        .thanks-bg p span {
            font-size: 27px;
            font-weight: bold;
            text-transform: uppercase;
            color: #372001;
        }

        .thanks-bg p.space-left {
            padding-left: 100px;
        }


.thanks-text {
    padding: 0px 10px;
}

    .thanks-text p {
        font-size: 16px;
        color: #291400;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .thanks-text a {
        background: #2d1b00;
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        border-radius: 3px;
        margin-right: 20px;
        text-decoration: none;
    }

        .thanks-text a:hover {
            background: #beb3a9;
            color: #2d1b00;
        }

.donate-btn {
    width: 16%;
    background: #dacbae;
    border-radius: 3px;
    margin-right: 5px;
    color: #3b1c0b;
    text-align: center;
    padding: 12px 0px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

    .donate-btn:hover {
        background: #43200c;
        color: #fff;
    }

.donate-btn-Active {
    background: #43200c;
    color: #fff;
}


.thanks-bg {
    background: #bfb4aa;
    padding: 20px 50px 10px;
    margin-bottom: 30px;
    border-left: 10px solid #837b74;
}

    .thanks-bg p {
        font-size: 27px;
        font-weight: bold;
        padding-bottom: 4px;
        color: #664c33;
    }

        .thanks-bg p span {
            font-size: 27px;
            font-weight: bold;
            text-transform: uppercase;
            color: #372001;
        }

        .thanks-bg p.space-left {
            padding-left: 100px;
        }

.thanks-text-rpt {
    padding-bottom: 20px;
}



.thanks-text {
    padding: 0px 10px;
}

    .thanks-text p {
        font-size: 16px;
        color: #291400;
        line-height: 24px;
    }

    .thanks-text a {
        background: #2d1b00;
        padding: 10px 20px;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        border-radius: 3px;
        margin-right: 20px;
        text-decoration: none;
    }

        .thanks-text a:hover {
            background: #beb3a9;
            color: #2d1b00;
        }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: #46bce4;
}

.tooltip-inner {
    background-color: #9c8977;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #9c8977;
}

.box-shadow-time {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 9px 0px rgba(194,194,194,1);
    background: #fff;
    padding: 15px 0px;
    margin: 0 25px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clandar time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

    .clandar time.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    .clandar time.icon strong {
        position: absolute;
        top: 0.2;
        padding: 0.6em 0;
        color: #fff;
        background-color: #9c8977;
        border-bottom: 1px dashed #f37302;
        box-shadow: 0 2px 0 #fd9f1b;
        font-size: 12px;
    }

    .clandar time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
        font-size: 11px;
    }

    .clandar time.icon span {
        font-size: 1.4em;
        letter-spacing: -0.03em;
        padding-top: 31px;
        color: #2f2f2f;
    }

.clandar .icon:before, .clandar .icon:after {
    content: '';
    float: left;
    position: absolute;
    top: 5px;
    width: 9px;
    height: 8px;
    background: #1995bf;
    z-index: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}

.clandar .icon:before {
    left: 11px;
}

.clandar .icon:after {
    right: 11px;
}

.clandar .icon strong:before, .clandar .icon strong:after {
    content: '';
    float: left;
    position: absolute;
    top: -5px;
    width: 4px;
    height: 14px;
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
    background: -moz-linear-gradient(top, #f1f1f1, #aaa);
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.clandar .icon strong:before {
    left: 13px;
}

.clandar .icon strong:after {
    right: 13px;
}

.FinancialStatusTable thead {
    background: #46bce4 !important;
    color: #fff !important;
}


.modal-footer .btn-default, .btn-primary {
    color: #ffffff !important;
    background-color: #46bce4 !important;
}

.Islamic_Services h4 {
    color: #333 !important;
}

.fixed {
    background: #46bce4 !important;
}

.panel-default > .panel-heading {
    color: #fff !important;
    background-color: #46bce4 !important;
    border-color: #46bce4 !important;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-color: #46bce4 !important;
    }

.panel-default {
    border-color: #46bce4 !important;
}

.panel-heading .accordion-toggle:after {
    color: #ffffff !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #46bce4 !important;
    border-color: #46bce4 !important;
}
