/*html {
    scroll-padding-top: 200px;
    scroll-behavior: smooth;
}*/

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;
}


/*Vijayananda*/

/*whatsapp animation*/

.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(../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(../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(../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-size: 20px;
    line-height: 32px;*/
    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(../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(../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(../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(../images/map.svg) no-repeat left top;
    background-size: 24px;
}

.eml {

    background: url(../images/email.svg) no-repeat left top;
    background-size: 24px;
}

.phon {

    background: url(../images/call.svg) no-repeat left top;
    background-size: 24px;
}

.wtsp {
    background: url(../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*/
.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;
}

/*end stickybar*/

.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(../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(../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(../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(../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;
}

/*.acvmntRight p {
    font-size: 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(../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(../images/clock.svg) no-repeat left top;
    background-size: 42px;
    color: #fff;
}

section.policyinner {
    padding: 165px 0;
}

.poliRow {
    background: url(../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(../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(../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(../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(../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;
}

/*end vidyapeedom*/


/*=================================inner==================================*/
@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 p {
        font-size: 16px;
        line-height: 28px;
    }*/

    .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;
    }

    /*.acvmntRight p {
        font-size: 16px;
        line-height: 25px;
    }*/

    .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;
    }


    /*end 1799*/


}

@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%;
    }

    /*.counCvr .row .col-6.col-md-6.col-lg-3:nth-child(3) .counterItm:after,
    .counCvr .row .col-6.col-md-6.col-lg-3:nth-child(4) .counterItm:after{

        display: none;
    }*/
    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;
    }


}

/*end ipad*/


@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(../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;
    }

}