body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Montserrat', sans-serif;
}

p,
.p {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

.banner-background {
    width: 100%;
    height: 100vh;
    /* background: url("../images/contactus.gif"); */
	background-image: linear-gradient(to right, rgba(7, 60, 143, 0.48), rgba(0, 0, 0, 0.48)), url("../images/contactus.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 30%;
}

.count-index {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#button {
    display: inline-block;
    background-color: #e3ac08;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.footer-social i {
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}

.footer-social-head i {
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}

.footer-social-head i:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient( -295deg, rgb(236, 189, 94) 20%, rgb(234 96 30) 100%) -1px center / calc(100% + 2px);
}

.footer-social i:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient( -295deg, rgb(236, 189, 94) 20%, rgb(234 96 30) 100%) -1px center / calc(100% + 2px);
}

.mob_menu {
    display: none;
}

.menu_bar {
    text-align: right;
    margin-top: 50px;  text-transform: uppercase;
}

.t-p {
	font-size: 16px;
	color: #fff;
	text-align: right;
	padding-top: 0px;
	font-weight: 500;
	margin-top: 36px;
}

.tagline-h6 {
    text-align: center;
    color: #ecbd5e;
    margin-top: 2px;
    font-size: 12px;
}

.main-tabs {
    padding-top: 110px; 
}
.Custom-Main-Tabs {
	background-color:#EBBD5E !important;
}
.main-tabs a {
    display: block;
    background-color: #ffff;
    margin-bottom: 15px;
    width: 80%;
    float: left;
    margin: 0 auto 15px;
    padding: 10px 15px 10px 30px;
    border-radius: 30px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: opacity 300ms ease-out 0s, transform 300ms ease-out 0s;
}

.main-tabs a:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(-295deg, rgb(236, 189, 94) 20%, rgb(234 96 30) 100%) -1px center / calc(100% + 2px);
}

.cou_div {
    width: 100%;
    height: auto;
    background-color: #ecbc5f;
    padding-top: 5px;
    padding-bottom: 5px
}

.count_coloum_right_line {
    border-right: 2px solid #fff
}

.cou_div h1 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 2px
}

.cou_div h4 {
    color: #000;
    text-align: center;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 10px;
    font-style: normal;
    margin-top: 2px;
    margin-bottom: 0;
}

.cou_div h6 {
    text-align: center;
    color: #000;
    margin-bottom: 2px;
    font-size: 10px;
}

.copyright {
    width: 100%;
    height: auto;
    background-color: #000;
    color: #fff;
    padding: 0px 0
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 9px;
}

.copyright a {
    color: #fff;
    font-size: 9px;
}

.pooo {
    text-align: right
}

.footer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background-color: #48474c;
}

.footer-link {}

.footer-link a {
    padding-right: 15px;
    color: #fff;
    font-weight: 500;
}

.footer-link a:before {
    display: inline-block;
    content: "|";
    color: #fff;
    padding-right: 15px;
}

.footer-link a:first-child:before {
    display: none;
}

.footer-social {
    text-align: right;
    padding-top: 0px;
}

.footer-social-head {
    /* text-align: right; */
    /* padding-top: 0px; */
    position: absolute;
    /* left: 0; */
    right: 94px;
    /* top: 382px; */
    bottom: 88px;
}

.initiatives {
    width: 100%;
    height: auto;
    /*background: url("../images/inititatives/banner.jpg") no-repeat;
	background-size: cover;
	background-position: center center;*/
}

.initiatives-sec-1 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.initiatives-sec-1 h4 {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}

.initiatives-sec-1 a {
    font-size: 14px;
    color: #000;
    display: block;
}

.initiatives-sec-1 a:hover {
    text-decoration: none;
}


/*.initiatives-sec-1 a p{
	text-align: justify;
	font-size: 14px;
	color: #000;
	padding: 0 15px;
    line-height: 25px;
}*/

.initiatives-sec-1 a {
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in
}

.initiatives-sec-1 a:hover {}

.upcoming {
    width: 100%;
    height: 250px;
    background: url("../images/upcoming/banner.png") no-repeat;
    background-size: cover;
    background-position: center center;
}

.up-things-1 {
    width: 100%;
    height: auto;
    padding: 0px 0px 15px;
}

.up-things-1 p a {
    display: inline-block;
    background-color: #eabe5e;
    padding: 10px 25px;
    color: #000;
    margin-top: 10px;
}

