* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    padding: 0;
    margin: 0;
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.animate-image {
    animation: slideIn 40s linear infinite;
}

#banner img {
    height: 500px;
    object-fit: cover;
}

.dropdown-toggle::after {
    border: 0;
}

.horizental-line {
    width: 100%;
    height: 1px;
    background-color: rgb(122, 121, 121);
    opacity: 0.5;
    margin-top: 15px;
}

#header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
    width: 100%;
}

.dropdown-item:hover {
    color: #0000cf;
}

.nav-item {
    position: relative;
    margin: 0 0 0 24px;
}

.offcanvas-body .active::after {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 2px solid #0066DC;
    width: 100%;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.nav-item a::after,
.dropdown-menu a:after {
    position: absolute;
    left: 0;
    border-bottom: 2px solid #0066DC;
    width: 50%;
    content: '';
    right: 0;
    margin: auto;
    opacity: 0;
    bottom: 0px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.dropdown-item .nav-item a::after {
    bottom: 0;
}

.nav-item a {
    font-size: 14px;
    position: relative;
}

.nav_cheak .nav-item a:hover::after {
    opacity: 1;
    position: absolute;
    bottom: 9px;
    left: 0;
    border-bottom: 2px solid #0066DC;
    margin-bottom: 26px;
    width: 78%;
    margin: auto;
    right: 0;
    content: '';
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.dropdown-menu {
    margin-top: 10px;
}

.navbar-nav .nav-link.active {
    color: #0066DC;
}

.navbar-nav .nav-link {
    color: #0066DC;
    padding: 0;
}

.dropdown-item {
    color: #0066DC;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.logo img {
    margin-left: 106px;
}

#banner {
    position: relative;
}

.banner_content {
    position: absolute;
    bottom: 0px;
    margin-left: 40px;
}

.intro {
    margin: 0px 0px 0px 0px;
    padding: 100px 0 100px 0;
    color: #8D8D8D;
}

    .intro .container {
        max-width: 1170px;
    }

.section-title h1 span {
    font-weight: 300;
}

.section-title span {
    color: #333;
}

.section-title h1 {
    position: relative;
    font-size: 36px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    text-transform: capitalize;
    color: #0066DC;
    text-align: center;
}

.title p {
    font-family: 'Open Sans', sans-serif;
    word-spacing: 3px;
    letter-spacing: 2px;
}

.banner_content h2 {
    font-family: Cambria;
    font-size: 45px;
    text-shadow: 3px 0px 3px white;
    margin: 10px;
    margin-left: 50px;
    color: #b63309;
}

.banner_content p {
    color: white;
    font-size: 18px;
    text-shadow: 5px 0px 3px #000000;
    margin-left: 120px;
}

.banner_content h3 {
    text-shadow: 5px 0px 3px white;
    color: #0000cf;
    font-size: 22px;
}

.btn-common {
    background: #0066DC;
    color: #FFFFFF;
}

.text-center {
    text-align: center;
}

.yellow_section {
    margin: 0px -15px 0px 0px;
    background-color: #FAD12B;
    padding: 50px;
}

    .yellow_section p {
        font-family: 'Open Sans', sans-serif;
        word-spacing: 3px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .yellow_section h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 700;
    }

    .yellow_section:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(250, 209, 43, 0);
        border-left-color: #FAD12B;
        border-width: 15px;
        margin-top: -15px;
    }

.yellow_section {
    position: relative;
    max-height: 490px;
    min-height: 480px;
}

.img-responsive {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.section-header {
    text-align: center;
}

    .section-header h1 {
        padding-top: 100px;
        position: relative;
        font-size: 36px;
        margin-bottom: 24px;
        padding-bottom: 22px;
        text-transform: capitalize;
        color: #0066DC;
        font-weight: 700;
    }

        .section-header h1 span {
            font-weight: 300;
        }

    .section-header span {
        color: #333;
    }

.service-content img {
    margin-top: 0px;
    margin-bottom: 16px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.service-content .inner {
    padding-left: 10px;
    padding-right: 10px;
}

.service-content:hover {
    border: 1px solid #0066DC;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 19px 2px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 19px 2px rgba(204,204,204,1);
    box-shadow: 0px 0px 19px 2px rgba(204,204,204,1);
}

.service-content {
    margin: 0px 0px 30px 0px;
    border: 1px solid #CCCCCC;
    padding: 0px 0px 30px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(138,138,138,1);
    -moz-box-shadow: 0px 3px 5px -2px rgba(138,138,138,1);
    box-shadow: 0px 3px 5px -2px rgba(138,138,138,1);
}

    .service-content h2 {
        font-size: 22px;
        font-weight: lighter;
        margin: 34px 0 18px;
        color: #0066DC;
    }

.divider {
    margin-top: 40px;
    margin-bottom: 10px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 100%;
    height: 1px;
}

.service-content p {
    font-size: 14px;
}

.service-content a {
    text-decoration: none;
    font-size: 14px;
}

    .service-content a:hover {
        text-decoration: underline;
    }

.gallery hr {
    margin: 0px;
    padding: 23px 0px;
    border-style: dashed none none none;
    border-width: 1px 0px 0px 0px;
    border-top-color: #000;
    margin-top: 55px;
}

.colored_sections .colorbox {
    padding: 25px 47px 40px 80px;
}

.red_section {
    background-color: #FF6666;
}


.colored_sections h2 {
    line-height: 35px;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.colored_sections p {
    margin-bottom: 34px;
    color: #fff;
}

.btn-borderwhite {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    overflow: hidden;
    font-weight: 400;
}

    .btn-borderwhite:hover {
        background-color: #fff;
        color: #000;
    }

.dark_section {
    background-color: #272d43;
}

.green_section {
    background-color: #82b541;
}

.text-wrapper-colored {
    height: 600px;
}

.dark_section {
    position: relative;
    margin-bottom: -13px;
}

    .dark_section:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #272d43 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 50%;
    }

.service-heading {
    color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    font-size: x-large;
    width: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.39) 0%,rgb(102, 239, 245) 200%);
}

.seva-img {
    height: 170px !important;
    width: 150px !important;
}

.service-content h2 {
    font-size: 22px;
    font-weight: lighter;
    margin: 10px -4px 4px;
    color: #0066DC;
}

.text-left {
    text-align: left;
}

.mylink {
    padding-top: 8px;
}

.myLinkPrefix td::before {
    content: "\f0da \f105";
    font-family: FontAwesome;
    margin-left: 8px;
    margin-right: 8px;
    color: #e20000;
}

.service-heading .divider {
    margin-top: 40px;
}

.icon-btn {
    float: right;
}

.photo-info p {
    line-height: 33px
}

.photo-info a {
    text-decoration: none;
}

#why-chose {
    background-size: cover;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 10px;
}

