@font-face {
    font-family: 'Poppins-Light';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Poppins-Lightd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.html#Poppins-Light') format('svg');
}

@font-face {
    font-family: 'Poppins-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Poppins-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Medium.woff') format('woff'), url('fonts/Poppins-Medium.ttf') format('truetype'), url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
}

@font-face {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Poppins-Boldd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('truetype'), url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
}

@font-face {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Poppins-Regulard41d.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Regular.woff') format('woff'), url('fonts/Poppins-Regular.ttf') format('truetype'), url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
}


/*  Home page */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    font-family: 'Poppins-Light' !important;
}

p {
    line-height: normal;
    font-weight: normal;
    color: #454545!;
}

div#registration_form form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

div#registration_form form.wpcf7-form>p:nth-of-type(1) {
    width: 100% !important;
}

div#registration_form form.wpcf7-form p .your-date input {
    padding: 15px 10px;
}

div#registration_form form.wpcf7-form p input {
    color: #000;
}

div#registration_form form.wpcf7-form p textarea {
    color: #000;
}

div#registration_form form.wpcf7-form p {
    width: calc(50% - 20px);
}

div#registration_form form.wpcf7-form>p:nth-of-type(3) {
    width: 100%;
}

div#registration_form form.wpcf7-form>p:nth-of-type(10) {
    width: 100%;
}

div#registration_form form.wpcf7-form>p:nth-of-type(14) {
    width: 100%;
}

div#news-and-events .wpb_text_column p {
    border-bottom: 1px solid rgba(128, 128, 128, 0.42);
    min-height: 90px;
    padding: 10px 0px;
}

div#news-and-events .wpb_text_column p a {
    text-decoration: none;
}

div#news-and-events .wpb_text_column p a:hover {
    text-decoration: none;
    color: #4cb050 !important;
}

div#registration_form form.wpcf7-form>p:nth-of-type(20) {
    width: 100%;
}

div#registration_form form.wpcf7-form>p:nth-of-type(22) {
    width: 100%;
}

div#registration_form form.wpcf7-form>p:nth-of-type(25) {
    width: 100%;
    text-align: left;
}

div#registration_form form.wpcf7-form>p:nth-of-type(22) input {
    margin: 0 0 0 0;
}

div#teacher-message figure div {
    width: 100%;
}

div#teacher-message figure {
    width: 100%;
}

div#teacher-message img {
    width: 100% !important;
}

div#registration_form form.wpcf7-form>p:nth-of-type(25)>input.wpcf7-submit {
    margin: 10px;
}

div#registration_form form.wpcf7-form>p:nth-of-type(1)>label,
div#registration_form form.wpcf7-form>p:nth-of-type(3)>label,
div#registration_form form.wpcf7-form>p:nth-of-type(10)>label,
div#registration_form form.wpcf7-form>p:nth-of-type(14)>label,
div#registration_form form.wpcf7-form>p:nth-of-type(20)>label {
    font-size: 25px;
}

.text-justify p 
{
   /* text-align: justify !important; */
}

.text-bold {
    font-family: 'Poppins-Bold' !important;
    color: #000;
    letter-spacing: 1px;
}

