@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Command And Staff College
Version: 1.0
Author: Surendra Adhikari
Author URL: http://apf.gov.np
*/

/***** Logo Color Scheme ********
#Blue-Apf : #6888a1  ;
#Orange-sc : #f96f00 ;

#ink-blue : #2f31c6 ;
#red : #ec1d25 ;
#green :#6bb8a ;
#green-light :#0cb45e;

#temp-blue-light : #45aed6;
#temp-blue-dark : ##222534;
#black-low : #231f20 ;

*/


/*************************
*******Typography******
**************************/
body {
  padding-top: 0px; 
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #45494e;
  line-height: 20px;
  background:  #fff url("../images/bg.gif") repeat scroll 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #abc;
}
a {
  color: #3c5cc0 ; /* #2a95be;*/
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -ms-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
    
}
a:hover,
a:focus {
  text-decoration: none;
  color: #612a85;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

blockquote {
    background: #fff;
    border-left: 5px solid #e55b00; /* #ec1d25 */
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);    
    -moz-box-shadow :0 3px 6px 1px rgba(0, 0, 0, 0.1);   
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);   

    display: block;   
    font-size: 20px;
    margin: 0 0 15px;
    padding: 8px 16px;
    width: 100%;
}
blockquote p {
	color:#373b40;
}
span.dark {
  font-weight: 600;
}



.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #5b5df2;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {  
  background: #09af63  none repeat scroll 0 0;
  border-color: #007411;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #007411;
}
.column-title {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 5px;
    position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #e55b00;
}
ul.no- {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #e55b00;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


.media.service-box {
  margin: 1px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 6%;
  color: #fa6b03; 

  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
  -moz-box-shadow :inset 0 0 0 1px #d9d9d9 ;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;  
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #fa6b03 ;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #fa6b03 0%, #fa4303 100%); 
  background-image: -webkit-linear-gradient(90deg, #fa6b03 0%, #fa4303 100%);
  background-image: -ms-linear-gradient(90deg, #fa6b03 0%, #fa4303 100%);
  color: #fff;
  
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -moz-box-shadow : inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);

}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/***********************
********* Elements  ******
*******************************************************************/
.page-wrapper {
  background: #fff ;

  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow : 0 3px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.1);
}
.up-arrow{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
 
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0px 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 30px; /* Increase font size */;
  height: 50px;
}
/*************************
*******Header******
**************************/
.header {
	background : rgba(0, 0, 0, 0) ;
	
  background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%) repeat scroll 0 0; 
  background-image: -webkit-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
  
  height: 125px;
	display: block;
}
.header-title {
  color:#f96f00;
  font-weight: 600;
}
.header-title h3 {
      margin: 0;
    font-size: 26px;
    line-height: 42px;
    font-weight: 600;
    color: #00266C;
}
.header-title h4 {
  color:darkgreen;
  font-weight: 600;
  font-family: 'Lobster';
  margin: 2px 0px; 
}
.header-title p {
  margin: 2px 0px;
}

.header-logo  span {
	font-size :36px;	
    margin-top: 2px;   
}
.header-logo  img {
    height: 120px;
    position: absolute;
    z-index: 101;
}
.header ul {
	margin:8px 0px 0px; 
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 800px;
}
.navbar.navbar-default {
  min-height: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  max-height: 800px;
   
  -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow : 0 3px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.3);
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 5px; 
}

.navbar-form {
  margin: 0;
  padding: 3px 0 0;
  float: right;  
}

.navbar-form .btn {
  border-bottom-width: 2px;
}


#main-menu .container .navbar-collapse {
	-webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    transition: all 400ms ease-in-out !important;

}

