

/* hr properties */

hr {
    display: block;
    color:coral;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}


/* for slider */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
                                  width: 100%;
                                  height: 520px;
                                  margin: auto;
                                }
    

/* fa icon properties*/ 
.social{color:#de650e; padding:5px 15px 5px 6px }

.social2{color:#de650e; padding:5px 15px 5px 15px; }

 #menu_textcolor {color:yellow; font-size: 13; } 

/* COLOR FOR MEMBER SOCIAL */
.mem-face {color: cornflowerblue;}
.mem-twit {color: #1d8d84;}
.mem-plus {color: firebrick;}
.mem-in {color: #278dc3;}

/************photo hover********/
#photo:hover {
     border:1px solid #de650e; 
     background-color: bisque; 
     width:70%;
    }  


#photo {padding: 20px 20px 20px 20px;}

/*  for custom navigation */
#navbar-custom {
                background-color:#de650e;
                background-image: none;
                background-repeat: no-repeat;
                margin-bottom: 0px;
                }
#navbar-custom a {color: yellow; }
#navbar-custom a:hover {background-color: black;}


/* photo */
    #blurness{
            opacity: 0.5;
            filter: alpha(opacity=50);
            width:95; 
            height:95;
            padding:10px 10px 5px 10px;
                }
    #blurness:hover{
            opacity: 1.0;
            filter: alpha(opacity=100);
                    }
/* btn properties */

.btn-custom { background-color: #de650e; }

/* for Latest Update */
#latest-update {margin-bottom: 20px;}
#latest-update img {width: 70px; height: 70px;   }
#latest-update .time {color: darkgray;}
#latest-update h5 { font-weight: 600; color: black; margin-top: 0;}
#latest-update h4:hover {  color: chocolate;}
#latest-update h4 { font-size: 17px;}
#latest-update a{color:firebrick; }
#latest-update p{  word-spacing: 5px; color:#9da2aa; line-height: auto; margin-top: 3px; } 
.color_space { color: chocolate; font-size: 12px}


/*************  btn size ***************/
.bgc1 {background-color: #de650e;}
.bgc1:hover {background-color:coral;}

.bgc2 {background-color: #96501e;}
.bgc2:hover {background-color:coral;}

.bgc3 {background-color: #7e2db9;}
.bgc3:hover {background-color:#9542ad;}

.bgc4 {background-color: rgb(26, 32, 195);} 
.bgc4:hover {background-color:#7097cc;} 


/******top btn properties ******/
.btn-resize{width: 200px; height: 55px;  border-color:transparent; }
.btn-resize h1 { font-family: sans-serif; color: aliceblue; font-size: 28px; font-weight: 600; margin: 5px 5px 5px 5px;}



/******top btn properties ******/

.btn-size {width: 300px;  border-color: transparent;}
.btn-size h1 { font-family: sans-serif; color: aliceblue;   font-size: 20px; font-weight: 600; margin: 0px 0px 0px 0px;}
.btn-size small {font-size: 12px; color: aliceblue; font-style: italic;}


/******** footer link hover color *******/

#footer_color:hover{color: chocolate;}
#footer_color2:hover{color: #32aa32;}

/* morden technology properties*/

         #image_block { width:120px;
                        height:120px; 
                        padding: 10px 10px 10px 10px; }
#image_block:hover {border:1px solid purple; background-color: #eba776; } 


/*********tab-pill for contant ****/

.tab-pill   {  border-bottom-style:outset ; text-align: center; font-weight: 30; font-size: 12px;  }
.tab-pill  a{ color:#b21232;  }
.tab-pill  p{ font-size: 14px; }

/**************mission vission properties*********/

.font-sub{font-family: 'Ubuntu', sans-serif; font-style: italic; font-size:22px;}
 .font-sub2{margin-top: 30px;font-family: 'Ubuntu', sans-serif; font-style: italic; color: #808080;}
#focolor {color: #7c7a79; font-size:16px;}

/***-member writing properties******/

    .team {color:black;}
    .team small{color:#984343; font-size: 18px;}
    #pcolor {color:#808080; font-size: 12px;}
    
/** for contact***/
    #pcolor2 {color:blue; font-size: 18px;}
    
    
    /*****--row style *****/
    .row-pad{text-align:center;
             padding : 10px 10px 10px 10px;}

/***************panel color******/
.panel-custom {color: green;}

/* meetings panel */
.panel-heading1 {
    color: #c9c925;
    background-color: #f47c2f;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}