.open-pop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.open-pop div span {
    width: 30px;
    margin: 0 -15px -15px auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@keyframes openPop {
    0% {
        transform: scale3d(0, 0, 0);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.open-pop div div {
    width: 600px;
    animation: openPop 0.5s ease-in-out;
}

.open-pop>div div img {
    width: 100%;
}

.ac-header__left {
    max-width: 425px;
}

.our_vision,
.our_mission {
    opacity: 0.8;
}

.our_vision .vc_column-inner,
.our_mission .vc_column-inner {
    padding: 40px 40px !important;
}

.our_vision h4,
.our_vision p {
    color: #fff !important;
}

.create-features h1.vc_custom_heading {
    font-family: 'Poppins-Light' !important;
    font-size: 36px;
}

.our_vision h4,
.our_mission h4 {
    font-family: 'Poppins-Light' !important;
}

h4.facility {
    padding-bottom: 30px;
    font-family: 'Poppins-Light' !important;
    font-size: 20px;
}

div#student-sections-home h3.vc_custom_heading {
    font-family: 'Poppins-Regular' !important;
    line-height: normal;
    font-weight: normal !important;
}

.ac-footer,
.ac-footer a,
.ac-footer p {
    color: rgba(255, 255, 255, 0.4)!important;
}

.our_mission h4,
.our_mission p {
    color: #000;
}

.event-copyright a {
    color: rgba(255, 255, 255, 1) !important;
}

.contact-text {
    color: #000;
    font-family: 'Poppins-Medium' !important;
}

.event-copyright {
    width: 100%;
    color: rgba(255, 255, 255, 0.4);
}

div#blessing-section a {
    color: #000 !important;
    font-family: 'Poppins-Bold' !important;
    font-size: 16px;
}

.awards_achieve_content,
.news_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.awards_achieve_content h3,
.news_content h3 {
    width: 100%;
    margin-top: 15px;
}

.awards_achieve_content p,
.news_content p {
    width: 70%;
    order: 1;
    text-align: justify;
    margin: 0;
}

.awards_achieve_content img,
.news_content img {
    margin: 0;
}

.gallery-div {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 80px 0;
}

section.gallery-section h3 {
    color: #00128c;
    text-align: center;
    font-weight: 600;
    padding: 50px 0 0 0;
    font-style: normal;
}

.taxonomy-schoolimage_category h3 {
    color: #00128c;
    text-align: center;
    font-weight: 600;
    padding: 50px 0 0 0;
    font-style: normal;
}

section#common-banner1 img {
    width: 100%;
}

.taxonomy-schoolimage_category {
    width: 100%;
}

.gallery-div>div {
    width: calc(100% /3 - 15px);
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.gallery-div>div a {
    display: block;
    position: relative;
    cursor: pointer;
}

.gallery-div>div a img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.gallery-div>div div {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
    padding: 10px 15px !important;
    margin: 0;
    transition: all 0.5s ease-in-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-div>div div p {
    color: #fff;
    font-size: 60px;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    transform: scale3d(0.8, 0.8, 0.8);
}

.gallery-div>div div:hover p {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.gallery-div>div h4 {
    margin: 0 0 10px 0;
    transition: all 0.5s ease-in-out;
}

.gallery-div>div:hover div {
    top: 0;
}

.taxonomy-schoolimage_category>div>img {
    width: 100%;
}

.taxonomy-section {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 80px 0;
}

.taxonomy-section > div {
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.taxonomy-section > div a {
    display: block;
    position: relative;
    cursor: pointer;
}

.taxonomy-section > div a img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.taxonomy-section >div h4 {
    position: absolute;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    padding: 10px 15px !important;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.taxonomy-section >div:hover h4 {
    bottom: 0;
}

div#blessing-section a:hover {
    color: #c60000 !important;
}

ul#primary-menu {
    text-align: left;
    padding: 0;
}

ul#primary-menu ul.sub-menu {
    text-align: left;
}

ul.ac-sociallist {
    display: flex;
    justify-content: flex-end;
}

ul.ac-sociallist li {
    width: 40px;
    height: 42px;
    line-height: inherit;
    display: block;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
}

ul.ac-sociallist li:hover {
    transform: translateY(-5px);
}

ul.ac-sociallist li a {
    padding: 0;
    display: block;
    height: 100%;
}

div#student-sections-home .vc_col-sm-4:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    right: 0;
    top: 0;
}

div#student-sections-home .vc_col-sm-4:last-child:before {
    display: none;
}

.our-testimonial .vc_col-sm-6:before {
    height: 40px;
    width: 40px;
    content: "";
    font-size: 8em;
    position: absolute;
    color: #f44336;
    left: 30px;
    top: -30px;
    z-index: 12;
    background: url(images/quoute.png);
    background-size: cover;
}

.maharishi-content p a,
div#blessing-section a,
div#career-page p a {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #c60000;
}

.maharishi-content p a:hover,
div#blessing-section a:hover,
div#career-page p a:hover {
    text-decoration: none;
    color: #31b774;
}

.ac-footer i {
    padding-right: 10px;
}

.ac-footer a:hover {
    color: #f44336 !important;
    text-decoration: none !important;
}

.ac-footer a {
    text-decoration: none;
}

.our-testimonial .vc_col-sm-6 {
    position: relative;
}

