/*------------------------------------*\
	Site Variables
\*------------------------------------*/
/*------------------------------------*\
	Global Site-wide Fonts
\*------------------------------------*/
@font-face {
  src: url("../fonts/eot/SegoeUI-Light.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Light.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Light.woff") format("woff"), url("../fonts/ttf/SegoeUI-Light.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 100;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-LightItalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-LightItalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-LightItalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-LightItalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 100;
  font-style: italic;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-Semilight.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Semilight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Semilight.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Semilight.woff") format("woff"), url("../fonts/ttf/SegoeUI-Semilight.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-Semilightitalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Semilightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Semilightitalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Semilightitalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-Semilightitalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 300;
  font-style: italic;
}

@font-face {
  src: url("../fonts/eot/segoeui.eot") format("embedded-opentype");
  src: url("../fonts/eot/segoeui.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/segoeui.woff2") format("woff2"), url("../fonts/woff/segoeui.woff") format("woff"), url("../fonts/ttf/segoeui.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-SemiBold.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/woff/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/ttf/SegoeUI-SemiBold.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 600;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-SemiboldItalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-SemiboldItalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-SemiboldItalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-SemiboldItalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 600;
  font-style: italic;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-Bold.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/woff/SegoeUI-Bold.woff") format("woff"), url("../fonts/ttf/SegoeUI-Bold.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url("../fonts/eot/SegoeUI-BoldItalic.eot") format("embedded-opentype");
  src: url("../fonts/eot/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/SegoeUI-BoldItalic.woff2") format("woff2"), url("../fonts/woff/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/ttf/SegoeUI-BoldItalic.ttf") format("truetype");
  font-family: 'SegoeUI';
  font-weight: 700;
  font-style: italic;
}

/*------------------------------------*\
	Global Styles
\*------------------------------------*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'SegoeUI', Arial, sans-serif;
  font-size: 16px;
  color: #000;
}

section .container {
  position: relative;
}

img {
  max-width: 100%;
  z-index: 2;
}

h1 {
  font-weight: 600;
  font-size: 30px;
}

h2 {
  font-weight: 400;
  font-size: 20px;
}

h2.section-heading {
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 25px;
}

h3 {
  margin-bottom: 0;
}

p {
  margin: 0;
}

section {
  padding-bottom: 35px;
}

section.no-padding {
  padding-bottom: 0;
}

hr {
  margin-top: -15px;
  margin-bottom: 20px;
}

.row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.no-gutters>div {
  padding: 0 !important;
}

.row.half-gutters {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.row.half-gutters>div {
  padding: 0 8px !important;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.no-bold {
  font-weight: 400;
}

.strike {
  text-decoration: line-through;
}

.v-center {
  position: absolute;
  top: 25%;
}

.no-margin {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 42px;
  }
}

button,
.button {
  font-size: 14px;
  border-radius: 0;
  background-color: #0067b8;
  border: 1px solid #0067b8;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 300ms all ease;
}

@media only screen and (max-width: 575px) {

  button,
  .button {
    padding: 11px 23px;
  }
}

button:hover,
.button:hover {
  background-color: #fff;
  color: #0067b8;
}

button.rust,
.button.rust {
  background-color: #d83b01;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
}

button.rust:hover,
.button.rust:hover {
  background-color: rgb(165, 8, 0);
}

button.reverse,
.button.reverse {
  background-color: #fff;
  color: #0067b8;
}

button.reverse:hover,
.button.reverse:hover {
  background-color: #0067b8;
  color: #fff;
}

header {
  padding: 10px 0px;
}

header img {
  height: 25px;
  width: auto;
}

header .logos {
  padding-top: 15px;
}

@media screen and (max-width: 575px) {
  header .logos {
    padding-top: 12px;
  }
}

header .logos img:first-child {
  display: block;
  width: 143px;
  height: auto;
}

@media screen and (max-width: 575px) {
  header .logos img:first-child {
    display: block;
    width: 91px;
    height: auto;
  }
}

header .text-right img {
  width: 143px;
  height: 48px;
  margin: 5px 0;
}

@media screen and (max-width: 575px) {
  header .text-right img {
    display: block;
    width: 92px;
    height: auto;
    float: right;
  }
}

section.banner {
  background: url(../media/marquee-eos.jpg);
  background-size: cover;
  text-align: center;
  min-height: 461px;
  background-repeat: no-repeat;
}

@media (min-width: 576px) and (max-width: 768px) {
  section.banner {
    min-height: 600px;
  }
}

@media screen and (max-width: 575px) {
  section.banner {
    background-position-x: -150px;
  }
}

section.banner .v-center {
  width: calc(100% - 30px);
}

@media only screen and (max-width: 575px) {
  section.banner .v-center {
    display: none;
  }
}

section.banner .v-center br {
  display: none;
}

section.banner h1 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}

section.banner h2 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

section.banner a {
  margin-top: 20px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  section.banner {
    text-align: left;
  }

  section.banner .v-center {
    width: 50%;
    padding-left: 60px;
  }

  section.banner .v-center br {
    display: inline;
  }

  section.banner h1 {
    font-size: 46px;
    margin-top: 264px;
  }

  section.banner h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
  }
}


@media only screen and (min-width: 992px) {
  section.banner {
    height: 800px
  }
}

@media only screen and (min-width: 992px) {
  .mts-landing section.banner a {
    margin-top: 50px;
  }
}


@media only screen and (min-width: 768px) {
  section.banner-mobile {
    display: none;
  }
}

section.banner-mobile h1 {
  font-size: 28px;
  /* line-height: 38px; */
  color: #000000;
  text-align: center;
  font-weight: 600;
}

section.banner-mobile h2 {
  font-size: 20px;
  /* line-height: 38px; */
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 12px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

section.banner-mobile .btn-box {
  display: flex;
  justify-content: center;
}

article.background-grey {
  background-color: #f3f3f3;
}

section.general-text {
  text-align: center;
  padding: 60px 0;
}

section.general-text br {
  display: none;
}

@media only screen and (max-width: 575px) {
  section.general-text {
    padding-bottom: 36px;
  }

  section.general-text br {
    display: block;
  }

  section.general-text .container {
    display: flex;
    justify-content: center;
  }
}

section.general-text h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 850px;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  section.general-text h3 {
    font-size: 21px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) {

  section.general-text p,
  section.general-text span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {

  section.general-text p,
  section.general-text span {
    font-size: 23px;
  }
}

section.qualities .quality {
  text-align: center;
}

@media only screen and (max-width: 575px) {
  section.qualities .quality {
    margin-top: 56px;
  }
}

section.qualities .quality .icon {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 575px) {
  section.qualities .quality .icon {
    margin-bottom: 31px;
  }
}

section.qualities .quality h4 {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 576px) and (max-width:992px) {
  section.qualities .quality h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width:575px) {
  section.qualities .quality h4 {
    letter-spacing: -0.3px;
  }
}

section.qualities .quality .quality-content {
  height: 55px;
}

@media only screen and (max-width: 575px) {
  section.qualities .quality .quality-content {
    font-size: 15px;
    margin-bottom: 31px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

section.qualities .quality .arrow {
  height: 10px;
  width: 10px;
  border-right: 2px solid #d83b01;
  border-bottom: 2px solid #d83b01;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 992px) {
  section.qualities .quality .arrow {
    margin-top: 18px;
  }  
}

@media only screen and (min-width: 992px) {
  section.qualities {
    padding-bottom: 50px;
  }

  section.qualities .quality {
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  section.qualities {
    padding-bottom: 50px;
  }
  section.qualities .quality {
    width: 92%;
  }
}
@media only screen and (max-width: 575px) {
  section.content-left .box {
    text-align: center;
  }

  section.content-right .box {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }

  section.content-left .box .content,
  section.content-right .box .content {
    margin-top: 55px;
    margin-bottom: 41px;
  }

  section.content-left .box .box-img,
  section.content-right .box .box-img {
    padding: 0px;
  }
}



section.content-left .content .icon,
section.content-right .content .icon {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width:575px) {

  section.content-left .content .icon,
  section.content-right .content .icon {
    width: 46px;
    height: 48px;
    margin-bottom: 24px;
  }
}

section.content-left .content h3,
section.content-right .content h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width:575px) {

  section.content-left .content h3,
  section.content-right .content h3 {
    font-size: 21px;
    letter-spacing: -0.32px;
  }
}

section.content-left .content p,
section.content-right .content p {
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 575px) {

  section.content-left .content p,
  section.content-right .content p {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.23px;
  }
}

section.content-left .content ul,
section.content-right .content ul {
  margin: 0 0 0 20px;
  padding: 0 0 20px 0;
}

section.content-left .content ul li,
section.content-right .content ul li {
  margin: 0 0 16px 0;
  padding: 0;
}

@media only screen and (max-width: 575px) {

  section.content-left .content ul,
  section.content-right .content ul {
    list-style-position: inside;
    margin: 0px;
  }

  section.content-left .content ul li,
  section.content-right .content ul li {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.23px;
  }
}


@media only screen and (min-width: 992px) {
  section.content-left {
    padding-bottom: 80px;
  }

  section.content-right {
    padding-bottom: 80px;
  }

  section.content-left .content {
    width: 90%;
    margin-top: 100px;
  }

  section.content-right .content {
    width: 70%;
    margin: 100px auto 0 auto;
  }
}


section.section-heading h2 {
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

section.modern-devices {
  padding: 0;
  background: url(../media/modern-devices-laptop-bg.png) right 30px no-repeat;
  background-color: #f3f3f3;
  height: 410px;
  margin-bottom: 50px;
}

section.modern-devices .laptop-img {
  display: none;
}

@media (min-width: 576px) and (max-width:768px) {
  section.modern-devices {
    background: url(../media/modern-devices-laptop-bg.png) right 73px no-repeat;
    background-size: 377px auto;
  }
}

@media only screen and (max-width: 575px) {
  section.modern-devices {
    background: none;
    text-align: center;
    height: 565px;
    margin-bottom: 48px;
    background-color: #f3f3f3;
  }

  section.modern-devices .laptop-img {
    display: block;
    margin-bottom: 60px;
  }

  section.modern-devices h3 {
    margin: 40px auto 49px auto !important;
    font-size: 21px;
    line-height: 1.05;
    letter-spacing: -0.32px;
    font-weight: 600;
    width: 80%;
  }

  section.modern-devices p {
    margin-bottom: 51px;
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.23px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

p.sub {
  font-size: 0.8em;
  margin-top: 20px;
}

p.sub span {
  color: #0078d4;
  font-size: inherit;
}

@media only screen and (min-width: 576px) {
  section.modern-devices h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 850px;
    margin: 100px auto 0 auto;
  }

  section.modern-devices p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  /* p.sub {
    display: none;
  } */

  section.looking-for-more .container .content {
    text-align: center;
  }

  section.looking-for-more .content h3 {
    width: 90%;
  }

  section.looking-for-more .content p {
    width: 79%;
    margin-bottom: 52px;
  }

  section.looking-for-more .content .centered-box {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width:992px) {
  section.content-left .box,
  section.content-right .box {
    margin-top: 15px;
  }
}




.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.social span {
  /* font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, .6);
  padding-right: 12px;
  margin-top: 6px; */
  float: left;
  color: #000;
  font-size: 20px;
  padding-right: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 2px;
}

.social ul {
  padding: 0;
  list-style: none;
  float: left;
}

.social ul li {
  float: left;
}

.social ul li a {
  display: inline-block;
  margin-right: 12px;
}

footer {
  background-color: #f2f2f2;
  padding: 20px 0;
}

footer .container {
  position: relative;
}

footer h4 {
  font-weight: 600;
  font-size: 0.9em;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 10px;
}

footer ul li a {
  color: #787878;
  font-size: 0.8em;
}

@media (max-width: 991px) {
  footer .col-sm-4 {
      height: 323px;
  }
}