@import url('https://fonts.googleapis.com/css?family=Markazi+Text:400,500,600,700&amp;subset=arabic');
html,
body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Markazi Text', serif;
  font-weight: 400;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
a,
.link {
  color: #428bca;
}
a:hover {
  color: #3071a9;
}
h2 {
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
}
@media (max-width: 768px) {
  h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
  }
}
.ln-root-body {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  /* Header Section */
  /* Section */
  /* Footer */
}
.ln-root-body header {
  padding: 30px 0;
  display: flex;
}
@media (max-width: 768px) {
  .ln-root-body header {
    padding: 0 0 10px 0;
    display: block;
    position: relative;
    width: 80%;
    margin: auto;
  }
}
.ln-root-body header .element-logo {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
@media (max-width: 768px) {
  .ln-root-body header .element-logo {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}
.ln-root-body header .element-logo .attrib-title {
  font-size: 56px;
  line-height: 56px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ln-root-body header .element-logo .attrib-title {
    text-align: center;
  }
}
.ln-root-body header .element-logo .attrib-logo {
  background-image: url('http://www.suntronelectronics.com/wp-content/themes/suntron/images/logo.png');
  display: block;
  width: 177px;
  height: 86px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .ln-root-body header .element-logo .attrib-logo {
    text-align: center;
    margin: auto;
  }
}
.ln-root-body header .element-title {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 768px) {
  .ln-root-body header .element-title {
    max-width: 100%;
    width: 100%;
    margin: 40px 0 20px 0;
  }
}
.ln-root-body header .element-title .attrib-title {
  font-size: 42px;
  line-height: 42px;
  margin: 0 0 15px 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ln-root-body header .element-title .attrib-title {
    font-size: 42px;
    line-height: 42px;
    font-size: 9.6vw;
    line-height: 9vw;
    text-align: center;
  }
}
.ln-root-body header .element-title .attrib-sub-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ln-root-body header .element-title .attrib-sub-title {
    font-size: 32px;
    font-size: 7.5vw;
    line-height: 7.5vw;
    text-align: center;
  }
}
.ln-root-body section {
  /* Banner */
  /* Form */
  /* Products */
  /* Video */
}
.ln-root-body section article.element-banner {
  height: auto;
}
.ln-root-body section article.element-banner img {
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-banner img {
    object-fit: contain;
    min-height: 100%;
  }
}
.ln-root-body section article.element-form {
  background-color: #ffffff;
  height: auto;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-form {
    margin: 0;
  }
}
.ln-root-body section article.element-form h2.attrib-title {
  color: #0065BD;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-form h2.attrib-title {
    width: 80%;
    margin: auto;
  }
}
.ln-root-body section article.element-form h2.attrib-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  border: 3px solid #939090;
  width: 10%;
  right: 30%;
  left: 30%;
  margin: auto;
}
.ln-root-body section article.element-form .response {
  color: red;
  margin: 20px 0;
  padding: 0 20px;
  display: none;
}
.ln-root-body section article.element-form .response .errormsg {
  background-color: #ef333a;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 22px;
  text-align: center;
}
.ln-root-body section article.element-form .form-wrap {
  position: relative;
  padding: 40px 20px;
}
.ln-root-body section article.element-form .form-wrap .form-group {
  display: inline-block;
  width: 33%;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-form .form-wrap .form-group {
    display: block;
    width: 100%;
  }
}
.ln-root-body section article.element-form .form-wrap .form-group .form-label {
  font-size: 26px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}