.our-testimonial {
    padding-top: 50px;
}

div#student-sections-home .vc_col-sm-4 {
    position: relative;
}

.ac-sociallist li a i {
    width: 100%;
    height: 100%;
    display: block;
}

.ac-sociallist li a i:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.ac-sociallist li a i.fa-facebook:before {
    background: url(images/facebook.png);
}

.ac-sociallist li a i.fa-google:before {
    background: url(images/google.png);
}

.ac-sociallist li a i.fa-twitter:before {
    background: url(images/twitter.png);
}

.ac-sociallist li a i.fa-instagram:before {
    background: url(images/instagram.png);
}

.mvm_top_bar>div {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.mvm_top_bar>div>div li {
    list-style-type: none;
}

.mvm_top_bar>div>div {
    display: flex;
    align-items: center;
}

.mvm_top_bar>div>div li p {
    margin: 0 0 0 0;
}

.mvm_top_bar>div>div li p a {
    text-decoration: none;
    font-family: 'Poppins-Light' !important;
    color: #d43f3f;
    font-size: 16px;
}

.our-testimonial>.vc_column_container:first-child {
    padding: 5px 25px 5px 5px !important;
}

.our-testimonial>.vc_column_container:nth-child(2) {
    padding: 5px 5px 5px 8px !important;
}

.mvm_top_bar>div>div li p a:hover {
    color: #3b9658;
}

.mvm_top_bar>div>div li:last-child {
    margin-right: 0px;
}

.mvm_top_bar>div .ac-header__search-btn {
    margin-right: 10px;
    width: 40px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2ea160;
    border-radius: 8px;
}

.mvm_top_bar>div .ac-header__search-btn span {
    color: #fff;
}

article div#common-banner1 {
    height: inherit;
    width: 100% !important;
    display: none;
    left: 0 !important;
}

div#primary {
    left: 0;
    width: 100%;
}

.mvm_top_bar>div .ac-header__search-btn.active span {
    color: #fff;
}

.ac-header__right .ac-header__search-btn {
    display: none;
}

.mvm_top_bar 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ac-header__right {
    position: inherit !important;
    width: 100%;
    top: 0;
    right: inherit;
    left: 0;
    transform: translateY(0%);
    float: none !important;
    margin-left: 0px;
}

nav.ac-header__navigation {
    float: none;
}

.ac-header 
{
    padding: 5px 0px;
    background:#fff;
 }

.ac-header__main 
{
    position: absolute;
    padding: 5px 0;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 100;
    top: 85px;
    background: rgba(255, 255, 255, 0.8);   
}

.ac-header--scrolling .ac-header__main {
    padding: 15px 0;
    position: inherit;
    background: #fff;
    top: 64px;
}

.ac-header__navigation ul>li.current-menu-item>a {
    color:#f1712a !important;
}

.ac-header__navigation ul>li.current-menu-parent>a {
    color: #f1712a;
}

.ac-header__navigation ul>li a {
    cursor: pointer;
    font-family: 'Poppins-Medium' !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

.ac-header__navigation ul > li {
   // padding: 0 12px;
    padding: 0 7px;
}

h1#banner_content {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    z-index: 999;
    width: 100%;
    font-family: 'Poppins-Light' !important;
    line-height: normal;
    font-weight: 500 !important;
    letter-spacing: normal !important;
}

ul#primary-menu li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #f1712a;
    top: 8px;
    right: 0;
}

ul#primary-menu li:last-child:after {
    display: none
}

.mt-0 p {
    margin-top: 0px;
}

table#wpsm-table-3 {
    width: 50%;
    margin: 0 auto;
}

div#career-page form p input[type=file] {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
}

div#career-page .vc_col-sm-6:first-child:before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
}

div#career-page input.wpcf7-submit {
    margin: 0 0;
}

div#career-page>div>div>.wpb_wrapper {
    margin: 0 auto;
}

div#yogi-section>div .wpb_wrapper {
    width: 89%;
    position: relative;
}

div#teacher-message .vc_column-inner {
    padding: 0px;
}

div#teacher-message p {
    line-height: 30px;
}

.white .sa_owl_theme .owl-nav .owl-prev {
    padding: 20px !important;
    background-size: cover !important;
}

