body {
  background: #fff;
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  font-size: 16px;
  padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	color: #002160;
}

h1{
	font-size: 26px;
}

h2{
  font-size: 26px;
}

h3{
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}


h4{
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	line-height: 28px;
	margin-bottom: 20px;
}

h5{
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 29px;
}
h6{
  font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 18px;
}


p{
  font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 24px;
	line-height: 24px;
}
ul, ol{
  font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 24px;
	line-height: 26px;
}
.inner-thumbnail {
	border: 12px solid #FFF;
	box-shadow: 0px 0px 3px 1px #B6B6B6;
	margin-bottom: 20px!important;
}
.inner-thumbnail-container {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	margin-bottom: 24px;
	display: block;
	overflow: hidden;
	padding-bottom: 8px;
}

table {
	margin-bottom: 35px;
}
.table p {
	color: #fff;
}
th {
    text-align: center;
}

figure {
	padding-bottom: 20px;

}
figure .thumbnail {
    margin-bottom: 4px;
    transition: all 0.2s ease-in-out 0s;
}

#thumbnail .img-thumbnail {
	padding: 10px;
}
#thumbnail .thumb {
	margin-top: 5px;
	margin-bottom: 30px;
}

.margin-sm {
	margin-top: 30px;
	margin-bottom: 30px;
}

.read-more{
  font-size: 16px;
  font-weight: 600;
}
.menu-small{
	color: #FFFFFF;
	text-transform: uppercase;
}

a {
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
  font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;

}

a:hover, a:focus {
	color: #8EB6D0;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
hr.inner {
    background-image: -moz-linear-gradient(left center , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
}

hr.heading-boder{
	width: 100px;
	padding-bottom: 0;
	margin-bottom: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002160;
	border-bottom-color: #002160;
}
hr.white{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
	width: 100px;
	padding-bottom: 0; 
	margin-bottom: 35px;
}

hr.heading-boder-footer{
  border-top: 1px solid #fff;
  border-bottom: none;
	width: 100px;
	padding-bottom: 0; 
	margin-bottom: 35px;
	margin-left: 0;
}

.football-list{
	list-style-image: url(../images/list.png);
}
.btn-primary {
  padding: 8px 20px;
  background: #40a5d6;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
	outline: none;
	box-shadow: none;
	background-color: #40a5d6;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-default {
    margin-bottom: 10px;
    min-height: 51px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #f9f9f9;
    border-color: #adadad;
    color: #333;
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}


.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}
.navbar-inverse .navbar-toggle {
    border-color: #ac8700;
background-color: #ac8700;
}
section {
	padding: 70px 0;
	margin: 0;
}

.center {
  text-align: center;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.icon-red {
	color: #e91f00;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/********************************nav bar ********************************/

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
	padding: 0;
	margin:0;
}

.logo {
	padding: 10px 0;
	font-size: 38px;
	color: #1b4494;
	padding-left: 15px;
}
.logo a{
	color: #1b4494;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 0;
	background-color: #f8c305;
}

 .navbar-nav{
  margin-top: 1px;
 }

.navbar-nav > li {
	margin: 4px 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: solid 1px #fbdd71;
}
.navbar-nav > li:last-child {
	border-right:none;
	border-bottom:none;
}

.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #fffbf2;
	display: inline-block;
	font-weight: 600;
	padding: 4px 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:active{
	color: #002160;
	text-decoration: none;
	
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(64,165,214,.90);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  text-align: left;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #2187B7;
	color: #ffffff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-collapse ul{
	width: 100%;
   
}
/********************************  Top Content ********************************/
#top-links{
	background-color: #f8c305;
}

#logo-block {
	padding: 15px 0;
	background-color: #f6f6f6;
	border-bottom: solid 1px #dbdbdb;
	border-top: solid 1px #dbdbdb;
}
#logo-block span {
	margin-left: 5px;
}
#logo-block .call {
	font-size: 1.4em;
	color: #F8C305;
}
#logo-block .download {
	font-size: 1.4em;
	color: #1b4494;
}
#logo-block .whatsapp {
	font-size: 1.4em;
	color: #4dc247;
}
#logo-block .btn-default .fa {
	font-size: 1.4em;
}
/********************************banner ********************************/

#banner {
	overflow: hidden;
	background-image: url(../images/slider/slider-bg.jpg);
	background-color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 100%;
	max-width: 100%;
	position: relative;
}
.banner-img{
	margin-top: 75px;
	box-shadow: 0 0 8px #333;
	border: solid 16px #FFFFFF;
	background-image: url(../images/slider/banner-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	display: block;
	min-height: 503px;
	position: relative;
}

.banner-form-bg {
	background-color: #f8c305;
	display: block;
	overflow: hidden;
	padding: 20px;
	border-radius: 6px;
	border: solid 6px #fff;
	margin: 80px 30px 50px 0;
}
#banner h2 {
	color: #1b4494;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-shadow: 0px 1px 1px #fff;
}
.form-control {
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 16px;
    height: 38px;
    line-height: 1.62857;
    padding: 8px 12px;
}
.form-control::-moz-placeholder {
    color: #c5c5c5;
    opacity: 1;
}
.btn-primary{
	background-color: #1b4494;
	
}

