/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');


body {
	font-family: sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#222;
	background-color:#e7e9eb;
	overflow-x:hidden;
}


h1,h2,h3,h4,h5,h6 {
	color:#1c1796;
	line-height:1.1em;
}

p {
	color:#222;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
    color:#1c1796;
}
a:hover {
	text-decoration: none;
	color:#1354c0;	
	}

.btn-primary {
  padding: 8px 20px;
  background: #1c1796;
  color: #e7e9eb;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}
	
.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:50px;
	color:#333;
}

.btn-default {
  color: #333;
  background-color: #e7e9eb;
  border-color: #e7e9eb;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}


/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#e7e9eb;
	padding:0;
        margin:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 25px;	
	color:#333;	
	text-transform:uppercase;
	font-weight:900;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:700;	
}

.menu ul.nav-tabs li {
	color:#000;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
	border-radius:0;
	color:#333;
	padding:30px;
}

.nav-tabs > li > a:hover {	
	color: #1BBD36;
	border-color: #e7e9eb #e7e9eb #e7e9eb;
	border-radius:0;
	background-color:#e7e9eb; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #1BBD36;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/*===========================
  slider
============================ */
#main-slider {
	margin-top:20px;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin-top: 30px;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h3 {
  color: #1354c0;
}


#main-slider .carousel p {
  color: #ddd;
  font-size:25px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #1c1796;
  color: #e7e9eb;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 430px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}


a.btn-primary:hover {
	background-color:#1354c0;
	color:#1c1796;
}


/*styling for back-to-top*/
a.scrollup{
    color: #742;
    height:30px;
    width:30px;
    font-size:25px;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    position:fixed;
    bottom: 40px;
    right: 35px;
    opacity: 0.5;
    border-radius:50%;
    z-index:999;
    outline: none;
}
a.scrollup:hover{
	color: #15c698;
}
a.scrollup:active{
	color: #15c698;
}



/**RESPONSIVE CSS**/
@media(min-width: 230px){

body {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #777;
  font-size: 12px;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color: #e7e7e7;
}

.navbar-brand {
  height: 50px;
  margin: 0;
  padding: 0px 0px;
  font-size: 13px;
  border-bottom-color: #e7e9eb;
  float: left;	
}
.navbar-brand h1 {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;	
	font-size: 13px;	
	color:#1c1796;	
	text-transform:uppercase;
	font-weight:700;
        text-shadow: 1px 1px 5px #1354c0;
}
.navigation .navbar-toggle {
  position: relative;
  float: right;
  padding: 4px 6px;
  margin: 5px 2px 13px 0px;
  background-color: #e7e7e7;
  background-image: none;
  border: 0px;
  border-radius: 4px;
}
.navigation .navbar-toggle:hover {
  background-color: #e7e7e7;
  outline: 0;
}
.navigation .navbar-toggle:focus {
  outline: 0;
  background-color: #1354c0;
}
.navigation  .navbar-toggle .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #1c1796;
}
.navigation  .navbar-toggle .icon-bar:hover{
  background-color: #1354c0;
}
.navbar-collapse {
  color: #1c1796;
  border: 0px;
  border-top-color: #e7e9eb;
}

.menu {
	font-size:10px;
	float:right;
	text-transform:uppercase;
	font-weight:600;	
       	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu ul.nav-tabs li {
	color:#1c1796;	
	position: relative;
}

.nav {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.nav-tabs {
	margin:0px;
	padding:0px;
	position: relative;
        border-bottom: 0;
}
.nav-tabs > li {
	position: relative;
	float: left;
	margin-bottom: 0;
	margin:0px;
	padding:0px;
        border: 0;
}
 .nav-tabs > li > a {	
	position: relative;
	border-radius:0;
	color: #1c1796;
	padding-left:10px;
        padding-right:10px;
	padding-top:10px;
        padding-bottom:10px;
        border: 0;
}

.nav-tabs > li > a:hover {	
	color: #1354c0;
	border-color: #e7e9eb;
        border: 0;
	border-radius:0;
	background-color:#e7e7e7; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #1354c0;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1354c0;
  cursor: default;
  background-color: #e7e7e7;
  border: 0px solid #1354c0;
  border-bottom-color: transparent;
}
.btn-tog{
	padding-left: 4px;
        padding-right:4px;
   margin-left: 0px;
   margin-right: 0px;
}


/*index image styling*/
#main-slider {
	margin-top: 0px;
}
#main-slider .carousel .carousel-content {
  margin-top: 90px;
}

#main-slider .carousel .slide-margin{
  margin-top: 120px;
}

