/*===============  Style.scss ============ */
@import url(https://fonts.googleapis.com/css?family=Philosopher:400,700,400italic,700italic);
/*Subpages variables*/
html {
  background-color: white;
  font-size: 14px;
  font-family: arial; 
  scroll-behavior: smooth;
}

.absoluteCenter, .links-bg .non-link svg, .links-bg a svg, .logo img, #slider .slider-controls a svg, .partners .partners-icons a img {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0; }

.absoluteCenterVertical, .main-menu .navbar-default .navbar-nav > li > a:before, #slider .caption, #slider .slider-controls, .footer .footer-menu li a:before {
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0; }

.links-bg {
  background: #000000;
  height: 40px;
  width: 100%; }
  .links-bg .left-side {
    float: left; }
  .links-bg .non-link, .links-bg a {
    color: #d5d4d4;
    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 #d5d4d4;
      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: #d5d4d4; }
      .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 .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: lighten($alternativeBackground, 12);*/
  width: 250px;
  height: 114px;
  display: block;
  position: absolute;
  left: 0px; }
  .logo img {
    max-width: 72%; }

.main-menu {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 7px 0px #00000014;
  width: 100%;
  height: 110px;
/*  position: relative;*/
  z-index: 50; }
  .main-menu .navbar-default .navbar-nav {
    text-align: right;
    float: none;
    margin: 45px 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: #343434;
        font-size: 15px;
        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: #2591cd;
          -webkit-transition: left .2s,background .2s;
                  transition: left .2s,background .2s;
          left: 0px; }
        .main-menu .navbar-default .navbar-nav > li > a:hover {
          color: #2591cd; }
          .main-menu .navbar-default .navbar-nav > li > a:hover:before {
            background: #2591cd;
            left: 10px; }
  .main-menu .navbar-nav > li:first-child > a {
    margin-left: 0px; }
  .main-menu .navbar-nav > li:last-child > a {
    margin-right: 0px; }
  .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: #000000;
      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; }

.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; }

.carousel-indicators {
  position: absolute;
  z-index: 1;
  padding-left: 0;
  text-align: center;
  list-style: none; }

#slider {
  position: relative;
/*margin-top: -110px;*/
  float: left;
  width: 100%; }
  #slider.homeSlider {
    margin-bottom: 40px; }
  #slider .carousel-indicators {
    display: none; }
  #slider img {
    width: 100%;
/*    max-height: 90vh;*/
    min-height: 550px; }
  #slider .caption {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    color: #ffffff;
    height: 150px;
    right: 70px;
    width: 525px;
    padding: 0 0px 0px;
    z-index: 2; }
    #slider .caption a {
      color: #ffffff;
      font-family: arial;
      font-weight: normal;
      -webkit-transition: color .3s;
              transition: color .3s; }
      #slider .caption a:hover {
        text-decoration: none;
        color: #ffffff; }
    #slider .caption p {
      font-style: italic; }
    #slider .caption h1 {
      margin: 14px 0; }
  #slider .slider-controls {
    width: 525px;
    height: 150px;
    right: 70px; }
    #slider .slider-controls a {
      height: 50px;
      width: 50px;
      background: #000000;
      left: 0px;
      right: auto;
      top: auto;
      bottom: -50px;
      opacity: 1;
      position: absolute;
      background-image: none;
      -webkit-transition: background .3s;
              transition: background .3s; }
      #slider .slider-controls a svg {
        width: 16px;
        height: 30px; }
        #slider .slider-controls a svg path {
          fill: white; }
      #slider .slider-controls a.right {
        right: auto;
        left: 50px; }
      #slider .slider-controls a:hover {
        background: #d8d5d9; }
        #slider .slider-controls a:hover path {
          fill: #2591cd; }
      #slider .slider-controls a:active {
        background: white; }
        #slider .slider-controls a:active svg {
          width: 12px; }
          #slider .slider-controls a:active svg path {
            fill: #2591cd; }

