/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face {
 font-family:SWZ721CFont;
 src: url("../fonts/SWZ721C.eot") /* EOT file for IE */
}
@font-face {
 font-family:SWZ721CFont;
 src: url("../fonts/SWZ721C.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SquareFont;
 src: url("../fonts/Square721_BdEx_BT_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: SquareFont;
 src: url("../fonts/Square721_BdEx_BT_Bold.ttf") /* TTF file for CSS3 browsers */
}
html,
body {
    height: 100%;
	font-family:"Roboto", Georgia, "Times New Roman", Times, serif;
		background: url(../images/body_bg.gif);
		background-repeat:repeat-x;
		background-color:#ccc;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
a{
color:#006699;
text-decoration:none;
}
a:hover{
color:#666666;
text-decoration:none;
}
/* Home Page Carousel */

header.carousel {
    height: 75%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 0;
}

/* Responsive Styles */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.header{
clear:both;
padding:8px;
padding-top:10px;
min-height:122px;
background-color: #2988cc;
}
.bg-primary {
    background-color: #fff;
	color:#666666;
}
.bg-primary a{
color:#CCCCCC;
}
.bg-primary  a:hover{
color:#fff;
}
.bg-gray {
  background-color:#ece9e2;
  color:#FFFFFF;
  font-size:12px;
  padding:5px 0px;
}
.bg-tlgray {	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F5F3F3 0%, #E1E0E0 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F5F3F3 0%, #E1E0E0 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #F5F3F3 0%, #E1E0E0 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F3F3), color-stop(1, #E1E0E0));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F5F3F3 0%, #E1E0E0 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F5F3F3 0%, #E1E0E0 100%);
background-color:#e1e0e0;
}
.bg-lgray {
  background-color:#fbfbe0;
  background: url(../images/linebg.gif);
  padding:8px 0px;
margin-top:2px;
}
.bg-footer {
    background-color: #262626;
	color:#dfdfdf;
	padding:8px 0px;
	line-height:20px;
	text-transform:uppercase;
	font-size:12px;
	position: relative;
	z-index: 3;
	margin-top: -25px;
	border-top:solid 5px #3d3d3c;
}
.bg-footer  a{
	color:#dfdfdf;
	text-decoration:none;
}
.bg-footer  ul{
list-style:none;
margin:0px;
padding:0px;
}
.bg-footer  li{
padding:4px 0px;
}
.bg-footer  a:hover{
	color:#CCCCCC;
}
.bg-copyright {
    background-color: #222222;
	color:#dfdfdf;
	font-size:11px;
	padding:14px 0px;
	height:50px;
}
.bg-copyright a{
 color:#dfdfdf;
 text-decoration:none;
}
.bg-copyright a:hover{
 color:#CCCCCC;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #818181;
    border:0px;
    color: #fff;
    cursor: default;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0px;
    line-height: 1.42857;
    margin-right: 2px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:"Roboto Condensed", Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF !important;
}
ul.nav{
margin:0px auto;
}
.nav > li > a {
    display: block;
    padding-top: 8px;
	padding-bottom:8px;
    position: relative;
	color:#fff !important;
}
.nav > li > a:hover{
color:#fff !important;
 background-color: #970b36 !important;
}
.nav-tabs {
    border-bottom: 0px;
}	h2{
	margin:0px;
	color:#2477c5;
	font-size:20px;
	font-weight:normal !important;
	margin:0px;
margin-bottom:8px;
font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
	}
	h2.rtitle{
	background: none;
text-align:center;
	margin-bottom:15px;
	}
	h4{
	font-size:14px;
	color:#0435a2;
	font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
	}
	.bg-footer h4{
	font-size:18px;
	color:#fff
	}
	.navbar {
    margin-bottom: 0px;
	min-height:40px;
	clear:both;
	text-transform:uppercase;
	font-size:14px;
	background-color:#0266b4;
	border:0px;
	border-radius:0px;
	font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
.toppad{
padding-top:50px;
font-family:"SquareFont", Georgia, "Times New Roman", Times, serif;
}
.cpad{
padding-top:8px;
}
.contentpad{
padding:15px 0px;
margin-top:15px;
}
.tab-content{
background-color:#818181 !important;
margin:0px;
}
.nav-tabs{
margin:0px;border:0px;margin-bottom:-1px;background-color:#c6c6c6;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding-left:30px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 51px;
	height: 51px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left:-30px;
	top:50px;
	background: url(../images/r-arrow.gif) no-repeat;
}
.nbs-flexisel-nav-right {
	right:-50px;
	top:50px;
	background: url(../images/l-arrow.gif) no-repeat;
}
.m_3 {
	text-align: center;
	position: relative;
}
span.left_line{
	height: 1px;
	width:32em;
	display: block;
	background: #D8D5D5;
	position: absolute;
	left: 13.5em;
	bottom:5px;
}
span.right_line{
	height: 1px;
	width:34em;
	display: block;
	background:#D8D5D5;
	position: absolute;
	right: 14em;
	bottom:5px;
}
i.flag{
	width: 80px;
	height: 80px;
	float: left;
	margin-right:5px;
	margin-top:10px;
}
i.camera{
	width: 80px;
	height: 80px;
	background: url(../images/img-sprite.png)no-repeat -95px -6px;
	float: left;
	margin-right:1em;
}
i.home{
	width: 80px;
	height: 80px;
	background: url(../images/img-sprite.png)no-repeat -187px -6px;
	float: left;
	margin-right:1em;
}
.flag_desc h3{
	margin-bottom:0;
}
.flag_desc h3 a{
	color:#fff;
	font-size:0.85em;
	font-weight:bold;
}
.flag_desc h3 a:hover{
	text-decoration:none;
	color:#f77462;
}
div.flag_desc {
	float: left;
	width:68.22%;
}
.flag_desc p{
	color:#fff;
	font-size:0.85em;
	line-height:1.8em;
}
.msg{
background-color:#fff;
color:#363636;
}
ul.msg_box {
	padding: 0;
	list-style: none;
	margin:0px;
}
ul.msg_box li.msg_img {
	float: left;
	width:15%;
}
ul.msg_box li.msg_img2 {
	float: left;
	width:10%;
	margin-right:5px;
}
ul.msg_box li.msg_desc {
	float: left;
	width:85%;
	height:50px;
	line-height:40px;
	font-weight:bold;
}
ul.msg_box li.msg_desc2 {
	float: left;
	width:88%;
}
ul.msg_box li.msg_desc h4 a {
	font-size: 1.1em;
	font-weight: bold;
	color:#104954;
	text-decoration: none;
}
ul.msg_box li.msg_desc h4 a:hover {
	color:#f77462;
}
ul.msg_box li.msg_desc p {

}
span.news{
	color:#f77462;
	font-size:0.95em;
}
ul.news_section{
	list-style:none;
	margin:0px;
	padding:0px;
	padding:6px 0px;
}
ul.news_section li.news_desc {
	float: left;
	width: 64.666%;
}
li.news {
	width: 150px;
	float: left;
	margin-right:8px;
}
span.m_2 a{
	font-size:1em;
	font-weight:bold;
	color:#f77462;
}
h3{
font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
background: url(../images/rarrow.png) no-repeat;
background-position:bottom;
padding:5px;
margin:0px -8px;
margin-bottom:8px;
background-color:#0573c8;
font-size:16px;
color:#fff;
}
h3.yheader{
margin:0px;
padding:0px;
color:#eee559;
}
.cpad{
margin-top:25px;}
.carousel{
	position:relative;
	z-index:10;
}
.bluebar{
background-color:#5c86b0;
padding:3px 0px;
}
.gallery img{
margin:2px;
}
.tblock{
text-align:justify;
font-size:13px;
background-color:#3498db;
text-align:center;
color:#fff;
padding-bottom:2px;
}
.tblock img{
margin-bottom:3px;
}
.tblock2{
border:solid 1px #e3e3e3;
padding:4px;
text-align:justify;
font-size:13px;
background-color:#eaeaea;
margin-bottom:5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #970b36;
    color: #fff !important;
}
.dropdown-menu li.active a{
    background-color: #970b36 !important;
    color: #fff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #970b36;;
  color: #555555;
}
.dropdown-menu {
background-color: #237db6;
color:#FFFFFF;
font-size:12px;
}
.dropdown-menu > li > a{
 color: #fff;
}
.dropdown-header{
color:#fff;
}
.logo{
margin-bottom:5px;
}
.contact{
font-size:14px;
font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
}
h1{
margin:0px;
	color:#428BCA;
	font-size:26px;
	font-weight:normal !important;
	background: url(../images/title_bg.gif) no-repeat;
	background-position:left bottom;
padding:5px 0px;
margin:8px 0px;
font-family:"SWZ721CFont", Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;

}
h1.gtitle{
color:#545454;
text-align:center;
padding:5px;
margin-bottom:8px;
border-bottom:solid 1px #999999;

}
.site-content{
padding:20px 15px;
}
.imgFl{
float:left;
margin-right:10px;}
.imgFr{
float:right;
margin-left:10px;}
.btncol{
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:10px left;
padding-left:45px;
text-align:left;
margin:8px 0px;
}
.site_bg{
background-color:#fff;
margin-top:10px;
margin-bottom:10px;
padding:12px 10px !important;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding-bottom:15px;
position:relative;
z-index:50;
}
.mrleft{
margin-left:10px;
}
.navbg{
background-color:#0573c8;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
min-height:35px;
padding:6px;
margin-top:-10px;
}
.topcontent{
padding-top:10px;
background-color:#f1eff0;
}
.topcontent .col-md-7{
padding-left:0px !important;
padding-right:5px;
}
.wbg{
padding:0px 8px;
background-color:#fff;
min-height:280px;
margin-left:8px;
}
.wbg a{
color:#404040;
}
.wbgs a:hover{
color:#666666;
}
.topcontent .col-md-5{
padding-right:0px !important;
padding-left:5px;
}
.bg-primary .gallery{
padding:0px !important;
} 
.bg-primary .col-md-3, .bg-primary .col-md-4{
padding:0px 14px;
} 
.site{
background-image:url(../images/main_bg.gif);
background-repeat:no-repeat;
background-position:center 40px;
}
.toppad{
padding-top:35px;}
.toplinks{
background-color:#213864;
color:#fff;
padding:8px;
min-height:240px;
}
.toplinks a{
color:#fff;
}
.toplinks a:hover{
color:#CCCCCC;
}
.graybg{
background-color:#edebec;
padding:8px;
padding-top:0px;
}
.imglinks img{
margin:5px;
}
.header_img{
background-color:#2a466b;
}
.cphoto{
width:144px;
float: left;
margin-right:8px;
text-align:center;
color:#333333;
font-weight:bold;
}
.sidelinks .btn{
text-align:left;
}
.nmarquee{
background-color:#1571a4;
height:30px;
}
.ntitle{
background-color:#d4d4d4;
width:186px;
float:left;
height:30px;
line-height:30px;
padding-left:85px;
font-weight:bold;
text-transform:uppercase;
}
.marquee{
width:960px;
float:left;
line-height:30px;
color:#FFFFFF;
padding-left:10px;
}
.links{
padding:5px;
}
 a.link{
height:35px;
display:block;
font-size:14px;
color:#fff;
text-decoration:none;
line-height:35px;
font-weight:normal;
background-color:#1571a4;
margin:1px;
padding-left:10px;

}
 a.link:hover{
color:#004c76;
background-color:#d4d4d4;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:699px;
  height:944px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:520px; 
  height:700px;
  padding:10px;
  background-color:#ffffff;
}
.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button {
    background-color: #2B91AF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
			/*Bootstrap Reset*/
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    border-color: transparent;
    margin-bottom: 0;
	border: 0px !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
	border: 0px solid rgba(0,0,0,.15);	
	border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}
/*=-====Main Menu=====*/
.navbar-nav .dropdown-menu > li > a {padding: 8px 10px 8px 15px;color:#fff !important;
}
.header_bottom { background: #0071ba }
.header_area .header_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 10px;
	font-family: 'Roboto', sans-serif;
}
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus ,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #0071ba;
    background: #5b0e27;
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #5b0e27;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background: #5b0e27;color:#fff}
.mainmenu .collapse ul ul ul > li:hover > a{background: #5b0e27;color:#fff}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#006ffa;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#0a1464}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#006ffa}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{border: 0 solid;margin: 0;padding: 0;min-height:0px}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li{position:relative;}
.mainmenu .collapse ul li a{color:#fff;}
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}

.download
{
    display:none !important;    
}

.print
{
    display:none !important;
}