#main-slider .carousel .slider-img{
  margin-top: -300px;
  margin-left: 130px;
}
#main-slider .carousel .item {
  height: 360px;
}
#main-slider .carousel footer {
  font-size: 14px;
  font-weight:500;
}
#main-slider .carousel p {
  font-size: 10px;
  font-weight:550;
  color: #1354c0;
  margin-top: 20px;
  margin-bottom: 25px;
}
#main-slider .carousel span {
  font-size: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding:0;
  color: #e7e9eb;
}


/*button styling*/
.btn-primary {
  padding: 4px 10px;
  margin-top: 10px;
  font-size: 11px;
}


/*glyphicon styling*/
.gly_disp_1{
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.gly_disp_2{
  position: relative;
  top: 15px;
  left: 100px;
  right: 100px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}


/*heading styling*/
h1,h2,h3,h4,h5,h6 {
font-size: 14px;
line-height: 0.8em;
}
.head_div {
  margin-top: 60px;
}


/*about container styling*/
.about {
  background-color: #e7e9eb;
  margin-top: 70px;
  padding:0px;
}
.about h2{
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  line-height:.5em;
  font-size: 18px;
  font-weight: 600;
}
.liner{
  width: 230px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-color: #1c1796;
  text-align: center;
}
.liner2{
  width: 150px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-color: #1c1796;
  text-align: center;
}

/*well styling*/
.well-sm {
  padding: 9px;
  border-radius: 3px;
}


/*activities container styling*/
.activities {
  margin-top: 70px;
  padding:0px;
}
.activities h2{
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  line-height:.5em;
  font-size: 18px;
  font-weight: 600;
}
.act1 {
  background-color: #1354c0;
  margin-left: auto;
  margin-right: auto;
}
.act1 h3 {
  margin-left: 25px;
  margin-right: 25px;
}
.act1 p{
  margin-left: 25px;
  margin-right: 25px;
}
.act2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.act3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.arrow{
  width: 70px;
  height: 70px;
  margin-left: 10px;
  margin-right: 10px;
  align: center;
}
.act_pic {
  margin-top: 10px;
  margin-bottom: 0px;
}

#activities{
  margin-top: 0px;
  padding-top: 0px;
}

/*carousel styling*/
.activities .carousel-indicators li {
  border: 0px solid transparent;
  border-radius: 10px;
}
.activities .carousel-indicators .active {
  background-color: transparent;
}


/*gallery container styling*/
.gallery {
  margin-top: 70px;
  padding:0px;
}
.gallery h2{
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  line-height:.7em;
  font-size: 18px;
  font-weight: 600;
}
.gal{
  width: 38%;
  height: 38%;
  margin: 2px 2px;
  padding: 0px 0px;
  display: inline-block;
}
.gal-inner {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  
}
.carousel-control {
  color: #1c1796;
  background-color: #1354c0;
  margin-left: -12px;
  margin-right: -12px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: 0px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}


