.youtube{position:relative;}
.youtube iframe{border: 8px outset #da2d2d;}
@media(max-width:768px){
.youtube iframe{width:100%;height:400px;}
}
@media(max-width:500px){
.youtube iframe{width:100%;height:350px;}
}
@media(max-width:400px){
.youtube iframe{width:100%;height:280px;}
}
.member-icon {
    font-size: 50px;
}
.map-icon {
    font-size: 55px;
}
.mobile-icon {
    font-size: 75px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot{
/*    display:none;*/
}

/*** 

====================================================================
	Home Latest News
====================================================================

***/
.home-latest-news-section{
	position:relative;
	padding: 86px 0px 60px;
	background-color:#f5f5f5;
	background-size:cover;
}
.latest-news-block{
	position:relative;
	margin-bottom: 30px;
}

.latest-news-block .latest-news-inner-box{
	position:relative;
	padding: 30px 30px;
	background-color:#ffffff;
        min-height: 600px;
}

.latest-news-block .latest-news-inner-box .latest-news-image{
	position:relative;
}

.latest-news-block .latest-news-inner-box .latest-news-image img{
	position:relative;
	width:100%;
	display:block;
}

.latest-news-block .latest-news-inner-box .latest-news-lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
}

.latest-news-block .latest-news-inner-box .latest-news-lower-content h3{
	position:relative;
	font-size:24px;
	color:#000000;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:6px;
}

.latest-news-block .latest-news-inner-box .latest-news-lower-content h3 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.latest-news-block .latest-news-inner-box .latest-news-lower-content h3 a:hover{
	color:#e20909;
}

.latest-news-block .latest-news-inner-box .latest-news-lower-content .designation{
	position:relative;
	font-size: 16px;
	color:#e20909;
	margin-bottom: 7px;
}

.latest-news-block .latest-news-inner-box .latest-news-lower-content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}
@media(max-width:768px){
    .home-latest-news-section{
	margin-top: 130px;
    }
}