.white .sa_owl_theme .owl-nav .owl-next {
    padding: 20px !important;
    background-size: cover !important;
}


/*div#yogi-section>div .wpb_wrapper h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}*/

.corres_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.49) !important;
}

.corres_name h4 {
    color: #fff;
    font-family: 'Poppins-Medium' !important;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    margin: 0;
}

.corres_name h5 {
    color: #fff;
    font-family: 'Poppins-Light' !important;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    font-weight: normal;
}

div#blessing-section h2.vc_custom_heading {
    font-family: 'Poppins-Light' !important;
    font-size: 30px;
    font-weight: 600;
    color: #f4511e !important;
}

div#yogi-section>div .wpb_wrapper div figure {
    width: 100%;
}

div#yogi-section>div .wpb_wrapper div figure div {
    width: 100%;
}

div#yogi-section>div .wpb_wrapper div figure div img {
    width: 100%;
}

div#faculti-slider .vc_inner img {
    width: 100% !important;
    border: 5px solid #fff;
}

.our-testimonial .wpb_wrapper {
    /*height: 300px;*/
}

.our-testimonial .wpb_wrapper div {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-testimonial .wpb_wrapper p {
    color: #000;
    font-family: 'Poppins-Regular' !important;
    margin-top: 0px !important;
}

.news-post:first-child>div {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    padding: 0;
}

.news-post:nth-of-type(3)>div {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    padding: 0;
}

.news-post:first-child>div h4 {
    padding: 15px 30px 15px;
    border-top-left-radius: 40px;
    margin: 0px 0 0 0px;
}

.news-post:nth-of-type(2)>div h4 {
    padding: 15px 30px 15px;
    /* border-top-right-radius: 40px; */
    margin: 0px 0 0 0px;
}
.news-post:nth-of-type(3)>div h4 {
    padding: 15px 30px 15px;
    border-top-right-radius: 40px;
    margin: 0px 0 0 0px;
}

.news-post .news_update_title {
    padding: 0 30px;
}

.news-post .recent_awards_title {
    padding: 0 30px;
}

.news-post .news_update_title .news_update_content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-post h4 {
    font-family: 'Poppins-Medium' !important;
    font-weight: normal !important;
}

.news-post .news_update_title .news_update_content p a {
    color: #c60000;
    display: block;
    text-decoration: none;
    font-family: 'Poppins-Light' !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-post .news_update_title .news_update_content p a:hover {
    color: #000;
}

.news-post .recent_awards_title .recent_awards_content p a:hover {
    color: #f2ed5a;
}

.news-post .recent_awards_title .recent_awards_content p a {
    color: #f2ed5a;
    display: block;
    text-decoration: none;
    font-family: 'Poppins-Light' !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-post .recent_awards_title .recent_awards_content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#news-section-row .wpb_text_column .wpb_wrapper p a {
    color: #f2ed5a;
    text-decoration: none;
    font-size: 14px;
}

div#news-section-row .wpb_text_column .wpb_wrapper {
    padding: 0px 30px;
}

div#news-section-row .wpb_text_column .wpb_wrapper p {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    min-height: 100px;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-post .news_update_title .news_update_content p {
    margin: 0 0 0 0;
    color: #fff;
    font-family: 'Poppins-Light' !important;
}

.news-post .news_update_title .news_update_content span {
    color: #000;
    font-family: 'Poppins-Light' !important;
}

.news-post .recent_awards_title .recent_awards_content p {
    margin: 0 0 0 0;
    color: #fff;
    font-family: 'Poppins-Light' !important;
}

.news-post .recent_awards_title .recent_awards_content span {
    color: #000;
    font-family: 'Poppins-Light' !important;
}

.news-click h4 {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-bottom-left-radius: 40px;
    text-align: center !important;
    border-bottom-right-radius: 40px;
    cursor: pointer;
}

.news-click h4 a {
    font-weight: 500 !important;
    font-family: 'Poppins-Medium' !important;
    line-height: normal;
    text-decoration: none;
}

.news-click h4 a:hover {
    text-decoration: underline;
}

.three_icon img.vc_single_image-img.attachment-thumbnail {
    max-width: 82%;
    max-height: 100%;
}

div#news-section-row {
    transform: translateY(-6%);
}

