body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: rgba(255,255,255,0.5);
	width: 100% !important;
	height: 100% !important;
	padding-right: 0px !important;
}
.w-100 {
	width: 100%;
}
*.modal-open {
    		overflow-y: scroll;
    		padding-right: 0 !important;
    	}
    	
 .modal-header {
 	border: none;
 }
 .logo-span{
	 color: #333;
	 font-size: 30px;
	 font-weight: 600;
	 line-height: 50px;
 }
 .close {
 	font-size: 40px;
 	background: #333;;
 }
 .pl-10 {
 	padding-left: 10px !important;
 }
h1 {
	font-weight: 400;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: #25BAD0;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h3, h4 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #25BAD0;
}
ul, ol {
	list-style: none;
}
.h-100 {
	height: 100% !important;
}
.h-60 {
	height: 70% !important;
}
.w-100 {
	width: 100% !important;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.home-modal-box {
	display: flex;
	color: #333;
}
.home-modal-box  div {
	flex: 1;
}
.home-modal-box  div>h3 {
	padding-left: 22px;
}
.home-modal-box-del {
	text-align: right;
	padding-top:6px;
	padding-right: 20px;
}
.home-modal-box .del {
	font-size: 20px;
	cursor: pointer;
}
.modal-body {
	color: #333;
	padding-bottom: 30px;
	padding-left: 40px;
}
.modal-body .col {
	padding-top: 20px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
	/*background: red;*/
}
/*#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}*/
#menu a.navbar-brand {
	font-size: 20px;
	color: rgba(255,255,255,0.8);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
}
#menu a.navbar-brand i.fa {
	color: #25BAD0;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu.navbar-default .navbar-nav .active {
	color: #236CBE;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #236CBE;
}
/*.on {
	background-color: #03252b !important;
	padding: 0 !important;
}*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #25BAD0 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #25BAD0;
	border-color: #25BAD0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.btn-default {
	color: #25BAD0;
	background-color: transparent;
	border: 2px solid #25BAD0;
	padding: 12px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #053740;
	background-color: #25BAD0;
	border-color: #25BAD0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.overlay {
	height: 100%
}
/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	/*background: url(../img/banner.png) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.item {
	height: 100%
}
.pc_imgBox{
           display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	/*background: url(../img/banner.png) no-repeat center center;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/*-o-background-size: cover;*/
        }
        .carousel-indicators{
            bottom: 30px;
            
        }
        .carousel-indicators .active {
        	width: 24px;
        }
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before {
	content: '';
}
.glyphicon {
	padding-top: 30px;;
}
.section-title {
	padding: 60px 0 60px 0;
}
.intro H1 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.9);
}
.intro .brand {
	color: #25BAD0;
	font-weight: 700;
}
.intro .intro-text p {
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 150px;
}
#header {
	margin-top: 50px;
}
.page-scroll {
	color: #333;
}
/* Services Section */
#services {
	padding: 120px 0;
	background: #fff;
	position: relative;
	color: #333;
}
.letter {
    text-indent: 24px;  
}
#services .services-box {

	/*border-top: 5px solid #236CBE;*/
	box-shadow:0 0 8px 0 #ccc;
	
	position: absolute;
	top: -120px;
	left:0;
	right: 0;
	padding: 10px 0 50px 0;
	background: #fff;
	z-index: -0;
}
.labe-p {
	border-right: 1px solid #E4E4E4;
	
}
.services-box-center-p {
	height: 106px;
}
#services .host{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}
#services .services-box-center-box {
 padding: 26px 20px 0 46px;
 font-size: 22px;
 color: #333;
}
#services .services-box-center-box p {
 color: #666;
 line-height: 26px;
 padding: 0 30px 0 0px;
 font-size: 14px;
}
.box-text {
	padding-left: 30px;
}
#services .services-box-center-box h2 {
 position: relative;
 font-size: 24px;
 color: #333;
 font-weight: 600;
}
#services .services-box-center-box .bg-host {
	background: #E6D4BA;
	position: absolute;
	left: -3px;
	display: inline-block;
	width: 15%;
	top: 16px;
	height: 10px;
	z-index: -1;
}
.btn-box {
	padding-left: 4px;
}
.services-box-center-btn {
	border:  1px solid #236CBE;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 3px;
	color: #236CBE;
	cursor: pointer;
}
.services-box-center-btn:hover {
	background:#236CBE;
	color: #fff;
}
#services h4 {
	color: #25BAD0;
	text-transform: uppercase;
}
#services i.fa {
	font-size: 32px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #053740;
	width: 100px;
	height: 100px;
	padding: 33px 0;
	border: 1px solid #25BAD0;
	background: #25BAD0;
	border-radius: 50%;
}
/* Footer Section*/
#footer {
	width: 100%;
	position: fixed;
	bottom: 20px;
	/* margin: 0 auto; */
	background: #fff;
	/* padding: 25px 0 20px 0; */
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #666;
}

/* Media Queries */
@media (max-width: 1024px) {
.intro H1 {
	font-size: 42px;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 100px;
}
#about img {
	margin-bottom: 20px;
}
}
