﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url(../fonts/fonts.css);
@keyframes headerfade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: slategray; }

::-webkit-scrollbar-track {
  background: #b8c0c8; }

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8; }

html, body {
  height: 100%;
  scroll-behavior: smooth; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html, body {
      font-size: 16px;
      font-weight: 400; } }

* {
  padding: 0px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  line-height: 100%;
  font-weight: normal;
  transition: all ease .5s; }

:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 2.5rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-family: 'Poppins', sans-serif; }

body {
  background: #fff !important; }

input[type="button"], input[type="submit"], .btn {
  display: inline-block;
  padding: 13px 22px;
  background: #fff;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 0px; }

a {
  display: inline-block;
  text-decoration: none;
  transition: all ease .5s; }
  a:hover {
    text-decoration: none;
    transition: all ease .5s; }
  a.btn {
    display: inline-block;
    background: #000;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    text-decoration: none;
    padding: 15px 30px; }
    a.btn:hover {
      background-color: #0070ba;
      color: #fff;
      text-decoration: none; }

input[type="text"], input[type="password"], textarea, select, input[type="email"], input[type="tel"], input[type="file"] {
  padding: 15px 10px;
  border-radius: 5px;
  line-height: 100%;
  border: 1px solid #868e96;
  background: #fff; }

/*header*/
header {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  z-index: 999;
  height: 112px; }
  header.sticky {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 999999;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px); }
    header.sticky .wrapper {
      height: 100px;
      background: none !important; }
  header .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden;
    height: 112px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (mmax-width: 1240px) {
      header .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      header .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    header .wrapper span.logo {
      width: 170px;
      height: 55px;
      background: url(../images/mmlogo.png) no-repeat 0% 50%;
      background-size: auto 100%;
      display: block; }
    header .wrapper nav ul {
      margin: 0px;
      padding: 0px;
      display: flex;
      align-items: center; }
      header .wrapper nav ul li {
        list-style: none; }
        header .wrapper nav ul li a {
          display: block;
          font-weight: 400;
          font-size: 14px;
          line-height: 22px;
          color: #143371;
          text-transform: capitalize;
          padding: 0px 10px 0px 10px;
          position: relative; }
          header .wrapper nav ul li a:hover {
            color: #0696cf; }
        header .wrapper nav ul li.active a {
          padding: 5px 10px;
          background: #5282df;
          color: #fff;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px; }
  @media screen and (max-width: 700px) {
    header {
      position: fixed;
      top: 0px;
      right: 0px;
      left: 0px;
      height: 60px;
      z-index: 9999; }
      header.sticky {
        height: 60px; }
        header.sticky .wrapper {
          height: 60px; }
      header .wrapper {
        height: 60px;
        position: relative; }
        header .wrapper span.logo {
          position: relative;
          left: 10px;
          width: 120px; }
        header .wrapper .toggler {
          position: absolute;
          top: calc(50% - 15px);
          right: 10px;
          width: 30px;
          height: 30px;
          background: url(../images/toggler.png) no-repeat 50% 50%;
          background-size: 26px auto; }
        header .wrapper nav.mainMenu {
          position: fixed;
          top: 60px;
          right: -300px;
          bottom: 0px;
          width: 300px;
          background: #143371;
          transition: all ease .5s;
          z-index: 9999;
          height: 100%; }
          header .wrapper nav.mainMenu.open {
            display: block;
            right: 0px;
            transition: all ease .5s;
            background: #143371;
            bottom: 0px;
            z-index: 9999;
            position: fixed; }
          header .wrapper nav.mainMenu ul {
            display: block;
            padding: 10px;
            background: #143371; }
            header .wrapper nav.mainMenu ul li {
              padding: 10px 0px 0px 20px; }
              header .wrapper nav.mainMenu ul li a {
                font-size: 14px;
                color: #fff;
                text-transform: uppercase; }
              header .wrapper nav.mainMenu ul li.active a {
                padding: 5px 10px;
                background: #d7e7f5;
                color: #143371; } }

main section.hero {
  background: url(../images/banner.png) no-repeat 100% 50%;
  background-size: cover;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 99; }
  main section.hero .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (mmax-width: 1240px) {
      main section.hero .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      main section.hero .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    main section.hero .wrapper h1 {
      color: #0098db;
      font-size: 20px;
      letter-spacing: 1.2px;
      margin: 0px 0px 10px 0px;
      text-transform: uppercase;
      font-weight: 700; }
    main section.hero .wrapper h2 {
      color: #35509f;
      font-size: 40px;
      letter-spacing: 1.2px;
      margin: 0px 0px 20px 0px;
      max-width: 50%;
      text-transform: capitalize;
      font-weight: 700; }
    main section.hero .wrapper p {
      font-size: 16px;
      line-height: 170%;
      max-width: 50%; }

main section.services {
  background: #d7e7f5;
  padding: 100px 0px; }
  main section.services .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden; }
    @media screen and (mmax-width: 1240px) {
      main section.services .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      main section.services .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    main section.services .wrapper h2 {
      text-align: center;
      font-size: 25px;
      color: #35509f;
      margin: 0px;
      padding: 0px 0px 30px 0px;
      font-weight: 600;
      text-transform: uppercase; }
    main section.services .wrapper ul {
      margin: 0px;
      padding: 0px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px; }
      @media screen and (max-width: 700px) {
        main section.services .wrapper ul {
          grid-template-columns: repeat(1, 1fr); } }
      main section.services .wrapper ul li {
        list-style: none;
        border: 1px solid #e1e8e9;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        padding: 20px 40% 20px 20px; }
        main section.services .wrapper ul li h3 {
          font-size: 18px;
          margin: 0px;
          padding: 0px 0px 20px 0px;
          color: #0098db;
          font-weight: 600; }
        main section.services .wrapper ul li p {
          font-size: 14px;
          line-height: 150%; }
        main section.services .wrapper ul li:nth-child(1) {
          background: #fff url(../images/hvac.jpg) no-repeat 98% 50%;
          background-size: 35% auto; }
        main section.services .wrapper ul li:nth-child(2) {
          background: #fff url(../images/verticalfarming.jpg) no-repeat 98% 50%;
          background-size: 35% auto; }
        main section.services .wrapper ul li:nth-child(3) {
          background: #fff url(../images/buildingmep.jpg) no-repeat 97% 50%;
          background-size: 32% auto; }
        main section.services .wrapper ul li:nth-child(4) {
          background: #fff url(../images/centrifuge.jpg) no-repeat 97% 50%;
          background-size: 32% auto; }
        main section.services .wrapper ul li a {
          display: inline-block;
          margin: 0px auto;
          padding: 10px 20px;
          font-size: 12px;
          background: #5282df;
          color: #fff;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px; }
        @media screen and (max-width: 700px) {
          main section.services .wrapper ul li {
            padding: 140px 20px 20px 20px; }
            main section.services .wrapper ul li:nth-child(1) {
              background: #fff url(../images/hvac.jpg) no-repeat 50% 20px;
              background-size: auto 80px; }
            main section.services .wrapper ul li:nth-child(2) {
              background: #fff url(../images/verticalfarming.jpg) no-repeat no-repeat 50% 20px;
              background-size: auto 80px; }
            main section.services .wrapper ul li:nth-child(3) {
              background: #fff url(../images/buildingmep.jpg) no-repeat no-repeat 50% 20px;
              background-size: auto 80px; }
            main section.services .wrapper ul li:nth-child(4) {
              background: #fff url(../images/centrifuge.jpg) no-repeat no-repeat 50% 20px;
              background-size: auto 80px; } }

main section.about {
  padding: 100px 0px; }
  main section.about .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden;
    background: url(../images/aboutus.jpg) no-repeat 100% 50%;
    background-size: 45% auto; }
    @media screen and (mmax-width: 1240px) {
      main section.about .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      main section.about .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    main section.about .wrapper h2 {
      text-align: left;
      font-size: 25px;
      color: #35509f;
      margin: 0px;
      padding: 0px 0px 30px 0px;
      font-weight: 600;
      text-transform: uppercase; }
    main section.about .wrapper p {
      padding: 0px 50% 0px 0px;
      font-size: 15px;
      line-height: 170%;
      color: #13577e; }
    @media screen and (max-width: 700px) {
      main section.about .wrapper {
        background: url(../images/aboutus.jpg) no-repeat 50% 50px;
        background-size: auto 150px; }
        main section.about .wrapper p {
          padding: 200px 0px 0px 0px; } }

main section.generalservices {
  padding: 100px 0px;
  background: url(../images/servicebg.jpg) no-repeat 50% 50%;
  background-size: cover; }
  main section.generalservices .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden; }
    @media screen and (mmax-width: 1240px) {
      main section.generalservices .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      main section.generalservices .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    main section.generalservices .wrapper h2 {
      text-align: center;
      font-size: 25px;
      color: #35509f;
      margin: 0px;
      padding: 0px 0px 30px 0px;
      font-weight: 600;
      text-transform: capitalize; }
    main section.generalservices .wrapper p {
      text-align: center;
      font-size: 16px;
      line-height: 160%;
      max-width: 80%;
      margin: 0px auto; }
      main section.generalservices .wrapper p.btns {
        display: flex;
        justify-content: center;
        align-items: center; }
        main section.generalservices .wrapper p.btns a {
          display: block;
          background: #fff;
          border: 1px solid #d7e7f5;
          color: #0098db;
          font-size: 14px;
          padding: 10px 20px;
          border-radius: 6px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px; }
    main section.generalservices .wrapper ul {
      margin: 0px;
      padding: 40px 0px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; }
      @media screen and (max-width: 700px) {
        main section.generalservices .wrapper ul {
          grid-template-columns: repeat(1, 1fr); } }
      main section.generalservices .wrapper ul li {
        list-style: none;
        padding: 150px 20px 20px 20px;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px; }
        main section.generalservices .wrapper ul li h3 {
          font-size: 17px;
          text-align: center;
          color: #35509f;
          margin: 0px;
          padding: 0px 0px 20px 0px;
          text-transform: capitalize;
          font-weight: 600; }
        main section.generalservices .wrapper ul li:nth-child(1) {
          background: #fff url(../images/ducting.png) no-repeat 50% 50px;
          background-size: 60px auto; }
        main section.generalservices .wrapper ul li:nth-child(2) {
          background: #fff url(../images/cctv.png) no-repeat 50% 50px;
          background-size: 60px auto; }
        main section.generalservices .wrapper ul li:nth-child(3) {
          background: #fff url(../images/generator.png) no-repeat 50% 50px;
          background-size: 60px auto; }
        main section.generalservices .wrapper ul li:nth-child(4) {
          background: #fff url(../images/lowvoltage.png) no-repeat 50% 50px;
          background-size: 60px auto; }
        main section.generalservices .wrapper ul li:nth-child(5) {
          background: #fff url(../images/automation.png) no-repeat 50% 50px;
          background-size: 60px auto; }
        main section.generalservices .wrapper ul li:nth-child(6) {
          background: #fff url(../images/construction.png) no-repeat 50% 50px;
          background-size: 60px auto; }

main section.talktoexpert {
  padding: 100px 0px;
  background: url(../images/techno.jpg) no-repeat 50% 50%;
  background-size: cover; }
  main section.talktoexpert .wrapper {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    main section.talktoexpert .wrapper h2 {
      font-size: 60px;
      font-weight: 700;
      color: #fff;
      margin: 0px 0px 10px 0px;
      text-shadow: 0px 2px 0px #000;
      max-width: 800px;
      text-align: center;
      line-height: 150%; }
      @media screen and (max-width: 700px) {
        main section.talktoexpert .wrapper h2 {
          font-size: 30px; } }
    main section.talktoexpert .wrapper p {
      color: #fff;
      font-size: 20px;
      text-shadow: 0px 2px 0px #000;
      max-width: 800px;
      text-align: center;
      line-height: 150%;
      margin: 0px 0px 20px 0px; }
      main section.talktoexpert .wrapper p a {
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        background: #fff;
        padding: 20px 30px;
        color: #0098db;
        font-weight: 600;
        text-shadow: none; }

main section.partners {
  background: #5282df url(../images/partnerbg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 30px; }
  main section.partners .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center; }
    @media screen and (mmax-width: 1240px) {
      main section.partners .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      main section.partners .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    main section.partners .wrapper h2 {
      text-align: center;
      font-size: 30px;
      color: #35509f;
      text-shadow: 0px 3px 0px #fff;
      margin: 0px;
      padding: 0px 0px 30px 0px;
      font-weight: 600;
      text-transform: capitalize; }
    main section.partners .wrapper ul {
      max-width: 800px;
      margin: 0px auto;
      padding: 20px 0px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; }
      @media screen and (max-width: 700px) {
        main section.partners .wrapper ul {
          grid-template-columns: repeat(1, 1fr); } }
      main section.partners .wrapper ul li {
        list-style: none;
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        display: flex;
        justify-content: center;
        align-items: center; }
        main section.partners .wrapper ul li img {
          width: calc(100% - 40px); }

main section.subbanner {
  background: #d7e7f5 url(../images/subbanner.png) no-repeat 50% 50%;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; }
  main section.subbanner h1 {
    color: #fff;
    text-shadow: 0px 2px 0px #000;
    font-size: 30px;
    letter-spacing: 1.2px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: 700; }

main section.subMain {
  padding: 50px 0px; }
  main section.subMain .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden; }
    @media screen and (mmax-width: 1240px) {
      main section.subMain .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      main section.subMain .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    main section.subMain .wrapper p {
      font-size: 16px;
      line-height: 160%;
      margin: 0px 0px 20px 0px;
      padding: 0px; }
    main section.subMain .wrapper ul {
      margin: 0px;
      padding: 0px; }
      main section.subMain .wrapper ul.partbox {
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        @media screen and (max-width: 700px) {
          main section.subMain .wrapper ul.partbox {
            display: block; } }
        main section.subMain .wrapper ul.partbox > li {
          list-style: none; }
          main section.subMain .wrapper ul.partbox > li:nth-child(1) {
            width: 65%;
            padding: 0px 50px 50px 0px; }
            main section.subMain .wrapper ul.partbox > li:nth-child(1) > h2 {
              font-size: 18px;
              line-height: 160%;
              margin: 0px 0px 10px 0px;
              padding: 5px 20px;
              color: #fff;
              display: inline-block;
              background: #13577e;
              border-radius: 30px;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              min-width: 50%; }
            main section.subMain .wrapper ul.partbox > li:nth-child(1) h4 {
              font-size: 17px;
              line-height: 160%;
              margin: 0px 0px 10px 0px;
              padding: 0px;
              color: #0a3a9d; }
            main section.subMain .wrapper ul.partbox > li:nth-child(1) > ul li {
              list-style: none;
              margin: 0px 0px 20px 0px; }
              main section.subMain .wrapper ul.partbox > li:nth-child(1) > ul li h2 {
                font-size: 20px;
                line-height: 160%;
                margin: 0px 0px 10px 0px;
                padding: 0px;
                color: #4d84f4; }
            main section.subMain .wrapper ul.partbox > li:nth-child(1) > ul.sublist {
              display: grid;
              grid-template-columns: repeat(1, 1fr);
              grid-gap: 0px; }
              main section.subMain .wrapper ul.partbox > li:nth-child(1) > ul.sublist li h3 {
                font-size: 20px;
                line-height: 160%;
                margin: 0px 0px 10px 0px;
                padding: 0px;
                color: #4d84f4; }
              main section.subMain .wrapper ul.partbox > li:nth-child(1) > ul.sublist li p {
                margin: 0px; }
          main section.subMain .wrapper ul.partbox > li:nth-child(2) {
            width: 35%;
            padding: 30px; }
            main section.subMain .wrapper ul.partbox > li:nth-child(2) > ul {
              margin: 0px;
              padding: 0px; }
              main section.subMain .wrapper ul.partbox > li:nth-child(2) > ul li {
                list-style: none;
                background: #fff;
                border-radius: 10px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                padding: 30px;
                margin: 0px 0px 30px 0px;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
                -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
                -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
                main section.subMain .wrapper ul.partbox > li:nth-child(2) > ul li span {
                  display: block;
                  text-align: center;
                  margin: 0px 0px 20px 0px; }
                  main section.subMain .wrapper ul.partbox > li:nth-child(2) > ul li span img {
                    max-height: 100px; }
                main section.subMain .wrapper ul.partbox > li:nth-child(2) > ul li h3 {
                  font-size: 18px;
                  line-height: 160%;
                  margin: 0px 0px 10px 0px;
                  padding: 0px;
                  color: #13577e;
                  text-transform: capitalize; }
                main section.subMain .wrapper ul.partbox > li:nth-child(2) > ul li a {
                  display: inline-block;
                  margin: 0px auto;
                  padding: 10px 20px;
                  font-size: 12px;
                  background: #5282df;
                  color: #fff;
                  border-radius: 20px;
                  -webkit-border-radius: 20px;
                  -moz-border-radius: 20px; }
          @media screen and (max-width: 700px) {
            main section.subMain .wrapper ul.partbox > li:nth-child(1), main section.subMain .wrapper ul.partbox > li:nth-child(2) {
              width: 100%;
              padding: 0px; } }

@media screen and (max-width: 700px) {
  main {
    padding: 100px 0px 0px 0px; }
    main section .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

footer {
  background: #13577e;
  padding: 120px 0px 20px 0px; }
  footer .wrapper {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden; }
    @media screen and (mmax-width: 1240px) {
      footer .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (mmax-width: 700px) {
      footer .wrapper {
        padding-left: 0px;
        padding-right: 0px; } }
    footer .wrapper ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px;
      padding: 0px; }
      footer .wrapper ul li {
        list-style: none; }
        footer .wrapper ul li span.logo {
          margin: 0px 0px 15px 0px;
          display: block; }
          footer .wrapper ul li span.logo img {
            max-width: 160px; }
        footer .wrapper ul li h3 {
          font-size: 18px;
          font-weight: 600;
          color: #fff;
          margin: 0px 0px 10px 0px; }
        footer .wrapper ul li p {
          font-weight: 500;
          font-size: 15px;
          line-height: 160%;
          color: #fff; }
          footer .wrapper ul li p a {
            display: block;
            font-size: 15px;
            line-height: 22px;
            color: #fff;
            margin: 0px 0px 10px 0px; }
            footer .wrapper ul li p a:hover {
              color: #35509f; }
          footer .wrapper ul li p.links a {
            display: inline-block; }
    footer .wrapper p.copy {
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      color: #fff;
      margin: 0px;
      padding: 50px 0px 0px 0px; }
      footer .wrapper p.copy a {
        margin: 0px 0px 0px 40px;
        color: #fff;
        display: none; }
  @media screen and (max-width: 700px) {
    footer {
      padding: 20px; }
      footer .wrapper ul {
        padding: 0px;
        display: block; } }

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }
