.banner_sec{
padding:40px;
margin-top:20px;
margin-bottom: 20px;
} 

 
.nav_sec {
    width: 100%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    overflow: hidden;
    z-index: 999;
    display: block;
    border-bottm: 3px solid #FF9900;
    background-color: #000033;
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);

}
.navbar-default .navbar-nav>li>a {
    color: #777;
    color: #141d5e;
    opacity: 0.9;
    padding: 12px 18px;
    font-size: 16px;
	font-weight:600;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding: 12px 18px;
	
}
.navbar-default .navbar-nav>li>a:hover {
background-color:#000033;
color:#FFFFFF;
border-radius:20px;
padding: 12px 18px;
}

.logo img{
  width:100%;
  margin-top:70px;
}
.banner img{
width:100%;
margin-top:80px;
}
.team img {
    position: relative;
    z-index: 1;
    padding: 10px;
}

.header{
  background-color:#FFFFFF;
  margin-top:60px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
	padding:5px;
	margin:20px 20px 20px 20px;
	
}

.team img {
  position: relative;
  z-index: 1;
  }
  .team img:hover {
  position: relative;
  z-index: 1;
  border-radius:20px;
  }
.team .team-text {
  position: relative;
  width: 100%;
  height: 100px;
  bottom: 0px;
  left: 0;
  border-bottom: 5px solid;
  transition: .5s;
  }
.team:hover .team-text {
  bottom: 100px;
  }
.team .team-social {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -100px;
  left: 0;
  transition: .5s;
 }