div#layerslider_1 .ls-inner:after {
    position: absolute;
    bottom: 0px;
    height: 15px;
    content: "";
    width: 100%;
    left: 0;
    z-index: 99;
    background: url(images/bg.jpg);
    background-size: 100% 100%;
}

div#faculti-slider .vc_images_carousel .vc_carousel-control {
    transform: translateY(-50%);
    left: -75px;
    opacity: 1;
}

div#faculti-slider .vc_images_carousel .vc_carousel-control.vc_right {
    left: auto;
    right: -50px;
}

div#faculti-slider .vc_images_carousel .vc_carousel-control .icon-next,
div#faculti-slider .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 60px;
    height: 60px;
    font-size: 60px;
    color: #000;
    opacity: 1;
}

div#layerslider_1 .ls-layers:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}

.brochure_btn>a {
    background-color: #4c6977 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 20px 20px !important;
    height: 60px !important;
    width: 260px !important;
    text-transform: uppercase;
}

.brochure_btn>a:hover {
    background: #fff !important;
    color: #5e5e5e !important;
}

.maharishi-content h2.vc_custom_heading {
    font-family: 'Poppins-Light' !important;
    line-height: normal;
    color: #ff5f01 !important;
}

div#layerslider_1 .ls-layers:after {
    position: absolute;
    bottom: 0px;
    height: 15px;
    width: 100%;
    content: "";
    left: 0;
    background: url(images/bg.jpg);
    background-size: 100% 100%;
}

div#layerslider_1 .ls-layers {
    position: relative;
}

div#layerslider_1 .ls-wrapper h1 {
    z-index: 100000 !important;
    font-family: 'Poppins-Light' !important;
}

div#blessing-section {
    margin-top: -90px;
}

div#blessing-section>.wpb_column {
    margin-top: -50px;
}

#contact-forms p {
    margin-top: 0;
}

#contact-forms h1 {
    color: #3f51b5;
    margin: 0;
}

#contact-forms p input {
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0;
    margin-bottom: 15px;
    color: #000;
}

#contact-forms p textarea {
    color: #000;
}

#contact-forms p label br {
    display: none;
}

#contact-forms p textarea {
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0;
}

input.wpcf7-submit {
    background: #4c6977;
    display: block;
    color: #fff !important;
    width: 190px !important;
    height: 54px;
    border-radius: 50px;
    margin: 10px 0 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

input.wpcf7-submit:hover {
    background: #c60000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-links .vc_col-sm-6:first-child p {
    margin-left: auto;
}

.contact-links p {
    border: 2px solid #03a9f4;
    border-radius: 50px;
    padding: 10px 20px;
    width: 320px;
    text-align: center !important;
}

.contact-links p i {
    font-size: 20px;
    padding: 0px 10px;
}

.contact-links p i,
.contact-links p a {
    color: #03a9f4;
    font-weight: bold;
    text-decoration: none;
}

div#contact-forms {
    box-shadow: -10px 10px 30px #e1e1e1;
}

.contact-links p a:hover {
    color: #c80808;
}

.contact-links p i:hover {
    color: #c80808;
}

.contact-map div iframe {
    height: 100%;
}

.contact-map div {
    height: 100%;
}

.avigna-section {
    background: linear-gradient(to bottom, #eeeeee, rgba(238, 238, 238, 0.5));
}

.contact-links {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.5), rgba(238, 238, 238, 0.3));
}

.contact-form-row {
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.3) 20%, #fff);
}

div#common-banner1:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

div#common-banner1:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 15px;
    content: "";
    background: url(images/bg.jpg);
    background-size: 100% 100%;
}

div#common-banner1 div {
    height: 100%;
}

div#common-banner1 .wpb_wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#common-banner1 {
    height: 600px;
    background-size: cover !important;
    position: relative;
}

.create-features {
    padding: 70px 0px;
    background:url(../../uploads/2018/03/create-feature.jpg);
    background-size: 100% 100%;
    position: relative;
}

.create-features:before {
    position: absolute;
    bottom: 0px;
    height: 15px;
    content: "";
    width: 100%;
    left: 0;
    background: url(images/bg.jpg);
    background-size: 100% 100%;
}

