.row {
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
    display: flex;
}
/*****CURRENT ACTIVITY START********/
#curnt-activity .section-title{
  font-size: 44px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.marque-bx{
  overflow: hidden;
}
/*.marque-bx marquee{
  width: 2000px;
  height: 180px;
}*/
.marquee{
  //overflow: hidden;
  //height: 180px;
  white-space: nowrap;
  display: flex;
  animation: marquee 20s linear infinite;
}
.marquee:hover{
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.curnt-act-bx{
    margin: 20px 10px 30px 10px;
    height: auto;
    //border-top: 3px solid #0f4392;
    width: 380px;
    min-width: 380px;
    //overflow-wrap: flex;
    white-space: normal;
    background: #fff;
    float: left;
    box-shadow: 0 8px 15px #00000014;
    border-radius: 10px;
}
.curnt-act-bx .dt-hdn{
  display: flex;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0);
}
/******/
.curnt-act-bx .dt-hdn .date{
  height: 110px;
  width: 90px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f2f5f9;
  //border-top: 3px solid #009900;
}
.curnt-act-bx .dt-hdn .date label{
  font-size: 18px;
  font-weight: 400;
    color: #fff;
    background: #016ce0;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.curnt-act-bx .dt-hdn .date h2 {
    font-size: 40px;
    font-weight: 400;
    color: #ff7c00;
    margin: 0px;
    padding: 6px 0px 0px 0px;
    line-height: 35px;
}
.curnt-act-bx .dt-hdn .titl{
  width: 80%;
}
.curnt-act-bx .dt-hdn .titl label .fa-map-marker-alt{
  margin-right: 10px;
}
.curnt-act-bx .dt-hdn .titl label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    padding: 2px 0px 2px 20px;
    line-height: 1.5;
}
.curnt-act-bx .dt-hdn .titl p{
  padding: 0px 0px 0px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #444;
  margin: 0px;
  line-height: 1.5;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.curnt-act-bx .dt-hdn .date span{
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1.5;
}
/*********/
.curnt-act-bx .dt-hdn .titl h5 {
    padding: 0px 0px 0px 20px;
    font-size: 19px;
    font-weight: 500;
    color: #016ce0;
    margin: 0px;
    line-height: 1.5;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.curnt-act-bx .dt-hdn .titl .date-inr{
  margin-left: 20px;
  padding: 0px 0px 0px 0px;
  color: #333;
}
.curnt-act-bx .dt-hdn .titl .date-inr .fa-calendar-alt{
  color: #333;
  margin-right: 10px;
}

/*****CURRENT ACTIVITY END********/

/****ACTIVITY START*********/
#activity{
  padding: 40px 0px 50px 0px;
  background: #fff;
}
#activity .section-title {
    font-size: 44px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}
#activity .page-title{
  padding: 0px 0px 0px 0px;
  font-size: 25px;
  color: #ff7c00;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.acvt-bx{
  box-shadow: 0 8px 15px #00000014;
  border-radius: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.acvt-bx1{
  text-align: center;
  height: 290px;
  overflow: hidden;
}
.acvt-bx2 {
  padding: 20px;
}
.acvt-bx1 img{ 
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.acvt-bx2 h5 {
    color: #000;
    padding: 0px 0px 2px 0px;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
}
.acvt-bx2 .date{
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #555;
}
.acvt-bx2 p {
    padding: 6px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.acvt-bx2 .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff7c00;
    transition: width .6s ease;
}
.acvt-bx2 .progress-section h6{
  margin: 0px 0px 3px 0px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.acvt-bx2 .progress{
  height: 7px;
  width: 300px;
  margin: 0px;
}
.parg-inr {
    display: flex;
    align-items: center;
}
.parg-inr label {
    margin: 0px 0px 0px 10px;
    font-weight: 600;
    color: #000;
    line-height: 12px;
}
.acvt-bx2 .range{
  width: 100%;
  display: flex;
  padding: 0px;
  margin: 20px 0px 20px 0px;
}
.acvt-bx2 .range li{
  text-align: center;
}
.acvt-bx2 .range li:nth-child(1){
  width: 33%;
  text-align: left;
  color: #8cb51b;
  font-weight: 600;
}
.acvt-bx2 .range li:nth-child(2){
  width: 33%;
  text-align: center;
  color: #428bca;
  font-weight: 600;
}
.acvt-bx2 .range li:nth-child(3){
  width: 33%;
  text-align: right;
  color: #ea5532;
  font-weight: 600;
}
.acvt-bx2 a {
    padding: 11px 0px 0px;
    color: #016ce0;
    font-weight: 700;
    display: inline-block;
}
.acvt-bx:hover .acvt-bx1 img{
  transform: scale(1.3) rotate(-15deg);
}
/****ACTIVITY END*********/

/**********HOME DOWNLOAD START**********/
#dwnlod-fl{
  padding: 40px 0px 50px 0px;
  background: rgba(51, 102, 153, 0.10);
}
#dwnlod-fl .section-title{
  font-size: 44px;
  color: #336699;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.dwnlod-fl-bx {
    display: flex;
    text-decoration: none;
    padding-top: 40px;
    align-items: end;
	
}
.dwnlod-fl-bx img{
  width: 50px;
  margin: 0px 0px 0px 0px;
}
.dwnlod-fl-bx .dwnlod-fl-cnct{
  margin:  0px 0px 0px 10px;
}
.dwnlod-fl-bx .dwnlod-fl-cnct h5 {
    font-size: 18px;
    font-weight: 400;
    color: #336699;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.3;
}
.dwnlod-fl-bx .dwnlod-fl-cnct .date-inr {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}
/**********HOME DOWNLOAD END**********/
#gallery_section .title {
    font-weight: 600;
    padding-bottom: 50px;
}
#gallery_section .album-heading ul{
  padding: 0px;
}
#gallery_section .album-heading ul li{
  list-style: none;
  padding: 5px;
}
.box_shadow_small {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.box_shadow_small .gallery-info h3{
  margin: 0px;
  padding: 15px 5px;
}
.album-heading h3 {
    margin: 0px;
    padding: 15px 5px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.gallery-image .sec-tlt{
  margin: 0px;
    padding: 15px 5px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-title {
    padding: 30px 0px 20px 0px;
    margin: 0px;
    color: #336699;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}
/**map**/
.map{
	height:650px;
	width: 100%;
}
.map iframe{
	width: 100%;
	height: 100%;
}