body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family:'Caviar dreams', sans-serif;
  color: #1b3f95;
  font-size: 23px;
  line-height: 20px;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family:'Caviar dreams', sans-serif;
  color: white;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.button {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 15px;
  border: 1px solid #1b3f95;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #1b3f95;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border-color: #1b3f95;
  background-color: #1b3f95;
  color: white;
}
.top-main {
  position: static;
  left: 0px;
  top: 0px;
  background-color: white;
}
.top-block {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.logo-block {
  margin-left: 10px;
  float: left;
}
.top-contact {
  margin-right: 10px;
  float: right;
}
.top-contact-text {
  float: none;
  font-family:'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.top-contact-text.enquiry {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  color: #1b3f95;
  font-size: 20px;
  font-weight: 700;
}
.slider {
  height: 500px;
  background-color: white;
}
.slide-1 {
  bottom: 1px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/slider-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20%;
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.slider-text-style {
  font-family:'Droid Serif', serif;
  color: white;
  font-size: 50px;
  line-height: 59px;
  text-shadow: #7d7d7d -2px -2px 11px;
}
.big-text {
  font-size: 120px;
}
.big-text.second {
  padding-bottom: 3px;
  font-size: 100px;
}
.slide-2 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/slider-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.content {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.content.about {
  margin-bottom: 20px;
  font-family:'Open Sans', sans-serif;
  text-align: left;
}
.row-main {
  margin-top: 10px;
}
.row-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.11);
  font-family:'Caviar dreams', sans-serif;
  color: #1b3f95;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
}
.row-img {
  height: 200px;
}
.row-img.product {
  height: 200px;
  margin-bottom: 5px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/satellite.jpg');
  background-position: 21% 64%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.row-img.services {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/support.jpg');
  background-position: 0% 44%;
  background-size: cover;
  background-repeat: no-repeat;
}
.column {
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.ul {
  padding-left: 20px;
  color: #1b3f95;
  text-align: left;
}
.ul.product {
  color: black;
}
.list-style {
  padding-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.list-style:hover {
  text-decoration: underline;
}
.list-style.products {
  font-family:'Open Sans', sans-serif;
  color: #1b3f95;
  font-size: 13px;
}
.list-style.products:hover {
  text-decoration: none;
}
.list {
  margin-bottom: 5px;
}
.more {
  margin-top: 10px;
  padding: 2px 10px;
  float: right;
  border: 1px solid #1b3f95;
  background-color: white;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: #1b3f95;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}
.more:hover {
  border-color: #1b3f95;
  background-color: #1b3f95;
  color: white;
}
.top-content {
  margin-bottom: 20px;
}
.btm-content {
  background-color: black;
}
.btm-content-block {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
.partner-slider {
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  clear: none;
  background-color: transparent;
}
.slidenav {
  color: transparent;
}
.partner-slide-1 {
  width: 30%;
  height: 100%;
  margin-right: 2%;
  float: none;
  background-color: white;
}
.arrow {
  width: 36px;
  float: none;
}
.menu-mask {
  height: 100px;
  margin-right: 36px;
  margin-left: 36px;
  text-align: center;
}
.img {
  width: 100%;
  height: 100%;
  text-align: center;
}
.footer-block {
  background-color: #1b3f95;
}
.footer {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 10px;
}
.top-img {
  height: 300px;
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/about.jpg');
  background-position: 0% 97%;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-img.contact {
  width: 100%;
  float: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.top-img.military {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/top-military.jpg');
  background-position: 50% 50%;
}
.top-img.microwave {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/microvave.jpg');
}
.top-img.broadcast {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/top-broadcast.jpg');
}
.top-img.marine {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/top-marine.jpg');
}
.top-img.others {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/top-others.jpg');
}
.top-img.customer {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/customer.jpg');
}
.top-img.service {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/service.jpg');
}
.top-img.project {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/project.jpg');
}
.small-text {
  margin-bottom: 0px;
  line-height: 30px;
}
.small-text.contact {
  width: auto;
  float: none;
}
.contact {
  width: 50%;
  float: right;
}
.contact-text {
  width: 50%;
  float: left;
}
.navbar {
  background-color: #1b3f95;
}
.navcon {
  max-width: 100%;
}
.navmenu {
  float: none;
  text-align: center;
}
.nav-links {
  background-color: #1b3f95;
  font-family:'Open Sans', sans-serif;
  color: white;
  text-align: left;
}
.nav-links:hover {
  background-color: white;
  color: #1b3f95;
}
.nav-links.w--current {
  background-color: white;
  color: #1b3f95;
  text-decoration: none;
}
.dropdown-links {
  background-color: #1b3f95;
  color: white;
}
.menubutton {
  background-color: #1b3f95;
  color: white;
}
.about-tab {
  margin-right: 5px;
  background-color: #1b3f95;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.about-tab:hover {
  background-color: white;
  box-shadow: #c2c2c2 0px 0px 6px 0px;
  color: #1b3f95;
}
.about-tab.w--current {
  background-color: white;
  box-shadow: #c2c2c2 0px 0px 6px 0px;
  color: #1b3f95;
}
.tabmenu {
  margin-bottom: 10px;
}
.service-tab {
  width: 20%;
  margin-right: 0px;
  float: left;
}
.service-tab-style {
  width: 95%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #1b3f95;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.service-tab-style:hover {
  margin-left: 5%;
  background-color: white;
  box-shadow: #c2c2c2 0px 0px 6px 0px;
  color: #1b3f95;
}
.service-tab-style.w--current {
  margin-left: 5%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
  box-shadow: #c2c2c2 0px 0px 6px 0px;
  color: #1b3f95;
}
.tab-con {
  height: auto;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: #c2c2c2 0px 0px 6px 0px;
}
.bullet-style {
  margin-bottom: 0px;
  color: #333;
}
.bullet-word {
  margin-bottom: 5px;
  color: #333;
  font-size: 13px;
}
.bullet-word.small {
  color: #1b3f95;
  font-size: 12px;
}
.service-container {
  margin-bottom: 10px;
}
.gallery-img {
  height: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.product-block {
  text-align: center;
}
.pdct-block {
  width: 200px;
  height: 170px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  text-decoration: none;
}
.pdct-block:hover {
  box-shadow: #1b3f95 0px 0px 6px 0px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: white;
  text-shadow: none;
}
.pdct-block.military {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/military.jpg');
}
.pdct-block.military:hover {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/military-hover.jpg');
  background-repeat: no-repeat;
}
.pdct-block.microwave {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/vsat.jpg');
  background-repeat: no-repeat;
}
.pdct-block.microwave:hover {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/vsat-hover.jpg');
}
.pdct-block.broadcast {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/broadcast.jpg');
}
.pdct-block.broadcast:hover {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/broadcast-hover.jpg');
}
.pdct-block.marine {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/marine.jpg');
  background-position: 50% 50%;
}
.pdct-block.marine:hover {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/marine-hover.jpg');
}
.pdct-block.others {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/others.jpg');
}
.pdct-block.others:hover {
  background-image: url('http://x1.sdimgs.com/sd_static/a/64445/other-hover.jpg');
  text-shadow: none;
}
.back {
  margin-top: 30px;
  float: none;
  clear: none;
  color: #333;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
}
.back:hover {
  color: #1b3f95;
}
.blk-text {
  margin-top: 70px;
  padding: 10px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.blk-text.marine-s {
  margin-top: 55px;
}
.product-text {
  color: white;
}
@media (max-width: 991px) {
  .slide-1 {
    background-position: 21% 0%;
  }
  .slider-text {
    max-width: 650px;
  }
  .footer {
    text-align: center;
  }
  .top-img.marine {
    background-position: 76% 50%;
  }
  .menubutton {
    color: white;
  }
  .menubutton.w--open {
    background-color: #1b3f95;
  }
}
@media (max-width: 767px) {
  .slide-1 {
    background-position: 46% 0%;
  }
  .slider-text {
    max-width: 450px;
  }
  .column {
    height: 100%;
  }
  .small-text.contact {
    text-align: left;
  }
  .contact {
    width: 100%;
    float: right;
    text-align: center;
  }
  .contact-text {
    width: 100%;
  }
  .about-tab {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .service-tab {
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
  .service-tab-style {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
  .service-tab-style:hover {
    margin-left: 0px;
  }
  .service-tab-style.w--current {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  .logo-block {
    width: 100%;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .top-contact {
    width: 100%;
    margin-right: 0px;
    text-align: left;
  }
  .top-contact-text {
    font-size: 10px;
    text-align: center;
  }
  .top-contact-text.enquiry {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }
  .slide-1 {
    background-position: 81% 0%;
  }
  .slider-text {
    bottom: 10%;
    max-width: 60%;
  }
  .slider-text-style {
    padding-top: 34px;
    background-color: rgba(255, 255, 255, 0.49);
    color: #1b3f95;
    font-size: 30px;
    text-align: center;
    text-transform: none;
  }
  .img {
    width: 100%;
  }
  .top-img.military {
    background-position: 25% 50%;
  }
  .top-img.marine {
    background-position: 85% 50%;
  }
}

@font-face {
  font-family: 'Caviardreams';
  src: url('http://x1.sdimgs.com/sd_static/a/64445/CaviarDreams.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Caviar dreams';
  src: url('http://x1.sdimgs.com/sd_static/a/64445/Caviar_Dreams_Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}