﻿@charset "utf-8";
/* CSS Document */
.stm-page-head_size_small {
    padding-top: 221px;
    padding-bottom: 78px;
}

.stm-page-head {
    position: relative;
    background-position: bottom center;
    background: #011b3a;
    padding: 165px 0 50px;
    background-size: cover;
}

.stm-page-head__content {
    position: relative;
    z-index: 1;
}

.stm-page-head__title {
    font-weight: 300;
    color: #d2bd73;
    margin-bottom: 20px;
    font-size: 31px;
}

.stm-page-head_color_white .stm-page-head__separator-line {
    background: #f5ac27;
}

.stm-page-head__separator-line {
    width: 150px;
    height: 2px;
    background: #f5ac27;
}

.stm-page-head_color_white .stm-page-head__overlay {
    background: rgba(34, 24, 80, 0.5);
}

.stm-page-head__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-footer {
    text-align: center;
    padding: 0px 31px;
    color: #333;
    line-height: 27px;
    margin-bottom: 25px !important;
}

.stm-action-box__figure {
    position: relative;
}

    .stm-action-box__figure img {
        display: block;
        max-width: 100%;
        height: auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

.stm-action-box__figcaption {
    position: relative;
    padding: 0 30px;
    margin-top: -35px;
}

.stm-action-box__figcaption-title {
    position: relative;
    background: #fff;
    padding: 12px 23px 17px;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .stm-action-box__figcaption-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #f5ac27;
        z-index: 1;
        -webkit-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

.stm-action-box__title-text {
    position: relative;
    z-index: 2;
}

.stm-action-box__figure:hover .stm-action-box__figcaption-title {
    color: #fff;
}

    .stm-action-box__figure:hover .stm-action-box__figcaption-title:after {
        height: 100%;
    }

    .stm-action-box__figure:hover .stm-action-box__figcaption-title.stm-font_color_dark-blue {
        color: #fff !important;
    }

.stm-action-box__figcaption-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}







.stm-single-image_right .stm-single-image {
    float: right;
    margin: 20px 10px 20px 0px;
}

.stm-single-image-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}

.stm_wp_custom-menu {
    max-width: 255px;
    width: 100%;
}

.stm_wp_custom-menu {
    max-width: 225px;
    width: 100%;
    display: none;
}

    .stm_wp_custom-menu .menu {
        padding: 15px 0;
        background: rgba(228, 122, 55, 0.7);
        list-style: none;
        margin-bottom: 0;
    }

    .stm_wp_custom-menu .menu-item {
        font-size: 14px;
    }

        .stm_wp_custom-menu .menu-item > a {
            position: relative;
            display: block;
            color: #fff;
            line-height: 24px;
            text-transform: uppercase;
            padding: 9px 10px 9px 20px;
        }

            .stm_wp_custom-menu .menu-item > a:before {
                content: '\f105';
                /* use !important to prevent issues with browser extensions that change fonts */
                font-family: FontAwesome;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 10px;
                top: 16.5px;
                font-size: 10px;
                color: #fff;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                z-index: 1;
            }

            .stm_wp_custom-menu .menu-item > a:hover {
                text-decoration: none;
                background: #0d345f;
            }

                .stm_wp_custom-menu .menu-item > a:hover:before {
                    visibility: visible;
                    opacity: 1;
                }

            .stm_wp_custom-menu .menu-item > a:focus {
                text-decoration: none;
            }

    .stm_wp_custom-menu .current-menu-item:hover a,
    .stm_wp_custom-menu .current-menu-item > a {
        background: rgb(236, 103, 19);
        cursor: default;
    }

        .stm_wp_custom-menu .current-menu-item:hover a:before,
        .stm_wp_custom-menu .current-menu-item > a:before {
            visibility: visible;
            opacity: 1;
        }







.p-main {
    font-size: 14px;
    text-align: j;
    line-height: 26px;
    color: #333;
    margin-bottom: 30px;
}

.p-head {
    font-size: 30px;
    text-align: left;
    color: #333;
    font-weight: 500;
    margin: 24px 0px 15px 0px;
}

.p-sub {
    font-size: 20px;
    margin: 16px 0px 9px 0px;
    color: #f5ac27;
}

.inner ul {
    list-style: none;
    padding: 0;
}

