body {
    padding-top: 0px;
    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
	font-size: 17px;
}
p{
  font-size: 17px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.3;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#small{
  font-size: 10px;
}
#medium{
  font-size: 14px;
}
#large{
  font-size: 18px;
}
.lights:hover{
  width: 90%;
}
.sgbau_logo{
  padding: 5px;
}
.home-thumb:hover{
transform: scale(1.1);
}
.home-thumb{
  transition: all 0.3s ease 0s;
}
.home-thumb{

  border-radius: 10px;
  border: 1px solid gray;
  padding: 5px;
  width: 200px;
  height: 184px;

}
.about{
  border-radius: 10px;
  border: 1px solid gray;
  padding: 5px;
  height: 250px;
}
.menus{
  background-color: gray; 
}
.quick_feeds{
 margin-top: 0px; 
}
.social_media_icon i{
	transition: all 1s;
  
}

.quick_feeds li{
	list-style:none;
}
.quick_feeds ul li{
	display: inline-block;
}
.quick_feeds ul{
	padding-left:0px;
	margin-bottom:0px;
  padding-right: 20px;
  margin-top: -2px;
}
.quick_feeds a{
	color:#fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.top_header{
	background-color:#bfb9b9eb;
  height: 50px;
	
}
.top_header{
    background-color: #4a4542;
    padding: 0px;
    
}
.social{
    margin-left: -43px;
    display: inline-block;
}
.social li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
    margin-top: 5px;
    font-size: 20px;
    padding: 0px;
}
.social .fa:hover {
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}


.strip{
	background-image:url('../images/strip.png');
	background-repeat: no-repeat;
	padding: 0px;
}
.top-vibes{
	margin-top:10px;
}
.middle_header {
    padding-top: 15px;
    padding-bottom:5px;
	padding-left:0px;
}