.navbar-nav {
  border-color: #000000; }

.products {
  -webkit-transform: translateY(-91px);
      -ms-transform: translateY(-91px);
          transform: translateY(-91px);
  position: relative;
  z-index: 3;
  margin-bottom: -91px;
  clear: both; }
  .products.homeProducts {
    display: none; }
  .products .product {
    position: relative;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s;
            transition: transform .3s; }
    .products .product * {
      -webkit-transition: all .3s;
              transition: all .3s; }
    .products .product span {
      background: rgba(37, 145, 205, 0.8);
      border-top: 4px solid #2591cd;
      font-size: 18px;
      font-weight: bold;
      width: 100%;
      display: block;
      color: white;
      text-align: center;
      text-transform: uppercase;
      padding: 12px 0 54px;
      -webkit-transition: background .5s,border .5s,-webkit-transform .2s;
              transition: background .5s,border .5s,transform .2s; }
    .products .product .product-icon {
      position: absolute;
      bottom: -30px;
      background: url(../Images/home-icons.png) no-repeat center 0px;
      height: 71px;
      width: 93px;
      left: 0px;
      right: 0px;
      margin: auto; }
    .products .product.coll .product-icon {
      background-position: center -170px; }
    .products .product.audio .product-icon {
      background-position: center -332px; }
    .products .product.ip .product-icon {
      background-position: center -502px; }
    .products .product:hover span {
      background: #1d72a2;
      border-color: white; }
    .products .product:active .product-icon {
      -webkit-transform: scale(0.85, 0.85);
          -ms-transform: scale(0.85, 0.85);
              transform: scale(0.85, 0.85); }

.footer {
  background: #000000;
  text-align: center;
  color: rgba(213, 212, 212, 0.6);
  font-size: 14px;
  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(213, 212, 212, 0.6);
        font-size: 14px;
        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(78, 78, 78, 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(213, 212, 212, 0.6);
    text-align: center;
    margin: 10px auto 0px;
    width: 270px;
    display: block; }
    .footer .itmam img {
      max-width: 63px;
      margin: -6px 0 0 10px; }

.section {
  background: #ffffff; }

.multiColorBg {
  background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 35%, #e1e1e1 35%, #e1e1e1 100%);
  background: linear-gradient(to right, #eeeeee 0%, #eeeeee 35%, #e1e1e1 35%, #e1e1e1 100%); }

.content {
  text-align: justify;
  color: #7c7b7b;
  padding-bottom: 20px; }
  .content a {
    -webkit-transition: color .3s;
            transition: color .3s;
    text-decoration: none; }
  .content h1 {
    scroll-margin-top:120px;
    color: #000000;
    font-family: "Philosopher", sans-serif;
    margin: 0 0 30px 0;
    text-transform: uppercase; }

.about-us .content {
  padding-bottom: 40px; }
.about-us .about-us-left {
  padding: 0 50px 0 10px; }
.about-us .about-us-right > div {
  padding: 15px 0 0 70px; }
  .about-us .about-us-right > div.vision {
    background: url(../Images/vision.png) 0 0 no-repeat; }
  .about-us .about-us-right > div.mission {
    background: url(../Images/mission.png) 0 0 no-repeat; }
.about-us .about-us-right span {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase; }
.about-us .about-us-right p {
  padding: 10px 0; }

.solutions-content {
  background: #ffffff; }
  .solutions-content .solutions-item {
    padding: 30px 0 0 130px;
    position: relative; }
    .solutions-content .solutions-item:after {
      background: url(../images/home-icons.png) 0 0px no-repeat;
      position: absolute;
      width: 92px;
      height: 80px;
      content: '';
      left: 0px;
      top: 50px; }
    .solutions-content .solutions-item.collaboration:after {
      background-position: 0 -170px; }
    .solutions-content .solutions-item.audio:after {
      background-position: 0 -330px; }
    .solutions-content .solutions-item.ip:after {
      background-position: 0 -502px; }
    .solutions-content .solutions-item:last-child {
      padding-bottom: 40px; }
  .solutions-content h3 {
    font-size: 20px;
    color: #000000;
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .solutions-content span {
    display: block;
    font-style: italic;
    margin: 0px 0 15px 0;
    font-size: 18px;
    font-family: "Philosopher", sans-serif; }

.contact-us .container {
  position: relative;
  padding: 0px;
  background: #f4f4f4;
  margin-top: 108px;
  margin-bottom: 20px; 
border-radius:15px;}
.contact-us h3.main-header {
  background-color: #2591C1;
  position: absolute;
  left: -20px;
  top: -37px;
  color: white;
  font-size: 18px;
  padding: 7px 40px 7px 22px;
  text-align: left;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase; }
.contact-us form {
  padding: 38px 25px 18px; }
  .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="number"], .contact-us form input[type="tel"], .contact-us form input[type="email"] {
    background: #ffffff;
    padding: 10px 13px;
    width: 100%;
    border: 0px solid;
    margin-bottom: 2px;
    font-size: 16px; }
  .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 button {
    background: #2591cd;
    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: #47a8de;
      position: absolute;
      left: 0;
      height: 100%;
      top: 0px;
      width: 0%; }
.contact-us .right-side {
  padding: 0px; }
  .contact-us .right-side .upper-section {
    background: #000000;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    margin-top: -58px; }
    .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: #2591cd;
        text-decoration: none; }
    .contact-us .right-side .upper-section a {
      margin-left: 20px; }
  .contact-us .right-side .lower-section {
    background: #1a1a1a; }
    .contact-us .right-side .lower-section .item {
      padding: 20px 20px 0; }
      .contact-us .right-side .lower-section .item h4 {
        color: #2591cd;
        font-family: "Philosopher", sans-serif;
    font-weight: bold;
        font-size: 16px;
        margin: 0px 0 7px;
        font-weight: bold; }
      .contact-us .right-side .lower-section .item span {
        font-size: 15px;
        line-height: 24px;
        display: block;
        color: #c0c0c0; }
    .contact-us .right-side .lower-section .map {
      border: 0px solid;
      width: 100%;
      height: 395px;
      margin: 20px 0 -3px; }

.solution-details h3 {
  margin-top: 30px; }
.solution-details .article-item {
  clear: left;
  margin-top: 30px;
  float: left; }
  .solution-details .article-item h3 {
    margin-top: 10px; }
  .solution-details .article-item img {
    border-radius: 5px; }
    .solution-details .article-item img.img-left {
      float: left;
      margin-right: 17px; }
    .solution-details .article-item img.img-right {
      float: right;
      margin-left: 17px; }
.solution-details ul {
  padding-left: 20px; }
  .solution-details ul li {
    list-style: none;
    line-height: 22px;
    position: relative; }
    .solution-details ul li:before {
      content: '';
      width: 7px;
      height: 7px;
      background: #2591cd;
      display: inline-block;
      margin-right: 10px; }
.solution-details .link-button {
  margin: 20px 0;
  float: left; }

.link-button {
  background: #2591cd;
  color: white;
  padding: 7px 15px;
  -webkit-transition: background .3s !important;
          transition: background .3s !important; }
  .link-button:hover {
    color: white;
    background: #2285bc; }

.partners-content {
  background: #e1e1e1; }
  .partners-content .partners-item {
    padding: 30px 0 20px 0px;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #B3B0B0; }
    .partners-content .partners-item:last-child {
      border: 0px solid; }
  .partners-content .partners-logo {
    position: relative;
    margin-top: 10px; }
    .partners-content .partners-logo img {
      max-width: 70%;
      margin: 0 auto;
      display: block; }

.section-header {
  padding: 40px 0; }
  .section-header h1 {

    font-family: "Philosopher", sans-serif;
    font-size: 49.98px;
    padding: 0 0 0 0;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    color: white; }
  .section-header p {
    padding: 6px 0 0 20px;
    color: #d5d4d4; }

.partners .section-header {
  background: #2591cd;
  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: 130px;
    opacity: .90;
    max-width: 320px;
    -webkit-transition: opacity .5s;
            transition: opacity .5s; 
          transition: transform .2s;}
    .partners .partners-icons a img {
      max-width: 75%; }
    .partners .partners-icons a:hover {
      opacity: 1; 
      transform: scale(1.1);
      border: solid 1px;
      border-color: #e9e9e9;
    }

.services .popContent, .services .popTitle {
  display: none; }
.services .section-header {
  background: #2591cd; }
.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 40px;
    position: relative;
    max-width: 298px;
    background: #ffffff;
    box-shadow: 0px 10px 26px #eeeeee;
    text-align: left;
    float: left; }
    .services .services-content .services-item span {
      color: #000000;
      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;
      text-justify:inter-character;
      letter-spacing:-0.5px; }
    .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: #d5d4d4;
        text-decoration: none;
        background: #000000;
        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 #d5d4d4;
          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 .view-more {
      background: #2591cd;
      border: 0 solid;
      color: white;
      cursor: pointer;
      display: inline-block;
      float: left;
      font-size: 14px;
      margin: -10px 0 20px 20px;
      padding: 7px 35px;
      text-transform: capitalize;
      position: relative;
      overflow: hidden;
      height: 32px;
      -webkit-transition: -webkit-transform .2s,opacity .3s;
              transition: transform .2s,opacity .3s; }
      .services .services-content .services-item .view-more:active {
        -webkit-transform: scale(0.95, 0.95);
            -ms-transform: scale(0.95, 0.95);
                transform: scale(0.95, 0.95); }
      .services .services-content .services-item .view-more:hover {
        opacity: .85;
        text-decoration: none; }
    .services .services-content .services-item.ip {
      max-width: 934px;
      width: 100%; }
      .services .services-content .services-item.ip .view-more {
        margin-left: 0px; }
      .services .services-content .services-item.ip a {
        float: left;
        margin-right: 20px; }

/*==End of Regular CSS==*/
/*==============================================*/
/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products {
    -webkit-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
            transform: translateY(-90px); } }
@media only screen and (max-width: 991px) {
  .container {
    width: 90%; }

  .main-menu .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 0px 0px 0 15px;
    margin: 0px 0px 0 10px; }
    .main-menu .navbar-default .navbar-nav > li > a:before {
      height: 5px;
      width: 5px;
      left: 0px; }
    .main-menu .navbar-default .navbar-nav > li > a:hover:before {
      left: 5px; }

  .main-menu-active .navbar-default .navbar-nav, .main-menu-active {
    background: rgba(255, 255, 255, 0.9) !important; }

  #slider.homeSlider {
    margin-bottom: 0px; }
  #slider .caption {
    width: 425px;
    height: 135px; }
    #slider .caption h1 {
      font-size: 30px; }
  #slider .slider-controls {
    width: 425px;
    height: 135px; }

  .products {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    position: relative;
    z-index: 3;
    margin-bottom: -1px; }
    .products .product span, .products .product img {
      display: none !important; }
    .products .product:hover {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      margin-bottom: 0px; }

  .footer {
    padding-top: 30px; }
    .footer .footer-menu {
      display: none; }
    .footer.inner-footer {
      padding-top: 30px; }

  .content {
    padding-top: 100px; }
    .content h1 {
      margin-bottom: 15px; }

  .about-us {
    width: 100%;
    padding: 0px; }
    .about-us .content {
      padding: 0px;
      width: 100%; }
    .about-us .about-us-left, .about-us .about-us-right {
      width: 100%; }
    .about-us .about-us-left {
      text-align: justify;
      background: #ffffff;
      padding: 40px 25px 25px; }
    .about-us .about-us-right {
      background: #ffffff;
      padding: 25px; }
      .about-us .about-us-right > div {
        padding: 15px 0px 0; }
      .about-us .about-us-right span {
        padding-left: 65px; }
      .about-us .about-us-right p {
        padding: 25px 0; }

  .solutions-content, .partners-content {
    padding-top: 0px; }

  .solutions-content, .solutions-main {
    width: 100%; }
    .solutions-content .container, .solutions-main .container {
      width: 100%; }

  .contact-us .container, .partners-content .container {
    width: 100%;
    margin-top: 0px; }

  .partners .partners-icons {
    padding: 50px 0;
    text-align: center; }
    .partners .partners-icons a {
      max-width: 245px; }

  .section-header h1 {
    font-size: 37.8px; }

  .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 .view-more {
        margin-left: 0px; }
      .services .services-content .services-item a {
        float: left;
        margin-right: 20px;
        max-width: 293px; } }
@media only screen and (max-width: 767px) {
  .links-bg {
    display: none; }

  .logo {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    width: 180px;
    height: 80px
    /*background: lighten($alternativeBackground, 12);*/ }

  .main-menu {
    -webkit-transition: background .2s;
            transition: background .2s;
    z-index: 4;
    height: 80px; }
    .main-menu .navbar-default {
      width: 100%; }
      .main-menu .navbar-default .navbar-nav {
        padding: 20px 0 20px 0;
        background: rgba(255, 255, 255, 1);
        margin: 21px 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: #2591cd;
            margin: 0;
            font-family: "Philosopher", sans-serif; }
          .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: #2591cd; }
        .main-menu .navbar-default .navbar-nav > li.active {
          color: #2591cd; }
      .main-menu .navbar-default .navbar-toggle:active .icon-bar, .main-menu .navbar-default .navbar-toggle:focus .icon-bar {
        background: #2591cd; }
      .main-menu .navbar-default .navbar-header {
        text-align: left;
        margin: -61px 0 0 0; }
      .main-menu .navbar-default .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 0px solid transparent;
        border-radius: 4px;
        margin: 0 0 0 0px; }
        .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(37, 145, 205, 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: #2591cd; }
      .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: #000000; }

  #slider {
    margin-top: -80px; }
    #slider .caption, #slider .slider-controls {
      left: 0;
      right: 0;
      margin: auto;
      width: 425px; }
    #slider img {
      min-height: 77vh; }
    #slider.androidSlider .item img {
      min-height: 500px; }

  .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; }

  .contact-us {
    padding: 0px; }
    .contact-us h3.main-header {
      left: 0px;
      top: -20px; }
    .contact-us .right-side .upper-section {
      margin-top: 0px; }
    .contact-us .container {
      margin-bottom: 0px; }
    .contact-us form {
      padding-top: 50px; }
    .contact-us .action button {
      width: 100%; }

  .content h3, .content li {
    text-align: left; }

  .main-header {
    text-align: left; }

  .partners-content .partners-item {
    padding: 20px 0 20px 0px; }
  .partners-content .partners-text {
    padding: 0; }
  .partners-content .partners-logo {
    position: relative;
    margin: 0 0 20px 0; }
    .partners-content .partners-logo img {
      max-width: 160px; }

  .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%; }

  .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; } }
@media only screen and (max-width: 480px) {
  .absoluteCenterHorizontal, .solutions-content .solutions-item:after {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto; }

  .products {
    padding: 0 0 0 0;
    margin: 0 0 -1px;
    -webkit-transform: translateY(17px);
        -ms-transform: translateY(17px);
            transform: translateY(17px); }
    .products .product .product-icon {
      background-size: 55px; }
    .products .product.video .product-icon {
      background-position: center 0; }
    .products .product.coll .product-icon {
      background-position: center -100px; }
    .products .product.audio .product-icon {
      background-position: center -195px; }
    .products .product.ip .product-icon {
      background-position: center -300px; }

  .navbar {
    width: 100%; }

  .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; }

  #slider {
    max-height: 90vh; }
    #slider.homeSlider {
      margin-bottom: 0px; }
    #slider img {
      max-width: none;
      width: 200vw;
      margin-left: -50vw; }
    #slider .caption, #slider .slider-controls {
      width: 85%; }
    #slider .slider-controls a {
      width: 40px;
      height: 40px;
      bottom: -40px; }
      #slider .slider-controls a svg {
        width: 12px; }
      #slider .slider-controls a.right {
        left: 40px; }
    #slider .slider-controls img {
      min-height: 77vh; }
    #slider .caption h1 {
      font-size: 28px;
      margin: 12px 0 7px; }
    #slider .caption p {
      font-size: 13px; }

  .content h1 {
    font-size: 32px; }

  .about-us .about-us-left {
    padding-top: 40px; }

  .solutions-content {
    padding-top: 30px; }
    .solutions-content .solutions-item {
      padding: 70px 0 30px 0; }
      .solutions-content .solutions-item:after {
        background-position: center 0px;
        background-size: 80px;
        top: 0px;
        height: 63px; }
      .solutions-content .solutions-item h3, .solutions-content .solutions-item span {
        text-align: center; }
      .solutions-content .solutions-item.audio:after {
        background-position: center -287px; }
      .solutions-content .solutions-item.collaboration:after {
        background-position: center -145px; }
      .solutions-content .solutions-item.ip:after {
        background-position: center -436px; }
      .solutions-content .solutions-item:last-child {
        padding-bottom: 0px; }

  .solutions-main .container, .solutions-content .container {
    padding: 0px; }

  .solutions-content.content {
    padding-top: 40px; }

  .contact-us.content {
    padding-top: 0px; }
  .contact-us form input[type="text"], .contact-us form textarea, .contact-us form input[type="number"], .contact-us form input[type="tel"], .contact-us form input[type="email"] {
    padding: 7px 10px; }

  .solution-details .article-item {
    text-align: center; }
    .solution-details .article-item:first-child {
      margin-top: 0px; }
    .solution-details .article-item h3 {
      margin-top: 13px;
      text-align: center; }
    .solution-details .article-item img.img-left, .solution-details .article-item img.img-right {
      float: none;
      margin: 0; }
  .solution-details h3:first-child {
    margin-top: 0px; }

  .content {
    padding-top: 70px; }

  .partners-content {
    padding-top: 10px; }
    .partners-content .container {
      padding: 0px; }

  .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%; }

  .section-header {
    padding: 25px 0; }
    .section-header .container h1 {
      font-size: 32.2px; }

  .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.view-more {
      float: left;
      margin-left: 10px;
      margin-top: -5px;
      width: auto; }
    .services .services-content .services-item a img {
      width: 100% !important;
      margin-left: 0; }
  .services .services-content .services-item.ip .view-more {
    margin-left: 10px; }
  .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 (orientation: landscape) and (max-width: 1200px) {
  #slider {
    max-height: none; }
    #slider img {
      min-height: 500px;
      max-height: none; } }
@media screen and (min-width: 1400px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 36%, #e1e1e1 36%, #e1e1e1 100%);
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 36%, #e1e1e1 36%, #e1e1e1 100%); } }
@media screen and (min-width: 1500px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 37%, #e1e1e1 37%, #e1e1e1 100%);
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 37%, #e1e1e1 37%, #e1e1e1 100%); } }
@media screen and (min-width: 1600px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 38%, #e1e1e1 38%, #e1e1e1 100%);
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 38%, #e1e1e1 38%, #e1e1e1 100%); } }
@media screen and (min-width: 1750px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 39%, #e1e1e1 39%, #e1e1e1 100%);
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 39%, #e1e1e1 39%, #e1e1e1 100%); } }
@media screen and (min-width: 1900px) {
  .multiColorBg {
    background: -webkit-linear-gradient(left, #eeeeee 0%, #eeeeee 39.5%, #e1e1e1 39.5%, #e1e1e1 100%);
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 39.5%, #e1e1e1 39.5%, #e1e1e1 100%); } }
@media screen and (min-width: 2000px) {
  .multiColorBg {
    background: #eeeeee; } }

/*# sourceMappingURL=style.css.map */