body, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
    color: #686664;
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
}
.container, .header-inner, main.sppost .section-inner, main.sppost .entry-content {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
input:focus, textarea:focus, button:focus, button:active {
    outline: none;
} 
main.sppost .entry-content .vc_row {
    max-width: 100% !important;
}
#content {
    position: relative;
    z-index: 1;
}
a, a:hover, a img, a:hover img, a .text, a:hover .text, li:before, li:hover:before {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top; 
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Yellowtail', cursive;
    margin: 0;
    font-weight: normal;
    line-height: normal;
}
h2.section-title {
    font-family: yellowtail;
    padding-bottom: 0;
    font-size: 54px;
    display: table;
    margin: 0 auto 40px auto !important;
    position: relative;
    color: #111;
}
.section-title:before {
    content: "";
    width: 7px;
    height: 3px;
    background: #ff6600;
    position: absolute;
    bottom: -4px;
    left: 0px;
    right: 85px;
    margin: auto;
    z-index: 1;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}
.section-title:after {
    content: "";
    width: 82px;
    height: 3px;
    background: #bbbbbb;
    position: absolute;
    bottom: -4px;
    right: -10px;
    left: 0;
    margin: auto;
}
section:hover .section-title:before, .vc_row-fluid:hover .section-title:before {
    width: 92px;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}
#site-header {
    background-image: url(img/headerbg.jpg);
    background-size: cover;
    background-position: center 0;
    width: 100%;
}
.logosec {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 10px 0 5px 0;
}
.logosec .box {
    float: left;
    width: 33.33%;
    padding: 50px 0 0 0;
}
.site-logo a {
    display: inline-block;
}
.site-logo a img.custom-logo {
    max-height: 120px;
}
.mainmenu {
    background-color: #111;
}
.mainmenu ul, .logosec ul {
    margin: 0;
    padding: 0;
}
.logosec ul li {
    list-style: none;
}
.logosec .box.logo {
    text-align: center;
    padding: 0;
}
.logosec .box.hright {
    text-align: right;
    padding: 44px 0;
}
.box.hright ul li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.logosec, .box.hright li a {
    color: #fff;
}
.box.hleft ul li i { 
    border: 2px solid #fff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    margin-right: 8px;
    color: #fff;
}
.box.hright li a:hover {
    color: #111111;
}
.mainmenu nav.main-nenu {
    background-color: #111;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    z-index: 999;
    left: 0;
    right: 0;
}
.mainmenu nav.main-nenu {
    text-align: center;
}
nav.main-nenu li {
    display: inline-block;
	position: relative;
    margin: 0;
    padding: 0;
}
nav.main-nenu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 15px;
}
nav.main-nenu li a:hover {
    color: #ff6600;
}
nav.main-nenu li.menu-item-has-children a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-size: 15px;
    margin: 0 0 0 6px;
    color: #ff6600;
    font-weight: 600;
}
nav.main-nenu li ul.sub-menu {
    border-top: 4px solid #ff6600;
    min-width: 240px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding: 0px;
    background: #FFFFFF;
}
nav.main-nenu li ul.sub-menu:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #ff6600 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -10px;
    left: 28px;
}
nav.main-nenu li:hover ul.sub-menu {
    display: block;
    box-shadow: 1px 1px 5px #848383;
}
nav.main-nenu li ul.sub-menu li {
    padding: 0px 0px;
    border-bottom: 1px solid #e9e5e5;
    width: 100%;
}

nav.main-nenu li.menu-item-has-children ul.sub-menu a:after {
    display: none;
}
nav.main-nenu li ul.sub-menu li a {
    padding: 14px 20px;
    color: #686664;
    display: inline-block;
    width: 100%;
}
nav.main-nenu li ul.sub-menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #180e0e;
}
nav.main-nenu li.button-skew, .donatebtn {
    -webkit-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    transform: skewX(-23deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: #ff6600;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    background-image: linear-gradient(#ffa800, #ff7a00);
}
nav.main-nenu li.button-skew a, .donatebtn a {
    padding-left: 0;
    margin-left: 0px;
    padding-right: 0;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    color: #111;
    font-weight: bold;
}
nav.main-nenu li.button-skew a:after, .donatebtn a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f004";
    font-size: 15px;
    margin: 0 0 0 6px;
}
nav.main-nenu li.button-skew a:hover, .donatebtn a:hover {
    color: #fff;
}
.section-detail {
    text-align: center;
    color: #4C4C4C;
    max-width: 600px;
    margin: auto;
    margin-bottom: 60px;
}
#site-header.fixed {
    position: fixed;
    top: 0;
}
#site-header.fixed .logosec {
    opacity: 0;
    display: none;
}