.mission_vision::before {
    position: absolute;
    bottom: 0px;
    height: 15px;
    content: "";
    width: 100%;
    left: 0;
    background: url(images/bg.jpg);
    background-size: 100% 100%;
}

@keyframes color-bg {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

section.create-features li {
    list-style-type: none;
}

.create-features h2 {
    text-align: center;
    color: #519d21;
    line-height: 35px;
    margin: 0 0 30px 0;
    text-transform:uppercase;
}

section.create-features p {
    display: flex;
    justify-content: center;
}

section.create-features p br {
    display: none;
}

.create-features a {
    background: #f1712a !important;
    border: 2px solid #fff;
    margin-right: 10px;
    height: 74px;
    width: 295px;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    outline: 0px !important;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.create-features a:hover {
    background: #f05a05 !important;
    color: #fff !important;
}

.portelement_2 .title-block_2 {
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 !important;
    bottom: -100% !important;
    cursor: pointer;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.7) !important;
}

.portelement_2 .title-block_2 h3 {
    color: #fff;
}

.portelement_2:hover .title-block_2 {
    bottom: 0 !important;
}

div#home-work-shedule {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

div#home-work-shedule .vc_col-sm-3 {
    width: calc(25% - 12px);
}

div#home-work-shedule p a {
    color: #fff;
    text-decoration: none;
}

div#home-work-shedule p {
    margin: 0;
    text-align: left !important;
}

div#home-work-shedule .vc_col-sm-3 .vc_column-inner {
    padding: 20px 20px;
}

div#home-work-shedule p span {
    position: relative;
    padding-left: 15px;
}

div#home-work-shedule p span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    top: 9px;
    left: 0;
    border-radius: 50%;
    left: 0;
}

.archive-schoolimage {
    width: 100%;
}

@media (max-width: 1440px) {
    div#common-banner1 {
        height: 450px;
    }
    .create-features a {
        height: 60px;
        width: 260px;
    }
    .news-post:first-child>div h4,
    .news-post:nth-of-type(2)>div h4,
    .news-post:nth-of-type(3)>div h4 {
        padding: 10px 30px 10px;
    }
    .three_icon img.vc_single_image-img.attachment-thumbnail {
        max-width: 65%;
    }
}

@media (max-width: 1366px) {
    div#common-banner1 {
        height: 430px;
    }
}

@media (max-width: 1024px) {
    .contact-links p {
        width: 320px;
    }
    div#common-banner1 {
        height: 350px;
    }
    .create-features {
        padding: 50px 0px;
    }
    div#career-page>div>div>.wpb_wrapper {
        margin: 0 auto;
    }
    .awards_achieve_content p,
    .news_content p {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .contact-links p {
        width: 100%;
    }
    .open-pop div div {
        width: 100%;
    }
    .open-pop>div {
        width: 80%;
    }
    .awards_achieve_content p,
    .news_content p {
        width: 50%;
    }
    div#common-banner1 {
        height: 250px;
    }
    .create-features a {
        height: 55px !important;
        width: 225px !important;
        display: flex !important;
    }
    ul#primary-menu {
        text-align: left;
    }
    h1#banner_content {
        top: 23%;
    }
    .contact-map figure a {
        display: block !important;
        height: 100%;
    }
    .contact-map figure {
        height: 480px;
    }
    .contact-map img {
        height: 100%;
        display: block !important;
    }
}