.qwr {
    width: 40%;
    float: left;
}

.ads {
    width: 60%;
    float: left;
}

.ads p {
	font-size: 13.5px;
	text-align: justify;
	line-height: 22px;
	margin-top: 6px;
}

.jaintalk-2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
}

.playlist {
    color: #000;
    background-color: #ecbc5f;
    padding: 11px 29px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: .5px;
    font-size: 14px;
    margin-top: 15px;
}

.playlist:hover {
    color: #ecbc5f;
    background-color: #000000;
    text-decoration: none;
}

.jaindiet-2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.jainyog-2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
}

.jainyatra-2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
}

.jainparv-2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
}

.jainmelody-2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
}

.jainshala-2 {
    width: 100%;
    height: auto;
    padding-top: 130px;
    padding-bottom: 40px;
}

.jainlibrary-2 {
    width: 100%;
    height: auto;
    padding-top: 45px;
    padding-bottom: 40px;
}

.jainmuni-2 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

.qwq {
    padding-top: 15px;
}

.qwq img {
    display: inline-block;
}

.qwq h5 {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 6px;
    color: #000;
}

.height-30 {
    height: 30px;
    width: 100%;
}

.anekantvad {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bhav-alochana {
    width: 100%;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
}

.img-border {
    border: 1px solid #0a046f;
    margin-bottom: 30px;
}

.e-newsletter {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
}

.guy1 {
    width: 8%;
    margin-right: 20px;
}

.filter-content {
    padding-left: 115px;
}

.paathshala {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
}

.shalabox {
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 25px #ccc
}

.card {
    position: relative;
    right: 0
}

.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.card:hover .img-top {
    display: inline
}

.age5to92 img {
    margin-bottom: 30px;
}

.panchang {
       width: 100%;
    height: auto;
    padding-top: 85px;
    padding-bottom: 85px;
}

.prakritstudies {
    width: 100%;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
}

.prakritstudies1 {
    /* width: 8%; */
    margin-right: 20px;
}

.the_jain_foundation {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background:linear-gradient(0deg, rgb(6 6 6 / 65%), #002eccad),url(../images/aboutus/banner-3.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.tjf3 {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    padding: 5px 0;
}

.rk_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/rk.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 10px;
}

.rk_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.neel_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/neel.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.Rashmi_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/Rashmi.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 125px;
}

.Rashmi_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.neel_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.rahul_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/rahul-shrenik-jain-new.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.rahul_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.smitha_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/smitha.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.smitha_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.vipul_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/vipul-jain.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.vipul_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.pratheek_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/pratheek.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.pratheek_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.kevin_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/kevin.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.kevin_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