.ln-root-body section article.element-form .form-wrap .form-group .form-input {
  width: 90%;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-form .form-wrap .form-group .form-input {
    width: 100%;
  }
}
.ln-root-body section article.element-form .form-wrap .form-group .form-input input[type="text"],
.ln-root-body section article.element-form .form-wrap .form-group .form-input input[type="email"] {
  font-size: 24px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #0065BD;
  margin: 5px 0;
  outline: none;
  text-align: left;
  direction: ltr;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-form .form-wrap .form-group .form-input input[type="text"],
  .ln-root-body section article.element-form .form-wrap .form-group .form-input input[type="email"] {
    width: 93%;
  }
}
.ln-root-body section article.element-form .form-wrap .form-group .form-input select {
  font-size: 24px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #0065BD;
  margin: 5px 0;
  outline: none;
  text-align: left;
  direction: ltr;
  cursor: pointer;
}
.ln-root-body section article.element-form .form-wrap .form-group .form-input input[type="text"].error,
.ln-root-body section article.element-form .form-wrap .form-group .form-input input[type="email"].error,
.ln-root-body section article.element-form .form-wrap .form-group .form-input select.error {
  border: 1px solid  #ef333a;
}
.ln-root-body section article.element-form .form-wrap .form-group .form-input label.error {
  display: none !important;
}
.ln-root-body section article.element-form .form-wrap .form-group .form-btn input[type="submit"] {
  background-color: #0065BD;
  padding: 6px 60px;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  display: block;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-form .form-wrap .form-group .form-btn input[type="submit"] {
    margin: 20px 0;
    width: 100%;
    padding: 10px 60px;
  }
}
.ln-root-body section article.element-products {
  margin: 20px 0 0 0;
}
.ln-root-body section article.element-products .element-product {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product {
    height: auto;
  }
}
.ln-root-body section article.element-products .element-product h2.attrib-title {
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product h2.attrib-title {
    position: relative;
    margin: 20px auto 30px auto;
  }
}
.ln-root-body section article.element-products .element-product .pos-1 {
  right: 20%;
  top: 30%;
  bottom: 30%;
  width: 45%;
  color: #0065BD;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product .pos-1 {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    text-align: center;
    color: #FFFFFF;
  }
}
.ln-root-body section article.element-products .element-product .pos-2 {
  right: 5%;
  top: 30%;
  bottom: 30%;
  width: 45%;
  color: #0065BD;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product .pos-2 {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    text-align: center;
    color: #ffffff;
  }
}
.ln-root-body section article.element-products .element-product .pos-3 {
  right: 5%;
  top: 30%;
  bottom: 30%;
  width: 60%;
  color: #0065BD;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product .pos-3 {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    text-align: center;
    color: #ffffff;
  }
}
.ln-root-body section article.element-products .element-product .pos-4 {
  right: 30%;
  top: 15%;
  bottom: 30%;
  width: 60%;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product .pos-4 {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    text-align: center;
  }
}
.ln-root-body section article.element-products .element-product .attrib-bg {
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product .attrib-bg {
    position: relative;
    margin: auto;
  }
}
.ln-root-body section article.element-products .element-product .attrib-bg img {
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product .attrib-bg img {
    width: 80%;
    min-height: 100%;
    object-fit: contain;
  }
}
.ln-root-body section article.element-products .element-product-content {
  display: block;
  margin: 10px auto;
  width: 100%;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product-content {
    width: 80%;
    margin: 10px auto 40px auto;
    padding: 0 0 10px 0;
    border-bottom: 10px solid #ffffff;
  }
}
.ln-root-body section article.element-products .element-product-content .element-specs {
  display: flex;
  margin: 10px auto;
  width: 60%;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product-content .element-specs {
    display: block;
    width: 100%;
  }
}
.ln-root-body section article.element-products .element-product-content .element-specs .attrib-specs {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  min-height: 140px;
  height: auto;
  padding: 0 15px;
  color: #939090;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product-content .element-specs .attrib-specs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: auto;
  }
  .ln-root-body section article.element-products .element-product-content .element-specs .attrib-specs ul {
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 30px;
  }
}
.ln-root-body section article.element-products .element-product-content .element-specs .attrib-specs:last-child {
  border-right: 3px solid #FFF;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-products .element-product-content .element-specs .attrib-specs:last-child {
    border-right: none;
  }
}
.ln-root-body section article.element-video {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-video {
    width: 80%;
    margin: 40px auto 10px auto;
    padding: 0;
    border-top: 10px solid #ffffff;
  }
}
.ln-root-body section article.element-video h2 {
  text-align: center;
  margin: 30px 0 40px 0;
}
.ln-root-body section article.element-video .attrib-video {
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  .ln-root-body section article.element-video .attrib-video {
    width: 100%;
  }
}
.ln-root-body section article.element-video .attrib-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.ln-root-body section article.element-video .attrib-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ln-root-body section article.element-thankyou {
  background-color: #ffffff;
  color: #0065BD;
  padding: 40px 20px;
  margin: auto;
}
.ln-root-body section article.element-thankyou h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin: 5px 0 20px 0;
  padding: 0;
}
.ln-root-body section article.element-thankyou p {
  margin: 0;
  padding: 0;
  line-height: 26px;
}
.ln-root-body footer .element-calltoaction {
  background-color: #ffffff;
  height: auto;
  margin: 20px 0 0 0;
  padding: 20px 0;
  display: flex;
}
@media (max-width: 768px) {
  .ln-root-body footer .element-calltoaction {
    display: block;
    width: 100%;
  }
}
.ln-root-body footer .element-calltoaction .attrib-title {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 42px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0 30px 0;
  color: #000;
}
@media (max-width: 768px) {
  .ln-root-body footer .element-calltoaction .attrib-title {
    font-size: 42px;
    line-height: 45px;
    font-size: 9vw;
    line-height: 9vw;
    text-align: center;
    margin: auto;
    width: 100%;
  }
}
.ln-root-body footer .element-calltoaction .attrib-btn {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .ln-root-body footer .element-calltoaction .attrib-btn {
    margin: auto;
    width: 100%;
  }
}
.ln-root-body footer .element-calltoaction .attrib-btn .btn {
  background-color: #0065BD;
  padding: 15px 50px;
  color: #FFF;
  font-size: 42px;
  line-height: 42px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  margin: 30px 0 30px 0;
  display: block;
  width: 200px;
}
@media (max-width: 768px) {
  .ln-root-body footer .element-calltoaction .attrib-btn .btn {
    width: auto;
    padding: 15px 20px;
    font-size: 42px;
    text-align: center;
  }
}