/*------------------------------------------------------------------------------------------------------------------*/
/*    #service 
/*------------------------------------------------------------------------------------------------------------------*/

.service {
    transition: 0.3s all ease;
    position: relative;
    display: table;
    padding: 0 5% 0 5%;
}
.service .item {
    border-radius: 100%;
    color: #180e0e;
    width: 100px;
    height: 100px;
    background-color: #ff8025;
    position: relative;
    text-align: center;
    margin: auto;
    transition-duration: 0.3s;
    z-index: 9;
}
.service .item .item-element {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #C6BFB9;
    border-radius: 100%;
    width: 88px;
    height: 88px;
    margin: auto;
    line-height: 88px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.service .item .item-element span {
    font-size: 2.5em;
    line-height: 88px;
}
.service .item .item-element .text {
    text-transform: uppercase;
    font-weight: bolder;
}
.service .item:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    border: #d2d2d2 solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left;
}
.service .item:hover {
    background: #171717;
    border-color: #171717;
    transition-duration: 0.3s;
}
.service .item:hover .item-element span {
    color: #fff;
}
.service .item:hover:before {
    border-color: #171717;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
}
.service .item:hover .item-element {
    background: #171717;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.service .hand {
    position: absolute !important;
    left: 10%;
    top: -13px;
}
.service .hand1 {
    position: absolute !important;
    right: 10%;
    top: -13px;
}
.service .hand2 {
    position: absolute !important;
    left: -13%;
    top: 35%;
}
.service .hand3 {
    position: absolute !important;
    right: -13%;
    top: 35%;
}
.service .hand4 {
    position: absolute !important;
    left: 10%;
    bottom: -13px;
}
.service .hand5 {
    position: absolute !important;
    right: 10%;
    bottom: -13px;
}
.service .circle {
    position: absolute !important;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    background: #000000;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    color: #746665;
}
.service .circle:before {
    content: "";
    position: absolute;
    border: 3px solid #000000;
    width: 164px;
    height: 164px;
    border-radius: 100%;
    left: -7px;
    top: -7px;
    margin: auto;
    opacity: 0.5;
}
.service .circle:after {
    content: "";
    position: absolute;
    border: 3px solid #e9e5e5;
    width: 176px;
    height: 176px;
    border-radius: 100%;
    left: -13px;
    top: -13px;
    margin: auto;
    opacity: 0.25;
}
.service .circle span:after {
    content: "";
    position: absolute;
    border: 3px solid #e9e5e5;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    left: -20px;
    top: -20px;
    margin: auto;
    opacity: 0.10;
}
.service .circle strong {
    color: #180E0D;
    font-size: 40px;
    font-family: "yellowtail";
}
.service .circle .text {
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 20px;
    text-align: center;
}
.service .circle .text img {
    width: 80%;
    display: inline-block;
}
.service .provide {
    width: 360px;
    height: 360px;
    position: relative;
    border: 2px solid #DCD1D1;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    top: 30px;
}
.service .service-details {
    padding: 0;
    color: #000;
    margin-top: 20px;
}
.service .service-details .pooja {
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: right;
}
.service .service-details .pooja:last-child {
    margin-bottom: 0px;
}
.service .service-details .pooja:hover .head, .service .service-details .darson:hover .head {
    color: #fff;
}
.service .service-details .darson {
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
}
.service .service-details .darson:last-child {
    margin-bottom: 0px;
}
.service .service-details .head {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: bolder;
}
.service .service-details .contenet {
    color: #686664;
    font-size: 15px;
    line-height: 26px;
}
#site-footer {
    background-color: #464646;
    padding: 0;
    background: url(img/footerbg.jpg);
    background-size: cover;
    background-position: center top;
}
#site-footer .box {
    display: inline-block;
    text-align: center;
    width: 100%;
}
#site-footer .box ul {
    margin: 0;
    padding: 0;
}
#site-footer .box ul.menu li, #site-footer .box.sec2 li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#site-footer .box ul.menu li:before {
    content: "/";
    color: #ffff;
    margin: -4px 10px 0 10px;
}
#site-footer .box ul.menu li:first-child:before {
    display: none;
}
#site-footer .box ul.menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#site-footer .box ul.menu li a:hover {
    color: #ff6600;
    text-decoration: none;
}
#site-footer .box.sec2 {
    padding: 30px 0 0 0;
}
#site-footer .box.sec2 li a {
    margin: 0 10px;
    border: 2px solid #ff6600;
    color: #ff6600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
