/* ===================================== Import Less ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600&family=Noto+Sans:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap');
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: #444;
}
a:hover {
  color: #444;
}
ul {
  /*margin-bottom: 0;
  padding-left: 0;*/
}
a:hover, a:focus, input, textarea {
  text-decoration: none;
  outline: none;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.cp {
  cursor: pointer;
}
html, body {
  height: 100%;
}
p {
   line-height: 1.4em;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.hid {
  display: none;
}
.top-mar {
  margin-top: 15px;
}
.h-100 {
  height: 100%;
}
::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important;
}
.container-fluid {
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #333333;
}
.marathi-txt {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1.1em;
}
.green-txt{
    color: #539309;
}
.dashed-border{
    border:1px dashed #ba151b;
}
strong {
  font-family: 'Roboto', sans-serif;
}
body {
  background-color: #f1f1f145 !important;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  overflow-x: hidden;
}
.session-title {
background-image: linear-gradient(to right, rgba(250, 150, 35, 1), rgba(255, 0, 0, 0));
  padding: 10px 20px;
  margin: 0px;
  margin-bottom: 20px;
}
.session-title h2 {
  width: 100%;
  margin:0;
    padding:0;
    font-size:1.4em;
    color:#ba131a;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  text-transform: uppercase;
}
.session-title span {
  float: right;
  font-style: italic;
}
.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  /*text-align: left;*/
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  /*width: 300px;*/
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: .8rem;
}
.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 40px;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 576px) {
  .page-nav {
    padding-top: 43px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 43px;
  }
}
.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
}
.btn-success {
  background-color: #223d50;
  border-color: #223d50;
}
.btn-success:hover {
  background-color: #223d50 !important;
  border-color: #223d50 !important;
}
.btn-success:active {
  background-color: #223d50 !important;
  border-color: #223d50 !important;
}
.btn-success:focus {
  background-color: #223d50 !important;
  border-color: #223d50 !important;
  box-shadow: none !important;
}
.btn-primary {
  background-color: #6655e8;
  border-color: #6655e8;
}
.btn-primary:hover {
  background-color: #6655e8 !important;
  border-color: #6655e8 !important;
}
.btn-primary:active {
  background-color: #6655e8 !important;
  border-color: #6655e8 !important;
}
.btn-primary:focus {
  background-color: #6655e8 !important;
  border-color: #6655e8 !important;
  box-shadow: none !important;
}
.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #863dd9;
}
.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}
.collapse.show {
  display: block !important;
}
.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important;
}
.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0;
  }
}
/* =================== Header Style Starts Here =================== */
header .header-top {
  background-color: #FFF;
}
header .header-top .hp-image {
  height: 175px;
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}
header .header-top .hp-image p {
  text-align: right;
}
header .header-top .hp-image p a {
  padding: 2px 8px;
  background: #ba151b;
}
.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width:768px) {
  header .header-top .hp-image {
    background-image: url("../images/header-image.jpg");
    background-repeat: no-repeat;
    background-position: center left;
  }
}
.site-navigation {
  background: #ba151b;
  color: #fff;
}
.site-navigation .navbar-collapse {
  padding-left: 0;
}
@media (max-width: 991px) {
  .site-navigation .navbar-collapse.collapse {
    overflow-y: auto;
  }
}
.site-navigation ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .site-navigation ul.navbar-nav > li {
    padding-right: 0;
  }
}
.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}
.site-navigation ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #ffffff;
}
@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
.site-navigation ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
  color: #ffd65a !important;
}
/* Dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ffb600;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.175);
}
@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}
.dropdown-menu-large {
  min-width: 400px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}
.dropdown-menu-large > li > ul > li.active > a {
  color: #ffb600 !important;
}
.navbar-nav > li > .dropdown-menu a {
  background: none;
}
.dropdown-menu li a {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  letter-spacing: .3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}
.dropdown-menu li:last-child > a {
  border-bottom: 0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  color: #ba151b;
}
@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #ffb600;
}

  /* =================== Matter Style Starts Here =================== */
  .matter {
    padding: 30px 30px;
    background-image: linear-gradient(#ffe1bd, white, white, white, white, white, white, white);
  }
  .matter .content{
    width:98%;
  }
.matter .about-row p{
    padding-bottom: 10px;
    line-height:1.6em;
}
  @media screen and (max-width: 940px) {
    .matter {
      padding: 30px 10px;
    }
  }
  
  .matter .abut-detail h4 {
    margin-bottom: 20px;
      border-bottom: 1px dashed #f78d15;
  }
  .matter .abut-detail p {
    line-height: 28px;
    margin-bottom: 15px;
  }
.matter .abut-detail ul, ol{
    padding-right: 25px;
    margin-left: 25px;
}
.matter .abut-detail ul li{
    list-style:disc;
    margin-bottom:8px;
}
.matter .abut-detail ol li{
    list-style:decimal;
    line-height:1.2em;
    margin-bottom:1em;
}
  /* =================== Services Style Starts Here =================== */
  .services {
    padding: 50px;
    background-color: #FFF;
  }
  @media screen and (max-width: 940px) {
    .services {
      padding: 30px 10px;
    }
  }
  .services .service-row .servic-col {
    text-align: center;
  }
  .services .service-row .servic-col .servic-round {
    width: 90px;
    height: 90px;
    background-color: #f78d15;
    color: #FFF;
    float: none;
    margin: auto;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border: 4px solid #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .services .service-row .servic-col .servic-round p {
    padding-top: 33px;
    font-weight: 600;
    font-size: .8rem;
  }
  /* =================== Causes Style Starts Here =================== */
  .causes {
    padding: 50px;
  }
  @media screen and (max-width: 940px) {
    .causes {
      padding: 30px 10px;
    }
  }
  .causes .cuses-row .causen-ccover {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .causes .cuses-row .caus-img {
    text-align: center;
  }
  .causes .cuses-row .caus-img img {
    width: 120px;
    border-radius: 50%;
    border: 5px solid #ff5722;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
  }
  .causes .cuses-row .caus-info .left-info {
    float: left;
    font-weight: 600;
    font-size: .8rem;
  }
  .causes .cuses-row .caus-info .rit-info {
    float: right;
    font-weight: 600;
    font-size: .8rem;
  }
  .causes .cuses-row .caus-detail {
    text-align: center;
    margin-top: 20px;
  }
  .causes .cuses-row .caus-detail h4 {
    font-size: 1.2rem;
  }
  .causes .cuses-row .donat-btn {
    margin-top: 20px;
    text-align: center;
  }
  .causes .cuses-row .donat-btn .btn {
    width: 60%;
    background-color: #f78d15;
    border: #f78d15;
    text-transform: uppercase;
    font-weight: 600;
  }
  .causes .cuses-row .donat-btn .btn i {
    margin-right: 10px;
  }
  /* =================== Upcomming Style Starts Here =================== */
  .upcomming {
    background-color: #FFF;
    padding: 50px;
  }
  @media screen and (max-width: 940px) {
    .upcomming {
      padding: 30px 10px;
    }
  }
  .upcomming .events-row .event-card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-bottom: 20px;
  }
  .upcomming .events-row .event-card .event-detail {
    padding: 20px;
    text-align: center;
  }
  .upcomming .events-row .event-card .event-detail h6 {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .upcomming .events-row .event-card .plac-dat {
    border-top: 1px solid #CCC;
  }
  .upcomming .events-row .event-card .plac-dat .colplac {
    font-size: .9rem;
    padding: 10px;
  }
  .upcomming .events-row .event-card .plac-dat .colplac p {
    font-size: .8rem;
  }
  .upcomming .events-row .event-card .plac-dat .colplacll {
    border-right: 1px solid #CCC;
  }
  .upcomming .events-row .event-card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  /* =================== Footer Style Starts Here =================== */
  .footer-cont {
    background-color: #212121;
    color: #FFF;
    padding: 50px;
  }
  @media screen and (max-width: 940px) {
    .footer-cont {
      padding: 30px 10px;
    }
  }
  .footer-cont .footer-top {
    padding-bottom: 40px;
  }
  .footer-cont .footer-top .foot-logo h2 {
    color: #FFF;
    font-weight: 600;
    margin-top: 25px;
  }
  .footer-cont .footer-top .foot-addr ul {
    float: right;
  }
  .footer-cont .footer-top .foot-addr ul li {
    float: left;
    padding: 10px;
  }
  .footer-cont .footer-top .foot-addr ul li i {
    margin-right: 2px;
  }
  .footer-cont .foot-botom .fotter-coo h5 {
    color: #f78d15;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .footer-cont .foot-botom .fotter-coo ul li {
    font-size: .9rem;
    padding: 10px 3px;
  }
  .footer-cont .foot-botom .fotter-coo ul li i {
    margin-right: 5px;
  }
  .footer-cont .foot-botom .fotter-coo .gallery-row {
    margin-top: 5px;
  }
  .footer-cont .foot-botom .fotter-coo .gallery-row .gall-col {
    padding: 5px;
  }
  .footer-ablove {
    padding: 30px;
    background-color: #ff5722;
    color: #FFF;
    font-size: 1.5rem;
  }
  .footer-ablove .btn {
    float: right;
    background-color: #FFF;
  }
  /* =================== Copyright Starts Here =================== */
  .copy {
    padding: 10px;
    background-color: #ba151b;
    color: #FFF;
      font-size:0.8em;
      text-align: center;
  }
  .copy a {
    color: #FFF;
  }
  
/* ====================== Lightbox starts Here ==================== */
.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

/**responsive table***/
table {
  border: 1px solid #999;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}


table tr {
  border: 1px solid #999;
}

table th,
table td {
  padding: .5em;
  text-align: left;
    border: 1px solid #999;
}

table th {
background: #eee;
  letter-spacing: .05em;
 
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 1px solid #999;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #999;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
      color: #ba151b;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.text-2-columns {
  -webkit-columns: 40px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 60px 2;
  /* Firefox */
  columns: 60px 2;
}