.chand_img {
    width: 20%;
    height: 330px;
    float: left;
    background: url(../images/aboutus/Chandan.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.chand_content {
    width: 80%;
    height: auto;
    float: left;
    padding: 0 85px 0 30px;
}

#desktop_view {}

#mobile_view {
    display: none;
}

.tjf2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.h1_box {}

.h1_box h1 {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
}

.tjf2 h5 {
    color: #000;
    font-size: 25px;
    margin-top: 0;
    font-weight: 600;
}

.tjf3 h4 {
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: 200;
}

.tjf4 {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 84px;
}

.mobile_tjf {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile_tjf h3 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.mobile_tjf h3 span {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
}

.tjf4 h2 {
    margin-top: 0;
    font-weight: 300;
}

.height-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.h-jainism {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background: url(../images/jainism/banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jainism2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.jainism_box {
    width: 25%;
    height: auto;
    /* background-color: #edb241; */
    padding: 3px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
   background: linear-gradient( 45deg, #ffc107, #e57335);
    border-radius: 30px;
    box-shadow: 0px 5px 13px 0px #343a4026;
}

.jainism_box h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
}

.testi-box {
    width: 20%;
    height: auto;
    /* background-color: #edb241; */
    padding: 3px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    background: linear-gradient( 45deg, #ffc107, #251a14);
    border-radius: 30px;
    box-shadow: 0px 5px 13px 0px #343a40
}

.testi-box h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
}

.jainism2 p {
    text-align: justify;
}

.jainism3 {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #f9f9f9;
}

.jainism3 h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 32px;
}

.jainism3 ul {
    text-align: justify;
    line-height: 25px;
    list-style: square;
    font-size: 14px;
}

.jainism3_div {
    width: 74%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.jainism4 {
    width: 100%;
    height: auto;
    padding: 10px 0 40px;
}

.jainism4 h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.jainism4_box {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 15px;
    box-shadow: 1px 1px 5px #e2e2e2;
    background-color: #fdfdfd;
    margin-bottom: 30px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.jainism4_box:hover {
    background-color: #edb241;
}

.jainism4_box h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.shuuu {
    display: none;
}

.philosophy {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background: url(../images/jainism/jain_philosophy.jpg) no-repeat;
    background-size: cover;
    background-position:bottom;
}

.philosophy2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.philosophy3 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../images/philosophy/phycology_background.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center center;
}

.philosophy3 h2 {
    text-align: center;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 30px;
}

.philosophy3 p {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    color: #fff;
}

.philo_div {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.philo_div h5 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    border-left: 5px solid #000;
    padding-left: 8px;
    font-size: 14px;
}

.philo_div p {
    color: #000000;
    text-align: justify;
}

.philo_div ul {
    color: #000000;
    line-height: 25px;
    font-size: 14px;
}

.philosophy4 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.philosophy4 h2 {
    text-decoration: underline;
    text-underline-position: under;
    font-size: 30px;
}

.ph4_box {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 1px 1px 25px #ccc;
    margin-top: 20px;
}

.philosophy4 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}

.philosophy4 h4 {
    font-size: 18px;
}

.ph4_box h5 {
    font-size: 14px;
}

.ph4_box ul {
    padding-left: 20px;
    line-height: 27px;
    font-size: 14px;
}

.philosophy5 {
    width: 100%;
    height: auto;
    background-color: #607D8B;
    padding-bottom: 40px;
}

.philosophy5a {
    width: 60%;
    height: auto;
    float: left;
    padding-left: 110px;
    padding-right: 30px;
    color: #c7c7c7;
}

.philosophy5a h2 {
    font-size: 30px;
    margin-top: 20px;
}

.philosophy5a p {
    color: #c7c7c7;
}

.philosophy5ba {
    width: 100%;
    height: 485px;
    background: url(../images/philosophy/godinjainism.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.philosophy5b {
    width: 40%;
    height: auto;
    float: left;
}

.qcw {
    width: 82%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 60px;
    padding-bottom: 15px;
    color: #c7c7c7;
}

.qcw h4 {
    text-align: center;
    font-size: 18px;
}

.qcw ul {
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
}

.philosophy6 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.philosophy6 ul {
    font-size: 14px;
}

.philosophy6 h4 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.philosophy7 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/philosophy/karma_philosophy_background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.philosophy7 h2 {
    font-size: 30px;
}

.philosophy7 p {
    color: #fff;
}

.philosophy8 {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.philosophy8 h4 {
    font-size: 18px;
}

.philosophy8 h3 {
    font-size: 24px;
    margin-top: 20px;
}

.philosophy8 ul {
    font-size: 14px;
}

.kandilla {
    display: none;
}

.philosophy9 {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/philosophy/phycology_background2.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center center;
}

.philosophy9 h2 {
    color: #000000;
}

.philosophy9 p {
    color: #000000;
}

.papa {
    background-color: rgb(255 255 255 / 54%);
    height: 75pc;
    padding-left: 15px;
    padding-right: 15px;
}

.spacer1 {
    height: 20px;
    clear: both;
}

.philosophy10 {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.philosophy10 h2 {
    color: #000000;
    font-size: 30px;
}

.philosophy10 h4 {
    font-size: 18px;
}

.hr-some {
    width: 100%;
}

.papa h2 {
    font-size: 30px;
    margin-top: 20px;
}

.papa h4 {
    font-size: 18px;
}

.demographics {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background: url(../images/jainism/jain_demographic.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.demographics2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 14px;
}

.demographics_box {
    width: 30%;
    height: auto;
    /* background-color: #edb241; */
    padding: 3px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    background: linear-gradient( 45deg, #ffc107, #251a14);
    border-radius: 30px;
    box-shadow: 0px 5px 13px 0px #343a40;
}

.demographics_box h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
}

.testimonials {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background:linear-gradient(0deg, rgb(6 6 6 / 65%), #002eccad), url(../images/testimonial/banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.initiatives {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/bannermain.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jaintalk {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jaintalk.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jaindiat {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jaindiet.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jainyog {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainyog.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jainyatra {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainyatra.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jainparv {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainparva.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jainmelody {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainmelody.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jainshala {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainshala.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jain-lib {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainlib.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.jain-muni {
    width: 100%;
    height: 214px;
    background-color: cadetblue;
    background: url(../images/inititatives/jainmuni.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

#testpadding {
    padding-bottom: 40px
}

.cardd {
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    height: auto;
    padding-top: 23px;
    padding-bottom: 20px
}

#testta {
    padding-top: 60px;
    text-align: center;
    color: #f3a600;
    font-weight: 700;
    padding-bottom: 40px
}

.cardd p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-top: 10px
}

.cardd h2 {
    margin-top: 26px;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-size: 23px;
    font-weight: 500
}

#seewhat {
    text-align: center;
    padding-bottom: 35px;
    font-size: 24px;
    color: #000
}

#doublein {
    position: absolute;
    left: 24px;
    top: -29px;
    right: 25px;
    background-color: #f3a600;
    width: 15px;
    height: 19px;
    padding-left: 10px;
    padding-right: 23px;
    padding-bottom: 31px;
    padding-top: 5px;
    font-size: 46px;
    color: #fff
}

.cardd h3 {
    text-align: center;
    margin-top: 7px;
    color: #130d0d;
    font-size: 15px;
    line-height: 21px;
    padding: 0 25px
}

#rowtwotest {
    padding-top: 0px;
	background-color: #f6f6f6; 
    border-radius: 0 25px 25px 25px;
  /*box-shadow: 5px 5px 10px 0px rgba(71, 71, 71, 0.30);*/
}

.auth {
    padding-top: 40px;
    text-align: center;
    color: #001441;
    font-size: 28px;
    font-weight: 700
}

.reportdown h2 {
    color: #000;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px
}

#downone {
    color: #000
}

#downtwo {
    color: #000;
    padding-top: 27px
}

#downthree {
    color: #000
}

#downfour {
    color: #000;
    padding-top: 27px
}

.reportdown {
    text-align: center;
    background-color: #dedede;
    padding-top: 15px;
    padding-bottom: 15px
}

.downrowpadd {
    padding-bottom: 75px
}

.labresults {
    padding-bottom: 40px;
    padding-top: 0;
    text-align: center;
    color: #001441;
    font-size: 28px;
    font-weight: 700
}

#downpadding {
    padding-top: 40px
}