.inner li {
    padding-left: 30px;
    font-size: 14px;
    color: #444444;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    /* margin-bottom: 10px; */
    position: relative;
    /* padding: 0 10px; */
    margin-top: 12px;
}

    /*.inner li:before {
  content: "\f192";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -27px;
  width:26px;
  font-size: 13px;

}*/
    .inner li:before {
        content: "\f0a4";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 5px;
        /* width: 22px; */
        font-size: 13px;
        color: #0d345f;
        position: absolute;
        left: 0px;
        top: 0px;
        font-weight: 400;
    }

.stm-contact-details {
}

.stm-contact-details_type_contacts {
    padding: 20px 20px 20px 20px;
}

.stm-contact-details_type_teacher .stm-contact-details__items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.stm-contact-details_type_teacher .stm-contact-details__item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 26px;
    line-height: 24px;
    color: #595959;
}

    .stm-contact-details_type_teacher .stm-contact-details__item a {
        color: #011b3a;
    }

        .stm-contact-details_type_teacher .stm-contact-details__item a:focus, .stm-contact-details_type_teacher .stm-contact-details__item a:hover {
            text-decoration: none;
        }

    .stm-contact-details_type_teacher .stm-contact-details__item:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: FontAwesome !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 1px;
        font-size: 20px;
        left: 0;
        color: #f5ac27;
    }

    .stm-contact-details_type_teacher .stm-contact-details__item:last-child {
        margin-bottom: 0;
    }