.form-group {
    margin-bottom: 45px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group .Message {
    width: 100%;
    height: 78px;
}

.form-group .btn-common {
    float: right;
    width: 150px;
    margin: 20px;
}

.column-title {
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #eee;
    border-bottom-color: #DBDBDB;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 22%;
        border-bottom: 1px solid #0066DC;
    }

.column-head p {
    color: #750076;
    font-weight: 600
}

li {
    list-style: none;
}

.icon-list span {
    color: blue;
    text-decoration-line: underline;
}

.icon-list {
    line-height: 30px;
    margin: 0;
    padding: 0;
}

footer {
    background-color: #222;
    padding-top: 60px;
    color: #ccc;
}

.footer {
    background-color: #222;
    padding: 60px;
    color: #ccc;
}

.footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

    .footer-widget h4 .head-line {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 3px;
        background-color: #333;
        margin: 0;
    }

.footer-widget span {
    font-weight: bold;
}


.footer-widget ul {
    margin: 0;
    padding: 0;
}

.copy_right {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 65px;
}

.copy_nav a {
    color: #00fff7;
    font-weight: 600
}

.copy_nav p {
    font-size: 11px;
    text-transform: uppercase;
}

.features {
    background-color: #FFF;
}

.section {
    overflow: hidden;
   padding:25px;
}

.features > .container {
    padding: 20px 0px;
}

.text-center span {
    color: #6767dc
}

.center-black {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 20%;
    border-color: blue;
}


.img-set {
    text-align: center;
}

    .img-set img {
        width: 70%;
    }

.gap {
    height: 25px;
    width: 100%;
}

.paragarph p {
    text-align: justify;
    margin-bottom: 20px;
}

.thought p {
    text-align: justify;
    font-style: italic;
}

.thought {
    align-items: center;
    margin: auto;
}

.img-sec img {
    margin: auto;
    display: block;
}

.speech p {
    text-align: justify;
    line-height: 30px;
}

.time_table li {
    margin-bottom: 10px;
}

.footer h2, .footer li {
    color: white;
}

.contact ul {
    margin: 0px;
    padding: 0px;
}

.blockcontainer iframe {
    width: 100%;
    height: 270px;
}

.contact ul:last-child {
    line-height: 37px;
}

.block-icon {
    margin-bottom: 30px;
}

.btn-default {
    background-color: #34495e;
    border-color: #34495e;
    color: #FFF;
}

.block-icon h3 {
    font-size: 24px;
}

.btn-default:hover {
    background-color: #34495E;
    color: white;
}

.vertical_line {
    width: 90%;
    border-color: green;
    border-style: dashed;
}

.teaching ul {
    text-align: justify;
    margin-left: 30px;
}

.teaching li {
    padding-top: 12px;
    list-style: unset;
}

#About_SaradaDevi {
    background-color: #fafafa;
}

