body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 23px;
	font-size: 18px;
}
.icon {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.12), 0 -1px 8px rgba(0, 0, 0, 0.08);
  margin: 0px 12px;
  transition: 0.7s;
  
}
.social-list {
  list-style: none;
  display: flex;
}

.social-list li:nth-child(1):hover .fa {
  color: #3b5999;
}
.social-list li:nth-child(2):hover .fa {
  color: #c32aa3;
}
.social-list li:nth-child(3):hover .fa {
  color: #c90000;
}
.social-list li:nth-child(4):hover .fa {
  color: #0077b5;
}

.social-list .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100px;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin: 7px;
  color: rgb(20, 80, 102);
  font-size: 20px;
  text-decoration: none;
  transition: 0.4s ease-out;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753),
    0px 3px 10px rgba(0, 0, 0, 0.411);
}

.social-list .social-link:hover {
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.753),
    0px 5px 5px rgba(0, 0, 0, 0.61);
}

.fa {
  transition: 0.4s;
}

.social-list .social-link:hover .fa {
  transform: scale(1.8);
  transition: 0.4s;
}
.blog {
  width: 100px;
  font-size: 20px;
  height: 30px;
  border: none;
  outline: none;
  background:#B85B14;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1500;
  border-radius: 10px;
}
.framing{
       height: 190px;
        width: 300px;
        border-color: #666 #8ebf42;
        border-image: none;
        border-radius: 30px 0 30px 0;
        border-style: solid;
        border-width: 20px;
      }
      
.president {
  width: 205px;
  height: 40px;
  background: linear-gradient(#853916, #6b3019);
  border: none;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 10px 10px #000;
   cursor: pointer;
   border-radius: 30px 0 30px 0;
   border-width: 20px;
}


#small{
  font-size: 10px;
}
#medium{
  font-size: 14px;
}
#large{
  font-size: 18px;
}
.lights:hover{
  width: 90%;
}
.sgbau_logo{
  padding-top:15px;
  
}
.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;

}
.main-menu {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
}

.main-menu ul {
  transform: scale(1);
  transition: all 0.2s ease-out;
}

.main-menu li {
  position: absolute;
  top: -40px;
  left: -35px;
  width: 180px;
  height: 160px;
  transform-origin: bottom right;
}

.main-menu li:nth-child(1) {
  transform: rotate(-30deg) skew(30deg);
  background: #FE2712;
}

.main-menu li:nth-child(2) {
  transform: rotate(30deg) skew(30deg);
  background: #B2D732;
}

.main-menu li:nth-child(3) {
  transform: rotate(90deg) skew(30deg);
  background: #347B98;
}

.main-menu li:nth-child(4) {
  transform: rotate(150deg) skew(30deg);
  background: #092834;
}

.main-menu li a {
  position: absolute;
  top: 90px;
  left: 80px;
  transform: skew(-30deg) rotate(-60deg);
  color: #fff;
  font-family: "Tahoma", "sans-serif";
  font-size: 20px;
  text-decoration: none;
}

label {
  position: absolute;
  top: 100px;
  left: 85px;
  padding: 32px 17px;
  border-radius: 50%;
  cursor: pointer;
  background: #FC600A;
  color: #fff;
  font-family: "Arial Narrow", "Sans-serif";
  font-size: 22px;
  z-index: 10;
  transition: all 0.3s ease-out;
}

.main-menu input[type="checkbox"]:checked ~ label {
  top: 30px;
  left: 35px;

  border: 2px dashed lighten(spin(@base-color, 0), 10%);
  background: #fff;
  color: #000;
}

.main-menu input[type="checkbox"]:checked ~ ul {
  list-style: none;
  padding: 0px;
  transform: scale(0.01) rotate(300deg) translate(-5000px, -5000px);
  transition: all 0.3s ease;
}

.main-menu li:hover {
  box-shadow: #6c7a89;
  background: spin(@base-color, 120);
}

.main-menu li a:hover {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
}
.menus{
   background: linear-gradient(to left, #0e7e89, #0b2a42);
}
.quick_feeds{
 margin-top: 12px; 
}
.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;
}
.quick_feeds a{
	color:#fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.top_header{
	background-color:#FBBC05;
  height: 10px;
}
.social_media_icon li{
	padding-left:20px;
}
.strip{
	background-image:url('../images/strip.png');
	background-repeat: no-repeat;
	padding: 0px;
}
.top-vibes{
	margin-top:10px;
}
.middle_header {
    padding-top: 5px;
    padding-bottom:0px;
	padding-left:0px;
background-image:url('../images/');
}



.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: linear-gradient(to left, #97101f, #3e0d1e);
	padding-top: 30px;
  padding-bottom: 30px;
}
.footer p {
    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 #006400;
    color: #3e0d1e;
	text-align:left;
	border-radius: 5px;
	font-size: 20px;
	font-family:bell mt;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: linear-gradient(to left, #006400, #3e0d1e);
    font-family:bell mt;
}

.label{
    background-color: #a52d4e;
    color: #fff;
    padding: 8px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.content{
    background-color: #e5fd6066;
    color: black;
    padding: 8px 10px 10px 10px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.about{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.about-us {
    background: #fff;
    padding: 20px;
}
.noti {
    font-size: 24px;
    font-weight:bold;
    font-family:bell mt;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    
    padding-left: 10px;
    background: #B85B14;
    padding-top: 7px;
}
.about
{
    
    font-size: 20px;
    font-weight:bold;
    font-family:bell mt;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    
    padding-left:10px;
    background: #221F1F;
    padding-top: 10px;
}
.bgimages {
    background-image: url(/new/images/bg1.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;
}
.mrtb {
    margin-bottom: 30px;
    margin-top: 30px;
}
.tab-info {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.2), 0 4px 50px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 14px 29px 12px;
    list-style: none;
    
}
.online{
    margin:auto;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    
}
.online:hover{
    width:50%;
    transition:1s;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 20s linear infinite;
  -moz-animation: rotating 20s linear infinite;
  -ms-animation: rotating 20s linear infinite;
  -o-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}