.stm-contact-details_type_teacher .stm-contact-details__item_type_address:before {
    content: "\f041";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_tel:before {
    content: "\f10b";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_skype:before {
    content: "\e912";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_url:before {
    content: "\f0ac";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_email:before {
    content: "\f003";
    font-size: 18px;
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_fax:before {
    content: "\f2a0";
}

.stm-contact-details_type_teacher .socials-list_type_teacher {
    padding-top: 18px;
}

    .stm-contact-details_type_teacher .socials-list_type_teacher .socials-list__item-link {
        opacity: 0.7;
    }

.socials-list_type_teacher {
    font-size: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .socials-list_type_teacher .socials-list__item {
        display: inline-block;
        margin-right: 8px;
        font-size: 18px;
        vertical-align: middle;
    }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link {
            position: relative;
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .socials-list_type_teacher .socials-list__item .socials-list__item-link span {
                display: inline-block;
            }

            .socials-list_type_teacher .socials-list__item .socials-list__item-link:focus, .socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
                text-decoration: none;
            }

            .socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
                opacity: 1;
            }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_facebook {
            background: #3a5897;
        }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_twitter {
            background: #00aced;
        }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_google-plus {
            background: #db4437;
            font-size: 16px;
        }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_instagram {
            background: #ac907a;
            font-size: 16px;
        }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_envelope {
            background: #ffc600;
            padding-top: 1px;
            font-size: 12px;
        }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_youtube {
            background: #bb0000;
            font-size: 14px;
        }

        .socials-list_type_teacher .socials-list__item .socials-list__item-link_type_soundcloud {
            background: #ff3a00;
            font-size: 14px;
        }


.tablefom {
    padding: 4px;
    /*font-family: 'Roboto' , sans-serif;*/
    font-size: 13px;
    color: #777777;
    text-align: left;
    vertical-align: top;
    border: 1px solid #6759a9;
}

.message-content {
    padding: 10px;
}

    .message-content input {
        border: 2px solid #eeeeee;
        width: 100%;
        height: 44px;
        outline: none;
        margin-bottom: 20px;
        padding-left: 15px;
        font-size: 13px;
        color: #a8a8a8;
    }

    .message-content textarea {
        border: 2px solid #eeeeee;
        width: 100%;
        max-width: 100%;
        min-height: 100px;
        max-height: 200px;
        outline: none;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

.drop {
    border: 2px solid #eeeeee;
    width: 100%;
    height: 44px;
    outline: none;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #a8a8a8;
}

.accent-button a {
    background-color: #f5ac27;
    padding: 15px 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff !important;
    display: inline-block;
    cursor: pointer;
}



.other-lists-container {
    padding: 0px;
    border: none;
}

.other-lists-item:hover {
    /* border: 1px solid #fc0; */
}

.other-lists-item a {
    position: relative;
    border: 1px solid transparent;
    padding: 5px 0 5px;
    text-decoration: none;
    display: block;
    color: #000;
    overflow: hidden
}

    .other-lists-item a:hover {
        text-decoration: none
    }

.other-lists-item .other-lists-item-image {
    width: 140px;
    height: 126px;
    margin-left: 10px;
    margin-right: 20px;
    float: left
}

.other-lists-item-image-available .other-lists-item-header, .component-other-lists .other-lists-item-image-available .other-lists-item-details {
    float: left;
    width: 75%
}

.other-lists-item-header {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px
}

.other-lists-item-title a {
    text-decoration: none;
    color: #333
}

    .other-lists-item-title a:hover {
        text-decoration: none;
        color: #333
    }

.other-lists-item-title {
    color: #f5ac27;
    text-align: left;
    font-size: 16px;
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-position: 0% 50%;
    padding-left: 0px;
}

.other-lists-item {
    border: 1px solid transparent
}

.other-lists-item-info {
    font-size: .7em;
    line-height: .8em;
    text-transform: uppercase
}

.other-lists-item-details {
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 15px;
    font-size: .8em;
    line-height: 1.5em;
    border-left: 5px solid #fc0
}

.other-lists-item-after-details {
    content: '';
    clear: both
}

.instructors-section {
    background: #fff;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

    .instructors-section .avatar img {
        border-radius: 3px 3px 0 0;
        width: 100%;
        height: 190px;
    }

    .instructors-section .instructor-info {
        background: #f5f5f5;
        border-radius: 0 0 3px 3px;
        padding: 10px 10px 5px;
        text-align: left;
        margin: 0 0 10px 0;
    }

        .instructors-section .instructor-info .name {
            font-size: 15px;
            /* font-weight: bold; */
            margin-bottom: 5px;
        }

.instructor-info .position {
    font-size: 13px;
    color: #5a5e6a;
    display: block;
    margin-bottom: 10px;
}

.photo-gallery-btn {
    background-color: #f5ac27;
    padding: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

    .photo-gallery-btn a {
        color: #fff;
    }

        .photo-gallery-btn a:visited {
            color: #fff !important;
        }

.live-head {
    color: #f5ac27;
    font-size: 16px;
    line-height: 14px;
    display: block;
    padding-top: 9px;
}

.flex-house a:hover {
    text-decoration: none !important;
}

.downoladsdiv {
    border-left: 5px solid #f5ac27;
    font-size: 14px;
    line-height: 15px;
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    padding-bottom: 0px !important;
}

.toppers_div {
    padding: 2px;
    border: 1px solid #e6e6e6;
    background: #fff;
    min-height: 280px;
}

.articletoppers .stu_name {
    padding: 10px 5px 0px 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0px;
    line-height: 20px;
}

.articletoppers .stu_rank {
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    line-height: 20px;
}

.other-lists-item-career a:hover {
    text-decoration: none
}

.other-lists-item-career a {
    position: relative;
    border: 1px solid rgb(228, 228, 228);
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    margin: 15px 0px;
    color: #000;
    overflow: hidden;
}

    .other-lists-item-career a:hover {
        border: 1px solid rgb(248, 215, 215);
    }

.other-lists-item-career.other-lists-item-career-image {
    width: 140px;
    height: 126px;
    margin-left: 10px;
    margin-right: 20px;
    float: left
}

.other-lists-item-career-image-available .other-lists-item-career-header, .component-other-lists .other-lists-item-career-image-available .other-lists-item-career-details {
    float: left;
    width: 75%
}

.other-lists-item-career-header {
    position: relative;
    width: 100%;
    padding-left: 5px;
    margin-left: 6px;
    border-left: 3px solid #7D012F;
}


    .other-lists-item-career-header span {
        /*font-family: 'Roboto', sans-serif;*/
        font-size: 14px;
        color: #a8a8a8;
        display: inline;
    }

.other-lists-item-career-title a {
    text-decoration: none;
    color: #333
}

.other-lists-item-career-title {
    color: rgb(2, 76, 160);
    text-align: left;
    font-size: 16px;
    /* background-image: url(../images/email-icon.png); */
    background-repeat: no-repeat;
    background-position: 0% 50%;
    margin-top: 10px;
}

.other-lists-item-career {
}

.other-lists-item-career-info {
    font-size: 11px;
    text-transform: uppercase
}

.other-lists-item-career-details {
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 15px;
    font-size: .8em;
    line-height: 1.5em;
    border-left: 5px solid #fc0
}

.other-lists-item-career-after-details {
    content: '';
    clear: both
}

.popup_text {
    border: 2px solid #eeeeee;
    width: 100%;
    height: 44px;
    outline: none;
    margin-bottom: 20px !important;
    padding-left: 15px;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 12px;
    color: #a8a8a8;
}

.popup_button {
    background-color: #f5a425 !important;
    padding: 15px 30px !important;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 11px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.close_img {
    width: 20px;
    height: 20px;
}

.carer-txt {
    font-size: 13px;
    line-height: 20px;
    color: #454545;
}

.button-des {
    padding: 0px 22px;
    height: 40px;
    line-height: 10px;
    background-color: #f5ac27;
    padding: 15px 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    font-weight: 600;
}

    .button-des:hover {
        padding: 0px 22px;
        height: 40px;
        line-height: 10px;
        background-color: #f5ac27;
        padding: 15px 30px;
        font-size: 13px;
        text-transform: uppercase;
        color: #ffffff !important;
        display: inline-block;
        cursor: pointer;
    }


.bod {
    border: 1px solid #4D76C6;
    padding: 8px 0px;
    /* margin-bottom: 35px !important; */
    margin: 24px 2px !important;
}

    .bod:hover {
        border: 1px solid #FDB950;
        background: #fcfcfc;
    }



.practise-area {
    border-bottom: 4px solid #ffb80a;
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    min-height: 313px;
    overflow: hidden;
    position: relative;
}

    .practise-area .practise-details {
        /*bottom: 0px;
    display: inline-block;
    padding: 29px 15px 25px;*/
    }


    .practise-area .practise-details {
        background-color: #fffaeb;
        bottom: 0px;
        padding: 0 15px 30px;
        /* position: absolute; */
        text-align: center;
        /*transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;*/
        width: 100%;
        padding: 20px 15px 25px;
    }


        .practise-area .practise-details .icon {
            color: #8bc349;
            display: inline-block;
            font-size: 25px;
        }

.mehead {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #020202;
    /* font-family: calibri; */
    font-size: 17px;
}

.practise-area .practise-details .details {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #565656;
    padding: 0;
    height: 22px;
}


.practise-area .practise-details a.btn-thm {
    margin-top: 15px;
    font-size: 13px;
    color: #ffffff;
    background-color: #0d345f;
    padding: 6px;
    font-weight: 500;
}

.practise-area .practise-details a.btn-thm {
    text-decoration: none;
}

.practise-area {
    min-height: 135px;
}


/*banner css*/
section.mian-banner-new {
    position: relative;
    display: flex;
    width: 100%;
}

img.dkddhd-ami {
    max-width: 100%;
    /* position: relative; */
    height: 460px;
    width: 100%;
}

.dhdgddgd-ami {
    position: absolute;
    bottom: 45px;
    color: white;
    border-radius: 5px;
    margin-left: 93px;
    background: #0000009c;
    padding: 25px;
    width: 440px;
    z-index: 2;
}

h1.jdgjddg-ami {
    font-weight: 600;
    font-size: 34px;
    color: #f5ac27;
}

p.djdsss-ami {
    border-left: 2px solid #f5ac27;
    color: white;
    padding-left: 12px;
    line-height: 24px;
    font-size: 13px;
}

.djidgdd-ami {
    padding: 7px 15px !important;
    width: 100%;
    color: #555555;
    box-shadow: 4px 2px 3px 0 rgb(1 1 1 / 12%);
    background: #0d345f;
    padding-top: 11px !important;
}

ul.ddddid-ani {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 81px;
    font-weight: 600;
}

li.djdugdd-ami {
    margin-right: 6px;
    color: #fff;
}

i.fa.fa-angle-right {
    margin-right: 6px;
    font-weight: 600;
    color: #fff;
}

.mian-banner-new {
    position: relative;
    overflow: hidden;
}

    .mian-banner-new img.dkddhd-ami {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }


    .mian-banner-new::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        transition: background 0.3s ease;
        z-index: 1;
    }


    .mian-banner-new::before {
        /* background: rgba(0, 0, 0, 0.3); */
    }

.hfvgg_tri {
    height: 560px;
    width: 100%;
    /* top: 88px; */
    /* position: relative; */
}


/*.dhdgddgd-ami {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}*/

.stm-vc-footer {
    /* background: #000000 url(../../images_new/testimonials-bg_02.jpg) !important; */
    /* background-position: 0 0 !important; */
    background-repeat: no-repeat !important;
    background: linear-gradient(#2361a31a, #ffffff, #2361a31a);
    padding-bottom: 30px;
    padding-top: 30px;
}

.clearfix {
    padding: 40px 0px;
}

p.hskvfgh_tri {
    line-height: 26px;
    font-size: 14px;
    color: #333;
    text-align: justify;
}

.margin_top {
    margin-top: 30px;
}


.mian-banner-new .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}


section.mian-banner-new:before {
    content: "";
    background-image: linear-gradient(#00000000, #000000c7);
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    height: 30%;
    z-index: 2;
    top: 71%;
}

.w-100p {
    width: 100%;
}

.hfegyjh_tri {
    margin-top: 30px;
}

.jhgvyh_tri {
    padding-left: 15px;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9;
}

@media (min-width: 1200px) {
    .mainPanel .container {
        width: 1170px !important;
    }
}

@media (min-width: 1200px) {
    .yoga_new .container {
        width: 1170px !important;
    }
}


.mt_20 {
    margin-top: 20px;
}

.bhjegbyh_tri {
    margin-top: 35px;
}

section.yoga_new {
    background: #f5f5f5;
    padding: 20px 0px;
    padding-bottom: 50px;
}

.adm p {
    font-size: 22px;
    color: #f5ac27;
    width: 64%;
}

.adminput {
    /* margin-left: 20px; */
}
/*.shwbtn {
    margin-top: -38px;
    text-align: center;
    padding-left: 290px;
    float: right;
}
.shwbtn {
    margin-top: -47px;
    text-align: center;
    padding-left: 290px;
    float: right;
}*/
.btn1 {
    background-color: #0d345f;
    border-color: #0d345f;
    color: white;
    padding: 8px 17px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}

    .btn1:hover {
        color: white !important;
        text-decoration: none;
        background-color: #f5ac27;
    }

.adm {
    margin-top: 20px;
}

.fhgy_tri {
    display: flex;
    gap: 20px;
}

.form-control:focus {
    /*border:none;*/
}

.hevsgh_tri {
    padding: 5px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fesfgbyh_tri {
    padding-bottom: 40px;
}


.wrap_heading h4 {
    margin-bottom: 30px;
    margin-top: 30px;
    color: #e47a37;
}

.table-responsive td, tr, th {
    text-align: left;
    font-size: 12px;
    padding: 10px;
    line-height: 23px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-x: scroll !important;
    }
}


table.table-bordered.table-responsive {
    width: 100%;
}

.hfegv_tri {
}

.mainPanel {
    padding-bottom: 20px;
}

.hjavfg_tri {
    padding-bottom: 0px;
}

.flex-house {
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}

.entry-content.toppersdivall {
    display: flex;
    flex-wrap: wrap;
}

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-scroll-wrapper table {
        min-width: 800px; /* Force scroll if screen is smaller */
        border-collapse: collapse;
    }


.yoga_new .row.bhjegbyh_tri .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 32.333333%;
    margin-bottom: 20px;
}

.adm p {
    font-size: 22px;
    color: #f5ac27;
    width: 78%;
}

.adminput {
    /* margin-left: 20px; */
    height: 38px;
}

h3.other-lists-item-title.imageshow i {
    padding-right: 5px;
}

ul.other-lists-container.divupdates li {
    margin-bottom: 0px;
    border-bottom: 1px solid #80808014;
    padding: 10px 0px;
}

p.photodesc div {
    line-height: 30px;
    font-size: 13px;
    color: #333;
}

p.photodesc {
    margin-top: 20px;
}

.view_more_button {
    cursor: pointer;
}



.imageHomedivv.overflow.style-2 h4 {
    margin-top: 30px;
}