#main-menu .container .navbar-collapse .nav li a {
	-webkit-transition: padding 400ms ease-in-out ,border-color 400ms ease-in-out !important;
    -moz-transition: padding 400ms ease-in-out ,border-color 400ms ease-in-out !important;
    -ms-transition: padding 400ms ease-in-out ,border-color 400ms ease-in-out !important;
    -o-transition: padding 400ms ease-in-out ,border-color 400ms ease-in-out !important;
    transition: padding 400ms ease-in-out ,border-color 400ms ease-in-out !important;
}
@media only screen and (min-width: 768px) {
  /*Show Brand image on small screen */
  .navbar.navbar-default .navbar-brand {
    display: none;
  }

  #main-menu {
    background: darkblue ;
    height: auto;
    -webkit-box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow : 0 3px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.3);
  }


  #main-menu.navbar-default .navbar-nav > li > a {   
    color: #fff;
    margin-left : 2px;
    padding: 10px 15px 7px 15px;
    border-bottom: 3px solid #4d6d86 ; 
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    padding-bottom: 7px;
    background: transparent;    
    border-bottom-color: #f96f00 ; /* #45aed6; */  
    background: #41617a; 
  }

  /* When fixed on top */ 
  #main-menu.navbar-fixed-top .navbar-nav > li > a {    
    margin-left : 2px;
    padding: 10px 10px 7px 10px;
  }

  /* ------- SUB MENU --------- */
  #main-menu.navbar-default .dropdown-menu {  
    min-width: 220px;
    background-color: rgba(89, 121, 146, 0.9);
    border: 0;
    border-radius: 0;
    padding: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow : none;
    box-shadow: none;

    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;      
    -webkit-transition: border-color 400ms ease-in-out !important;
    -moz-transition: border-color 400ms ease-in-out !important;
    -ms-transition: border-color 400ms ease-in-out !important;
    -o-transition: border-color 400ms ease-in-out !important;
    transition: border-color 400ms ease-in-out !important;
    
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-bottom: 1px solid #597992;
    padding: 15px 0 15px 15px;
    color: #fff;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-bottom: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
    background: #4a4a4a;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

/*######################### Main Slider ######################################## */

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

#main-slider .slider-inner h2 {
  position: absolute;
  bottom: 0px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px;
  color: rgb(1, 99, 45);
  background-color: #fff;
  opacity: 0.65;
  width: 100%;
  margin-bottom: 0;
}
#main-slider .slider-inner h2 > span {
  color: #f96f00;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5; 

    -webkit-transition: background-color 400ms ease-in-out !important;
    -moz-transition: background-color 400ms ease-in-out !important;
    -ms-transition: background-color 400ms ease-in-out !important;
    -o-transition: background-color 400ms ease-in-out !important;
    transition: background-color 400ms ease-in-out !important;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #44a6f4;
}
#main-slider .owl-prev {
    left: -32px;
    text-indent: 13px;
}
#main-slider .owl-next {
  right: -32px;
  text-indent: -13px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #09af63 none repeat scroll 0 0;
  border-top: 1px solid #006c20 ;
}
#progressBar {
  margin-top: 0px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/**************
**************** Main Content *******
*******************************************/
.main-content {
	margin-top : 15px;
}
.side-bar {
  	/* border: 1px solid #e2e2e2; */
    height: auto;
    margin-bottom: 15px;   
}
.side-bar ul li a i {
  margin-right:3px;
}
.side-bar h2 {
	/* background :#2f31c6; */
    background: #f96f00  none repeat scroll 0 0;
   
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow : 0 3px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);

    color: #fff;
    font-size: 21px;
    margin: 0;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}
.side-bar ul.nav {    
    background: #4d6d86 none repeat scroll 0 0;
    margin-top: 0px;
}
.side-bar ul.nav li {
    margin-top :0px;
  	-webkit-transition: box-shadow 400ms;
    -moz-transition: box-shadow 400ms;
     -ms-transition: box-shadow 400ms;
    -o-transition: box-shadow 400ms;
    transition: box-shadow 400ms; 
}
.side-bar .nav > li > a {
  color :#fff;
  border-bottom: 1px solid #395972;
  border-left: 3px solid #4d6d86;
  border-top: 1px solid #57779a; 
  padding: 7px 15px;
  cursor: pointer; 
  -webkit-transition: box-shadow 400ms;
  -moz-transition: box-shadow 400ms;
  -ms-transition: box-shadow 400ms;
  -o-transition: box-shadow 400ms;
  transition: box-shadow 400ms;

}
.side-bar  ul.nav > li > a:hover, 
.side-bar  ul.nav > li > a:focus {
    background-color: #587891 ;
    /* color : #f96f00 ; */
    text-decoration: none;
    box-shadow: 0px 7px 6px rgba(87, 119, 154, 0.3);
    -moz-box-shadow : 0px 7px 6px rgba(87, 119, 154, 0.3);
        -webkit-box-shadow: 0px 7px 6px rgba(87, 119, 154, 0.3);
}
.side-bar  ul.nav > li:last-child a:hover,
.side-bar  ul.nav > li:last-child a:focus { 
  box-shadow: none;
}
.side-bar .nav-stacked ul {
  margin:0;
  background:#253546 ;
}
.side-bar .nav-stacked ul li a { 
  border:none;
  padding-left:20px;
  border-bottom: 1px solid #1b2c3d;
}