#site-footer .box.sec2 li a:hover {
    border: 2px solid #fff;
    color: #fff;
}
#site-footer .box.sec3 {
    font-size: 13px;
}
#site-footer .box.sec3, #site-footer .box.sec3 a {
    color: #fff;
}
#site-footer .box.sec3 a {
    text-decoration: underline;
    margin: 0 5px;
}
#site-footer .box.sec3 a:hover {
    text-decoration: none;
    color: #ff6600;
}
#site-footer .box.sec3 img.nehacreativehead {
    display: inline-block;
    width: 20px;
    margin: 4px 0 0 0;
}
#site-footer .box.sec3 {
    background-color: #000;
    padding: 20px 0;
}
#site-footer .box.sec3 p {
    margin: 0;
}
#site-footer .box.sec1 {
}
#site-footer .box.sec1 .menu-footer-menu-container {
    border-top: 1px solid #c8c8c8;
    padding: 20px 0;
}
#site-footer .box.sec2 .left {
    float: left;
    text-align: left;
    color: #fff;
    width: 85%;
    font-size: 14px;
}
#site-footer .box.sec2 .right {
    float: right;
    width: 15%;
    padding: 35px 0 0 0;
}



.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.wpb_layerslider_element {
    margin-bottom: 0 !important;
}
.servicessec {
    background-image: url(img/servicesbg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 70px;
}
.vedic-vicharsec {
    background-image: url(img/vedic-vichar-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 70px;
	
}
.vedic-vicharsec::before, .subpage::before, .galleryssec:before {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 206px;
    height: 212px;
    background-image: url(img/om.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -103px;
}
.vedic-vicharsec h2.section-title {
    margin-left: 35px !important;
}
.vvslider .vvslide {
    padding: 0 0 15px 0;
}
.vvslider .vvslide .sec {
    padding: 10px 0;
}
.vvslider .vvslide .sec {
    padding: 10px 0;
    font-size: 24px;
    line-height: 40px;
    color: #5d5d5d;
}
.vvslider .vvslide .sec .by {
    text-align: right;
    color: #000;
}
.vvslider .sa_owl_theme .owl-dots {
    text-align: left !important;
    padding: 0 5% !important;
}
.vvslider .sa_owl_theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background-color: #f60 !important;
    opacity: .5;
}
.vvslider .sa_owl_theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
.vvslider {
    position: relative;
}
.vvslider:before {
    content: '';
    background-image: url(img/quote.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 53px;
    position: absolute;
    top: 3px;
    left: -20px;
}
.galleryssec {
	background-image: url(img/gallery-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 50px;
}
#cbpw-wrap1 #cbpw-filters1 {
    text-align: center;
    display: none;
}
#cbpw-wrap1 #cbpw-filters1 .cbp-filter-item {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
#cbpw-filters1 .cbp-filter-item.cbp-filter-item-active {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    color: #fff !important;
}
#cbpw-filters1 .cbp-filter-counter {
    background-color: #ff6600 !important;
}
#cbpw-filters1 .cbp-filter-counter:after {
    border-color: #ff6600 transparent !important;
}
#cbpw-wrap1 a.cbp-caption.cbp-lightbox {
    border: 1px solid #d6d6d6 !important;
}
#cbpw-wrap1 a.cbp-caption.cbp-lightbox:hover img {
    transform: scale(1.2);
}
.vc_gitem-animated-block {
    overflow: hidden;
}
.vc_gitem-animated-block .vc_gitem-zone {
    transform: scale(1);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vc_gitem-animated-block:hover .vc_gitem-zone {
    transform: scale(1.2);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.read-more {
    color: #f60;
    text-decoration: underline;
}
a.read-more:hover {
    color: #000;
    text-decoration: none;
}
.vc_masonry_media_grid .vc_grid-item a.vc_gitem-link {
    border: 1px solid #d6d6d6;
}
.eventsec {
    background-image: url(img/eventbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 0;
}
.eventsec h2.section-title {
    margin-left: 0 !important;
    color: #fff;
}
#eventsm {
    border: 2px solid #ff6701;
    padding: 30px 25px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;width: 100%;
}
#eventsm .vc_pageable-slide-wrapper {
    margin: 0 !important;
}
#eventsm .vc_grid-item .vc_gitem-animated-block, #eventsm .vc_grid-item .vc_gitem-post-data-source-post_title, #eventsm .vc_grid-item .vc_btn3-container, #eventsm .vc_gitem-post-data-source-post_excerpt p {
    display: none;
}
#eventsm .vc_grid-item .vc_gitem-zone {
    background-color: transparent !important;
}
#eventsm .vc_grid-item {
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
    border-top: 2px solid rgb(255 255 255 / .5);
}
#eventsm .vc_grid-item:first-child {
    padding-top: 0;
    border: none;
}
#eventsm .vc_grid-item:last-child {
    margin-bottom: 30px;
}
#eventsm .vc_grid-container {
    margin: 0;
}
#eventsm .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
#eventsm .vc_gitem-post-data-source-post_excerpt {
    margin: 0;
    padding: 0;
}
#eventsm .event div {
    display: inline-block;
    vertical-align: top;
}
#eventsm .event .cale {
    text-align: center;
}
#eventsm .event .cale {
    text-align: center;
    border: 3px solid #ff6701;
    float: left;
}
#eventsm .event .cale span.date1 {
    font-size: 28px;
    padding: 8px 0;
    display: inline-block;
}
#eventsm .event .cale span.date2 {
    display: inline-block;
    background-color: #ff6701;
    font-size: 18px;
    padding: 6px 5px;
}
#eventsm .event .title-time {
    padding: 10px 0 0 15px;
    font-size: 22px;
    float: left;
    width: calc(100% - 100px);
}
#eventsm .event .title-time span.time {
    font-size: 16px;
    float: right;
}
#eventsm .event .title-time br {
    display: none;
}
.subpage {
    background-image: url(img/bg.jpg);
    background-size: cover;
    background-position: center top;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.subpage::before {content: '';}
.subpage .ptitle, .subpage .bradcrumb {
    text-align: center;
    position: relative;
}
.subpage .ptitle h1 {
    font-size: 50px;
    margin: 25px 0;
}
.subpage .bradcrumb {
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600;
    margin: 15px 0 50px 0;
    padding: 13px;
}
.subpage .bradcrumb p {
    margin: 0;
    padding: 0;
}
.subpage .bradcrumb a, a.link {
    color: #ff6600;
}
.subpage .bradcrumb a:hover, a.link:hover {
    color: #000;
}
.originoas .vc_row {
    padding: 45px 0 10px 0;
}
.originoas .vc_row:before {
    content: '';
    position: absolute;
    width: 58%;
    height: 100%;
    background-color: #000;
    background-image: linear-gradient(#5b797d, #343049);
    top: 0;
    left: 0;
    border-radius: 10px;
}
.originoas .wpb_single_image img {
    border-radius: 10px;
}
.originoas .vc_row .wpb_text_column {
    padding: 0 35px;
    color: #fff;
    font-size: 18px;
}
.activitiesp .wpb_text_column {
    box-shadow: 0 0 4.222rem rgba(255,102,0,0.24);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
.activitiesp .wpb_text_column img {
    float: left;
    border-radius: 10px 0 0 10px;
    margin: 0 25px 0 0;
}
.activitiesp .wpb_text_column p:first-child {
    margin: 0;
}
.donatebtn {
    display: inline-block;
    margin: 0 auto;
}
.donatebtn a {
    padding: 12px 17px;
    text-transform: uppercase;
    color: #000;
}
.hlrow .vc_col-sm-4 {
    text-align: center;
}
.hlrow .vc_col-sm-4:nth-child(2) {
    text-align: center;
}
.subpage .wpb_text_column ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.subpage .wpb_text_column ul li {
    padding: 5px 0 5px 30px;
    list-style: none;
    background-image: url(img/omli.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 5px;
}
.subpage h3 {
    color: #374c4f;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: Arial;
}
.servicessec .section-title:before {
    background: #ffffff;
}
.servicessec p {
    color: #000;
}
.service .item .item-element span img {
    margin: 10px 0 0 0;
}
.service .item .item-element span img.img2, .service .item:hover .item-element img.img1 {
    display: none;
}
.service .item:hover .item-element img.img2 {
	display: inline-block;
}
#site-footer h2.rounded {
    font-family: Arial;
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #ff6600;
}
.subpage .eventsec {
    background-image: none;
    padding: 0;
}
.subpage .eventsec, .subpage .eventsec h2.section-title {
    color: #000;
}
#prarthna .wpb_text_column {
    border: 10px solid #ff6600;
    padding: 30px;
    background-color: rgb(255 168 0 / .3);
}
#faq .vc_tta-panel-heading {
    background-color: #5b797d;
}
#faq .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    letter-spacing: 0;
    font-weight: bold;
}
#faq .vc_tta-panel-heading:hover, .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #ff7a00;
    background-image: linear-gradient(#ffa800, #ff7a00);
}
#faq .vc_tta-panel-heading i:before, #faq .vc_tta-panel-heading i:after {
    border-color: #fff;
}
.cow-sec {
    font-size: 21px;
} 
.consec1 .vc_col-sm-4 {
    padding: 18px !important;
}
.consec1 .vc_column-inner {
    box-shadow: 0 0 20px rgba(255,102,0,0.24);
    background-color: #fff;
    border-radius: 10px;
}
.consec1 .wpb_text_column {
    margin: 30px 0;
}
.originoas.consec2 {
    margin-top: 50px;
}
.originoas.consec2 .wpb_gmaps_widget {
    border-radius: 10px !important;
    overflow: hidden;
}
.subpage .wpb_text_column ul.princ li {
    padding-bottom: 15px;
}
ul.princ li strong {
    background-color: rgb(254 135 56 / .2);
    padding: 6px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 3px 0;
}
h3.matra {
    background-color: rgb(254 135 56 / .2);
    padding: 10px;
}
.galllinks .wpb_single_image a {
    overflow: hidden;
}
.galllinks .wpb_single_image a:hover img {
    transform: scale(1.2);
}
.consec2 .wpcf7 {
    padding: 0 10px 0 25px;
}
.consec2 .wpcf7 input.wpcf7-submit {
    background-image: linear-gradient(#ffa800, #ff7a00);
}
.consec2 .wpcf7 input.wpcf7-submit:hover, .consec2 .wpcf7 input.wpcf7-submit:focus {
    background-image: linear-gradient(#ff7a00, #ffa800);
    text-decoration: none;
}
.consec2 .wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.consec2 .wpcf7 .wpcf7-not-valid {
    border-color: red;
}
.consec2 .wpcf7 .wpcf7-response-output {
    color: #fff;
}
.servicessec a.read-more {
    color: #000;
}
.eventsec a.read-more {
    color: #fff;
}
.subpage .wpb_text_column ul.sanskaar {
    margin: 0 70px 0 130px;
}
.subpage .wpb_text_column ul.sanskaar li {
    display: inline-block;
    width: 30%;
    margin: 8px 0;
}
.subpage .wpb_text_column ul.sanskaar li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.subpage .wpb_text_column ul.sanskaar li a:hover {
    color: #ff6600;
}
.subpage .wpb_text_column ul.sanskaar li a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f1c1";
    font-size: 20px;
    margin: 0 0 0 6px;
    font-weight: normal;
}
.topmoving {
    background-color: #b82a00;
    color: #fff;
    padding: 5px 15px;
}
.topmoving .textwidget p {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 40px;
}
.topmoving .textwidget p:first-child {
    padding-left: 0;
}
.cow-sec {
    background-image: url(img/cowsecbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.sbio {
    border: 5px solid #e54f11;
    padding: 18px 25px;
    background-color: rgb(254 135 56 / .2);
}
.sbio p {
    line-height: 33px;
}
.subpage h4 {
    color: #5b797d;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-family: Arial;
    line-height: 30px;
}
.subpage h4 a {
    color: #000;
}
.subpage h4 a:hover {
    color: #5b797d;
}
.galleryssec.inn {
    background-image: none;
}
.galleryssec.inn:before {
    display: none;
}
.logosec .box.hleft p br:last-child {display: none;}
#pgall .gallery_ {
    background-color: transparent !important;
}
#pgall .gallery_ #FilerTab {
    text-align: center;
}
#FilerTab a.sortLink {
    display: inline-block;
    float: none;
    margin: 0 5px 15px 5px;
    background-image: linear-gradient(#6b6b6b, #1d1d1d);
    border: none;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
}
#FilerTab a.sortLink:hover, #FilerTab a.sortLink.selected {
    background-image: linear-gradient(#ffa800, #ff7a00);
}
#hgall ul.wpb_image_grid_ul {
    height: auto !important;
}
#hgall ul.wpb_image_grid_ul li.isotope-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 25% !important;
    margin: 0;
    padding: 5px;
}
#hgall ul.wpb_image_grid_ul li.isotope-item a.prettyphoto {
    overflow: hidden;
}
#hgall ul.wpb_image_grid_ul li.isotope-item a.prettyphoto:hover img {
    transform: scale(1.2);
}
ul.mnames li {
    display: inline-block;
    width: 23%;
}
.memsec2 .wpb_column.vc_col-sm-12 {
    border-top: 2px dotted #f60;
    border-bottom: 2px dotted #f60;
    padding-top: 35px;
    margin-bottom: 10px;
}
.memsec3 .wpb_column.vc_col-sm-12 {
    border-top: 2px dotted #f60;
    padding-top: 35px;
}
#hlastsec {
    background-image: linear-gradient(#ff6600, #b82a00);
    padding: 20px 15px;
    font-size: 18px;
    color: #fff;
}
#hlastsec p {
    margin: 0;
    text-align: center;
}
#eventsm .event .title-time .title, #eventsm .event .title-time .subtitle {
    float: left;
    width: calc(100% - 100px);
}
#eventsm .event .title-time .subtitle {
    font-size: 16px;
}
#eventsm .event .title-time .time {
    float: right;
    vertical-align: top;
    margin-top: -28px;
    font-size: 18px;
}
#site-footer .box.sec3 a img.img1, #site-footer .box.sec3 a:hover img.img2 {
    display: none;
}
#site-footer .box.sec3 a:hover img.img1, #site-footer .box.sec3 a img.img2 {
    display: inline-block;
}
.member_main {
    text-align: center;
    max-width: 75%;
    width: 100%;
    margin: auto;
}
.member_main h3 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.member_box {
    border: 2px solid #000;
}
.member_box p {
    border-bottom: 2px solid #000;
    margin: 0;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.member_box p em, .member_box p b, .member_box p strong {
    width: 50%;
    padding: 5px;
    font-style: normal;
    border-left: 2px solid #000;
}
.member_box p em, .member_box p b {
    font-weight: 500;
}
.member_box:last-child {
    border-left: none;
}
.member_box p:last-child {border-bottom: none;}
.member_box p:first-child em {font-weight: 600;} 



@media screen and (max-width: 1362px) {
	.container {max-width: 100%;}
}
@media screen and (max-width: 1200px) {
	.logosec {padding: 10px 15px 5px 15px;}
	#site-footer .box.sec2 {padding: 30px 15px 0 15px;}
	nav.main-nenu li a {padding: 15px 7px;}
	.subpage .wpb_text_column ul.sanskaar li {width: 48%;}
}
@media screen and (max-width: 992px) {
	.logosec .box.hright {padding: 44px 0 44px 0;}
	#responsive-menu-button {top: 15px !important;right: 15px !important;width: 45px !important;height: 45px !important;}
	#site-footer .box.sec2 li a {margin: 0 3px;}
	.subpage .bradcrumb {margin-left: 15px;margin-right: 15px;}
	.activitiesp .wpb_text_column img {max-width: 50%;}
	.subpage .wpb_text_column ul.sanskaar {margin: 0;}
	ul.mnames li {width: 30%;}
	
}
@media screen and (max-width: 767px) {
	.logosec .box.hright {padding: 25px 15px 0 0;}
	.site-logo a img.custom-logo {max-height: 70px;}
	h2.section-title {font-size: 40px;}
	.vvslider .vvslide .sec {font-size: 18px;line-height: 30px;}
	.vvslider::before {display: none;}
	.service .service-details .pooja {text-align: left;}
	.service .provide {display: none;}
	.cow-sec {background-image: none;}
	.logosec .box.hleft p br:last-child {display: inline-block;}
	.logosec .box p {margin: 0;}
	.logosec .box.hleft {padding: 11px 0 0 0;}
	#site-footer .box.sec2 .left, #site-footer .box.sec2 .right {width: 100%;}
	#site-footer .box.sec2 .right {padding: 15px 0;}
	#site-footer .box.sec2 .right .textwidget {text-align: left;}
	#site-footer .box.sec2 li a {text-align: center;}
	.originoas .vc_row::before {width: 100%;border-radius: 0;}
	.consec2 .wpcf7 {padding: 0 0 20px 0;}
	#faq .vc_tta-panel-heading .vc_tta-panel-title a {line-height: normal;}
	.originoas .vc_row .wpb_text_column {padding: 0;}
	.subpage .wpb_text_column ul.sanskaar li {width: 48%;}
	#hgall ul.wpb_image_grid_ul li.isotope-item {width: 33.33% !important;}
	ul.mnames li {width: 46%;}
	#hlastsec {font-size: 16px;}
}
@media screen and (max-width: 479px) {
	.logosec .box.logo {width: 100%;}
	.logosec .box.hleft, .logosec .box.hright {display: none;}
	.logosec {padding: 5px 0 0 0;}
	.vvslider .vvslide {width: 90%;}
	.vedic-vicharsec h2.section-title {margin: 0 0 0 15px !important;}
	.vedic-vicharsec, .galleryssec {padding-bottom: 10px;}
	.servicessec {padding-top: 30px;padding-bottom: 35px;}
	.servicessec .wpb_raw_html {margin: 0 0 5px 0;}
	.cow-sec .wpb_text_column p {font-size: 18px;}
	.cow-sec .wpb_text_column p:first-child {font-size: 20px !important;}
	.eventsec {padding: 35px 0 40px 0;}
	#eventsm {padding: 15px;}
	#eventsm .event .title-time span.time {float: none;display: inline-block;width: 100%;}
	#eventsm .event .title-time {font-size: 20px;}
	#site-footer .box.sec1 .menu-footer-menu-container {padding: 20px 15px;}
	#site-footer .box ul.menu li::before {margin: -4px 6px 0 6px;}
	.activitiesp .wpb_text_column img {max-width: 100%;border-radius: 0;}
	.subpage h3 {display: inline-block;width: 100%;margin: 15px 0;}
	.subpage .ptitle h1 {font-size: 40px;margin: 10px 0 0 0;padding: 0 15px;} 
	.subpage .bradcrumb {margin: 15px 15px 30px 15px;}
	.consec1.vc_custom_1608529576185 {padding-top: 0 !important;}
	.subpage h3 {font-size: 21px;}
	.subpage .wpb_text_column ul.sanskaar li, ul.mnames li {width: 100%;}
	#prarthna .wpb_text_column {padding: 15px;}
	#hgall ul.wpb_image_grid_ul li.isotope-item {width: 100% !important;}
	#eventsm .event .title-time .title, #eventsm .event .title-time .subtitle {width: 100%;}
	#eventsm .event .title-time .time {float: left;vertical-align: top;margin-top: 0;}
	#eventsm .event .title-time {padding: 3px 0 0 15px;}
	.member_main {max-width: 100%;padding: 0 15px;margin-bottom: 20px !important;}
    .member_main h3.mem_head {margin: 20px 0 0;}
    .member_box {border: 2px solid #000 !important;}
    .member_box p b:first-child, .member_box p strong:first-child {border-left: none;}
    .member_box p em, .member_box p b {min-height: 70px;height: 100%;align-content: center;}
    #hgall ul.wpb_image_grid_ul li.isotope-item a img {width: 100%;}
    .eventsec h2.section-title {display: block;text-align: center;}
}