@media (max-width: 680px) {
    div#news-section-row {
        transform: translateY(0%);
    }
    div#blessing-section {
        margin-top: 0px;
    }
    h1#banner_content {
        font-size: 20px;
        top: 30%;
    }
    .our-testimonial>.vc_column_container>div {
        PADDING: 25px !important;
    }
    .create-features h1.vc_custom_heading {
        font-family: 'Poppins-Light' !important;
        font-size: 25px;
    }
    .our-testimonial>.vc_column_container:first-child {
        padding: 5px 0px 5px 0px !important;
    }
    .news-post:first-child>div,
    .news-post:nth-of-type(2)>div {
        border-radius: 0px;
        padding: 0 0 10px 0;
    }
    .ac-header--scrolling .ac-header__main {
        padding: 10px 0;
        top: 0;
    }
    .awards_achieve_content p,
    .news_content p {
        width: 100%;
        margin-top: 10px;
    }
    .awards_achieve_content img,
    .news_content img {
        margin: 0;
        width: 100%;
    }
    .news-post:first-child>div h4 {
        border-radius: 0;
        padding: 15px 15px 15px;
    }
    .news-post:nth-of-type(2)>div h4 {
        border-radius: 0;
        padding: 15px 15px 15px;
    }
    .news-post .recent_awards_title,
    .news-post .news_update_title {
        padding: 0 15px;
    }
    .news-click h4 {
        width: 100%;
        padding: 10px 23px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .news-post .recent_awards_title .recent_awards_content,
    .news-post .news_update_title .news_update_content {
        padding: 10px 0;
    }
    .ac-header__left img {
        max-width: 200px !important;
    }
    .ac-header__main {
        top: 0;
        padding: 10px 0;
        width: auto;
        right: 0;
    }
    .mvm_top_bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .mvm_top_bar>div:last-child {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        width: 100%;
        margin-top: 15px;
    }
    .maharishi-content .vc_column-inner {
        padding: 20px 15px !important;
    }
    div#yogi-section>div .wpb_wrapper {
        width: 100%;
        position: relative;
    }
    div#yogi-section>.vc_column-inner>.wpb_wrapper div {
        margin-top: 0px !important;
    }
    div#yogi-section>.vc_column-inner>.wpb_wrapper {
        display: flex;
        justify-content: space-between;
    }
    div#yogi-section>div .wpb_wrapper div figure div img {
        width: auto;
    }
    .our_vision .vc_column-inner,
    .our_mission .vc_column-inner {
        padding: 30px 15px !important;
    }
    .vc_custom_1519034185179 .vc_col-sm-4 {
        margin-bottom: 30px;
    }
    input.wpcf7-submit {
        width: 145px !important;
        height: 45px;
    }
    .contact-map div iframe {
        height: 300px;
    }
    div#common-banner1 {
        height: 220px;
    }
    .create-features a {
        height: 45px !important;
        width: 75% !important;
        font-size: 13px;
        margin: 0 auto;
    }
    .create-features h2 {
        font-size: 25px;
    }
    .create-features .vc_btn3-container {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    div#layout>div,
    .gallery-div>div {
        width: 100%;
        margin-right: 0;
    }
    footer.ac-footer ul.ac-sociallist {
        justify-content: center;
    }
    .ac-footer a {
        font-size: 13px;
    }
    .ac-footer p i:nth-of-type(3) {
        padding-left: 10px;
    }
    div#teacher-message .vc_column-inner {
        padding: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    div#teacher-message .vc_column_container {
        padding: 0px 15px 10px 15px;
    }
    .taxonomy-section>div {
        width: 100%;
        margin-right: 0;
    }
    div#common-banner1 {
        height: 200px;
        background-position: center center;
    }
    .mvm_top_bar>div:last-child {
        align-items: flex-end;
        flex-direction: column;
    }
    div#registration_form form.wpcf7-form p {
        width: 100% !important;
    }
    div#registration_form form.wpcf7-form p label {
        margin-bottom: 5px !important;
        display: inline-block;
    }
    div#yogi-section>div .wpb_wrapper {
        width: 95%;
        position: relative;
    }
    .corres_name h4 {
        font-size: 10px;
    }
    .corres_name h5 {
        font-size: 10px;
    }
    .corres_name {
        position: inherit;
    }
    div#yogi-section>.vc_column-inner>.wpb_wrapper {
        width: 100%;
    }
    section.create-features p {
        display: block;
        text-align: center;
    }
    .create-features a:first-child {
        margin-bottom: 10px;
    }
    .create-features {
        padding: 40px 0px;
        background-size: cover;
        background-position: 10% 0%;
    }
    table#wpsm-table-3 {
        width: 100%;
    }
    div#home-work-shedule {
        margin-bottom: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    div#home-work-shedule .vc_col-sm-3 {
        width: 100%;
        margin-bottom: 15px;
    }
    .our-testimonial .vc_col-sm-6 {
        margin-bottom: 40px;
    }
}

@media (max-width: 320px) {
    .ac-footer a {
        text-decoration: none;
        font-size: 11px;
    }
    .ac-footer p {
        font-size: 11px;
    }
}