/*footer container styling*/
.foot{
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  color: #1354c0;
  background-color: #1c1796;
  height: inherit;
}
.soc_med{
  padding-top: 0px;
  margin-top: 30px;
}
.foot h3{
  color: #e7e9eb;
  font-weight: 600;
}
footer{
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}
a.social{
  color: #1354c0;
  text-decoration: none;
}
a.social:focus, a.social:hover{
  color: #e7e9eb;
  text-decoration: none;
}
.foot p{
  color: #1354c0;
}
a.footer {
  color: #1354c0;
  text-decoration: none;
}
a.footer:hover, a.footer:focus{
  color: #e7e9eb;
}
a.webd{
  color: #e7e9eb;
  text-decoration: none;
}
a.webd:hover, a.webd:focus{
  color: #284;
}
.des{
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
span.footer {
  margin-right: 0px;
  margin-left: 0px;
  padding:0;
}

/*styling for back-to-top*/
a.scrollup{
    height:30px;
    width:30px;
    font-size:25px;
    line-height:30px;
    bottom: 40px;
    right: 35px;
}
}



@media(min-width: 1200px){

body {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #777;
  font-size: 13px;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color: #e7e7e7;
}

.navbar-brand {
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0px 0px;
  font-size: 25px;
  border-bottom-color: #e7e9eb;
}
.navbar-brand h1 {
	margin-top: 25px;
	margin-left: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;	
	font-size: 19px;	
	color:#1c1796;	
	text-transform:uppercase;
	font-weight:700;
        text-shadow: 1px 1px 5px ##1354c0;
}
.navigation .navbar-toggle {
  position: relative;
  float: right;
  padding: 4px 6px;
  margin: 5px 2px 13px 0px;
  background-color: #e7e7e7;
  background-image: none;
  border: 0px;
  border-radius: 4px;
}
.navigation .navbar-toggle:hover {
  background-color: #e7e7e7;
  outline: 0;
}
.navigation .navbar-toggle:focus {
  outline: 0;
  background-color: ##1354c0;
}
.navigation  .navbar-toggle .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #1c1796;
}
.navigation  .navbar-toggle .icon-bar:hover{
  background-color: ##1354c0;
}
.navbar-collapse {
  color: #1c1796;
  border: 0px;
  border-top-color: #e7e9eb;
}

.menu {
	font-size:10px;
	float:right;
	text-transform:uppercase;
	font-weight:600;	
       	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu ul.nav-tabs li {
	color:#1c1796;	
	position: relative;
}

.nav {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.nav-tabs {
	margin:0px;
	padding:0px;
	position: relative;
        border-bottom: 0;
}
.nav-tabs > li {
	position: relative;
	float: left;
	margin-bottom: 0;
	margin:0px;
	padding:0px;
        border: 0;
}
 .nav-tabs > li > a {	
	position: relative;
	border-radius:0;
	color: #1c1796;
	padding-left:10px;
        padding-right:10px;
	padding-top:10px;
        padding-bottom:10px;
        border: 0;
}

.nav-tabs > li > a:hover {	
	color: ##1354c0;
	border-color: #e7e7e7 #e7e7e7 #e7e7e7;
        border: 0;
	border-radius:0;
	background-color:#e7e7e7; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: ##1354c0;

	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: ##1354c0;
  cursor: default;
  background-color: #e7e7e7;
  border: 0px solid ##1354c0;
  border-bottom-color: transparent;
}
.btn-tog{
   padding-left: 4px;
   padding-right:4px;
   margin-left: 0px;
   margin-right: 0px;
}


/*index image styling*/
#main-slider {
  margin-top: 0px;
}
#main-slider .carousel .carousel-content {
  margin-top: 390px;
}
#main-slider .carousel .slide-margin{
  margin-top: 110px;
}
#main-slider .carousel .btn-slide {
  font-size: 13px;
  padding: 8px 20px;
  background: #1c1796;
  color: #e7e9eb;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
#main-slider .carousel .slider-img{
  margin-top: -50px;
  text-align: right;
  position: absolute;
}
#main-slider .carousel .slider-img img{
  width: 160px;
  height: 180px;
}
#main-slider .carousel .item {
  height: 680px;
}
#main-slider .carousel footer {
  font-size: 14px;
  font-weight:500;
}
#main-slider .carousel p {
  font-size: 16px;
  font-weight:550;
  color: #1354c0;
  margin-top: 20px;
  margin-bottom: 25px;
}
#main-slider .carousel span {
  font-size: 14px;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding:0;
  color: #e7e9eb;
}