.profile-image {
    border: 6px solid #cccccc;
    float: left;
    margin: 10px;
    max-height: 220px;
}
.board-message {
	margin-top : 30px;
}

.board-message blockquote {
	margin-bottom:8px;
}
.director-bar {
	border: 1px solid #e2e2e2;
    height: auto;   
	float:left;
	padding-left: 8px;
}
.director-bar img {
	width:90%;
	border:4px solid #c7c7c7; 
	margin:4%;	
}

/**********
*************** Services ****
*************************************************/
.services {
	margin-top :20px;
}
.venture-box {
  background: #e4e4ff;

   
  -webkit-transition: box-shadow 400ms;
  -moz-transition: box-shadow 400ms;
  -ms-transition: box-shadow 400ms;
  -o-transition: box-shadow 400ms;
  transition: box-shadow 400ms;

}

.venture-box :hover {   
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow : 0px 7px 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}


.index-photo-box img 
{
    border: 2px solid #e0e0e0;
    float: left;
    height: 86px;
    margin: -7px 2px 5px 2px;
    width: 114px;
}
/**********
************* BLOG POST ********
**********************************************************/
/*
#blog {
  padding: 100px 0;
} */
.blog-post {
  border: 1px solid #ebebeb;
  padding: 0px 15px;
 
  -webkit-transition: box-shadow 400ms;
  -moz-transition: box-shadow 400ms;
  -ms-transition: box-shadow 400ms;
  -o-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
}
.blog-post:hover {   
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow : 0px 7px 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}

.blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #f96f00 ; /* #222534; */
  border: 3px solid #fff;
  border-radius: 100px;
}
.blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
.blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
.blog-post.blog-large .post-format > i {
  font-size: 20px;
}
.blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
.blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.blog-post.blog-large .entry-title a {
  color: #64686d;
}
.blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
 .blog-post.blog-media {
  margin-bottom: 20px;
}
.blog-post .entry-content p {
  margin-bottom: 15px;
  font-style: italic;
}
.blog-post.blog-media .entry-thumbnail {
  margin: 5px 15px -8px -10px;
  position: relative;
}
.entry-thumbnail img 
{
  width: 80px;
  height: 78px;
}
.blog-post.blog-media .post-format {
  position: absolute;
  top: 14px;
  right: -10px;
}
.blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;  
  text-transform: uppercase;
  color: #64686d;
  margin-top: 8px;
}
.blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  
}
.blog-post.blog-media .entry-title a {
  color: #6471e6;
}
.blog-post.blog-media .entry-title a:hover {
  color: #2f31c6;
}

.blog-post .entry-meta { 
  border-top: 1px solid #ebebeb;
  margin-top: 2px 0px; 
}
.blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
 .blog-post .entry-meta > span > a {
  color: #999;
}
 .blog-post .entry-meta > span > a:hover {
  color: #612a85;
}

/********
*************** Related Links ********
***************************************/
.related-links ul li a {
  padding: 5px 10px;
}
.related-links ul li a {
  padding: 5px 10px;
  border-bottom: 1px solid #ececec;
}
.related-links ul li:last-child a { 
  border-bottom:none;
}