.lesson p {
    text-align: justify;
    line-height: 30px;
}

.Emblemorder p {
    text-align: justify;
    text-align: center;
}

.myposition {
    position: relative;
}

.img-rounded {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

    .img-rounded:hover {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.myImgGlow:hover {
    opacity: .5;
    border-radius: 2px;
    -webkit-box-shadow: 10px 3px 8px -2px rgba(138,138,138,1);
    -moz-box-shadow: 0px 3px 8px -2px rgba(138,138,138,1);
    box-shadow: 0px 3px 8px -2px rgba(138,138,138,1);
}

.img_activities {
    height: 200px;
}

.Activities_style h5 {
    padding-top: 15px;
    font-size: 14px;
}

.Activities_style img {
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    background-color: #f5f5f5;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 30px;
    margin-bottom: 50px;
}

.Description_lesson_hin p {
    text-align: justify;
    line-height: 30px;
}

.Description_lesson_hin h5 {
    line-height: 30px;
    font-size: 16pt;
    background: white;
    text-align: center;
}

.Description_lesson_hin h6 {
    line-height: 30px;
    font-size: 13pt;
    background: white;
    text-align: center;
}

.Description_lesson_hin li {
    padding-top: 12px;
    list-style: square;
}

.Description_lesson_eng h5 {
    line-height: 30px;
    font-size: 16pt;
    background: white;
    text-align: center;
}

.Description_lesson_eng h6 {
    line-height: 30px;
    font-size: 13pt;
    background: white;
    text-align: center;
}

.Description_lesson_eng li {
    padding-top: 12px;
    list-style: square;
}

.Description_lesson_eng p {
    text-align: justify;
    line-height: 18px;
}

.headin_line hr {
    padding: 0px;
    margin: 0px;
}

.headin_line img {
    height: 200px;
    margin-top: 10px;
}

.Description_lesson_eng a {
    color: #feaf1e;
    cursor: pointer;
    text-decoration: none;
}

.Description_lesson_hin a {
    color: #feaf1e;
    cursor: pointer;
    text-decoration: none;
}

.hr_upadte hr {
    padding: 10px;
    margin: 0px;
}

.breadcrumb h5 {
    margin: 0px;
}

.circleup_direction a {
    text-decoration: none;
    float: right;
}

.circleup_direction {
    color: #0000cf;
}


.text-center hr {
    border-color: blue
}

.quick_links {
    border: 1px solid #dcdcdc;
    background-color: #dedede;
    border-radius: 2px;
    padding: 1px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 90%;
    margin: auto;
}

.membership_link li {
    color: blue;
}

.quick_links_page {
    background-color: #f6f6f6;
    min-height: 740px;
}

    .quick_links_page img {
        border-radius: 5px;
        padding: 19px;
    }

.membership_link a {
    line-height: 35px;
    text-decoration: none;
}

.font_implement h3 {
    font-size: 21px;
}

.about_patrika p {
    margin-top: 0px;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
}

.white_section a {
    color: #0000cf;
    text-decoration: none;
}

.white_section {
    padding: 60px;
    margin: 50px;
}

.partika_img img {
    height: 300px !important;
    width: 220px !important;
    border-radius: 5px;
    box-shadow: 1px 2px 3px black;
}

.books_img img {
    height: 200px;
    max-width: 85%;
}

.books_img {
    text-align: center
}

    .books_img p {
        padding-top: 15px;
        color: #1f0c9a;
        font-size: small;
        font-variant-caps: small-caps !important;
    }

.membership_page {
    background: #08c2bc;
    color: #fff;
}

.membership_item p {
    margin-top: 0px;
    font-size: medium;
}

.membership_item img {
    height: 350px;
    width: 250px;
    border-radius: 5px;
}

.membership_action {
    float: right;
}

    .membership_action a {
        color: #311cb9;
        background-color: yellow;
        padding: 4px;
        border-radius: 3px;
        font-size: larger;
        text-decoration: none;
    }

.books_planning p {
    margin-top: 0px;
    font-size: medium;
    text-align: justify;
}

.rkmaddress p {
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.fix_treasure p {
    margin-top: 0px;
    font-size: x-large;
    text-align: center;
    color: #e99600;
}


.fix_treasure span p {
    margin-top: 0px;
    font-size: x-large;
    font-weight: bolder;
    color: #cf8200;
    text-align: right;
}

.treasure p {
    margin-top: 0px;
    font-size: medium;
    text-align: justify;
    line-height: 35px;
    color: black;
}

.center_hr {
    width: 10%;
    border-color: blue;
}

.writen_list {
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 0px;
    width: 300px;
    max-height: 246px;
}

.writen_subject {
    color: #000000;
    border-radius: 2px;
    padding: 3px;
    font-size: large;
    width: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.39) 0%,rgb(102, 239, 245) 200%);
}

.writen_point {
    background-color: white;
    min-height: 200px;
    padding: 10px;
}

.table-responsive {
    width: 100%;
    border-collapse: collapse;
}

    .table-responsive a {
        text-decoration: none;
        color: blue
    }

    .table-responsive td {
        padding: 10px;
    }

.hindi_word span {
    color: #3366FF;
    font-size: X-Large
}

.hindi_word hr {
    margin: 2px;
    border: 0;
    border-top: 1px solid black;
}

.writen_img_section {
    font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    color: #2d19b6;
}

.img_section_content {
    padding-top: 17px;
}

.artical_details span {
    font-style: italic;
    font-weight: 500;
    color: #6252bd;
}

.artical_details li {
    padding: 10px;
}

.hindi_artical_details p {
    text-align: justify;
    line-height: 45px;
}

.hindi_artical_details span {
    float: right;
}

    .hindi_artical_details span p {
        font-style: italic;
        font-weight: 600;
    }

.media_titel h4 {
    margin-bottom: 5px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 20px;
}

.media_titel hr {
    margin-top: 0px;
    padding: 0px;
}

.media_photo img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 1px solid gray;
    padding: 5px;
    margin: 10px;
}

.button_section {
    margin: 20px;
}

.media_photo img:hover {
    border-top: 3px solid red;
    border-bottom: 3px solid red;
}

.event_heading1 {
    padding-top: 120px;
    text-transform: uppercase;
    color: lightseagreen;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 1px solid blue;
    margin-bottom: 10px;
}

.photos_for_admin {
    border-width: 0px;
    border-style: None;
    width: 100%;
    border-collapse: collapse;
}

.table_space {
    border-width: 0px;
}

.myimg_admin {
}

    .myimg_admin:hover {
        opacity: .5;
    }

.img-rounded_admin {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    trasition: all 1.3px;
    -webkit-transition: all 1.5px;
    -moz-transition: all 1.5px;
    -ms-transition: all 1.5px;
}

    .img-rounded_admin:hover {
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.mypadd_admin {
    padding-left: 30px !important;
    padding-bottom: 40px !important;
    border: none !important;
}

.myalign_admin {
    vertical-align: top;
}

.mymaxwidth_admin {
    max-width: 250px;
}

.img-fixing {
    height: 100px;
    width: 130px;
}
