body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	color: #5e5e5e;
	line-height: 22px;
	font-size: 16px;
}
.pdf-icon {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	color: #373e4c;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 30px
}
h5 {
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 20px;
	line-height: 29px;
}
h6 {
	font-size: 20px;
	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;
	font-size: 14px !important;
}
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;
}
.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;
}
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;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
.fa-file-pdf-o {
	color: #F00;
}
.border-r {
	border-bottom: solid 5px #E60012;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.border-y {
	border-bottom: solid 5px #FFF100;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

}
.border-b {
	border-bottom: solid 5px #00A0E9;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

}
.border-g {
	border-bottom: solid 5px #006835;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

}
.border-r, .border-y, .border-b, border-g{
	margin-bottom: 15px;
}

.border-r:hover, .border-y:hover, .border-b:hover, .border-g:hover{
	border-bottom: solid 5px #333;
}
.listing {
	list-style-image: url(../images/list.png);
	list-style-type: none;
}
.listing-w{
	list-style-image: url(../images/list-w.png);
	list-style-type: none;
	margin-bottom:5px;
}

 @-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: #E60012;
	padding-left: 15px;
}
.logo a {
	color: #1b4494;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 0;
	background-color: #fff;
}
.navbar-nav {
	margin-top: 0px;
}
.navbar-nav > li {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: solid 1px #eee;
}
.navbar-nav > li:last-child {
	border-right: none;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #373e4c;
	display: inline-block;
	font-weight: 400;
	padding: 0px 16px;
	line-height: 50px;
	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, .navbar-inverse .navbar-nav li a:focus  {
	background-color: #F00;
	color: #fff;
	text-decoration: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #F00;
}
.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(0,160,233,.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 .open .dropdown-menu > li > a {
    background-color: rgba(0,160,233,.90);
	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-toggle {
	background-color: #e60012;
}
/******************************** logo-block ********************************/

#logo-block {
	padding: 0;
	background-color: #90ecf4;
}
#logo-block .icons {
	margin-top: 20px;
}
#logo-block span {
	margin-left: 5px;
}
#logo-block .call {
	font-size: 1.4em;
	color: #f1e40b;
}
#logo-block .lang {
	font-size: 1.1em;
	color: #E60012;
}
#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;
	background-size: cover;
	padding-bottom: 0px;
	width: 100%;
	max-width: 100%;
	position: relative;
}
#banner .box {
	border: solid 6px rgba(255,255,255,.5);
	max-height: 360px;
	overflow: hidden;
}
.banner-form-bg {
	background-color: #e60012;
	display: block;
	overflow: hidden;
	padding: 15px;
	min-height: 350px;
}
.margin-tb {
	margin: 40px 0;
}
#banner h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.form-control {
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-size: 16px;
	height: 36px;
	line-height: 1.22857;
	padding: 6px 12px;
}
.form-control::-moz-placeholder {
 color: #c5c5c5;
 opacity: 1;
}
.btn-primary {
	background-color: #1b4494;
}
/* ******************************* rental-process block ********************************/

#rental-process {
	text-align: center;
	background-color: #9deef5;
}
.rental-box {
	background-color: #FFF;
	border: solid 6px #9ae1e1;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	padding: 20px;
	min-height: 280px;
}
/* ******************************* features block ********************************/
#features {
	background-color: #00a0e9;
	padding: 0;
}
#features .pd-0 {
	padding: 0;
	margin: 0;
}
#features .box{
	display: block;
	margin: 0;
	min-height: 244px;
	max-height: 244px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
#features img {
	display: block;
	margin: 0;
	padding: 2px;
	min-height: 244px;
	max-height: 244px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.bg-y {
	background-color: #dddb3c;
}
.bg-r {
	background-color: #e60012;
}
.bg-b {
	background-color: #00a0e9;
}
#features .box p {
	color: #FFF;
	font-size: 22px;
	line-height: 26px;
	margin-top: 20px;
}
.feature-red-box {
	background-color: #e60012;
	border-right: solid 50px #00A0E9;
}
.feature-red-box::after {
	content: "";
	background-image: url(../images/features/corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 9;
	display: block;
	height: 116px;
	width: 100%;
	right: 0px;
	bottom: 0px;
}
.feature-list {
	padding: 22px;
	margin-left: 30px;
}
.feature-list p, .feature-list li, .feature-list h2, .feature-list {
	color: #FFF;
}
.p-15 {
	padding: 15px;
}
.e-height {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
#equal-height {
	overflow: hidden;
}
/* ******************************* About block ********************************/
#about {
	margin-bottom: 0px;
	text-align: center;
	background-color: #FDE841;
	background-image: url(../images/about/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	max-width: 100%;
}
#about h2, #about h1 {
	color: #002160;
	margin-bottom: 5px;
	font-size: 32px;
}
#about p {
	color: #000;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 26px;
}
.about-box {
	background-color: #FFF;
	border: solid 6px #e6e642;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	padding: 0px;
}
.mt-30 {
	margin-top: 30px;
}
/* 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  ********************************/
.mt-30{
	margin-top: 30px;
}
#gallery-home {
	background-color: #e9e9e9;
	max-width: 100%;
	z-index: 99999;
}
#owl-carousel2 .item {
	margin-right: 7px!important;
	margin-left: 7px!important;
	padding: 0px;
	border: solid 12px #FFFFFF;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.owl-carousel .owl-wrapper-outer {
	padding: 10px 0 10px 0;
}
#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;
	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;
}

#page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-content h6 {
	font-weight: normal;
	color: #E60012;
}



/*********************** ********* 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: #00a0e9;
	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";
}

/*********************** ********* Footer ******************************/

#footer {
	padding: 0px;
	color: #FFFFFF;
	background-color: #00a0e9;
	position: relative;
}
#footer a {
	color: #E8E642;
}
#footer a:hover {
	color: #fff;
}

.footer-logo {
	background-color: #fff;
	padding: 50px;
	margin: auto;
	text-align: center;
}
.footer-logo img {
}

#footer h3, #footer h4, #footer h5, #footer p {
	color: #FFFFFF;
	margin-top: 1px;
}
#footer .container{
  padding: 10px 0;
}
.contact-block {
	margin-top: 20px;
}
.contact-no h2 {
	font-size: 34px;
	font-weight: bold;
	color: #E8E642;
	margin-top: 2px;
}
.contact-no h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.contact-no a {
	color: #E8E642;
}
.contact-no a:hover {
	color: #fff;
}
.footer-links {
	background-color: #0078af;
	padding-top: 10px;
	padding-bottom: 2px;
}
.footer-links a {
	color: #FFF;
}
.footer-links a:hover {
	color: #8EB6D0;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	border-radius: 30em;
	background-image: url(../images/to-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:before  {
	content: url(../images/to-top.png);
	z-index: 9;
	display: block;
	overflow: hidden;
}

#slide {
	background-color: #a7f8ff;
	box-shadow: 0px 0px 5px 1px #000;
	border: 10px solid #ed1212;
	max-width: 100%;
	border-radius: 6px;
	padding: 0 24px;
}
#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;
}

