/* CSS Document */
*{margin:0 auto;}
.clear{
	clear: both;}
body{
	background:#666 !important;
	text-align:justify;}
@media (max-width: 1000px) {
	.navbar-header a{
		padding-left:13px !important;}
}

@media (min-width: 992px) {
	.topHead form{
		text-align:right;
		padding-top:40px;}
	.topHead p{
		text-align:right;
		padding-top:40px;}
}
@media (min-width: 1008px) {
	.men{
		display:none;}
}
@media (max-width: 1007px) {
	.smallHide{
		display:none;}
}
.topHead{
	text-align:center;
	min-height:100px;
	background:#EEF;
	color:#033;}
.topHead .logo{
	padding:5px 0px 7px 0px;}
.topHead p{
	padding:10px 10px;}
.topHead p a{
	padding:0px 5px;
	font-size:0.9em;
	color:#36C;}
.menu{
	width:100%;}
.menu ul li a{
	font-weight:normal !important;
	font-size:0.8em;}
	
	
/*  Banner | Slider
*   ===========================================================================*/

#banner-slider {
    border: 5px solid #DDF;
    margin-top: 0px;
}

.mini-banner-slider .owl-item img {
    width: 96%;
    margin: 0 auto;
}

.mini-banner-slider a {
    position: relative;
    display: block;
}

.mini-banner-slider h2 {
    display: block;
    width: 96%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 2%;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: "Verdana";
    font-size: 1em;
}

.mini-banner-slider h2 span {
    display: block;
    margin-top: 2px;
    color: #ffcc00;
    font-size: 0.8em;
}
/* view more and content header 
===========================================================================================
*/
.content-header {
    display: inline-block;
    margin-top: 0;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #780202;
}

.read-more {
    height: 30px;
    display: inline-block;
    padding: 0 26px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #FFF;
    line-height: 30px;
    /**/
    
    background: #033;
    background: -moz-linear-gradient(top, #033 0%, #033 6%, #033 6%, #033 9%, #033 9%, #033 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #033), color-stop(6%, #033), color-stop(6%, #033), color-stop(9%, #033), color-stop(9%, #033), color-stop(100%, #033));
    background: -webkit-linear-gradient(top, #033 0%, #033 6%, #033 6%, #7b3c2b 9%, #033 9%, #033 100%);
    background: -o-linear-gradient(top, #033 0%, #033 6%, #033 6%, #033 9%, #033 9%, #033 100%);
    background: -ms-linear-gradient(top, #033 0%, #033 6%, #033 6%, #033 9%, #033 9%, #033 100%);
    background: linear-gradient(to bottom, #033 0%, #033 6%, #033 6%, #033 9%, #033 9%, #033 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#53291d', endColorstr='#2e150e', GradientType=0);
}

.read-more:hover {
    color: #ffbc48;
}
/* weWorkFor
================================================================================================
*/
.weWorkFor li{
	line-height:30px;
	border-bottom:1px dotted #036;}
.actives{
	background:#666 !important;}	
.service_box{
	margin-top:3px;
	text-align:right;}
	
.title{
	text-align:left;
	padding-left:10px;
	background:#033;
	color:#FFF;}
.title h2{
	font-size:1.1em;
	line-height:30px;
	font-weight:bold;}
.simple_title h2{
	font-size:1.5em;
	font-weight:bold;}
.simple_title h2 a{
	color:#033;}
.service_content{
	width:100%;}
.service_content img{
	float:left;
	padding:0px 10px 0px 0px;}
.see_more{
	min-height:45px;
	width:100%;
	text-align:right;}
.see_more p{
	font-size:1.3em;
	display:inline;
	line-height:45px;
	text-align:center;}
.see_more img{
	display:inline;
	padding-left:20px;
	height:22px;}
.see_more a{
	color:#00337f;}
.voice{
	font-size:1.2em;
	font-style:italic;
	color:#666;}
.voice img{
	float:left;
	padding:0px 10px 0px 0px;}
		
.ceo_voice .nav{
	background:#ced9e5;
	margin-top:20px;
	text-align:left;
	padding:0px 20px 10px 20px;}
.live_support a li img{
	height:25px;
	padding-right:10px;}
.live_support li{
	line-height:45px;
	border-bottom:1px dotted #036;}
	
/* photo gallery and video gallery 
========================================================================
*/
/**/

.photo-gallery h2 {
    color: #780202;
    display: block;
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 0;
	text-align:center;
}

.photo-gallery-content {
    margin-right: -5px;
    margin-bottom: 5px;
}

.photo-gallery-content a {
    width: 48%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 400ms ease;
}

.photo-gallery-content a:hover {
    opacity: .6;
}

.photo-gallery-content a img {
    width: 100%;
}

.advert {
    display: block;
    margin: 30px 0;
    transition: 400ms ease;
}

.advert:hover {
    opacity: .6;
}
.footer{
	margin-top:10px;
	min-height:100px;
	background:#000;
	text-align:center;}
.footer h3{
	text-align:center;
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;}
.footer p{
	color:#FFF;
	padding-top:5px;
	font-size:0.9em;
	font-weight:bold;}
.footer p img{
	height:30px;
	padding:0px 10px;}
.footer h2{
	font-size:1.1em;
	line-height:25px;
	border-bottom:1px dotted #FFF;
	color:#FFF;
	font-weight:bold;}
.footer li{
	line-height:33px;
	border-bottom:1px dotted #033;
	list-style:none;
	text-align:center;
	font-size:1em;}
.footer a{
	color:#FFF;}
.footers{
	text-align:center;
	color:#FFF;
	background:#999;
	min-height:30px;
	padding-top:10px;}
/*  To Top
*   ===========================================================================*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #033 url("../them_img/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #653823;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
	
.contact_form tr td, .contact_form tr th{
	padding:5px 0px;}
.contact_form tr td input, .contact_form tr td select{
	height:30px;
	width:100%;}
/*download 
=============================================================================================
*/
.download tr th, .download tr td{
	padding:5px 0px;
	border:1px solid #EEF;
	text-align:center;}
/* Sign up New user 
=============================================================================================
*/
.addUser td, .addUser th{
	padding:3px 0px;}
.addUser td input{
	width:99%;
	height:30px;
	border:1px solid #CCC;}
/* User Login
=============================================================================================
*/
.userLogin{
	margin-top:10px;}
.userLogin tr td{
	padding:7px 0px;}
.userLogin tr td input{
	width:100%;
	height:30px;
	border:1px solid #CCC;}

