.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}body {
font-family: "Nunito Sans", sans-serif;
font-weight: 400;
color: #222222;
font-size: 24px;
line-height: 32px;
}
p {
font-size: 24px;
line-height: 32px;
color: #222;
margin-bottom: 30px;
}
h1,
h2,
h3,
h4,h5,h6,
.h1,
.h2,
.h3,
.h4,.h5,.h6 {
font-size: 56px;
line-height: 64px;
margin-bottom: 15px;
text-transform: capitalize;
color: #762625;
font-weight: 500;
font-family: 'Inter';
}
a {
color: #030303;
text-decoration: none;
}
ul {
margin: 0px;
padding: 0px;
list-style: none;
}  .aniimg a {
position: relative;
}
.quick-alo-ph-circle-fill.active {
width: 80px;
height: 80px;
position: absolute;
background-color: #a0a0a0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid #ffffff8a;
opacity: 1;
-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.quick-alo-ph-circle.active {
width: 130px;
height: 130px;
position: absolute;
background-color: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid rgba(30, 30, 30, .4);
opacity: 1;
-webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;
-moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;
-ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;
-o-animation: quick-alo-circle-anim 3s infinite ease-in-out;
animation: quick-alo-circle-anim 3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.aniimg {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
position: fixed;
right: 30px;
bottom: 45px;
z-index: 1000;
}
@-moz-keyframes quick-alo-circle-anim {
0% {
-moz-transform: rotate(0) scale(.5) skew(1deg);
opacity: .1;
-moz-opacity: .1;
-webkit-opacity: .1;
-o-opacity: .1
}
30% {
-moz-transform: rotate(0) scale(.7) skew(1deg);
opacity: .5;
-moz-opacity: .5;
-webkit-opacity: .5;
-o-opacity: .5
}
100% {
-moz-transform: rotate(0) scale(1) skew(1deg);
opacity: .6;
-moz-opacity: .6;
-webkit-opacity: .6;
-o-opacity: .1
}
}
@-webkit-keyframes quick-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(.5) skew(1deg);
-webkit-opacity: .1
}
30% {
-webkit-transform: rotate(0) scale(.7) skew(1deg);
-webkit-opacity: .5
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: .1
}
}
@-o-keyframes quick-alo-circle-anim {
0% {
-o-transform: rotate(0) kscale(.5) skew(1deg);
-o-opacity: .1
}
30% {
-o-transform: rotate(0) scale(.7) skew(1deg);
-o-opacity: .5
}
100% {
-o-transform: rotate(0) scale(1) skew(1deg);
-o-opacity: .1
}
}
@-moz-keyframes quick-alo-circle-fill-anim {
0% {
-moz-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
50% {
-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
opacity: .2
}
100% {
-moz-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
}
@-webkit-keyframes quick-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: .2
}
100% {
-webkit-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
}
@-o-keyframes quick-alo-circle-fill-anim {
0% {
-o-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
50% {
-o-transform: rotate(0) scale(1) skew(1deg);
opacity: .2
}
100% {
-o-transform: rotate(0) scale(.7) skew(1deg);
opacity: .2
}
}
@-moz-keyframes quick-alo-circle-img-anim {
10% {
transform: rotate(0) scale(1) skew(1deg)
}
10% {
-moz-transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
-moz-transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
-moz-transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
-moz-transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
-moz-transform: rotate(0) scale(1) skew(1deg)
}
100% {
-moz-transform: rotate(0) scale(1) skew(1deg)
}
}
@-webkit-keyframes quick-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg)
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg)
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg)
}
}
@-o-keyframes quick-alo-circle-img-anim {
0% {
-o-transform: rotate(0) scale(1) skew(1deg)
}
10% {
-o-transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
-o-transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
-o-transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
-o-transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
-o-transform: rotate(0) scale(1) skew(1deg)
}
100% {
-o-transform: rotate(0) scale(1) skew(1deg)
}
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
color: #000 !important;
font-size: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450;
color: #000;
}
.dflx {
display: flex;
align-items: center;
justify-content: left;
} header {
position: fixed;
z-index: 1111111;
width: 100%;
left: 0px;
top: 0px;
;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
background: rgba(0, 0, 0, 40%);
padding: 15px 0;
}
.logo img {
max-width: 100%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.btn-secondary {
color: #fff;
background-color: #7E2726;
border-color: #7E2726;
}
.btn-secondary:hover {
background: #fff;
color: #7E2726;
border-color: #7E2726;
}
img {
max-width: 100%;
}
header.aniPos {
box-shadow: 0 2px 6px 0 #20212451;
background: #FFEFE2;
}
header.aniPos ul.menuList li a {
color: #222;
}
header.aniPos .logo img {
width: 25%;
}
header ul.menuList li a:hover {
color: #F58634;
}
@media (min-width: 1400px) {
.container {
max-width: 1213px;
}
}
@media (min-width: 1800px) {
.container {
max-width: 1520px;
}
}
.bannersec {
margin-top: 0;
height: 908px;
display: flex !important;
align-items: center;
background-size: cover !important;
justify-content: center;
position: relative;
z-index: 1;
}
.bannersec:before {
content: "";
background: #000;
opacity: 20%;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.bannerCont {
text-align: left;
max-width: 50%;
padding-top: 190px;
}
.bannrHead {
color: #fff;
font-size: 72px;
line-height: 80px;
text-transform: capitalize;
font-weight: 700;
padding-bottom: 30px;
font-family: "Inter", serif;
}
.banButn .btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
margin-right: 20px;
}
.btn-primary {
color: #7E2726;
background-color: #fff;
border-color: #fff;
}
.btn {
border-radius: 50px;
font-size: 20px;
line-height: normal;
padding: 20px 35px;
outline: 0 !important;
box-shadow: none !important;
font-weight: 400;
text-transform: capitalize;
}
.banButn .btn img {
display: inline;
padding-right: 5px;
}
.btn-primary:hover {
color: #fff;
background-color: #7E2726;
border-color: #fff;
}
.btn-primary:hover img {
filter: brightness(0) invert(1);
}
.logo img {
width: 37%;
}
.grecaptcha-badge {
visibility: hidden;
}
header ul.menuList li:last-child a {
background: #762625;
border-radius: 32px;
color: #fff;
padding: 10px 25px;
font-size: 20px;
line-height: 28px;
font-weight: 700;
font-family: 'Inter';
border: 1px solid #fff;
}
header ul.menuList li:last-child a:hover {
background: #fff;
color: #762625 !important;
border-color: #762625;
}
header.aniPos ul.menuList li.current_page_item:last-child a {
color: #fff !important;
}
header.aniPos ul.menuList li.current_page_item:last-child a:hover {
color: #762625 !important;
}
.headerRight {
padding-left: 0;
display: flex;
align-items: center;
justify-content: right;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: normal;
display: flex;
align-items: center;
justify-content: left;
padding-left: 20px;
border-radius: 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #fff;
border-bottom: 1px solid #F58634;
}
.wpcf7-form-control-wrap {
position: relative;
display: block;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
display: none;
}
.banpara {
color: #fff;
font-size: 32px;
padding-bottom: 42px;
}
section.aboutus {
text-align: center;
padding: 120px 0 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/about-bg.svg) no-repeat center;
background-size: cover;
}
label {
font-size: 20px;
line-height: 24px;
letter-spacing: 6px;
display: block;
padding-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
}
.aboutSec {
max-width: 85%;
margin: 0px auto;
}
.aboutSec h1 {
max-width: 50%;
margin: 0px auto 20px;
}
.knw {
padding-top: 8px;
}
.aboutSec img {
padding: 38px 0 0;
width: 70%;
position: relative;
z-index: 1;
}
.counHead {
color: #fff;
font-size: 56px;
line-height: 64px;
font-weight: 500;
font-family: "Inter", serif;
padding-bottom: 10px;
}
.counterItm:after {
content: "";
background: #F58634;
width: 160px;
height: 4px;
position: absolute;
left: 50%;
margin-left: -80px;
bottom: -25px;
}
.counterItm {
color: #fff;
text-align: center;
position: relative;
top: 55px;
}
section.counCvr {
padding: 20px 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/counter-bg.svg) no-repeat center;
background-size: cover;
height: 352px;
display: flex;
align-items: center;
justify-content: center;
margin-top: -114px;
z-index: 11;
position: relative;
}
section.highlights {
text-align: center;
padding: 170px 0 160px;
}
.hghCvr {
position: relative;
overflow: hidden;
margin: 0px 10px;
}
.hghCvr:before {
content: "";
position: absolute;
right: 0;
top: 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/yellow.svg) no-repeat right top;
width: 43px;
height: 43px;
}
.hgHead {
background: rgba(126, 39, 38, 72%);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 88px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 500;
text-align: center;
padding: 15px;
}
.title {
max-width: 65%;
margin: 0px auto;
}
.more {
padding-top: 37px;
}
section.achvmnts {
height: 488px;
background-size: cover;
display: flex;
align-items: center;
justify-content: left;
color: #fff;
position: relative;
z-index: 1;
}
section.achvmnts:before {
content: "";
background: #000;
opacity: 50%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
}
section.newssec {
padding: 153px 0 65px;
}
section.newssec .title {
max-width: 100%;
}
.newsRow {
max-width: 83%;
margin: 0px auto;
}
.titAnr {
padding-bottom: 35px;
display: flex;
align-items: flex-end;
justify-content: right;
}
.newsImg img {
width: 95%;
height: 377px;
object-fit: cover;
}
.nwsHead {
font-size: 32px;
line-height: 40px;
font-weight: 600;
padding-bottom: 20px;
}
.newsDesc p { font-weight: 300;
margin: 0;
}
.mainNws a {
color: #222;
}
.newsDesc {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 20px;
}
.newsCvr {
border-bottom: 1px solid #F58634;
padding-bottom: 38px;
margin-bottom: 50px;
}
.newsDet {
padding-left: 30px;
}
.readMr {
text-transform: uppercase;
font-weight: 300;
font-size: 20px;
line-height: 32px;
text-decoration: underline;
}
.readMr:hover {
color: #7E2726;
}
.newsRight {
display: flex;
align-items: center;
justify-content: left;
}
.newsRow .col-md-12:last-child .newsCvr {
border: 0;
}
section.policy {
background: #FFF3EB;
}
.poliRight {
padding-left: 52px;
}
section.gallery {
text-align: center;
padding: 156px 0 210px;
}
.galCvr {
margin-bottom: 32px;
overflow: hidden;
}
.galCvr img {
width: 100%;
height: 290px;
object-fit: cover;
object-position: top;
}
.admsnLft {
color: #fff;
}
section.admisn {
position: relative;
padding: 65px 0;
}
.admImg {
display: inline-flex;
position: absolute;
bottom: 0;
right: 200px;
justify-content: right;
align-items: flex-end;
}
section.admisn {
position: relative;
padding: 65px 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/admission-bg.svg) no-repeat left center, #7E2726;
background-size: cover;
}
section.enquiresec {
padding: 168px 0 175px;
}
.enqLeft img {
width: 95%;
height: 713px;
object-fit: cover;
}
.enqLeft:before {
content: "";
position: absolute;
left: 0;
top: 13px;
width: 97%;
height: 100%;
background: #7E2726;
z-index: -1;
}
.enqLeft {
position: relative;
}
.enquCvr {
max-width: 95%;
margin: 0px auto;
}
.enqRight {
padding-left: 35px;
max-width: 85%;
}
.form-control {
border: 0;
border-radius: 0;
border-bottom: 1px solid #F58634;
height: 47px;
background: transparent !important;
margin-bottom: 15px;
font-size: 24px;
line-height: 32px;
color: #939393 !important ;
font-weight: 300;
font-family: "Nunito Sans", sans-serif;
outline: 0 !important;
box-shadow: none !important;
}
.crDetRight .form-control {
color: #fff !important;
}
.enqForm ::placeholder {
font-size: 24px;
line-height: 32px;
color: #939393;
font-weight: 300;
}
.formSub {
float: right;
display: block;
}
.contbLeft {
color: #fff;
}
section.contribution {
height: 315px;
background-size: cover !important;
display: flex;
align-items: center;
justify-content: left;
position: relative;
z-index: 1;
}
section.contribution:before {
content: "";
background: #000;
opacity: 30%;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.ContbRight {
display: flex;
align-items: center;
justify-content: right;
}
footer {
padding: 45px 0 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/footer-bg.svg) no-repeat right bottom, #FFEFE2;
background-size: 43%;
}
.footlogo img {
width: 44%;
}
.affl {
font-size: 20px;
line-height: 28px;
font-weight: 500;
padding: 30px 0;
}
.affl b {
color: #7E2726;
display: block;
}
.timing {
font-size: 20px;
line-height: 28px;
font-weight: 300;
padding-left: 40px;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/timing.svg) no-repeat left top;
background-size: 24px;
}
.ftrHead {
font-size: 20px;
line-height: normal;
font-family: 'Inter';
color: #BC2E31;
padding-bottom: 18px;
}
.cnItm {
padding-left: 40px;
font-weight: 300;
font-size: 20px;
line-height: 32px;
padding-bottom: 25px;
}
.addre {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/map.svg) no-repeat left top;
background-size: 24px;
}
.eml {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/email.svg) no-repeat left top;
background-size: 24px;
}
.phon {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/call.svg) no-repeat left top;
background-size: 24px;
}
.wtsp {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/whatsapp-icon.svg) no-repeat left top;
background-size: 24px;
}
.sclCvr .ftrHead {
padding-bottom: 0;
padding-right: 25px;
}
.sclCvr {
display: flex;
align-items: center;
justify-content: left;
}
ul.social {
display: flex;
align-items: center;
justify-content: left;
}
ul.social li {
padding-right: 15px;
}
ul.footmenu.\32 col {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
ul.footmenu li {
margin-bottom: 22px;
}
ul.footmenu li a {
font-weight: 300;
font-size: 20px;
line-height: 32px;
}
.copyright {
margin-top: 90px;
background: #F7CEB1;
padding: 10px 0;
}
.copy {
color: #7E3400;
font-size: 18px;
line-height: 24px;
}
ul.footmenu li a:hover,
.cnItm a:hover {
color: #BC2E31;
}
ul.social li a img {
transition: all 0.5s;
}
ul.social li a img:hover {
transform: scale(1.2);
}
.galCvr img,
.hghCvr img {
transition: all 0.5s;
}
.galCvr img:hover,
.hghCvr img:hover {
transform: scale(1.2);
}
section.innerbannerMain {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 476px;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: left;
}
section.innerbannerMain:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 20%;
z-index: -1;
}
.innerbanner {
padding-top: 127px;
}
.innerbanner h1 {
color: #fff;
font-size: 72px;
line-height: 80px;
font-weight: 700;
}
section.contentArea {
padding: 100px 0;
} .stickyBar {
position: fixed;
right: 20px;
z-index: 1000;
top: 50%;
margin-top: -85.5px;
display: flex;
align-items: flex-end;
justify-content: center;
flex-direction: column;
}
.sticList {
width: 45px;
height: 45px;
margin: 3px 0px;
border-radius: 100px;
display: flex;
align-items: center;
overflow: hidden;
justify-content: flex-end;
position: relative;
transition: all 0.5s;
}
.sticList img {
width: 45px;
height: 45px;
position: relative;
}
.sticList.callusst {
background: #232176;
}
.sticList.boodst {
background: #1C75BC;
}
.sticList.wtspstst {
background: #4CAF50;
}
.sticList.callusst span {
background: #F58634;
}
.sticList.boodst span {
background: #7E2726;
}
.sticList.wtspstst span {
background: #4CAF50;
}
.sticList a span {
color: #fff;
display: inline-flex;
justify-content: flex-end;
align-items: center;
font-size: 16px;
padding-right: 50px;
padding-left: 16px;
width: 160px;
height: 45px;
right: 0px;
position: absolute;
border-radius: 100px;
width: 160px;
}
.sticList:hover {
width: 140px;
} .iniAfter,
header.aniPos .init {
display: none;
}
header.aniPos .iniAfter {
display: block;
}
section.videosec {
text-align: center;
padding-bottom: 100px;
}
.play {
position: absolute;
left: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.vdoCvr {
position: relative;
}
section.aboutBanBottm {
padding: 95px 0;
}
section.management {
margin: 108px 0;
padding: 62px 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/m-bg.svg) no-repeat center;
background-size: cover;
}
.mangLeft h2,
.mangLeft p {
color: #fff;
}
.mngCvr {
text-align: center;
}
.mngImg {
border-top: 8px solid #F58634;
}
.mangName {
font-size: 32px;
line-height: 40px;
color: #fff;
font-weight: 600;
text-transform: capitalize;
padding: 10px 0 18px;
}
.mangDsg {
font-size: 20px;
line-height: 32px;
color: #fff;
}
section.vision {
padding: 50px 0 157px;
}
.vsnCvr {
padding: 50px;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/v-bg.svg) no-repeat center;
background-size: cover;
position: relative;
height: 100%;
}
.vsnImg {
padding-bottom: 20px;
}
.vsnContnt p {
margin: 0;
}
section.footerBottom {
text-align: center;
padding: 56px 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/bg.svg) no-repeat top center, #7E2726;
background-size: cover;
}
.cmnTxt {
color: #fff;
font-size: 40px;
font-weight: 500;
line-height: 48px;
}
.cmnTxt a {
color: #F58634;
text-decoration: underline;
}
section.highlights.hgInnr {
text-align: left;
padding: 20px 0 90px;
}
section.highlights.hgInnr .titlesec p {
font-size: 32px;
line-height: 40px;
font-weight: 600;
}
section.highlights.hgInnr .titlesec {
padding-bottom: 42px;
}
section.highlights.hgInnr .hghCvr img {
width: 100%;
height: 523px;
object-fit: cover;
}
section.highlights.hgInnr .hghCvr {
margin-bottom: 65px;
}
.hglRw {
max-width: 87%;
margin: 0px auto;
justify-content: center;
}
section.footerBottom.yellowbg {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/bg2.svg) no-repeat top center, #E1894A;
background-size: cover;
}
section.footerBottom.yellowbg .cmnTxt a {
color: #7E2726;
}
section.acvmntsec {
padding: 96px 0;
}
.heading {
font-size: 32px;
line-height: 48px;
font-weight: 600;
padding-bottom: 20px;
} .achRow {
max-width: 83%;
margin: 0px auto 40px;
border-bottom: 1px solid #F58634;
padding-bottom: 40px;
}
.achRow:nth-child(even) .row {
flex-direction: row-reverse;
}
.achRow:last-child {
border: 0;
}
section.princsec {
padding: 90px 0;
}
.prnNm {
font-weight: 500;
color: #000;
}
.prnRight img {
border-top: 8px solid #F58634;
}
section.affiliation {
padding: 50px 0;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/af-bg.svg) no-repeat right top, #FFEEE2;
background-size: 56%;
}
.affLeft {
display: flex;
align-items: center;
justify-content: left;
}
.affLeft .affl {
font-size: 32px;
line-height: 48px;
font-weight: 500;
padding: 0 0 0 30px;
color: #000;
}
.affLeft .affl b {
font-weight: 500;
color: #000;
display: inline-block;
}
.affLg {
width: 30%;
}
.affRight {
float: right;
}
.affRight .timing {
font-size: 32px;
line-height: 48px;
font-weight: 500;
padding-left: 60px;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/clock.svg) no-repeat left top;
background-size: 42px;
color: #fff;
}
section.policyinner {
padding: 165px 0;
}
.poliRow {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/policy-bg.svg) no-repeat top center;
background-size: cover;
padding: 160px 130px;
}
.poliTit:after {
background: #F58634;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -250px;
width: 500px;
height: 8px;
content: "";
}
.poliTit {
position: relative;
padding-bottom: 10px;
margin-bottom: 56px;
}
.polCont h2,
.polCont h3,
.polCont h4,
.polCont h5,
.polCont h6 {
color: #222;
font-size: 32px;
line-height: 40px;
font-weight: 600;
padding-left: 35px;
position: relative;
}
.polCont h2:after,
.polCont h3:after,
.polCont h4:after,
.polCont h5:after,
.polCont h6:after {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/list.svg) no-repeat left center;
position: absolute;
top: 50%;
left: 0%;
margin-top: -12px;
width: 22px;
height: 24px;
content: "";
}
section.mixedfooter section.footerBottom {
text-align: left;
}
section.mixedfooter section.footerBottom .cmnTxt {
max-width: 75%;
margin: 0 auto;
}
section.newsinner {
padding: 100px 0;
}
.newsdetRow {
max-width: 65%;
margin: 0px auto;
}
.newsDetTit h2 {
color: #222;
font-size: 40px;
line-height: 48px;
border-bottom: 1px solid #F58634;
padding-bottom: 17px;
}
.post {
color: #6E6E6E;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.shareVia {
display: flex;
align-items: center;
justify-content: right;
}
.shareVia label {
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
display: block;
padding-bottom: 0;
text-transform: capitalize;
color: #6E6E6E;
font-weight: 300;
}
.newsDetaImg {
text-align: center;
padding: 60px 0;
}
.newsDetaImg img {
width: 62%;
}
.shrIcns {
padding-left: 10px;
}
.wd-100 {
max-width: 100% !important;
}
.abtCont ul li:before {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/list.svg) no-repeat left center;
position: absolute;
top: 50%;
left: 0%;
margin-top: -12px;
width: 22px;
height: 24px;
content: "";
background-size: 20px;
}
.abtCont ul li,
.suppCont ul li {
position: relative;
padding-left: 35px;
margin-bottom: 15px;
}
section.morecontri {
margin: 58px 0 0;
padding: 62px 0 40px;
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/contribution-bg.svg) no-repeat center, #7E2726;
background-size: cover;
}
section.support {
padding: 156px 0 0;
}
.suppCont {
max-width: 83%;
margin: 0px auto;
}
.suppCont ul li strong {
font-size: 32px;
line-height: 40px;
position: relative;
margin-bottom: 5px;
display: inline-block;
font-weight: 600 !important;
}
.suppCont ul li:before {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/list.svg) no-repeat left top;
position: absolute;
top: 10px;
left: 0%;
width: 22px;
height: 24px;
content: "";
background-size: 20px;
}
.suppCont p a {
color: #F58634;
}
section.gallery {
text-align: center;
padding: 95px 0 100px;
}
ul.menuList li.current_page_item:last-child a:after {
display: none;
}
section.contactInner {
padding: 97px 0 35px;
text-align: center;
}
.crDetRight {
margin-left: 67px;
padding: 45px;
border-top: 8px solid #F58634;
background: #7E2726;
}
.crDetRight ::placeholder {
color: #fff;
}
.crDetRight .formSub {
background: #fff;
color: #7E2726;
}
.crDetRight .formSub:hover {
background: #7E2726;
color: #fff;
border-color: #fff;
}
.contactLeft .cncVr .cnItm {
padding-left: 55px;
background-size: 30px !important;
font-size: 28px;
line-height: 40px;
font-weight: 400;
padding-bottom: 25px;
}
.contactLeft .cncVr {
margin-bottom: 15px;
}
.contactdetsec {
max-width: 83%;
}
.contactLeft ul.social li a img {
width: 32px;
}
.contactLeft .sclCvr {
border-top: 1px solid #000;
padding-top: 40px;
}
section.innercontactsec {
position: relative;
z-index: 1;
}
section.innercontactsec:before {
content: "";
background: #FFF3EB;
width: 100%;
height: 600px;
position: absolute;
top: 50%;
margin-top: -300px;
left: 0;
z-index: -1;
}
section.map {
padding: 150px 0;
}
section.map iframe {
width: 100%;
height: 480px;
}
section.mixedfooter {
overflow-x: hidden;
}
.newsDetTit h2 {
text-transform: none;
}
.form-control:focus {
color: #F58634;
background-color: #fff;
border-color: #F58634;
}
.polCont ul {
padding-left: 40px;
padding-bottom: 20px;
}
.polCont ul li {
list-style: disc;
}  @media all and (max-width:1799px) {
.btn {
font-size: 18px;
line-height: 28px;
padding: 15px 25px;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
font-size: 47px;
margin-bottom: 15px;
line-height: 57px;
}
p {
font-size: 19px;
line-height: 28px;
margin-bottom: 20px;
}
body {
font-size: 19px;
line-height: 28px;
}
header ul.menuList li:last-child a {
padding: 7px 17px;
font-size: 16px;
line-height: 24px;
}
.bannrHead {
font-size: 58px;
line-height: 68px;
padding-bottom: 20px;
}
.bannersec {
margin-top: 0;
height: 726px;
}
.banpara {
font-size: 25px;
padding-bottom: 30px;
}
section.aboutus {
padding: 96px 0 0;
}
label {
font-size: 16px;
line-height: 22px;
letter-spacing: 4px;
padding-bottom: 6px;
}
.aboutSec h1 {
margin: 0px auto 12px;
}
.aboutSec img {
padding: 22px 0 0;
}
section.counCvr {
height: 317px;
}
.counHead {
font-size: 46px;
line-height: 56px;
}
.counterItm:after {
width: 120px;
height: 4px;
margin-left: -60px;
bottom: -15px;
}
section.highlights {
padding: 115px 0 125px;
}
.hgHead {
height: 70px;
}
.more {
padding-top: 30px;
}
section.achvmnts {
height: 385px;
}
section.newssec {
padding: 125px 0 65px;
}
.newsImg img {
height: 287px;
}
.newsDet {
padding-left: 20px;
}
.nwsHead {
font-size: 26px;
line-height: 32px;
padding-bottom: 10px;
} .newsDesc {
margin-bottom: 15px;
}
.readMr {
font-size: 16px;
line-height: 28px;
}
.newsCvr {
margin-bottom: 38px;
}
section.gallery {
padding: 125px 0 210px;
}
.galCvr img {
height: 225px;
}
.galCvr {
margin-bottom: 23px;
}
section.gallery {
padding: 125px 0 175px;
}
section.admisn {
padding: 45px 0;
}
.admImg img {
width: 80%;
}
.admImg {
right: 100px;
}
section.enquiresec {
padding: 130px 0 135px;
}
.enqLeft img {
height: 570px;
}
.enqRight {
padding-left: 28px;
max-width: 87%;
}
.form-control {
height: 40px;
margin-bottom: 15px;
font-size: 20px;
line-height: 28px;
}
.enqForm ::placeholder {
font-size: 20px;
line-height: 28px;
}
section.contribution {
height: 252px;
}
footer {
padding: 38px 0 0;
}
.affl {
font-size: 16px;
line-height: 20px;
padding: 26px 0;
}
.timing {
font-size: 16px;
line-height: 23px;
padding-left: 31px;
background-size: 20px;
}
.ftrHead {
font-size: 16px;
padding-bottom: 15px;
}
.cnItm {
padding-left: 31px;
font-size: 16px;
line-height: 26px;
padding-bottom: 20px;
background-size: 20px;
}
ul.social li a img {
width: 18px;
}
ul.social li {
padding-right: 10px;
}
ul.footmenu li a {
font-size: 16px;
line-height: 26px;
}
ul.footmenu li {
margin-bottom: 15px;
}
.copyright {
margin-top: 70px;
}
.copy {
font-size: 14px;
line-height: 22px;
}
.hghCvr:before {
right: 0;
top: 0;
}
section.innerbannerMain {
height: 380px;
}
.innerbanner h1 {
font-size: 60px;
line-height: 70px;
}
section.aboutBanBottm {
padding: 70px 0;
}
section.management {
margin: 55px 0;
padding: 50px 0;
}
.mangName {
font-size: 25px;
line-height: 35px;
padding: 10px 0 10px;
}
.mangDsg {
font-size: 16px;
line-height: 28px;
}
section.vision {
padding: 70px 0 106px;
}
.vsnCvr {
padding: 37px;
}
.vsnImg img {
width: 95px;
}
section.footerBottom {
padding: 35px 0;
}
.cmnTxt {
font-size: 32px;
}
section.highlights.hgInnr {
padding: 30px 0 78px;
}
section.highlights.hgInnr .titlesec p {
font-size: 25px;
line-height: 35px;
}
section.highlights.hgInnr .hghCvr img {
height: 412px;
}
section.highlights.hgInnr .hghCvr {
margin-bottom: 50px;
}
section.acvmntsec {
padding: 75px 0;
}
.heading {
font-size: 25px;
line-height: 40px;
padding-bottom: 12px;
} .achRow {
margin: 0px auto 40px;
padding-bottom: 40px;
}
section.princsec {
padding: 75px 0;
}
.prnRight img {
width: 86%;
}
.affLeft .affl {
font-size: 25px;
line-height: 35px;
padding: 0 0 0 25px;
}
.affRight .timing {
font-size: 25px;
line-height: 35px;
padding-left: 52px;
background-size: 36px;
}
section.affiliation {
background-size: 60%;
}
section.policyinner {
padding: 114px 0;
}
.poliRow {
padding: 120px 100px;
}
.poliTit {
padding-bottom: 3px;
margin-bottom: 43px;
}
.polCont h2,
.polCont h3,
.polCont h4,
.polCont h5,
.polCont h6 {
font-size: 26px;
line-height: 36px;
padding-left: 30px;
}
.polCont h2:after,
.polCont h3:after,
.polCont h4:after,
.polCont h5:after,
.polCont h6:after {
background-size: 17px;
}
section.newsinner {
padding: 75px 0;
}
.newsDetTit h2 {
font-size: 32px;
line-height: 40px;
padding-bottom: 12px;
}
.post,
.shareVia label {
font-size: 14px;
line-height: 22px;
}
.newsDetaImg {
padding: 40px 0;
}
.abtCont ul li,
.suppCont ul li {
position: relative;
padding-left: 30px;
margin-bottom: 12px;
}
.abtCont ul li:before {
background-size: 15px;
}
section.morecontri {
padding: 54px 0 22px;
}
section.support {
padding: 122px 0 0;
}
.suppCont ul li strong {
font-size: 25px;
line-height: 35px;
}
.suppCont ul li:before {
top: 10px;
background-size: 15px;
}
section.gallery.inngal {
padding: 72px 0 109px;
}
section.contactInner {
padding: 72px 0 22px;
}
section.innercontactsec:before {
height: 475px;
margin-top: -237.5px;
}
.contactLeft .cncVr .cnItm {
padding-left: 42px;
background-size: 26px !important;
font-size: 23px;
line-height: 34px;
}
.contactLeft ul.social li a img {
width: 25px;
}
.crDetRight {
padding: 25px;
}
section.map {
padding: 100px 0;
}
section.map iframe {
width: 100%;
height: 375px;
} }
@media all and (max-width:1490px) {
section.mixedfooter section.footerBottom .cmnTxt {
max-width: 80%;
}
}
@media all and (max-width:1390px) {
header ul.menuList li a {
font-size: 14px;
}
.bannrHead {
font-size: 54px;
line-height: 64px;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
font-size: 44px;
line-height: 54px;
}
.admImg {
right: 50px;
}
section.mixedfooter section.footerBottom .cmnTxt {
max-width: 90%;
}
.btn {
font-size: 16px;
line-height: 26px;
}
}
@media all and (max-width:991px) {
.logo img {
width: 25%;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
font-size: 35px;
line-height: normal;
}
p {
font-size: 18px;
line-height: 28px;
margin-bottom: 15px;
}
body {
font-size: 18px;
line-height: 28px;
}
header {
background: transparent;
padding: 0;
}
.header-bottom {
background: #fff;
padding: 20px 0;
}
.banButn .btn {
width: 100%;
margin-right: 0;
border-radius: 0;
background: #EC6400;
color: #fff;
font-size: 18px;
}
.banButn .btn img {
filter: brightness(0) invert(1);
}
.banButn .btn:last-child {
background: #762625;
}
.bannersec {
margin-top: 175px;
height: 726px;
}
.bannerCont {
max-width: 100%;
}
section.aboutus {
padding: 50px 0 0;
}
.aboutSec h1 {
max-width: 100%;
}
.btn {
font-size: 16px;
line-height: 26px;
padding: 12px 20px;
}
.aboutSec img {
width: 100%;
}
section.counCvr {
height: 350px;
}
.counHead {
font-size: 32px;
line-height: 40px;
padding-bottom: 5px;
}
.counterItm {
top: 45px;
margin-bottom: 20px;
}
section.highlights {
padding: 50px 0;
text-align: left;
}
.title {
max-width: 100%;
}
.hghCvr {
margin-bottom: 20px;
}
.more {
padding-top: 20px;
text-align: center;
}
section.newssec {
padding: 50px 0;
}
.poliRight {
padding-left: 0;
padding: 30px 0 50px;
}
section.gallery {
padding: 50px 0;
}
.admImg {
position: inherit;
text-align: center;
}
section.admisn {
padding: 45px 0 0;
}
section.enquiresec {
padding: 50px 0;
}
.enqRight {
max-width: 100%;
padding: 50px 0 0;
}
.formSub {
float: none;
margin: 0px auto;
}
.ContbRight {
justify-content: left;
}
section.contribution {
height: 320px;
}
.newsRow {
max-width: 100%;
}
.footlogo img {
width: 20%;
}
.ftrCvr {
margin-bottom: 20px;
}
.copyright {
margin-top: 30px;
text-align: center;
}
footer {
padding: 50px 0 0;
background-position: bottom center !important;
background-size: 100%;
} header.aniPos .logo img {
width: 15%;
}
section.innerbannerMain {
height: 230px;
margin-top: 175px;
}
.innerbanner {
padding-top: 0;
text-align: center;
}
.innerbanner h1 {
font-size: 42px;
line-height: 52px;
}
section.contentArea {
padding: 50px 0;
}
section.videosec {
padding-bottom: 50px;
}
.aboutLeft {
padding-bottom: 50px;
}
section.aboutBanBottm {
padding: 50px 0;
}
section.management {
margin: 0;
text-align: center;
}
.mangName {
font-size: 20px;
line-height: 30px;
padding: 5px 0;
}
.mngCvr {
margin-bottom: 20px;
}
section.vision {
padding: 50px 0;
text-align: center;
}
.vsnCvr {
padding: 30px;
height: auto;
margin-bottom: 30px;
}
section.footerBottom {
padding: 50px 0;
}
.cmnTxt {
font-size: 20px;
line-height: 30px;
}
.text-end {
text-align: center !important;
}
.hglRw {
max-width: 100%;
}
section.highlights.hgInnr {
padding: 50px 0;
text-align: center;
}
section.highlights.hgInnr .titlesec p {
font-size: 20px;
line-height: 30px;
}
section.highlights.hgInnr .hghCvr img {
height: auto;
}
section.acvmntsec {
padding: 50px 0;
text-align: center;
}
.achRow {
padding-bottom: 20px;
max-width: 100%;
}
.acvmntRight {
padding-top: 30px;
}
section.princsec {
padding: 50px 0;
}
.prnRight {
padding: 50px 0 0;
}
section.affiliation {
background-size: cover;
}
.affLeft .affl,
.affLeft .affl b {
color: #fff;
}
.affRight {
float: none;
padding-top: 30px;
}
section.policyinner {
padding: 50px 0;
}
.poliRow {
padding: 50px;
}
section.newsinner {
padding: 50px 0;
}
.newsdetRow {
max-width: 100%;
}
section.morecontri {
padding: 35px 0;
margin: 0;
text-align: center;
}
.coverDv {
text-align: center;
}
section.support {
padding: 50px 0 0;
}
.suppCont {
max-width: 100%;
}
section.gallery.inngal {
padding: 50px 0;
}
section.contactInner {
padding: 50px 0;
}
.contactLeft .cncVr .cnItm {
font-size: 20px;
line-height: 30px;
padding-bottom: 10px;
word-break: break-word;
}
.contactLeft {
padding-bottom: 50px;
}
section.innercontactsec:before {
display: none;
}
section.innercontactsec {
padding: 50px 0;
background: #FFF3EB;
}
.crDetRight {
margin-left: 0;
}
section.map {
padding: 50px 0;
}
.contactdetsec {
max-width: 100%;
}
.sticList.callusst,
.sticList.boodst {
display: none;
}
.current_page_item a:after {
display: none;
}
.current_page_item a {
color: #E1894A !important;
}
} @media all and (max-width:767px) {
.logo img {
width: 30%;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
font-size: 32px;
line-height: 48px;
margin-bottom: 20px;
word-break: break-word;
}
.bannersec {
margin-top: 130px;
background-position: center !important;
height: 600px;
}
.bannerCont {
padding-top: 0;
}
.bannrHead {
font-size: 40px;
line-height: 56px;
}
.banpara {
font-size: 24px;
padding-bottom: 0;
}
.aboutSec {
max-width: 100%;
}
.hghCvr {
margin: 0px 40px;
}
.newsDet {
padding-left: 0;
padding-top: 25px;
}
.nwsHead {
font-size: 20px;
line-height: 28px;
padding-bottom: 5px;
}
.newsRow .col-md-12:last-child .newsCvr {
margin: 0;
}
.galCvr img {
height: 169px;
}
.admImg img {
width: 100%;
}
.enqLeft img {
height: auto;
}
section.contribution {
height: 430px;
}
.footlogo img {
width: 32%;
}
footer {
background: url(//vijayanandavidyapeedom.org/wp-content/themes/Netstager_Creative_Suite-3.0/images/footer-bg-mobile.svg) no-repeat bottom center, #FFEFE2;
background-size: 100%;
}
ul.social li a img {
width: 26px;
}
header.aniPos .logo img {
width: 30%;
}
header.aniPos .header-bottom {
padding: 10px 0;
}
header.aniPos .banButn .btn {
font-size: 14px;
padding: 5px 20px;
}
section.innerbannerMain {
margin-top: 130px;
}
.stickyBar {
position: fixed;
right: 10px;
z-index: 1000;
top: inherit;
bottom: 75px;
margin-top: 0px;
display: flex;
align-items: flex-end;
justify-content: center;
flex-direction: column;
}
.play img {
width: 40px;
}
.heading {
font-size: 22px;
line-height: 32px;
}
.prnLeft {
text-align: center;
}
.affLeft .affl,
.affRight .timing {
font-size: 20px;
line-height: 30px;
padding: 0;
}
.poliRow {
padding: 120px 15px;
}
.poliTit:after {
margin-left: -100px;
width: 200px;
height: 4px;
}
.poliTit {
margin-bottom: 20px;
}
.polCont h2,
.polCont h3,
.polCont h4,
.polCont h5,
.polCont h6 {
font-size: 20px;
line-height: 30px;
padding-left: 25px;
}
section.mixedfooter section.footerBottom {
text-align: center;
}
.cmnTxt {
max-width: 100%;
}
.newsDetTit h2 {
font-size: 26px;
line-height: 36px
}
.shareVia {
justify-content: center;
}
.post {
text-align: center;
padding-bottom: 20px;
}
.newsDetaImg img {
width: 100%;
}
.suppCont ul li strong {
font-size: 20px;
line-height: 30px;
}
.suppCont ul li:before {
top: 7px;
}
.contactLeft .cncVr .cnItm {
font-size: 16px;
line-height: 26px;
background-size: 20px !important;
word-break: break-word;
padding-left: 30px;
background-position: top 5px left;
}
.affLeft {
display: block;
text-align: center;
}
.affLg {
width: auto;
}
.affLg img {
width: 100px;
}
.affRight .timing {
background-position: top center !important;
text-align: center;
padding: 45px 0 0;
}
html,body{
overflow-x: hidden !important;
}
}#heateor_sss_error{color:red;margin:7px 0}#heateor_sss_sharing_more_providers .filter svg{position:absolute;left:16px;top:18px}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(//vijayanandavidyapeedom.org/wp-content/plugins/sassy-social-share/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{display:block;margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{padding:0;margin:0 0 0 5px;background:0 0!important;float:left;width:24.1%;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-16px;top:-16px}#heateor_sss_sharing_more_providers .filter input.search{width:96%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 11px;padding:5px 8px 5px 27px!important;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important;max-width:-webkit-fill-available}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:12px;height:auto;line-height:20px;overflow:hidden;padding:8px 8px 8px 1px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:transparent}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}@media screen and (max-width:752px){#heateor_sss_sharing_more_content .all-services ul li{width:32.1%}}@media screen and (max-width:590px){#heateor_sss_sharing_more_content .all-services ul li{width:48.1%}#heateor_sss_sharing_more_providers .filter input.search{width:93%}}@media screen and (max-width:413px){#heateor_sss_sharing_more_content .all-services ul li{width:100%}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}@media screen and (max-width: 783px)#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92.8%}div.heateor_sss_follow_icons_container svg,div.heateor_sss_sharing_container svg{width:100%;height:100%}