/*** 

====================================================================
	About the Association
====================================================================

***/
.about-association-section{padding:5px 0px;}
.about-association-row{
    padding: 35px 50px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
   /*  border: 8px outset #de271e;
    border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .about-association-row{
        margin: 0px 10px;   
    }
}
.page-title h1{
    top:-60px;
}


/*** 

====================================================================
	Constitution
====================================================================

***/
.constitution-section{padding:5px 0px;}
.constitution-row{
    padding: 35px 50px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
   /*  border: 8px outset #de271e;
    border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .constitution-row{
        padding: 20px 25px;
        margin: 0px 10px;   
    }
}


/*** 

====================================================================
	Notice Board
====================================================================

***/
.notice-board{
    background: rgba(236, 226, 226, 0.1);
    padding: 18px 40px;
    border-radius: 4px;
    border: 8px outset #ea1f1f;
    box-shadow: 1px 2px 17px 4px lightgrey;
}
.notice-board p{
    line-height: 25px;
    font-size: 17px;
}
.AutoScroll {
    color: #fff;
    top: 100px;
    max-height: 155px;
    overflow-y: hidden;
  }
  .full-notice-board-div{
          height: 155px;
  }
  .outer {
    position: relative;
    top: 80px;
    color: white;
  }


  .notice-board-left{float: left;}
  .notice-board-left img{
          border: 8px solid #ffffff;
          width: 100%;
          height: 150px;
  }
  .notice-board-right{float: left;}
  .notice-board-right h4{
          position: relative;
          top: -10px;
          color: darkslategray;
  }
  .notice-board-right h4 a{
      color: #17a2b8;
  }
  .notice-board-right p{
          position: relative;
          top: -10px;
          color: darkslategray;
          font-size: 16px;
          text-align: justify;
  }
  @media(max-width:1200px){
      .notice-board-right p{
              font-size: 14px;
      }   
  }
  @media(max-width:950px){
      .notice-board-right p{
              font-size: 12px;
      }   
  }
  @media(max-width:800px){
      .notice-board-right p{
              font-size: 10px;
              line-height: 21px;
      }   
  }
  @media(max-width:750px){
      .notice-board-right p{
              line-height: 19px;
      }   
  }
  @media(max-width:600px){
      .AutoScroll {
        max-height: 158px;
      }
      .notice-board-left img{
          height: 130px;
        }
       .notice-board-right h4{
              top: 0px;
              font-size: 13px;
              margin-bottom: 8px;
      }
      .notice-board-right p{
              display: none;
      }   
  }
/*** 

====================================================================
	 Member Registration
====================================================================

***/

.member-registration-section{padding:5px 0px;}
.member-registration-row{
    padding: 25px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
    border: none;
    /* border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .member-registration-row{
        margin: 0px 10px;   
    }
}
.page-title h1{
    top:-60px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e20909;
    outline: 0;
    box-shadow: none;
}
.label{font-weight: bold;color: #090f1b;}
.mandatory-symbol{
    font-size: 17px;
    position: relative;
    left: 1px;
    top: 2px;
}
.float-div{float: left;}


/*** 

====================================================================
	 Member List
====================================================================

***/

.member-list-section{padding:5px 0px;}
.member-list-row{
    padding: 25px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
    border: none;
    /* border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .member-list-row{
        margin: 0px 10px;   
    }
}
.page-title h1{
    top:-60px;
}
.member-list-table{width:100%;}
.member-list-table tr{border: 1px solid lightgrey;}
.profile-pic{
    border-right: 1px solid lightgray;
    width: 7%;
}
.profile-pic img{
    display: flex;
    border-radius: 4px;
    border: 4px solid lightgrey;
    margin: 0 auto;
    height: 60px;
    width: 84%;
}
.member-list-table tr td h6{font-size: 13px;line-height: 15px;}
.member-details{padding: 5px 10px;}
.pagination{margin-top: 15px;}
.pagination li a{
    position: relative;
    display: block;
    padding: 4px 5px 4px 5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.search-member-list-table{width:100%;}
.search-member-list-table tr{border: 1px solid lightgrey;}
.search-member-list-table tr td h6{font-size: 13px;line-height: 15px;}


/*** 

====================================================================
	 Member Profile
====================================================================

***/

.member-profile-section{padding:5px 0px;}
.member-profile-row{
    padding: 25px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
    border: none;
    /* border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .member-profile-row{
        margin: 0px 10px;   
    }
}
.page-title h1{
    top:-60px;
}
.edit-profile-link{position: absolute;right:0px;top: -15px;font-weight:bold;}
.certificate{margin-top: 20px;}
.certificate a{width: 100%;}
.member-profile-pic{float:left;padding: 0px;margin-top: 10px;}
.member-profile-pic img{
    width: 100%;
    border-radius: 4px;
    border: 10px solid #e4e1e1;
}
.member-profile-details{float:left;padding-left: 25px;}
.member-profile-details h4{
    color: #71727d;
    font-weight: bold;
}
.member-profile-details p{
    margin: 0px;
}
.member-profile-details p span{
    font-weight: bold;
    padding-right: 5px;
    color: cadetblue;
}
@media(max-width:968px){
    .change-password-link a{font-size: 8px;}
    .certificate a{font-size: 8px;}
}
@media(max-width:570px){
    .change-password-link a{font-size: 13px;}
    .certificate a{font-size: 13px;}
    .edit-profile-link{right:18px;}
    .member-profile-details{padding-left: 0px;}
    .member-profile-details h4{
       margin-top: 20px;
    }
}


/*** 

====================================================================
	Edit Member Password
====================================================================

***/

.edit-password-section{padding:5px 0px;}
.edit-password-row{
    padding: 25px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
    border: none;
    /* border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .edit-password-row{
        margin: 0px 10px;   
    }
}
.page-title h1{
    top:-60px;
}


/*** 

====================================================================
	Single Latest News  page
====================================================================

***/
.latest-news-section{padding:5px 0px;}
.latest-news-row{
    padding: 35px 50px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
   /*  border: 8px outset #de271e;
    border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
.latest-news img{
    border: 8px solid #dedede;
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    width:355px;
    height:269px;
}
.latest-news h4{
    line-height: 20px;
    margin-bottom: 20px;
    font-weight:700;
    color: #0000cd;
}
.latest-news p{
    text-align: justify;
    line-height: 20px;
}
@media(max-width:968px){
    .latest-news-row{
        padding: 5px 10px;
        margin: 10px 10px;   
    }
    .latest-news{
        margin: 20px 0px;   
    }
    .latest-news h4{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .latest-news img{
        width:100%;
        height:auto;
    }
    .latest-news h4{
        font-size: 16px;
    }
}


/*** 

====================================================================
	Single Notice Board page
====================================================================

***/
.single-notice-board-section{padding:5px 0px;}
.single-notice-board-row{
    padding: 35px 50px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
   /*  border: 8px outset #de271e;
    border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
.single-notice-board img{
    border: 8px solid #dedede;
    float:left;
    margin-right:15px;
    margin-bottom:10px;
    width:355px;
    height:269px;
}
.single-notice-board h4{
    line-height: 20px;
    margin-bottom: 20px;
    font-weight:700;
    color: #0000cd;
}
.single-notice-board p{
    text-align: justify;
    line-height: 20px;
}
@media(max-width:968px){
    .single-notice-board-row{
        padding: 5px 10px;
        margin: 10px 10px;   
    }
    .single-notice-board{
        margin: 20px 0px;   
    }
    .single-notice-board h4{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .single-notice-board img{
        width:100%;
        height:auto;
    }
    .single-notice-board h4{
        font-size: 16px;
    }
}


/*** 

====================================================================
	Notice Board 
====================================================================

***/

.notice-board-section{padding:5px 0px;}
.notice-board-row{
    padding: 25px 40px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
    border: none;
    /* border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
.page-title h1{
    top:-60px;
}
.notice-board-col{
    border-bottom: 1px dashed lightgray;
    margin-bottom: 10px;
}
.notice-board-image{
    padding: 8px 0px 15px 0px;
    float: left;
}
.notice-board-image img{
    border-radius: 4px;
    border: 4px solid lightgrey;
    margin: 0 auto;
    width: 95%;
    position: relative;
    height: 100px;
    right: 15px;
}
.notice-board-details{
    float: left;
     padding: 0px;
}
.notice-board-details h6{
    padding-bottom: 5px;
}
.notice-board-details h6 a{
    color: #0056b3;
}
.notice-board-details p{
    line-height: 20px;
    margin-bottom: 5px;
}
@media(max-width:968px){
    .notice-board-row{
        margin: 0px 10px;   
        padding: 25px 20px;
    }
    .notice-board-image img{
        width: 100%;
        position: relative;
        height: 250px;
        right: 0px;
    }
}
@media(max-width:668px){
    .notice-board-image img{
        height: 200px;
    }
}
.pagination li a{
    position: relative;
    display: block;
    padding: 4px 5px 4px 5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


/*** 

====================================================================
	News & Events 
====================================================================

***/

.news-and-events-section{padding:5px 0px;}
.news-and-events-row{
    padding: 25px 40px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
    border: none;
    /* border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
.page-title h1{
    top:-60px;
}
.news-and-events-col{
    border-bottom: 1px dashed lightgray;
    margin-bottom: 10px;
}
.news-and-events-image{
    padding: 8px 0px 20px 0px;
    float: left;
}
.news-and-events-image img{
    border-radius: 4px;
    border: 4px solid lightgrey;
    margin: 0 auto;
    width: 95%;
    position: relative;
    height: 100px;
    right: 15px;
}
.news-and-events-details{
    float: left;
     padding: 0px;
}
.news-and-events-details h6{
    padding-bottom: 5px;
}
.news-and-events-details h6 a{
    color: #0056b3;
}
.news-and-events-details p{
    line-height: 20px;
    margin-bottom: 5px;
}
@media(max-width:968px){
    .news-and-events-row{
        margin: 0px 10px;   
        padding: 25px 20px;
    }
    .news-and-events-image img{
        width: 100%;
        position: relative;
        height: 250px;
        right: 0px;
    }
}
@media(max-width:668px){
    .news-and-events-image img{
        height: 200px;
    }
}
.pagination li a{
    position: relative;
    display: block;
    padding: 4px 5px 4px 5px;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


/*** 

====================================================================
	Objectives
====================================================================

***/
.objectives-section{padding:5px 0px;}
.objectives-row{
    padding: 35px 50px;
    position: relative;
    margin: 0px 80px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 4px;
    border-width: 3px;
   /*  border: 8px outset #de271e;
    border-style: solid; */
    background: #fff;
    /* border-image: linear-gradient( to bottom, #454a8a, rgba(0, 0, 0, 0) ) 1 100%; */
    top: -115px;
}
@media(max-width:968px){
    .objectives-row{
        padding: 20px 25px;
        margin: 0px 10px;   
    }
}
