body
{
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	overflow-y: scroll;
}
body::-webkit-scrollbar 
{
    width: 9px;
}
body::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb 
{
	background-color: #FFFFFF;
	box-shadow: inset 5px 0 9px 2px #7E7E7E;
}
body:hover .top_blk
{
	opacity: 1;
}
.top_blk
{
	opacity: 0;
	background: rgba(255, 255, 255, .9);
	border-bottom: 3px solid #E8361C;
	box-shadow: 0px 2px 5px #555;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
#logo
{
	text-align: center;
	margin: 11px 0 0 15px;
}
.social_icons
{
	height: 50px;
	margin: 15px 45px 0 0;
}
.social_icons ul
{
	float: right;
	padding: 0;
}
.social_icons li
{
	list-style-type: none;
	display: inline;
}
.social_icons .icon_1
{
	background: url(../img/social_icons.png) 0px 0px;
}
.social_icons .icon_2
{
	background: url(../img/social_icons.png) -30px 0px;
}
.social_icons .icon_3
{
	background: url(../img/social_icons.png) -60px 0px;
}
.social_icons .icon_1:hover
{
	background: url(../img/social_icons.png) 0px -60px;
}
.social_icons .icon_2:hover
{
	background: url(../img/social_icons.png) -30px -60px;
}
.social_icons .icon_3:hover
{
	background: url(../img/social_icons.png) -60px -60px;
}
.social_icons .icon
{
	display: inline-block;
	margin: 0 3px;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	box-shadow: 1px 1px 1px #777;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar
{
	margin-bottom: 10px;
}
.navbar-toggle
{
	margin: 11px 0 0 0;
	padding: 5px 9px;
	color: #FFFFFF;
	background-color: #CB1803;
}
.nav>li>a 
{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #E8361C;
	position: relative;
	text-align: center;
	letter-spacing: .5px;
	text-shadow: 0px 1px 0px #fff;
}
.nav>li span
{
	position: absolute;
	top: 0;
	left: 43%;
	font-size: 15px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.navbar-nav
{
	float: right;
	margin: 5px 0 0 0;
}
.navbar-nav>li>a 
{
	padding: 17px 19px 0;
}
.nav>li>a:focus .glyphicon, .nav>li>a:hover .glyphicon
{
	text-decoration: none;
	background-color: initial;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.nav>li>a:focus, .nav>li>a:hover
{
	background-color: initial;
}
.tab_blk
{
	background: #fff;
	max-width: 950px;
	margin: 15px auto 75px;
	padding: 35px 50px;
}
.tab_head
{
	padding:0 0 25px 25px;
}
.tab_title
{
	font-size: 19px;
	font-weight: bold;
	color: #6C6C6C;
}
.tab_title span
{
	font-size: 19px;
	color: #000;
	margin-right: 5px;
	text-shadow: 1px 1px 1px #777;
}
.tab_head a
{
	text-decoration: none;
}
.tab_body .inner_banner
{
	margin: 0 auto;
}
.tab_body h2
{
	padding: 0 0 25px 0;
	font-size: 29px;
	font-weight: bold;
	font-variant: small-caps;
	color: #919191;
}
.tab_body .quotes
{
	display: inline-table;
    vertical-align: bottom;
}
.spl_para
{
	padding: 0 0 25px;
	width: 100%;
	text-align: center;
}
.tab_body p
{
	font-size: 15px;
	text-align: justify;
}
.left_obox
{
	margin-bottom: 30px;
	padding: 15px;
	background: #CDCDCD;
	box-shadow: inset 0px 0px 28px -4px #909090;
}
.left_box
{
	padding:35px 15px 15px;
	min-height: 190px;
	border: 1px dashed #fff;
	background-color: #DFDFDF;
	box-shadow: 0 0 1px #646464;
}
.right_obox
{
	margin-bottom: 30px;
	padding: 15px;
	background: #67C6EF;
	box-shadow: inset 0px 0px 28px -4px #527A8B;
}
.right_box
{
	padding:29px 15px 15px;
	min-height: 190px;
	border: 1px dashed #fff;
	background-color: #BEEAFD;
	box-shadow: 0 0 1px #646464;
}
.right_box img
{
	float: left;
}
.lists li
{
	text-align: justify;
	list-style-type: none;
	line-height: 23px;
}
.lists li .glyphicon
{
	color: #E8361C;
	margin-right: 3px;
	font-size: 17px;
	text-shadow: 1px 1px 2px #777;
}
.client_spk
{
	position: relative;
	text-align: center;
	font-size: 13px;
	z-index: 10;
}
.client_spk_inner
{
	width: 180px;
	height: 210px;
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
	color: #fff;
}
.client_spk:before
{
	position: absolute;
	top: 0;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	content: "\e111";
	font-family: 'Glyphicons Halflings';
	font-size: 200px;
	text-align: center;
	line-height: 200px;
	z-index: -1;
	color: #B54949;
	text-shadow: 7px 5px 0px rgba(181, 73, 73, 0.55), 13px 9px 0px rgba(181, 73, 73, 0.63), 0px 0px 10px #777;
}
.client_spk_inner:before
{
	position: absolute;
	bottom: 0;
	left:30px;
	content: "\e008";
	font-family: 'Glyphicons Halflings';
	font-size: 19px;
	z-index: -1;
	color: #000;
}
footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	min-height: 25px;
	background: rgba(255, 255, 255, .9);
	z-index: 15;
}
.carousel-indicators
{
	padding: 0;
	margin-bottom: 0;
}
.carousel-indicators li
{
	text-indent: 0;
	color: #fff;
	border:none;
	text-align: center;
	padding-right: 15px;
	list-style-type:none;
	text-shadow: 1px 1px 2px #000;
}
.carousel-indicators .glyphicon
{
	text-shadow: 0px 0px 1px #E8361C;
	font-size: 19px;
}
.carousel-indicators li:hover
{
	background: none;
	color: #E8361C;
}
.foot_left
{
	padding-top: 5px;
}
.foot_right
{
	text-align: right;
	padding-top: 5px;
}
.foot_right a
{ 
	text-decoration: none;
	color: #000;
}

@media (max-width: 768px){
.top_blk
{
	opacity: 1;
}
ul{
	padding-left: 0;
}
#logo {
	margin: 0;
}
.social_icons {
	float: left;
	height: 33px;
	margin: 13px 0 0 0;
}
.social_icons ul {
	float: none;
	margin: 0;
}
.navbar {
	margin-bottom: 5px;
	float: right;
}
.navbar-nav>li>a {
	padding: 0 0 9px 0;
}
.nav>li span
{
	position: relative;
	top: 0;
	left: 0;
	font-size: 15px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.tab_blk {
	margin: 15px auto 85px;
	padding: 35px 30px;
}
footer {
	padding: 3px 0 5px;
}
.foot_left, .foot_right {
	text-align: center;
}}