@charset "utf-8";

/* CSS Document */
*
{
	margin:0;
	padding:0
}


@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/roboto-regular.eot') format('embedded-opentype'),  url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.ttf')  format('truetype'), url('../fonts/roboto-regular.svg#roboto-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body
{
	background:#fff;
	font-family: Roboto-Regular;
	font-size:17px;
	color:#3a3c41;
	overflow-x:hidden;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 15px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 0;
    margin-top: 0;
}
ul
{
	list-style:none;
	margin:0;
}

li
{
	float:left;
}

img
{
	max-width:100%
}

a
{
	text-decoration:none;
	outline:none;
}

a:hover, a:focus 
{
    color: #ffffff;
    text-decoration: none;
}

a:active, a:hover 
{
    outline: 0 none;
}

.top-bar
{
	float:left;
	width:100%;
	background:#3a3c41;
	padding:10px 0
}

.top-bar ul li
{
	color:#fff;
	font-size:14px;
	padding:0 0 0 20px;
}

.email, .contact
{
	margin-top:4px;
}

.top-bar ul li a
{
	color:#fff;
}

.top-bar li i
{
	float:left;
	font-size:20px;
	margin:0 8px 0 -20px;
}

.top-bar .contact
{
	margin-left:20px;
}

.email li a
{
	color:#fff;
}

.top-bar .contact strong
{
	color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.fixed
{
	position:fixed;
	float:left;
	width:100%;
	z-index:9999;
	top:0;
	box-shadow:0 2px 5px #ccc;
	background:#fff;
}

.header-top
{
	padding:7px 0 5px 0;
	background:rgba(255, 255, 255);
}

.header-top .container-fluid
{
	padding:0;
}

.navbar
{
	float:right;
	width:100%;
	min-height:30px;
	margin:35px auto auto;
}

.navbar-default .navbar-nav li a
{
	color: #3a3c41;
	display: block;
	padding:5px 16px;
	text-transform: capitalize;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
	line-height:30px;
	font-weight:normal;
	font-size:18px;
	margin-left:10px;
	outline:0;
	text-decoration:none;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus
{
	background:#008c44;
	color:#fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
	color:#fff;
	background:#008c44;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	background:#008c44;
	color:#fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
	background:none;
	color:#3a3c41;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
{
	color:#333;
}

.dropdown-menu
{
	background:#fff;
	left:0;
	position:absolute;
	width:100%;
	min-width:250px;
	display:none;
	padding:0;
}

.width
{
	min-width:230px;
}



.dropdown-menu li
{
	width:100%;
}

.dropdown-menu.width li
{
	width:100%;
	border-bottom:1px solid #eee;
}

.dropdown-menu li img
{
	border:1px solid #ccc;
	padding:2px;
}

.dropdown-menu li a
{
	color:#333;
	line-height:25px;
	display:block;
	margin:0 !important;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
	border:0 !important;
	font-family:Roboto-Regular
}

.dropdown-menu li a:hover,.dropdown-menu li a:focus
{
	color:#333;
	background:none;
}


.logo
{
	margin:0;
}


.carousel
{
	height:500px;
	width:100%;
	float:left;
	margin-top:150px;
}

.carousel-indicators {
    left: 0;
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	float:left;
    z-index: 15;
}

.carousel-indicators li
{
	float:none;
	display:inline-block;
	margin:0px;
}

.fade-carousel {
    position: relative;
    height: 100%;
}
.fade-carousel .carousel-inner .item {
    height: 100%;
}

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 25%;
    left: 34%;
	width:40%;
    z-index: 3;
	color:#3a3c41;
	background:rgba(255, 255, 255, 0.7);
	padding:15px;
    text-align: left;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 38px;    
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    padding: 0;
	color:#3a3c41;
	line-height:48px;
}

.hero h1 span
{
	color:#008c44;
}

.hero p
{
	font-size:18px;
	margin-bottom:20px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: .5s all ease-in-out .1s;
       -moz-transition: .5s all ease-in-out .1s; 
        -ms-transition: .5s all ease-in-out .1s; 
         -o-transition: .5s all ease-in-out .1s; 
            transition: .5s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: .5s all ease-in-out .1s;
       -moz-transition: .5s all ease-in-out .1s; 
        -ms-transition: .5s all ease-in-out .1s; 
         -o-transition: .5s all ease-in-out .1s; 
            transition: .5s all ease-in-out .1s;    
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.item img {
    width: 100%;
}

.btn-read
{
	background:#008c44;
	color:#fff;
	padding:10px 12px;
	text-decoration:none;
	text-transform:capitalize;
}

.btn-read:hover,.btn-read:focus
{
	color:#fff;
	background:#000;
}

.about h2
{
	color:#3a3c41;
	font-size:35px;
	text-align:center;
	text-transform: capitalize;
	margin:0 0 20px 0;
}

.about p
{
	text-align:center;
	line-height:30px;
	font-size:17px;
	font-weight:600;
	margin-bottom:15px;
}


.about h2 span, .two-columns h3 span
{
	color:#008c44;
	position:relative;
}

.two-columns
{
	background:#fff;
	padding:20px 0;
}

.two-columns h3
{
	font-size:32px;
	text-transform: capitalize;
	margin:0 0 12px 0;
	color:#3a3c41;
	position:relative;
}

.our-product ul {
    float: left;
    width: 100%;
}
.our-product ul li {
	display:inline-block;
    width: 20%;
	max-width:100%;
	margin-bottom: 20px;
}

.our-product ul li img
{
	background:#fff;
	padding:3px;
	border:1px solid #c6c6c6;
	height: 150px;
	object-fit: cover;
}

.our-product ul li a h4
{
	color:#3a3c41;
	text-align:center;
}

.our-product ul li a
{
	display:block;
	width:98%;
	position:relative;
	overflow:hidden;
}

.our-product ul li a .overlay
{
	position:absolute;
	top:0;
	width:100%;
	height:auto;
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	font-size:22px;
	padding:53px 0;
	text-align:center;
	height:86%;
	left:-100%;
	transition:all .5s linear;
	-webkit-transition:all .5s linear;
}

.our-product ul li a .overlay i
{
	margin-right:10px;
	background:#fff;
	color:rgba(0, 0, 0, 0.7);
	padding:5px 7px;
	border-radius:100px;
	-webkit-border-radius:100px;
}

.our-product ul li a:hover .overlay
{
	left:0;
}

.our-product ul li:last-child
{
	margin-right:0;
}


.facility-list, .product-detail
{
	float:left;
	width:100%;
	margin-top:12px;
}

.facility-list li
{
	width:100%;
	margin-bottom:10px;
	padding-left:13px;
	line-height:30px;
}
.facility-list li a, .facility-list li a:hover{
	color:#3a3c41;
	text-decoration:none;
	}
.facility-list li i
{
	color:#3a3c41;
	margin:0 0 0 -10px;
}

/*.product-detail li
{
	width:50%;
	margin:5px 0;
	padding-left:13px;
	line-height:30px;
}

.product-detail li i
{
	color:#3a3c41;
	margin:0 0 0 -10px;
}

.product-detail .buttons
{
	float:left;
	width:100%;
	margin-top:15px;
}

.product-detail .buttons a
{
	background:#008c44;
	color:#fff;
	padding:5px 12px;
}

.product-detail .buttons a:hover, .product-detail .buttons a:focus
{
	background:#3a3c41;
	color:#fff;
}
*/

.our-product
{
	background:#ebebeb;
}

.padding_left
{
	padding:0 15px 0 0;
}

.padding_right
{
	padding:0 0 0 15px;
}

.panel-default > .panel-heading
{
	background:none;
	color:#fff;
	padding:0;
	border:0;
}

.panel {
    background: transparent;
	border:0;
    box-shadow: none;
    float: left;
    width: 100%;
}

.panel-body {
    background: none;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.panel-title a
{
	border-bottom:1px solid #ccc;
	color:#3a3c41;
	padding:10px 0;
	font-weight:normal;
	display:block;
	outline:0;
}

.panel-title i {
    background: #ccc none repeat scroll 0 0;
    float: right;
    padding: 6px 8px;
}

.panel-title .collapsed
{
	border-bottom:1px solid #ccc;
}

.panel-body p {
    border: 0 none;
    padding: 0;
	margin-bottom:12px;
}


p
{
	line-height:25px;
	margin:0 0 12px;
}

footer
{
	color:#fff;
	padding:8px 0;
	background:#2c2c2c;
}

.footer-top h3
{
	position:relative;
	color:#dcdcdc;
	font-size:18px;
	margin:20px 0 10px;
	text-transform: capitalize;
	padding:0;
}

.links, .foot-address
{
	float:left;
	width:100%;
}

.links li, .foot-address li
{
	width:100%;
	line-height:25px;
}

.foot-address li
{
	padding-left:22px;
	margin-bottom:5px;
}

.foot-address li a
{
	color:#dcdcdc;
}

.foot-address i
{
	font-size:16px;
	color:#dcdcdc;
	margin:0 6px 0 -22px;
}

.links li a
{
	color:#dcdcdc;
	font-size:14px;
}

.footer-top address
{
	font-size:14px;
	color:#dcdcdc;
	font-weight:normal;
	line-height:25px;
}

.footer-social h3
{
	margin:0 0 12px 0;
}

.footer-top input[type="text"]
{
	background:#515359;
	float:left;
	color:#fff;
	padding:5px 10px; 
	height:35px;
	border:0;
	border-radius:0;
	-webkit-border-radius:0;
	margin:15px -4px 15px 0;
	width:78%;
	font-size:12px;
}

.footer-top input[type="submit"], .footer-top input#text1
{
	background:#008c44;
	height:35px;
	color:#fff;
	padding: 5px 10px;
	border:0;
	margin:15px 0;
	float:left;
	border-radius:0;
	-webkit-border-radius:0;
}

footer .footer-social
{
	margin-top:12px;
}

.footer-social li
{
	margin-right:5px;
}

.footer-social li a i
{
	color:#2c2c2c;
	font-size:20px;
	border-radius:100px;
	-webkit-border-radius:100px;
	padding-top:4px;
	text-align:center;
	background:#7a7a7a;
	width:30px;
	height:30px
}


.fa.fa-facebook:hover
{
	background:#3b5998;
	color:#fff;
}

.fa.fa-twitter:hover
{
	background:#9AE4E8;
	color:#fff;
}

.fa.fa-google:hover
{
	background:#F00;
	color:#fff;
}

.fa.fa-linkedin:hover
{
	background:#06C;
	color:#fff;
}


.copyright
{
	width:100%;
	padding:8px 0 0;
	border-top:1px solid #dcdcdc;
	margin-top:25px;
	font-size:13px;
	color:#dcdcdc;
}

.copyright p
{
	line-height:27px;
	float:left;
	margin-top:25px;
}

.copyright p a
{
	color:#fff;
}
.footer_seal {
  float: right;
}
.content
{
	padding:50px 0;
	float:left;
	width:100%;
}

.banner-inner
{
	__float:left;
	__width:100%;
	min-height:250px;
	margin:150px auto 0;
	background: url(../images/banner-inner.jpg) no-repeat top center;
}

.maritime-bg
{
	background:url(../images/maritime-bg.jpg) no-repeat top center;
}

.services-bg
{
	background:url(../images/services.jpg) no-repeat top center;
}
/*

.large-bg
{
	background:url(../images/large-bg.jpg) no-repeat top center;
}

.manpack-bg
{
	background:url(../images/manpack-bg.jpg) no-repeat top center;
}

.vsat-bg
{
	background:url(../images/vsat-bg.jpg) no-repeat top center;
}
*/

.banner-inner h2
{
	color:#000;
	font-size:40px;
	margin:90px 0 0px;
	text-transform:capitalize;
}

.banner-inner .breadcrumb
{
	background:none;
	border:none;
	padding:0;
	float:left;
	width:100%;
}

.banner-inner .breadcrumb li
{
	display:inline-block;
	float:none;
	padding:0;
	color:#000;
	font-weight:600;
}


.breadcrumb > li + li::before {
    color: #000;
    content: "/ ";
    padding: 0 5px;
}

.banner-inner .breadcrumb li a
{
	color:#000;
	font-weight:normal;
}

.inner_pages
{
	float:left;
	width:100%;
	padding:40px 0;
}

.inner_pages img
{
	background:#eee;
	margin:5px auto;
	padding:3px;
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.leftpanel, .sidebar
{
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 5px #cccccc;
    float: left;
    padding: 0;
    width: 100%;
}

.leftpanel h4 , .sidebar h4 {
    background: #3a3c41;
    color: #ffffff;
    font-size: 25px;
    margin: 0 0 15px;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}

.leftpanel li, .sidebar li {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.leftpanel a , .sidebar a {
    border-bottom: 1px solid #eeeeee;
    color: #3a3c41;
    display: block;
    float: left;
    font-size: 14.5px;
    padding: 10px 10px 10px 20px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.leftpanel a i, .sidebar a i {
    color: #3a3c41;
    float: left;
    font-size: 18px;
    margin-left: -10px;
    margin-right: 0;
    margin-top: 2px;
}

.contact .address {
    float: left;
    font-weight: normal;
    margin: 0;
    width: 100%;
}

.contact .address li
{
	float:left;
	width:45%;
	margin-bottom:5%;
	margin-right:2%;
	color:#3a3c41;
	border-bottom:2px solid #eee;
	padding-bottom:10px;
	padding-left:35px;
}

.contact .address li.location
{
	width:100%;
}
.contact .address li a
{
	color:#3a3c41
}

.contact .address li i {
    background: #3a3c41;
    border-radius: 100px;
    color: #ffffff;
    float: left;
    font-size: 20px;
    height: 30px;
    margin: 0 5px 0 -35px;
    padding-top: 5px;
    text-align: center;
    width: 30px;
}

.map
{
	float:left;
	width:100%;
}

.contact label {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.contact input[type="text"], .contact textarea, .contact input[type="tel"] {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    height: 40px;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
}

.contact input[type="text"]:hover, .contact textarea:hover
{
	background:#eee;
}

.contact input[type="submit"], .contact input#text{
    background: #333 none repeat scroll 0 0;
    border: 0;
    padding: 10px;
	color:#fff;
}

.contact input[type="submit"]:hover, .contact input[type="submit"]:focus, .contact input#text:hover, .contact input#text:focus
{
	background:#008c44;
}

.contact textarea {
    height: 60px;
}

.contact #captcha {
    float: left;
    height: 38px;
    margin-top: 6px;
    width: 25%;
	border:1px solid #ccc;
}

.contact h3 {
    font-size: 20px;
    margin: 0 0 12px;
}

.contact #captcha_code {
    float: right;
    width: 70%;
}

sup.required, .error .required
{
	color:red;
	float:none;
	width:auto;
	font-size:100%;
}

.required
{
	color:red;
	float:left;
	font-size:12px !important;
	width:100%;
}

.blog
{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}

.blog h3 a
{
	color:#3a3c41;
	text-transform:capitalize;
	font-size:20px;
}

.blog h3
{
	margin:0 0 12px;
}

.blog .btn-read
{
	float:left;
	margin:10px 0;
}

.service-list
{
	float:left;
	width:100%;
}

.service-list li
{
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    line-height: 27px;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 100%;
}

.service-list li a
{
	color:#000;
	display:block;
}

.slide-out-div {
    background-color: #ffffff;
    border: 5px solid #323433;
    height: auto !important;
    margin: 0;
    padding: 15px;
    width: 280px;
    z-index: 9999;
}

.slide-out-div h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.slide-out-div label {
    margin: 8px 0;
}

.slide-out-div input[type="text"], .slide-out-div input[type="tel"] {
    border: 1px solid #dcdcdc;
    height: 28px;
    width: 100%;
}

.slide-out-div input[type="submit"], .slide-out-div input#text2
{
	background:#323433;
	color:#fff;
	border:0;
	padding:5px 10px;
	float:right;
	margin-top:10px;
}

.slide-out-div input[type="submit"]:hover, .slide-out-div input#text2:hover
{
	background:#008c44;
}

.slide-out-div textarea {
    border: 1px solid #dcdcdc;
    height: 40px;
    width: 100%;
}

.mandatory
{
	color:#ff0000;
}

.slide-out-div #captcha
{
	width:auto;
	border:1px solid #ccc;
	height:29px;
}

.hidden_animate
{
	opacity:1;
}

.coming-soon
{
	font-size:45px;
	margin:40px 0;
}

.thanks
{
	margin:40px 0;
}

.thanks h2
{
	font-size:40px;
	text-align:center;
	margin:30px 0 10px 0;
}

.thanks p
{
	font-size:25px;
	margin:0 0 30px 0;
	text-align:center;
}
.ppt a
{
	background:#333;
	color:#fff;
	padding:6px 10px 8px 0;
}
.ppt a i
{
	background:#008c44;
	color:#fff;
	padding:10px;
}
.product a {color: #333;    text-align: center;
    font-size: 14px;    display: inherit;}
    .updatetime {font-size: 14px;line-height: 2;color: #666;border-bottom: 1px dashed #e2e2e2;}
    .page a {color: #666;font-size: 14px;}
    a,a:hover,a:visited,a:active {color: #333;}
@media (max-width:768px)

{
.qqtx {display:none;}}