/*button styling*/
.btn-primary {
  padding: 4px 10px;
  margin-top: 10px;
  font-size: 13px;
}

/*glyphicon styling*/
.gly_disp_1{
  position: relative;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  width: 35px;
  height: 40px;
}
.gly_disp_2{
  position: relative;
  top: 15px;
  left: 100px;
  right: 100px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}


/*heading styling*/
h3,h4,h5,h6 {
  font-size: 25px;
  line-height:1.1em;
}
.head_div {
  margin-top: 90px;
}


/*about container styling*/
.about {
  background-color: #e7e9eb;
  margin-top: 40px;
  padding:40px;
}
.about h2{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height:1.3em;
  font-weight: 600;
}
.liner{
  width: 630px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-color: #1c1796;
  text-align: center;
}
.liner2{
  width: 350px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  border-color: ##1354c0;
  text-align: center;
}

/*well styling*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 40px;
  border-radius: 6px;
}

/*activities container styling*/
.activities {
  margin-top: 40px;
  padding: 40px;
}
.activities h2{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 30px;
}
.act1 {
  background-color: ##1354c0;
  margin-left: auto;
  margin-right: auto;
}
.act1 h3 {
  margin-left: 25px;
  margin-right: 25px;
}
.act1 p{
  margin-left: 25px;
  margin-right: 25px;
}
.act2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
}
.act3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
}
.arrow{
  width: 170px;
  height: 170px;
  margin-left: 45px;
  margin-right: 10px;
  align: center;
}
.act_pic {
  margin-top: 10px;
  margin-bottom: 0px;
}

#activities{
  margin-top: 0px;
  padding-top: 0px;
}

/*carousel styling*/
.activities .carousel-indicators li {
  border: 0px solid transparent;
  border-radius: 10px;
}
.activities .carousel-indicators .active {
  background-color: transparent;
}


/*gallery container styling*/
.gallery {
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -25px;
  margin-right: -25px;
}
.gallery h2{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 30px;
.gal{
  width: 30%;
  height: 30%;
  margin: 2px 2px;
  padding: 0px 0px;
  display: inline-block;
}

.gal-inner {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  
}
.carousel-control {
  width: 0%;
  color: #1c1796;
  background-color: ##1354c0;
  margin-left: -15px;
  margin-right: -15px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: 0px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -25px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -25px;
}


/*footer container styling*/
.foot{
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  color: ##1354c0;
  background-color: #1c1796;
  height: inherit;
}
.soc_med{
  padding-top: 0px;
  margin-top: 30px;
}
.foot h3{
  color: #e7e9eb;
  padding-top: 30px;
  padding-bottom: 0px;
  line-height:1.1em;
  font-weight: 600;
}
footer{
  padding-top: 30px;
  padding-bottom: 0px;
}
.des{
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
}
.copy{
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
}
a.social{
  color: ##1354c0;
  text-decoration: none;
}
a.social:focus, a.social:hover{
  color: #e7e9eb;
  text-decoration: none;
}
.foot p{
  color: ##1354c0;
}
a.footer {
  color: ##1354c0;
  text-decoration: none;
}
a.footer:hover, a.footer:focus{
  color: #e7e9eb;
}
a.webd{
  color: #666;
  text-decoration: none;
}
a.webd:hover, a.webd:focus{
  color: #284;
}


/*styling for glyphicon back to top*/
 .glyphicon-circle-arrow-up{
    padding-top: 585px;
    padding-right: 100px;
    margin-right: 50px;
    background-color: transparent;
    height: 200px;
    width: 0px;
    position: fixed;
 }
/*styling for back-to-top*/
a.scrollup{
    height:60px;
    width:60px;
    font-size:35px;
    line-height:30px;
    bottom: 40px;
    right: 35px;
}
}