/* ******************************* welcome block ********************************/
.well {
    background-color: #fbfbfb !important;
}

#welcome {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#welcome  h2, #welcome  h1 {
	color: #002160;
	margin-bottom: 5px;
	font-size: 32px;
}
#welcome  p {
	color: #000;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}



/*----------------------------------------------------------------------------------------------------------------------*/
#features-block {
	background-color: #002160;
}

#features-block h2, #features-block p, #features-block li {
	color:#FFF;
}
#features-block .list-arrow {
	list-style-image: url(../images/list-white.png);
	padding-left: 28px;
	line-height: 22px;
	font-size: 18px;
}
#features-block hr {
	margin-left: 0;
}

.features {
	padding: 0px;
	position: relative;
}

.features .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.features .image-container .background-image-holder {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	background-color: #002160;
	background-image: url(../images/home-block/feature-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.features .content {
	padding: 60px;
}

.features h2 {
	margin-bottom: 32px;
}

.features p.lead {
	margin-bottom: 20px;
}

/* Outline Buttons */
.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 15px 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.1em;
    text-shadow: none;
    text-transform: uppercase;
	border: 1px solid #fff;
	}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 5px 13px;
	font-size: 13px;
}

.btn-outline-lg {
	padding: 14px 26px;
	font-size: 15px;
}

 /* *******************************gallery-home- Carousel Content  ********************************/
#feature2 .table{
	margin: 30px 0;
}
#feature2 th {
    text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ececec;
}
.table-striped > tbody > tr.info2 {
	background-color: #002160;
}


.info2 h5{
	color: #FFF;
}


 /* *******************************gallery-home- Carousel Content  ********************************/
#gallery-home{
	background-color: #e9e9e9;
	
}
#owl-carousel2 .item {
	margin-right: 5px!important;
	margin-left: 5px!important;
	width: 100%!important;
	padding: 10px;
}

#owl-carousel2 .item img {
	padding: 0;
}
#owl-carousel2 .item h5 {
	text-align: center;
	
}
.owl-controls .owl-page.active {
	background-color: #002160;
	cursor: default;
}


/*********************** *********Inner Pages Style ******************************/

#page-header {
	background-attachment: fixed;
	background-image: url(../images/slider/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	padding-bottom: 0px;
	max-width: 100%;
}
#page-header h1 {
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	size: 36px!important;
}
#page-content {
	padding-top: 30px;
	padding-bottom: 50px;
}
/*********************** ********* about ******************************/
.media-object{
	vertical-align: middle;
}
.media-body{
	text-align: left;
	padding: 30px 30px;
	border: 1px solid #EFF0F1;
	border-radius: 11px;
}
#about-us .media-left, #about-us .media > .pull-left {
    padding-right: 40px;
}
/*********************** ********* news ******************************/
#news-panel{
}
#news-panel h5{
	margin: 0;
	font-size: 18px;
}

#news-panel .panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
/*********************** ********* schedule ******************************/
.label {
    color: #fff;
    display: inline-block;
	font-weight: 400;
}
/*********************** ********* Faq******************************/

#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 1.2em 1em;
    outline: none;
    font-weight: 400;
    text-decoration: none;
	color: #002160;
	font-size: 18px;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\e114";
}
/*********************** ********* Gallery ******************************/

#camera_wrap_2 ul {
	width:100% !important;
	margin-top: 30px!important;
	overflow: hidden;
}
#camera_wrap_2 ul li img{
	height: 45px;
}
.latest-album{
	padding-bottom: 50px;
}

.camera_thumbs_cont ul li {
    display: inline;
    padding: 0 4px;
}
/*********************** ********* Footer ******************************/

#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFFFFF;
	background-color: #00369c;
	position: relative;
}

.email-strip {
	background-color: #f8c305;
	max-width: 100%;
	overflow: hidden;
}

#footer h3, #footer p{
	color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 8px;
}
.contact-no {
	text-align: center;
}
.contact-no h2 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #f8c305;
	margin-top: 2px;
}

.contact-no h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.contact-no a {
	text-align: center;
	color: #f8c305;
}
.contact-no a:hover {
	text-align: center;
	color: #fff;
}

.h2 {
	margin: 16px 0;
	color: #002160;
}
.right-border{
	border-right: solid 6px #FFCC00;
	padding-right: 20px;
	z-index: 1;
}
.footer-links {
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.footer-links .list-unstyled li a {
	color: #FFF;
}
.footer-links .list-unstyled li a:hover {
	color: #8EB6D0;
}
/*#slide {
	background-color: rgba(245,245,245,1);
	box-shadow: 0px 0px 5px 1px #000;
	border: 6px solid #F8C305;
	max-width: 100%;
	border-radius: 6px;
	padding: 0 24px;
}*/
#slide {
	background-color: #D7FBFF;
	box-shadow: 0px 0px 5px 1px #000;
	border: 10px solid #ed1212;
	max-width: 100%;
	border-radius: 6px;
	padding: 0 24px;
	z-index: 999999;
}
#slide td {
	font-size: 17px;
	line-height: 26px;
}
h2.text-red {
	color: #ed1212;
	text-align: center !important;
}
#slide .text-light {
	color: #fff !important;
	font-size: 17px;
	line-height: 26px;

}
#slide .btn-top {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 9999;
}