/********
*************** Contact ********
***************************************/
.page-title {
	background: #242a33 url("../images/bg_contact.jpg") no-repeat scroll 50% 50% / cover ;
    color: #fff;
    padding-top: 5px;
}
.page-title  h2{	
    color: #fff;
    font-size: 44px;
    line-height: 1;
}
.page-title  h2 > span {
    color: #45aed6;
}

.page-data img {
    border: 6px solid #cccccc;
    float: left;
    margin: 10px;  
    max-height: 220px;
}
.page-data  p {
    text-align: justify;
}
.contact {
	margin-top : 30px;
}
.contact .location i {
	color: #e55b00;
}
.contact form {
	border: 1px solid #e2e2e2;    
    padding: 0 8px 45px;
}

.contact form:hover { 
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow : 0px 7px 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}

.map {

  height: 355px;
}

/************
******************** Member *********
***************************************************/

.member-box {
  border: 1px solid #eee;
  padding: 8px 10px 8px 15px;
  margin-bottom: 20px;
  background: #f5f5f5 ;
}
.member-box:hover {  
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow : 0px 7px 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
}

.member-box .entry-thumbnail {
    border: 2px solid #e0e0e0;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100px;
    min-width: 80px;
    background: url("../images/member/bg_member.jpg") no-repeat ;
}

.member-box .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
   color: #64686d;
  
}

.member-box .entry-rank {
  font-size: 12px;
  display: block; 
  text-transform: uppercase;
  color: #448ed4;
}

/***********
****************** Gallery ********
*************************************************/
.portfolio {
  padding: 15px 0;
  background: #f6f6f6;
}
.portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: inline-block;
}
.portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
.portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
.portfolio .portfolio-filter > li a:hover,
.portfolio .portfolio-filter > li a.active {
  background: #52728b  ;
  color: #fff;
 
  box-shadow: 0 -3px 0 0 #33536c  inset;
    -moz-box-shadow :0 -3px 0 0 #33536c  inset;
        -webkit-box-shadow: 0 -3px 0 0 #33536c  inset;
}
.portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #33536c   transparent transparent transparent;
}
.portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
.portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
.portfolio .portfolio-items {
  margin: 0px;
}
.portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
.portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;  
  	-webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;


  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
.portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%; 
 
  background-image: -moz-linear-gradient(90deg, #2f31c6 0%, #9395ff  100%);
  background-image: -webkit-linear-gradient(90deg, #2f31c6 0%, #9395ff 100%);
  background-image: -ms-linear-gradient(90deg, #2f31c6 0%, #9395ff 100%);
 
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;

  box-shadow: 0 0 0 2px #fff;  
    -moz-box-shadow :0 0 0 2px #fff;
        -webkit-box-shadow: 0 0 0 2px #fff;

  
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/***********
************* Footer ******
************************************/
#footer1 {
  margin-top :0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: #ccc;
}
#footer {
  margin-top :0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
    color: #45aed6;
}
#footer ul li a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}

#footer1 ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer1 ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}


/**********
********************** STAFF PAGE 
*****************************************************************************/
.staff-wrapper{

  margin-bottom:10px;
  background: #edeffa; 
  height:auto; 
  border :1px solid #8EAEC7;  
  padding :10px ;
  font-size: 13px;
}
.staff-wrapper p{
  margin :0px ;
  padding:0px;
  text-align: center;
}
.staff-wrapper p.staff-name{
  font-weight: 600; 
}
.staff-img-wrap {
  width: 60%;
  margin: 0% 20%;
  display: block;

}
.staff-wrapper img {  
  max-width: 100%;
  border :5px solid #fdfdfd;
}

.staff-wrapper-ds {
  margin-bottom:10px;
  background: #edeffa;   
  min-height: 180px;
  width: 100%;
  border :1px solid #8EAEC7;  
  padding :5px ;
  font-size: 13px;
}

.staff-wrapper-ds p{
  margin :0px ;
  padding:0px;
  text-align: center;
}
.staff-wrapper-ds p.staff-name{
  font-weight: 600; 
}
.staff-wrapper-ds img {  
  border :5px solid #fdfdfd;
  width: 100%;
}


.page-content {
  border: 1px solid #dfdfdf;
  padding: 0px 10px;
}