@import url(http://fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic);
html {
  font-family: arial;
  font-size: 14px;
  color: #302f2f;
  background-color: white; }

.locked {
  overflow: hidden; }

.absoluteCenter, .links-bg .non-link svg, .links-bg a svg, .logo img, .top-services .item:after, .partners .partners-icons a img, .goTop svg {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0; }

.absoluteCenterVertical, .main-menu .navbar-default .navbar-nav > li > a:before, .footer .footer-menu li a:before {
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0; }

.links-bg {
  background: #413f42;
  height: 40px;
  width: 100%; }
  .links-bg .left-side {
    float: left; }
  .links-bg .non-link, .links-bg a {
    color: white;
    text-decoration: none;
    float: left;
    margin-right: 18px;
    line-height: 40px; }
    .links-bg .non-link:last-child, .links-bg a:last-child {
      margin-right: 0px; }
    .links-bg .non-link .svg-icon, .links-bg a .svg-icon {
      width: 24px;
      height: 24px;
      border: 2px solid white;
      border-radius: 50%;
      position: relative;
      display: inline-block;
      margin-right: 15px;
      float: left;
      margin-top: 7px;
      -webkit-transition: all .2s;
              transition: all .2s; }
    .links-bg .non-link svg, .links-bg a svg {
      max-width: 70%;
      max-height: 72%;
      float: left;
      fill: white; }
      .links-bg .non-link svg.linkedin, .links-bg a svg.linkedin {
        max-width: 60%; }
    .links-bg .non-link:hover, .links-bg a:hover {
      color: white; }
  .links-bg .left-side a:hover .svg-icon, .links-bg .left-side .non-link:hover .svg-icon {
    background: #67c2dc;
    border-color: #67c2dc; }
    .links-bg .left-side a:hover .svg-icon svg, .links-bg .left-side .non-link:hover .svg-icon svg {
      fill: white; }
  .links-bg .right-side {
    float: right; }
    .links-bg .right-side a .svg-icon {
      margin-right: 0px; }
    .links-bg .right-side .facebook:hover .svg-icon {
      background: #3b5998;
      border-color: #3b5998; }
      .links-bg .right-side .facebook:hover .svg-icon svg {
        fill: white; }
    .links-bg .right-side .LinkedIn:hover .svg-icon {
      background: #1e88bd;
      border-color: #1e88bd; }
      .links-bg .right-side .LinkedIn:hover .svg-icon svg {
        fill: white; }

.logo {
  background: rgba(255, 255, 255, 0.87);
  width: 175px;
  height: 82px;
  position: relative;
  float: left; }
  .logo img {
    max-width: 72%;
    -webkit-transition: all .3s;
            transition: all .3s; }
  .logo:hover img {
    max-width: 80%; }

.main-menu {
  background: white;
  width: 100%;
  height: 82px;
  position: relative;
  z-index: 2; }
  .main-menu .navbar-default .navbar-collapse {
    float: right;
    margin: 12px 0 0 0; }
  .main-menu .navbar-default .navbar-nav {
    text-align: right;
    margin: 20px 0 0 0;
    width: 100%; }
    .main-menu .navbar-default .navbar-nav > li {
      display: inline-block;
      float: none; }
      .main-menu .navbar-default .navbar-nav > li > a {
        color: #413f42;
        font-size: 16px;
        padding: 0px 0px 0 28px;
        margin: 0px 0px 0 20px;
        text-transform: uppercase;
        position: relative;
        font-weight: bold;
        -webkit-transition: color .2s;
                transition: color .2s; }
        .main-menu .navbar-default .navbar-nav > li > a:before {
          content: '';
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background: #67c2dc;
          -webkit-transition: left .2s,background .2s;
                  transition: left .2s,background .2s;
          left: 0px; }
        .main-menu .navbar-default .navbar-nav > li > a:hover {
          color: #67c2dc; }
          .main-menu .navbar-default .navbar-nav > li > a:hover:before {
            background: #67c2dc;
            left: 10px; }
  .main-menu .navbar-nav > li:first-child > a {
    margin-left: 0px; }
  .main-menu .navbar-nav > li:last-child > a {
    margin-right: 20px; }
  .main-menu .navbar-nav > li > a:hover, .main-menu .navbar-nav > li.active > a, .main-menu li.open > a {
    background: transparent; }
  .main-menu .navbar-nav > li:first-child > a:before {
    display: none; }
  .main-menu .navbar-nav > .disabled > a, .main-menu .navbar-default .navbar-nav > .disabled > a:hover, .main-menu .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .main-menu .navbar-collapse {
    padding: 0; }

.dropdown-menu {
  position: absolute;
  top: 55px;
  left: 15px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 250px;
  padding: 12px 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background: rgba(255, 255, 255, 0.8); }
  .dropdown-menu li {
    padding: 3px 0 3px 20px;
    width: 100%;
    -webkit-transition: background .3s;
            transition: background .3s; }
    .dropdown-menu li a {
      color: #413f42;
      font-weight: 600;
      width: 100%;
      display: block;
      -webkit-transition: color .3s;
              transition: color .3s;
      text-decoration: none !important; }
    .dropdown-menu li:hover {
      background: white; }
      .dropdown-menu li:hover a {
        color: white; }

.top-services {
  width: 322px;
  float: right; }
  .top-services .title {
    background: #67c2dc;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 30px 0;
    font-family: "Philosopher", sans-serif;
    color: white; }
  .top-services .item {
    color: white;
    font-size: 19px;
    padding: 40px 20px 45px 102px;
    position: relative;
    text-transform: uppercase;
    background: url(../Images/slider-icons.png) 31px 36px no-repeat #413f42;
    cursor: pointer;
    display: block;
    -webkit-transition: opacity .3s;
            transition: opacity .3s
    /*&:before {
        content: '';
        opacity: 0;
        border: 19px solid transparent;
        border-bottom-color: $alternativeBackground;
        display: block;
        width: 38px;
        @extend .absoluteCenter;
        top: -38px;
        bottom: auto;
        transition: opacity .3s;
    }*/ }
    .top-services .item:hover {
      opacity: .9;
      text-decoration: none; }
      .top-services .item:hover:after {
        opacity: .9; }
      .top-services .item:hover:before {
        opacity: 1; }
    .top-services .item:active {
      opacity: 1; }
      .top-services .item:active:after {
        opacity: 1; }
      .top-services .item:active:before {
        opacity: 1; }
    .top-services .item:after {
      content: '';
      border: 20px solid transparent;
      border-bottom-color: red;
      display: block;
      width: 40px;
      top: -40px;
      bottom: auto;
      -webkit-transition: opacity .3s;
              transition: opacity .3s; }
    .top-services .item.item1 {
      background-color: #8e8a90; }
      .top-services .item.item1:after {
        border-bottom-color: #8e8a90; }
    .top-services .item.item2 {
      background-color: #686469;
      background-position: 33px -108px; }
      .top-services .item.item2:after {
        border-bottom-color: #686469; }
    .top-services .item.item3 {
      background-color: #413f42;
      background-position: 33px -252px; }
      .top-services .item.item3:after {
        border-bottom-color: #413f42; }
    .top-services .item.item4 {
      background-color: #272628;
      background-position: 31px -393px; }
      .top-services .item.item4:after {
        border-bottom-color: #272628; }

@-moz-document url-prefix() {
  .top-services .item {
    padding-bottom: 43px; } }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

#slider {
  max-height: 614px; }
  #slider .carousel-indicators {
    position: absolute;
    z-index: 1;
    padding-left: 0;
    text-align: center;
    list-style: none;
    width: 25px;
    top: 30px;
    max-height: 300px;
    left: 20px; }
    #slider .carousel-indicators li {
      width: 14px;
      height: 14px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #67c2dc;
      border-radius: 50%;
      -webkit-transition: all .3s;
              transition: all .3s;
      display: block;
      margin: 0 0 25px 5px; }
      #slider .carousel-indicators li:hover {
        background: white; }
      #slider .carousel-indicators li.active {
        width: 22px;
        height: 22px;
        margin: 0 0 26px 0;
        background-color: white;
        border: 2px solid #67c2dc; }
  #slider .caption {
    position: absolute;
    z-index: 2;
    left: 70px;
    background: rgba(255, 255, 255, 0.45);
    top: 300px;
    color: black;
    padding: 15px 20px;
    max-width: 600px; }
    #slider .caption h1 {
      font-family: "Philosopher", sans-serif;
      font-size: 35px;
      margin: 0; }
    #slider .caption p {
      font-style: italic;
      padding-top: 10px; }
    #slider .caption a {
      text-decoration: none;
      color: white;
      padding: 10px 15px;
      position: absolute;
      bottom: -45px;
      left: 0px;
      background: black;
      -webkit-transition: background .3s;
              transition: background .3s; }
      #slider .caption a:hover {
        background: rgba(0, 0, 0, 0.5); }

.multiColorBg {
  background: -webkit-linear-gradient(left, white 0%, white 56%, #413f42 56%, #413f42 100%);
  background: linear-gradient(to right, white 0%, white 56%, #413f42 56%, #413f42 100%); }

.about-us .about-us-pop {
  display: none; }
.about-us .container {
  text-align: justify;
  color: #302f2f;
  padding-bottom: 50px;
  padding-top: 60px; }
  .about-us .container a {
    -webkit-transition: color .3s;
            transition: color .3s;
    text-decoration: none;
    color: #67c2dc; }
    .about-us .container a:hover {
      color: #302f2f; }
  .about-us .container h1 {
    color: black;
    font-family: "Philosopher", sans-serif;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 51.8px; }
  .about-us .container .about-us-left {
    padding: 0 50px 0 10px; }
  .about-us .container .about-us-right > div {
    padding: 15px 0 0 70px; }
    .about-us .container .about-us-right > div.vision {
      background: url(../Images/vision.png) 0 0 no-repeat; }
    .about-us .container .about-us-right > div.mission {
      background: url(../Images/mission.png) 0 0 no-repeat; }
  .about-us .container .about-us-right ul {
    text-align: left;
    color: #cbcbcb;
    padding-left: 5px;
    margin-top: 7px; }
    .about-us .container .about-us-right ul li {
      position: relative;
      list-style: none;
      line-height: 22px; }
      .about-us .container .about-us-right ul li:before {
        width: 5px;
        height: 5px;
        content: '';
        margin-right: 10px;
        display: inline-block;
        background: #67c2dc; }
  .about-us .container .about-us-right span {
    font-size: 16px;
    color: #cbcbcb;
    font-weight: bold;
    text-transform: uppercase; }
  .about-us .container .about-us-right p {
    color: #cbcbcb;
    padding: 10px 0; }

.section-header {
  min-height: 250px;
  padding-top: 80px; }
  .section-header h1 {
    font-family: "Philosopher", sans-serif;
    font-size: 49.98px;
    padding: 0 0 0 0;
    margin: 0px;
    text-transform: uppercase;
    color: white; }
  .section-header p {
    padding: 6px 0 0 20px;
    color: #cbcbcb; }

.partners .section-header {
  background: url(../Images/partners.jpg) 0 0 no-repeat black;
  background-size: cover;
  background-attachment: fixed; }
.partners .partners-icons {
  padding: 50px 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }
  .partners .partners-icons a {
    float: none;
    display: inline-block;
    position: relative;
    min-height: 170px;
    opacity: .70;
    max-width: 320px;
    -webkit-transition: opacity .5s;
            transition: opacity .5s; }
    .partners .partners-icons a img {
      max-width: 75%; }
    .partners .partners-icons a:hover {
      opacity: 1; }
.partners .hidden-div {
  display: none; }
.partners .view-more {
  background: #67c2dc;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  -webkit-transition: background .3s;
          transition: background .3s;
  font-size: 16px;
  display: block;
  margin: 20px auto 0;
  max-width: 120px; }
  .partners .view-more:hover {
    background: #46b5d4; }

.contact-us {
  margin-bottom: 20px; }
  .contact-us .section-header {
    background: url(../Images/contact.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: initial; }
  .contact-us .content .container {
    padding: 0px;
    background: #ebebeb;
    margin-top: 108px;
    margin-bottom: 20px; }
  .contact-us form {
    padding: 18px 25px; }
    .contact-us form .form-group {
      margin-top: 0px; }
    .contact-us form label {
      display: block; }
    .contact-us form input[type="text"], .contact-us form textarea, .contact-us form input[type="tel"], .contact-us form input[type="email"] {
      background: #c7c7c7;
      padding: 10px 13px;
      width: 100%;
      border: 0px solid;
      margin-bottom: 2px;
      font-size: 16px; }
    .contact-us form textarea {
      background: #8c8c8c; }
    .contact-us form ::-webkit-input-placeholder {
      /* WebKit browsers */
      font-size: 0px; }
    .contact-us form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      font-size: 0px; }
    .contact-us form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      font-size: 0px; }
    .contact-us form :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      font-size: 0px; }
    .contact-us form .action {
      position: relative;
      float: right; }
      .contact-us form .action button {
        background: black;
        border: 0 solid;
        color: white;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 14px;
        margin: 0;
        padding: 7px 35px;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        height: 32px;
        -webkit-transition: -webkit-transform .2s,opacity .3s;
                transition: transform .2s,opacity .3s; }
        .contact-us form .action button:active {
          -webkit-transform: scale(0.95, 0.95);
              -ms-transform: scale(0.95, 0.95);
                  transform: scale(0.95, 0.95); }
        .contact-us form .action button:hover {
          opacity: .85; }
        .contact-us form .action button span {
          -webkit-transition: none;
          transition: none; }
        .contact-us form .action button .original, .contact-us form .action button .done {
          position: relative;
          z-index: 3;
          float: left;
          clear: left;
          margin-bottom: 15px;
          width: 100%;
          height: 100%; }
        .contact-us form .action button .done {
          background: url(../Images/submit.png) no-repeat center center; }
        .contact-us form .action button span.bg {
          background: rgba(103, 194, 220, 0.75);
          position: absolute;
          left: 0;
          height: 100%;
          top: 0px;
          width: 0%; }
      .contact-us form .action:before {
        content: '';
        background: url(../Images/arrow.png) no-repeat center center #67c2dc;
        height: 32px;
        width: 32px;
        position: absolute;
        left: -32px;
        top: 0px; }
  .contact-us .right-side {
    padding: 0px; }
    .contact-us .right-side .upper-section {
      background: #272628;
      text-align: center;
      padding: 20px 0;
      margin-top: -65px; }
      .contact-us .right-side .upper-section img {
        margin-right: 10px; }
      .contact-us .right-side .upper-section a, .contact-us .right-side .upper-section span {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
        color: white;
        -webkit-transition: color .3s;
                transition: color .3s; }
        .contact-us .right-side .upper-section a:hover, .contact-us .right-side .upper-section span:hover {
          color: #67c2dc;
          text-decoration: none; }
      .contact-us .right-side .upper-section a {
        margin-left: 20px; }
    .contact-us .right-side .lower-section {
      background: #413f42; }
      .contact-us .right-side .lower-section .item {
        padding: 20px 20px 0;
        line-height: 22px; }
        .contact-us .right-side .lower-section .item h4 {
          color: #67c2dc;
          font-size: 13px;
          margin: 0px 0 7px;
          font-weight: bold; }
        .contact-us .right-side .lower-section .item span {
          font-size: 12px;
          display: block;
          color: #cbcbcb; }
      .contact-us .right-side .lower-section .map {
        border: 0px solid;
        width: 100%;
        height: 396px;
        margin: 20px 0 -3px; }

.footer {
  background: black;
  text-align: center;
  color: rgba(203, 203, 203, 0.6);
  font-size: 16px;
  padding-bottom: 30px; }
  .footer .footer-menu {
    list-style: none;
    margin: 32px 0;
    padding: 0px;
    text-align: center; }
    .footer .footer-menu li {
      display: inline-block; }
      .footer .footer-menu li a {
        color: rgba(203, 203, 203, 0.6);
        font-size: 16px;
        padding: 0px 0px 0 28px;
        margin: 0px 0px 0 20px;
        text-transform: uppercase;
        position: relative;
        font-weight: bold;
        -webkit-transition: color .3s;
                transition: color .3s; }
        .footer .footer-menu li a:before {
          content: '';
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background: rgba(203, 203, 203, 0.2);
          left: 0px; }
        .footer .footer-menu li a:hover {
          color: white;
          text-decoration: none; }
    .footer .footer-menu li:first-child a {
      margin-left: 0px;
      padding-left: 0px; }
      .footer .footer-menu li:first-child a:before {
        display: none; }
  .footer .itmam {
    font-size: 16px;
    color: rgba(203, 203, 203, 0.6);
    text-align: center;
    margin: 10px auto 0px;
    width: 270px;
    display: block; }
    .footer .itmam img {
      max-width: 63px;
      margin: -6px 0 0 10px; }

.services .popContent, .services .popTitle {
  display: none; }
.services .services-pop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 60px 100px;
  display: none;
  background: rgba(0, 0, 0, 0.95); }
  .services .services-pop h1 {
    font-family: "Philosopher", sans-serif;
    color: #67c2dc;
    font-size: 42px;
    margin-bottom: 20px;
    text-align: left; }
  .services .services-pop p {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding: 0px;
    text-align: justify;
    color: white; }
  .services .services-pop h3 {
    font-family: "Philosopher", sans-serif;
    color: #67c2dc;
    text-align: left; }
  .services .services-pop ul {
    text-align: left;
    color: white;
    padding-left: 0px;
    padding-left: 20px; }
    .services .services-pop ul li {
      position: relative;
      list-style: none;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; }
      .services .services-pop ul li:before {
        width: 7px;
        height: 7px;
        content: '';
        margin-right: 10px;
        display: inline-block;
        background: #67c2dc; }
      .services .services-pop ul li ul {
        margin-top: 7px; }
        .services .services-pop ul li ul li {
          font-size: 16px;
          margin-bottom: 0px; }
          .services .services-pop ul li ul li:before {
            border-radius: 5px; }
  .services .services-pop ul.aboutUl li {
    margin-bottom: 0px;
    font-size: 16px; }
  .services .services-pop .closePop {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    -webkit-transition: all .3s;
            transition: all .3s;
    cursor: pointer;
    opacity: .6;
    padding: 0px;
    display: inline-block;
    -webkit-transition: all .3s;
            transition: all .3s; }
    .services .services-pop .closePop svg path {
      fill: white; }
    .services .services-pop .closePop:hover {
      opacity: 1; }
    .services .services-pop .closePop:active {
      -webkit-transform: scale(0.85, 0.85);
          -ms-transform: scale(0.85, 0.85);
              transform: scale(0.85, 0.85); }
.services .section-header {
  background: black;
  padding-bottom: 20px; }
.services .services-content {
  padding: 65px 0 45px;
  text-align: center;
  max-width: 954px; }
  .services .services-content .left {
    float: left; }
    .services .services-content .left .services-item {
      clear: left; }
  .services .services-content .services-item {
    margin: 0 10px 20px;
    position: relative;
    max-width: 298px;
    background: #e8e8e8;
    text-align: left;
    float: left; }
    .services .services-content .services-item span {
      color: #413f42;
      font-weight: bold;
      font-size: 16px;
      display: block;
      text-transform: uppercase;
      padding: 20px 20px 15px; }
    .services .services-content .services-item p {
      padding: 0 20px 15px;
      text-align: justify; }
    .services .services-content .services-item a {
      position: relative;
      overflow: hidden;
      display: block; }
      .services .services-content .services-item a img {
        width: 100%;
        -webkit-transition: -webkit-transform .3s;
                transition: transform .3s; }
      .services .services-content .services-item a .view-more {
        color: #cbcbcb;
        text-decoration: none;
        background: black;
        padding: 8px 20px;
        max-width: 120px;
        display: inline-block;
        position: absolute;
        margin: auto;
        bottom: 35px;
        left: 0px;
        right: 0px;
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(16px);
                transform: translateX(16px);
        -webkit-transform: translateX(50px) \9;
            -ms-transform: translateX(50px) \9;
                transform: translateX(50px) \9;
        -webkit-transition: background .3s;
                transition: background .3s; }
        .services .services-content .services-item a .view-more:before {
          content: '';
          background: url(../Images/arrow.png) no-repeat center center #67c2dc;
          height: 32px;
          width: 32px;
          position: absolute;
          left: -32px;
          top: 0px; }
      .services .services-content .services-item a:hover img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
      .services .services-content .services-item a:hover .view-more {
        background: rgba(0, 0, 0, 0.85); }
    .services .services-content .services-item.audio {
      min-height: 480px; }
    .services .services-content .services-item.alarm {
      max-width: 616px;
      width: 100%;
      max-height: 192px; }
      .services .services-content .services-item.alarm a {
        float: left;
        margin-right: 20px; }
        .services .services-content .services-item.alarm a img {
          width: 279px; }

.slider-area {
  position: relative;
  background: #272628; }
  .slider-area.inner-slider {
    border-bottom: 5px solid #67c2dc; }

.goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
  cursor: pointer;
  background: rgba(103, 194, 220, 0.75);
  -webkit-transition: background .3s;
          transition: background .3s;
  z-index: 9999; }
  .goTop svg {
    fill: white;
    max-width: 50%;
    -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
            transform: translateX(-1px)
    /* svg tweak*/ }
  .goTop:hover {
    background: #67c2dc; }

.scrolldiv {
  width: 100%;
  position: relative; }
  .scrolldiv .viewport {
    height: 65vh;
    overflow: hidden;
    position: relative; }
  .scrolldiv .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 20px;
    margin: 0; }
  .scrolldiv .scrollbar {
    position: absolute;
    background-position: 0 0;
    right: -20px;
    top: 0;
    width: 5px;
    -webkit-transition: background .2s;
            transition: background .2s; }
    .scrolldiv .scrollbar .track {
      height: 100%;
      width: 5px;
      position: relative;
      padding: 0; }
      .scrolldiv .scrollbar .track .thumb {
        height: 20px;
        width: 5px;
        cursor: pointer;
        overflow: hidden;
        background: white;
        opacity: .2;
        position: absolute;
        top: 0;
        right: 0px;
        -webkit-transition: opacity .2s;
                transition: opacity .2s; }
        .scrolldiv .scrollbar .track .thumb .end {
          overflow: hidden;
          height: 5px;
          width: 25px; }
    .scrolldiv .scrollbar:hover {
      background: black; }
      .scrolldiv .scrollbar:hover .track .thumb {
        opacity: .6; }
  .scrolldiv .disable {
    display: none; }

.noSelect {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.content-page {
  min-height: 400px;
  padding: 35px 0 45px;
  font-size: 16px;
  line-height: 22px; }
  .content-page .main-title {
    margin: 0px 0 15px 0;
    color: #413f42;
    font-family: "Philosopher", sans-serif; }
  .content-page h3 {
    font-family: "Philosopher", sans-serif;
    text-align: left; }
  .content-page ul {
    text-align: left;
    padding-left: 0px;
    padding-left: 20px; }
    .content-page ul li {
      position: relative;
      list-style: none;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; }
      .content-page ul li:before {
        width: 7px;
        height: 7px;
        content: '';
        margin-right: 10px;
        display: inline-block;
        background: #67c2dc; }
      .content-page ul li ul {
        margin-top: 7px; }
        .content-page ul li ul li {
          font-size: 16px;
          margin-bottom: 0px; }
          .content-page ul li ul li:before {
            border-radius: 5px; }
  .content-page ul.aboutUl li {
    margin-bottom: 0px;
    font-size: 16px; }

.loading {
  display: block;
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999; }

/*==End of Regular CSS==*/
/*==============================================*/
@media screen and (max-width: 1240px) {
  .top-services {
    top: 0;
    position: absolute;
    z-index: 3;
    height: 100%;
    background: #272628;
    right: 0; } }
@media screen and (max-width: 1024px) {
  .top-services {
    width: 222px;
    top: 0;
    position: absolute;
    z-index: 3;
    right: 0; }
    .top-services .title {
      padding: 23px 0 23px;
      font-size: 29.96px; }
    .top-services .item {
      font-size: 14px;
      padding: 20px 20px 25px 65px;
      background-size: 30px; }
      .top-services .item:after {
        border: 10px solid transparent;
        width: 20px;
        top: -20px; }
      .top-services .item:before {
        opacity: 0;
        border: 10px solid transparent;
        width: 20px;
        top: -20px; }
      .top-services .item.item1 {
        background-position: 18px 20px; }
      .top-services .item.item2 {
        background-position: 23px -68px; }
      .top-services .item.item3 {
        background-position: 21px -177px; }
      .top-services .item.item4 {
        background-position: 18px -273px; }

  #slider .caption {
    left: 20px;
    top: 270px;
    max-width: 450px; }
    #slider .caption h1 {
      font-size: 25.9px; } }
@media only screen and (max-width: 991px) {
  .about-us {
    width: 100%;
    padding: 0px; }
    .about-us .container {
      padding: 0px;
      width: 100%; }
      .about-us .container .about-us-left, .about-us .container .about-us-right {
        width: 100%; }
      .about-us .container .about-us-left {
        background: white;
        padding: 30px 25px 25px; }
      .about-us .container .about-us-right {
        background: #413f42;
        padding: 25px 25px 0; }
        .about-us .container .about-us-right > div {
          padding: 15px 0px 0; }
        .about-us .container .about-us-right span {
          padding-left: 65px; }
        .about-us .container .about-us-right p {
          padding: 25px 0; }
        .about-us .container .about-us-right ul {
          margin-top: 24px; }

  .footer {
    padding-top: 30px; }
    .footer .footer-menu {
      display: none; }
    .footer.inner-footer {
      padding-top: 30px; }

  .section-header {
    min-height: 210px;
    padding-top: 50px; }
    .section-header h1 {
      font-size: 37.8px; }

  .partners .partners-icons {
    padding: 50px 0;
    text-align: center; }
    .partners .partners-icons a {
      max-width: 245px; }

  .links-bg .container, .main-menu .container {
    width: 100%; }

  .main-menu .container {
    padding: 0px; }

  .main-menu .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 0px 0px 0 16px;
    margin: 0px 0px 0 16px; }

  .main-menu .navbar-default .navbar-nav > li:last-child > a {
    margin-right: 20px; }

  .main-menu .navbar-default .navbar-nav > li > a:hover:before {
    left: 5px; }

  .services .services-pop {
    padding: 40px; }
  .services .services-content {
    max-width: none;
    padding: 20px 20px 0px; }
    .services .services-content .left {
      width: 100%; }
    .services .services-content .services-item {
      width: 100%;
      margin: 0 0 20px 0;
      max-width: none; }
      .services .services-content .services-item a {
        float: left;
        margin-right: 20px;
        max-width: 293px; }
      .services .services-content .services-item.audio {
        min-height: initial; }
      .services .services-content .services-item.alarm {
        width: 100%;
        max-width: initial;
        max-height: initial; }
        .services .services-content .services-item.alarm a img {
          width: auto; }

  .contact-us .right-side .upper-section a, .contact-us .right-side .upper-section span {
    font-size: 13px; } }
@media only screen and (max-width: 767px) {
  .absoluteCenterMedia, #slider .caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }

  #slider.androidSlider .item img {
    min-height: 500px; }
  #slider .carousel-indicators {
    width: 100%;
    top: auto;
    bottom: 10px;
    text-align: center;
    width: 100%;
    right: 0; }
    #slider .carousel-indicators li {
      height: 10px;
      width: 10px;
      margin: 0 10px 5px 0;
      display: inline-block; }
      #slider .carousel-indicators li.active {
        margin: 0 10px 0 0;
        height: 20px;
        width: 20px; }
  #slider .caption {
    height: 120px;
    width: 90%;
    top: 0px; }
    #slider .caption h1 {
      font-size: 25.9px; }

  .links-bg {
    display: none; }

  .logo {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    width: 200px;
    height: 80px; }

  .main-menu {
    -webkit-transition: background .2s;
            transition: background .2s;
    z-index: 4;
    height: 80px; }
    .main-menu .navbar-default {
      width: 100%;
      padding: 0px; }
      .main-menu .navbar-default .navbar-collapse {
        position: absolute;
        margin: -1px 0 0 0;
        width: 100%; }
      .main-menu .navbar-default .navbar-nav {
        padding: 20px 0 20px 0;
        background: #413f42;
        margin: 0px 0 0 0;
        -webkit-transition: background .2s;
                transition: background .2s; }
        .main-menu .navbar-default .navbar-nav > li {
          width: 100%;
          margin: 5px 0 5px 0;
          text-align: center;
          border-bottom: 0px solid #f7f7f7; }
          .main-menu .navbar-default .navbar-nav > li > a {
            padding: 0;
            font-size: 16px;
            color: #67c2dc;
            margin: 0;
            font-weight: normal;
            font-family: arial; }
          .main-menu .navbar-default .navbar-nav > li:last-child {
            border-bottom: 0px solid; }
        .main-menu .navbar-default .navbar-nav > li > a:hover, .main-menu .navbar-default .navbar-nav .navbar-nav > li.active > a, .main-menu .navbar-default .navbar-nav li.open > a {
          border: 0px solid;
          padding: 0;
          color: #67c2dc; }
        .main-menu .navbar-default .navbar-nav > li.active {
          color: #67c2dc; }
      .main-menu .navbar-default .navbar-toggle:active .icon-bar, .main-menu .navbar-default .navbar-toggle:focus .icon-bar {
        background: #67c2dc; }
      .main-menu .navbar-default .navbar-header {
        text-align: left;
        margin: -61px 0 0 0; }
      .main-menu .navbar-default .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 0px solid transparent;
        border-radius: 4px;
        margin: 20px 15px 0 0; }
        .main-menu .navbar-default .navbar-toggle:focus {
          outline: 0; }
        .main-menu .navbar-default .navbar-toggle .icon-bar {
          display: block;
          width: 27px;
          height: 3px;
          border-radius: 1px;
          background: rgba(103, 194, 220, 0.6); }
        .main-menu .navbar-default .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 6px; }
        .main-menu .navbar-default .navbar-toggle:hover .icon-bar {
          background: #67c2dc; }
      .main-menu .navbar-default .dropdown-menu {
        left: 0px;
        padding: 0 0 0 0; }
        .main-menu .navbar-default .dropdown-menu li {
          padding-left: 0px; }
          .main-menu .navbar-default .dropdown-menu li a {
            padding-left: 0;
            font-weight: normal;
            color: #413f42; }

  .main-menu-active {
    background: #413f42; }

  .main-menu .navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0px; }

  .partners {
    padding-bottom: 0px; }
    .partners .partners-icons {
      padding: 30px 0 0; }
      .partners .partners-icons a {
        min-height: 100px;
        max-width: 220px;
        margin-bottom: 50px;
        opacity: 1; }
        .partners .partners-icons a img {
          max-width: 65%; }
      .partners .partners-icons .view-more {
        margin: 0 auto 50px; }

  .contact-us {
    padding: 0px;
    margin: 0px; }
    .contact-us .content {
      padding: 0px; }
      .contact-us .content .container {
        margin: 0px; }
    .contact-us .right-side .upper-section {
      margin-top: 0px; }
    .contact-us .action button {
      width: 100%; }
    .contact-us .right-side .lower-section .map {
      height: 250px; }

  .footer {
    padding-top: 30px; }
    .footer .footer-menu > li {
      line-height: 35px; }
      .footer .footer-menu > li > a {
        padding: 0 0 0 0;
        margin: 0px 25px 0 25px; }
        .footer .footer-menu > li > a:before {
          display: none; }

  .top-services {
    display: none; }

  .section .container h1 {
    font-size: 39.9px; }

  .about-us .container h1 {
    margin: 22px 0 16px 0; }
  .about-us .container .about-us-right {
    padding-bottom: 10px; }
  .about-us .container .about-us-left {
    padding: 0 20px; }
    .about-us .container .about-us-left p {
      padding: 0 0 15px; }

  .section-header {
    min-height: 160px;
    padding-top: 23px;
    padding-bottom: 20px; }
    .section-header p {
      padding-left: 0px; }

  .services .services-content .services-item a {
    margin-right: 13px;
    max-width: 170px;
    max-height: 191px; }
    .services .services-content .services-item a img {
      width: auto;
      margin-left: -50%; }
    .services .services-content .services-item a .view-more {
      bottom: 15px; }
  .services .services-content .services-item span {
    font-size: 14px;
    padding: 13px 0px 8px; }
  .services .services-content .services-item p {
    padding: 0 13px 8px;
    font-size: 12px; }

  .goTop {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 10px; }

  .content-page {
    padding: 25px 15px 30px; }
    .content-page h1 {
      font-size: 30.8px; } }
@media only screen and (max-width: 480px) {
  .logo {
    width: 140px; }
    .logo img {
      max-width: 80%; }

  #slider .item {
    max-height: 500px; }
    #slider .item img {
      width: 200%;
      max-width: none;
      margin-left: -70%; }
    #slider .item .caption {
      -webkit-transform: translateY(-35px);
          -ms-transform: translateY(-35px);
              transform: translateY(-35px);
      height: 150px;
      margin-top: 100px; }
      #slider .item .caption h1 {
        font-size: 21.98px; }
      #slider .item .caption a {
        padding: 8px 13px;
        bottom: -39px;
        font-size: 12px; }

  .partners .partners-icons {
    padding: 20px 0; }
    .partners .partners-icons a {
      min-height: 80px;
      max-width: 130px;
      margin-bottom: 0; }
      .partners .partners-icons a img {
        max-width: 80%; }
    .partners .partners-icons .view-more {
      margin: 20px auto 10px;
      font-size: 14px;
      padding: 8px 15px; }

  .contact-us.content {
    padding-top: 0px; }
  .contact-us form input[type="text"], .contact-us form textarea, .contact-us form input[type="tel"], .contact-us form input[type="email"] {
    padding: 7px 10px; }
  .contact-us .right-side .upper-section img {
    margin-right: 10px;
    max-width: 22px; }
  .contact-us .right-side .upper-section span, .contact-us .right-side .upper-section a {
    font-size: 13px; }

  .footer {
    font-size: 13px; }
    .footer .container {
      padding: 0px; }
    .footer .footer-menu > li {
      line-height: 30px; }
      .footer .footer-menu > li > a {
        font-size: 14px;
        margin: 0px 10px 0 10px; }
        .footer .footer-menu > li > a:before {
          display: none; }
    .footer .itmam {
      font-size: 13px; }
      .footer .itmam img {
        max-width: 53px;
        margin: -6px 0 0 5px; }

  .section-header .container h1 {
    font-size: 32.2px;
    margin-bottom: 7px; }

  .services .services-pop {
    padding: 30px; }
    .services .services-pop h1 {
      font-size: 28px; }
    .services .services-pop p {
      font-size: 14px; }
  .services .services-content .services-item a {
    margin-right: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    margin-bottom: 13px; }
    .services .services-content .services-item a img {
      width: 100% !important;
      margin-left: 0; }
    .services .services-content .services-item a .view-more {
      bottom: 20px; }
  .services .services-content .services-item span {
    font-size: 14px;
    padding: 13px 13px 8px; }
  .services .services-content .services-item p {
    padding: 0 13px 8px;
    font-size: 12px; } }
@media screen and (min-width: 1400px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, white 0%, white 56%, #413f42 56%, #413f42 100%);
    background: linear-gradient(to right, white 0%, white 56%, #413f42 56%, #413f42 100%); } }
@media screen and (min-width: 1500px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, white 0%, white 55%, #413f42 55%, #413f42 100%);
    background: linear-gradient(to right, white 0%, white 55%, #413f42 55%, #413f42 100%); } }
@media screen and (min-width: 1600px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, white 0%, white 59%, #413f42 59%, #413f42 100%);
    background: linear-gradient(to right, white 0%, white 59%, #413f42 59%, #413f42 100%); } }
@media screen and (min-width: 1750px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, white 0%, white 55%, #413f42 55%, #413f42 100%);
    background: linear-gradient(to right, white 0%, white 55%, #413f42 55%, #413f42 100%); } }
@media screen and (min-width: 1900px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, white 0%, white 55.5%, #413f42 55.5%, #413f42 100%);
    background: linear-gradient(to right, white 0%, white 55.5%, #413f42 55.5%, #413f42 100%); } }
@media screen and (min-width: 2000px) {
  .multiColorBg {
    background: white; } }

/*# sourceMappingURL=style.css.map */