.chammi {
    border-radius: 25px;
    border: 1px solid #dadce0;
    padding: 25px
}


/*.drop-your-comment {
	width: 100%;
	height: auto;
	padding: 50px 0
}
.drop-your-comment input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 7px 30px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #23252d;
	border-radius: 25px;
	margin-bottom: 23px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.drop-your-comment textarea {
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 30px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #23252d;
	border-radius: 25px;
	margin-bottom: 23px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.drop-your-comment button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #ecbc5f;
	background-color: #ecbc5f;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: right
}
.drop-capcha-input {
	display: inline-block !important;
	border-radius: 0 !important;
	height: 45px !important;
	border: 1px solid #ecbc5f !important;
	padding: 7px 30px 7px 70px !important;
	border-top-right-radius: 25px !important;
	border-bottom-right-radius: 25px !important
}
.drop-capcha {
	position: absolute
}*/

.commd-div {
    padding: 25px;
    background-color: #f9ecd9
}

.feedback {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background: url(../images/aboutus/banner-cont.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.feedback2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.contactus {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background: url(../images/aboutus/baqnner-last.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.contactus2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.conh1_box {
    width: 20%;
    height: auto;
    /* background-color: #edb241; */
    padding: 3px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    background: linear-gradient( 45deg, #ffc107, #251a14);
    border-radius: 30px;
    box-shadow: 0px 5px 13px 0px #343a40;
}

.conh1_box h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
}


/*=====================================================================
	Privacy Policy
=====================================================================*/

.privacy {
    width: 100%;
    height: 300px;
    background-color: cadetblue;
    background: url(../images/aboutus/tjf_img1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.privacy2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 14px;
}

.privacy_box {
    width: 33%;
    height: auto;
    background-color: #e6e6e6;
    padding: 15px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.privacy_box h1 {
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
}

.privacy2 ul {
    line-height: 25px;
    font-size: 14px;
}

.yentharo {
    width: 100%;
    height: auto;
    padding: 30px 30px 1px;
    background-color: #3b687f;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/

.bg-contact2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container-contact2 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(219, 21, 99, 0.8);
    background: -webkit-linear-gradient(45deg, rgba(213, 0, 125, 0.8), rgba(229, 57, 53, 0.8));
    background: -o-linear-gradient(45deg, rgba(213, 0, 125, 0.8), rgba(229, 57, 53, 0.8));
    background: -moz-linear-gradient(45deg, rgba(213, 0, 125, 0.8), rgba(229, 57, 53, 0.8));
    background: linear-gradient(45deg, rgba(213, 0, 125, 0.8), rgba(229, 57, 53, 0.8));
}

.wrap-contact2 {
    width: 790px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 72px 55px 90px 55px;
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
    width: 90%;
}

.contact2-form-title {
    display: block;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 90px;
}


/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
    font-size: 13px;
}

.input2 {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}

.focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(219, 21, 99, 1);
    background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
    background: -o-linear-gradient(45deg, #d5007d, #e53935);
    background: -moz-linear-gradient(45deg, #d5007d, #e53935);
    background: linear-gradient(45deg, #d5007d, #e53935);
}

.focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/*---------------------------------------------*/

input.input2 {
    height: 45px;
}

input.input2+.focus-input2::after {
    top: 16px;
    left: 0;
}

textarea.input2 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px;
}

textarea.input2+.focus-input2::after {
    top: 16px;
    left: 0;
}

.input2:focus+.focus-input2::after {
    top: -13px;
}

.input2:focus+.focus-input2::before {
    width: 100%;
}

.has-val.input2+.focus-input2::after {
    top: -13px;
}

.has-val.input2+.focus-input2::before {
    width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/


/*.container-contact2-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 13px;
}
.wrap-contact2-form-btn {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}
.contact2-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: rgba(219,21,99,1);
	background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
	background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
	background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
	background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
	top: 0;
	left: -100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}*/

.contact2-form-btn {
    /*display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    min-width: 100px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.2;
    background-color: #ecbc5f;
    float: right;
    cursor: pointer;
    border-radius: 5px;
}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-contact2 {
        padding: 72px 15px 90px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
    .jainlibrary-2 img{
        width:100%;
    }
}

.contactus2 h3 {
    text-transform: uppercase;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 26px;
    vertical-align: top;
    border-top: 0px solid #ddd;
}

#captcha {
    border: 1px solid #ecbc5f;
    padding: 10px 56px;
    width: 100%;
    z-index: 1000000000;
}

.capim {
    position: absolute;
}

.watch input {
    margin: 3px;
}

.testt {
    position: relative;
    left: 15px;
}

.eventss h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
}

.eventss {
    /* width: 40%; */
    height: auto;
    /* background-color: #edb241; */
    padding: 3px; 
    margin-bottom: 20px; 
    /* background: linear-gradient( 45deg, #ffc107, #251a14); */
    /* border-radius: 30px; */
	border-color: #f6bd58;
	font-weight: 500;
	background: linear-gradient( 45deg, #ffc107, #e57335);
	border: 1px solid #d0d0d0;
	border-radius: 30px;
    /* box-shadow: 0px 5px 13px 0px #343a40; */
	box-shadow:0px 5px 13px 0px #c4c4c4;
}

.upcomingeventtt h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 21px;
}

.upcomingeventtt {
    /* width: 50%; */
    /* height: auto; */
    /* /* background-color: #edb241; */  
    /* padding: 3px; */
    /* border: 1px solid #d0d0d0; */
    /* margin-bottom: 20px; */
    /* background: linear-gradient( 45deg, #ffc107, #251a14); */
    /* border-radius: 30px; */
    /* box-shadow: 0px 5px 13px 0px #343a40;
	 width: 45%; */
    height: auto; 
    padding: 3px; 
    margin-bottom: 20px;  
	border-color: #f6bd58;
	font-weight: 500;
	background: linear-gradient( 45deg, #ffc107, #e57335);
	border: 1px solid #d0d0d0;
	border-radius: 30px; 
	box-shadow:0px 5px 13px 0px #c4c4c4;
	
}

.content img {
    margin: 20px 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    /* -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

.commd-div {
    margin: 20px 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    /* -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
/*SHIVA UI CHANGES*/
.btn-Gold {
	color: #fff;
	border-color: #f6bd58;
	font-weight: 500 !important;
	background: linear-gradient( 45deg, #ffc107, #e57335) !important;
	border-radius: 30px;
	/* width: 15%; */
	box-shadow: 0px 5px 13px 0px #343a4026;
}
.btn-Gold:hover {
	color: #e87c2f !important;
	background: #fff !important;
	border-color: #f6bd58;
}
.CDFPage_margTp {margin-top:5rem}
.btn-register {
	border-radius: 30px;
	width: 15%;
	font-weight: 500;
}
.digitalFst_yearsButtons_group {
	margin-top:70px;
}

@media only screen and (max-width: 600px) {
  .btn-register  {
    width: 100%;
  }
  .btn-Gold {
    width: 100%;
  } 
}
.h-compassion {
	width: 100%;
	height: 300px;
	background-color: cadetblue;
	background:linear-gradient(0deg, rgb(6 6 6 / 65%), #002eccad), url(../images/CDF/chathurmas2023banner.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: center center;
}
/**testimonials**/
.carousel-bg {
	background-color: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
/* quote */
.quote-image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-top: 60px;
	width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 24px;
	color: #354052;
	line-height: 30px;
	bottom: 40%;
	text-shadow: none;
	top: 10%;
}
.testimonial-style .testimonial-authors {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 20px;
	color: #354052;
	line-height: 30px;
	margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
	padding-top: auto;
	padding-bottom: auto;
	height: 380px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
	background: none;
	box-shadow: none;
	text-shadow: none;
}
.testimonial-style .carousel-control.right {
	background: none;
	box-shadow: none;
	text-shadow: none;
}
.testimonial-style .carousel-control {
	color: #354052;
}
.testimonial-style .carousel-control:hover {
	color: #354052;
	text-decoration: none;
	transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
	background-color: #fff;
	width: 14px;
	height: 14px;
	transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
	border: 2px solid #354052;
	background-color: #354052;
}
.stavan_Box {
	border: 1px solid #cacaca;
	padding: 5px;
	border-radius: 7px;
	box-shadow: 0px 1px 1px 1px #e2e2e2;
}
.stavan_Box h4 {
	text-align: center !important;
	font-weight: bold;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	background-color: #e77832;
	padding: 3px;
	margin: 0px auto;
	border-radius: 5px 5px 0 0;
  }
.stavan_Box_container {
	width:100%;
}

.namokarVideo {
	width:100%;
	margin: 0px auto; 
	display: block;
	margin-top:5px;
	border: 5px solid #d2ac63;
	border-radius: 22px;
	background-color: #000;
}

@media only screen and (min-width: 350px) and (max-width: 499px)  {
	.namokarVideo {
		width:100%;
		text-align:center;
	}
}
/*CHATURMAS 2024*/
.chaturmaslogo {
	/* width: 160px; */
	background-color: #fff;
	border-bottom-right-radius: 38px;
	border-bottom-left-radius: 38px;
}
.the_chaturmas2024 {
	width: 100%;
	height:300px;
	background-color: cadetblue;
	background:linear-gradient(0deg, rgb(6 6 6 / 65%), #002eccad), url(../images/ujwalaBanner3.jpg) no-repeat;
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto, auto;
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-size: auto, auto;
	background-size: cover;
	background-position: center;
}
.t-Cp {
	font-size: 26px;
	color:#f0d74e;
	text-align: right;
	font-weight: bold;
	margin-top: 26px;
	background-color:#463b3b59;
	display: inline-block;
	float: right;
	padding: 10px;
	border-radius: 10px;
}
ul.chathurmasUL {
	margin:0px auto;
	padding:0px auto;
}
ul.chathurmasUL li {
	list-style: decimal;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #716767;

}

.digitalfasingPageHeading  {
  text-transform: uppercase;
  font-weight: bold;
  color: #ea822c;
  font-size:2.1rem;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align:center;
}
.pachakkanIMG {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius:40px !important;
}
/*BUTTON FOR CHATHURMAS*/
.jainism_boxDIGIT {
  width:100%;
  height: auto;
  background-color: #edb241;
  padding:9px 0;
  color: #FFF;
  font-size:2rem;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  background: linear-gradient( 45deg, #ffc107, #e57335);
  border-radius: 30px;
  box-shadow: 0px 5px 13px 0px #343a4026;
}
.btnC {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 2px solid #d2ac63;
	padding: 9px 7px;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	text-align: center;
	color:#594a3f;
	text-decoration: none !important;
}
 
.chatur_utility {color:#ebbd5e;}
.pachkarImg {
  margin-top: 13%;
}
.teambase {
	border: 2px solid #e9bb5e;
	padding: 121px 10px 0 10px;
	border-radius: 10px;
	position: relative;
	top: 63px;
}
.stafPicBase {
	width: 36%;
	height: 168px;
	position: absolute;
	background-color: #EBC372;
	top: 0px;
	border-radius: 6px;
	z-index: 99;
	left:27px;
	border: 2px solid #e9bb5e;
}
.profilTeamPic_RK {
	width: 150px;
	height: 150px;
	background-color: #000;
	float: left;
	border-radius: 100%;
	margin:6px 10px 5px 5px;
	background: url(../images/aboutus/rk.jpg) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top center;
}
.profilTeamPic_smitha {
	width: 150px;
	height: 150px;
	background-color: #000;
	float: left;
	border-radius: 100%;
	margin:6px 10px 5px 5px;
	background: url(../images/aboutus/smitha.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top center;
}
.profilTeamPic_Siva {
	width: 150px;
	height: 150px;
	background-color: #000;
	float: left;
	border-radius: 100%;
	margin:6px 10px 5px 5px;
	background:url(../images/aboutus/Chandan.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position:center;
}
.profilTeamPic_Vipul {
	width: 150px;
	height: 150px;
	background-color: #000;
	float: left;
	border-radius: 100%;
	margin:6px 10px 5px 5px;
	background:url(../images/aboutus/vipul-jain.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: top center;
}

.stafPicBase h4 {
	margin-top:45px;
}

.teamSession_Rk {height: 570px;}
.teamSession_Smitha {height:370px;}
.teamSession_Shiva {height:370px;}
.teamSession_Vipul {height:410px;}

.gold_HR {
	border-top: 1px solid #ecc26a !important;
}
.chatur_Events_DAtes_utility {
	border: 2px solid #e3ac08;
    padding: 7px 0px 4px 7px;
    background-color: #e3ac08;
	color: #ffffff;
}

/***Accourdins customise***/
.panel-custom > .panel-heading  {
	color: #fff !important;
	background-color: #e3ac08 !important;
	border-color: #ffcc35  !important;
}

.panelFaIcon>a:after {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}

.panelFaIcon>a.collapsed:after {
	float: right !important;
	content: "\f067";
}

.panelFaIcon>a:hover,
.panelFaIcon>a:active,
.panelFaIcon>a:focus {
	text-decoration: none;
}

.panelFaIcon>a {
	display: flex;
	justify-content: space-between;
}
.the_Invites_Video {
	border: 3px solid #e3ac08; 
	margin: 0px auto;
	border-radius: 10px;
	background-color: #e3ac08;
}

.colSpace_Btns {
  padding: 0px;
  margin: 3px;
}

.jobPostPDFSection {
	width: 100%; margin:0px auto;
}
.joband_Opportunities {
  width: 100%;
  height: 300px;
  background-color: cadetblue;
  background: url(../images/jainism/joband_Opportunities.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
}

/**7MARCH2025**/
.jainism_ArticalTitlebox { 
	height: auto;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
	background: linear-gradient( 45deg, #ffc107, #e57335);
	border-radius: 30px;
	box-shadow: 0px 5px 13px 0px #343a4026;
	font-weight: bold;
	color: #FFF;
	padding:5px 0px;
	text-transform:uppercase;
	text-align: center;
}
.jainism_ArticalTitlebox h1 {
	font-size:21px;
	font-weight: 600;
}
.jainArticalBox {
  width: 98%;
  height: auto;
  padding: 40px 0;
  background-color: #f9f9f9;
  border: 2px solid #e87d2f;
  margin: 50px auto;
  border-radius: 20px;
}
.jainArtical_Click {
	display: block;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  border: 1px solid #a09d08;
  background-color: #003269;
  color: #FFF;
  font-weight: bold;
}
.articalPicBase {
	width:200px;
	height:200px;
	margin:0px auto;
	padding:5px;
	border-radius:100%;
	border:1px solid #e87d2f;
}