.about_strip{
	background-image: url(../images/about_strip.png) !important;
    background-repeat: no-repeat !important;
}
.about_strip h1{
	margin-bottom: 60px;
    padding-top: 15px;
}
.about_section{
	background:#900021;
	padding-bottom: 30px;
	padding-top: 20px;
}
.about_section p{
	color:#fff;
}
.button-default {
    padding: 9px 41px;
    background: #333333;
    color: #fff;
    transition: all 0.5s;
}
.button-default:hover {
	background:#e9e8dc;
	color:#000;
	text-decoration:none;
}
.tabs_notice{
	margin-bottom: 0px !important;
    color: white;
    padding: 14px;
}
.nav-tabs a:hover{
	text-decoration:none;
}
.nav-tabs {
    border: 3px solid #e9e8dc;
    border-bottom-left-radius: 8px;
    border-right: none;
    border-top: none;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image a{
	 color:black;
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
	
}

.quick_links{
	padding-bottom:64px;
}
.quick_links p{
	color:#000;
}
.icons{
	transition: all .5s;
}
.icons:hover{
	transform:rotate(20deg);
}
.inner_para p{
	font-size: 21px;
    line-height: 30px;
}
.list_inner_img {
    list-style-image: url(../images/bullet_list.jpg);
}
.list_inner_img > li {
    border-bottom: 1px solid #90002182;
    padding: 5px;
}
.list_inner_img a {
    color: #000;
    font-size: 14px;
}

.footer {
    background: #183448;
	padding-top: 10px;
  padding-bottom: 10px;
}
.footer p {
    color: #fff;
}
.footer h4{
  color:#fefacb; 
}
.footer ul{
  color: #fff;
}
.footer ul a{
  color: #fff;
}
.copy_right {
    background: #ddd;
    padding: 10px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#333333;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    background: linear-gradient(to left, #97101f, #3e0d1e);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}
.title_clg h3{
	font-size:45px;
}
.title_clg p{
	line-height: 25px;
}
.title_clg a{
	color:#000;
}
.title_clg a:hover{
	color:#0e7e89;
	text-decoration:none;
}

/*Cards*/
.card {
    min-height:400px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width: 136px;
    height: 165px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #060606;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size: 20px;
    color: #262626;
    margin-top: 20px;
    margin-bottom: 0px;
}
.card .box h2 span {
    font-size: 21px;
    background: #0d5466;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}
.card .box p {
    color:#262626;
	margin-top: 10px;
}
.card .box span {
    display:inline-flex;
	display:none;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}
.achievementsSlider {
    padding: 0;
    margin: 0;
    /* background: #13637d; */
    background: url(../images/achivements.jpg) no-repeat 0 0 / cover;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.noticeSlider{
	padding: 0;
    margin: 0;
    background: linear-gradient(to left, #0e7e89, #0b2a42);
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
/*breadcum*/
.animation {
  -webkit-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -ms-transition: all 0.3s ;
  -o-transition: all 0.3s ;
  transition: all 0.3s ;
}

.wrapper {
  
}


.breadCrumbs {
   position: relative;
   list-style: none;
   padding-left: 0px;
   height: 41px;
   margin-bottom: 15px;
   margin-top: 19px;
}

.breadCrumbs li {
  position: relative;
  float: left;
}

.breadCrumbs li a,
.breadCrumbs li p {
  display: block;
  padding: 0 10px 0 30px;
  line-height: 40px;
  color: #fff;
  background: #3fabba;
}

.breadCrumbs li:first-child a {
  padding: 0 10px 0 20px;  
}

.breadCrumbs li a:hover {
  
}

.breadCrumbs li.activePage p,
.breadCrumbs li.activePage a {
  background: #333;
}

.breadCrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3fabba;
  z-index: 10;
}

.breadCrumbs li.activePage:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #333;
}

/* GIVE EVERY CHILD A DIFFERENT COLOR */
.breadCrumbs li:nth-child(1) a {
  background: #3fabba;
}

.breadCrumbs li:nth-child(1):after {
  border-left: 20px solid #3fabba;
}

.breadCrumbs li:nth-child(2) a {
  background: #46bdcd;
}

.breadCrumbs li:nth-child(2):after {
  border-left: 20px solid #46bdcd;
}

.breadCrumbs li:nth-child(3) a {
  background: #4bd0e2;
}

.breadCrumbs li:nth-child(3):after {
  border-left: 20px solid #333333;
}

.list_para {
    list-style-image: url(../images/bullets.png);
}
.list_para > li {
    border-bottom: 1px solid #333;
    padding: 5px;
}
.list_para a {
    color: #000;
    font-size: 14px;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #3e0d1e;
    color: #3e0d1e;
	text-align:left;
	border-radius: 5px;
	font-size: 20px;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: linear-gradient(to left, #97101f, #3e0d1e);
}


/* header {
  overflow: hidden;
  padding: 25px 0px;
  
  margin: 0 auto; 
    
}
header {
  z-index: 99999;
  overflow: hidden;
  padding: 25px 0px;
  
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}
header {
   position:absolute;
   top:0;
   bottom:auto;
   left:0;
   right:0;
   margin:auto;
   width:100%;
   height:auto;
}
.title-section {
    height: 100%;
    text-align: center;
    margin-bottom: -10px;
    position: relative;
}*/


.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #c70f66;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa {
  padding: 7px;
  font-size: 15px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}
.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 94%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-family: times new roman;
    height: 214
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
}
.form-area {
    background-color: rgba(216, 214, 214, 0.66);
    padding: 32px 30px 67px;
    margin: 20px 0px 11px 70px;
    border: 1px solid GREY;
}
.bottom-footer{
   background-color: black;
   padding:10px;
}
.yellow-bar{
   background-color: #fff212;
   padding:10px;
}
.boxshadow1 {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 15px;
    border:1px solid gray;
}
.award{
  margin: auto;
  display: block;
}
.bgimages {
    background-image: url(../images/bgg.jpg);
    color: #fff !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.innerconet {
    background: rgba(42,42,42,0.8);
    padding: 40px;
    transition: 1s ease;
}
.award{
  transition: ease 1s; 
}
.award:hover{
  padding: 7px;
  border:3px solid gray;
  border-radius:50%;
}




