.team:hover .team-social {
  bottom: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;

}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.text-center {
    text-align: center !important;
}
.team .team-social {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -100px;
    left: 0;
    transition: .5s;
}
.bg-primary {
    background-color:  !important;
	text-align:center;
}
.position-relative {
    position: relative !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.img_sec{
margin-top:20px;
}
.content{
margin-top:20px;
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	padding:10px 12px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.p-0 {
    padding: 0 !important;
}

*, *::before, *::after {
    box-sizing: border-box;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.bg-secondary {
    background-color: #F2F2F4 !important;
}

button.btn-btn-danger {
    background-color:#000033;    
    font-size: 16px;
    color:#FFFFFF;
    border-radius: 20px;
	margin-top:20px;
	margin-bottom:20px;
	border:0px;
	margin-right:5px;
	padding:10px;
}
button.btn-btn-sucess {
   background-color: #c1172c; 
    font-size: 16px;
    color:#FFFFFF;
    border-radius: 20px;
	margin-top:20px;
	margin-bottom:20px;
	border:0px;
	padding:10px;
}
.team-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000033;
}












.portfolio-item .portfolio-img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  border:7px solid#000033;
  border-radius:20px;
}
.bg-primary {
	background-image:linear-gradient(gray,white);
}
.portfolio-item:hover .portfolio-img {
  top: 100%;
}

.portfolio-item .portfolio-text {
  position: absolute;
  width: 60%;
  height: 94%;
  top: -100%;
  left: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .5s;
  margin-top:8px;
  padding:10px;
  text-align:center;
}

.portfolio-item:hover .portfolio-text {
  top: 0;
}
button.btn-btn-primary {
    background-image: linear-gradient(#000033, yellow);    
    font-size: 18px;
    padding: 10px;
    color: aliceblue;
	border-radius:20px;
	border:1px solid#ffff;
}
button.btn-btn-info{
    background-color: linear-gradient(#000033, yellow);    
    font-size: 18px;
    padding: 10px;
    color:aliceblue;
	border-radius:20px;
	border:1px solid#ffff;
}

.small_images{
margin-top:30px;
padding:10px;
margin:10px;
}
.content{
 margin-top:20px;
 padding-bottom:20px;
}
 h1 {
    color:#000000;
}
.content h2 {
    color:#000000;
}
.inner_sec a {
    display: block;
    background-color: #3300FF;
    padding: 20px;
    background-color: #000033;
    box-shadow: 2px 3px 4px 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
h6 {
    color: #FFFFFF;
    padding: 22px;
    font-size: 20px;
    box-shadow: 2px 3px 4px 5px;
    font-weight: 600;
    background-color: #c1172c;
    border-radius: 20px;
    text-align: center;
}
.inner_sec a:hover {
    text-align:center;
    color:#000000;
	background-image:radial-gradient(gray,white);
	}
	.footer{
	background-image:url(..//images/7692962_163d7.gif);
	text-align:center;
		padding:30px;

	}
	.footer-sec h3 a{
    color:#FFFFFF;
    text-decoration: none;
	text-align:center;
	text-decoration:underline;
}

table.table.table-hover tr td{
 text-align:center;
 vertical-align:middle;
 padding:20px;

}
table.table.table-hover tr {
 box-shadow:2px 4px 4px 2px;
}
table.table.table-hover tr{
 border-radius:20px;
 }
table.table.table-hover{
margin-top:20px;
border-radius:20px;
}
button.btn.btn-sucess {
    background-color: #397eb5;
    color: aliceblue;
}
.btn-danger {
    color: #fff;
    background-color: #375e7f;
    border-color: #f9f8f8;
    font-size: 18px;
}
button.btn.btn-sucess {
    background-color: #c1172c;
    color: aliceblue;
    font-size: 18px;
}
.btn-danger:hover{
 color: #fff;
    background-color: #0c323b;
    border-color: #f9f8f8;
    font-size: 18px;
	}
	table.table.table-hover th {
    padding: 18px;
    font-size: 22px;
	text-align:center;
}
span {
    color: #080808;
    font-weight: 700;
    font-size: 20px;
}

.btn-danger {
    color: #fff;
    background-color: #000033;
    border-color: #f9f8f8;
    font-size: 20px;
}
.table-sec{
margin-top:30px;
}





@media only screen and (max-width:1196px){
.navbar-default .navbar-nav>li>a {
        font-size: 12px;
  }
  .team-text h5 {
    font-size: 16px;
    
}
h6 {
    
    font-size: 16px;
    
}
}
@media only screen and (max-width:991px){
.navbar-default .navbar-nav>li>a {
    font-size: 11px;
    padding: 8px 6px;
}
table.table.table-hover th {
    padding: 15px;
    font-size: 22px;
    text-align: center;
}
span {
    color: #080808;
    font-weight: 700;
    font-size: 15px;
}
}

@media only screen and (max-width:767px){
.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    padding: 12px 10px;
}
h6 {
    
    font-size: 20px;
   
}
}
 @media only screen and (max-width:639px){
 table.table.table-hover th {
    
    font-size: 18px;
    
}
span {
    color: #080808;
    font-weight: 600;
    font-size: 10px;
}
.btn-danger {
   
    font-size: 15px;
}
button.btn.btn-sucess {
   font-size: 12px;
}
 }
 @media only screen and (max-width:479px){
 table.table.table-hover th {
    padding: 15px;
    font-size: 12px;
    text-align: center;
}
.btn-danger {
    color: #fff;
    background-color: #000033;
    border-color: #f9f8f8;
    font-size: 12px;
}
button.btn.btn-sucess {
    background-color: #c1172c;
    color: aliceblue;
    font-size: 8px;
}
table.table.table-hover img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
}
 @media only screen and (max-width:350px){
.btn-danger {
    
    font-size: 3px;
    padding: 5px;
}
button.btn.btn-sucess {
   
    font-size: 3px;
	padding: 5px;
}
span {
    color: #080808;
    font-weight: 500;
    font-size: 3px;
}
 }
 @media only screen and (max-width:300px){
 .btn-danger {
    
    font-size: 3px;
    padding: 2px;
}
button.btn.btn-sucess {
   
    font-size: 3px;
	padding: 2px;
}
span {
    color: #080808;
    font-size: 3px;
}
table.table.table-hover th {
    padding: 10px;
    font-size: 8px;
    text-align: center;
}
}


