body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

section .full-length-border {
  width: 100%;
  height: 7px;
  background-color: #000099;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}

section #main {
  width: 100%;
  height: 600px;
  background: url("../images/locks_electronic/main.jpg") no-repeat top/cover;
}

section #main a {
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 7px;
  font-size: 20px;
  border: 2px solid white;

  text-shadow: -1px -1px 0 #000099, 1px -1px 0 #000099, -1px 1px 0 #000099,
    1px 1px 0 #000099;

  background-color: rgb(49, 86, 134, 0.7);
}

section #main a:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #main #main-title {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background-color: rgb(139, 147, 158, 0.8);
  margin-top: 260px;
}

section #main h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 80px;
  text-shadow: -1.5px -1.5px 0 black, 1.5px -1.5px 0 black, -1.5px 1.5px 0 black,
    1.5px 1.5px 0 black;
  text-align: center;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

section .change-bg {
  background-color: whitesmoke;
}

section .container .left-col .insert-border {
  border-right: 0.7px solid lightgray;
}

section .container .left-col #audit-video {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  height: 375px;
}

section .container .left-col h2 {
  text-align: center;
  font-size: 40px;
  margin-top: 5px !important;
  font-weight: 300 !important;
  color: #000000;
  font-family: "Opens Sans", sans-serif;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 #000000,
    1px 1px #000000 !important;
  border-bottom: 0.7px solid lightgray;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

section .container .left-col img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

section .container .left-col .align-center img {
  width: 90%;
}

section .container .left-col .numbered-stuff span {
  font-weight: bold;
  font-size: 20px;
}

section .container #special-images img {
  border-radius: 0px;
  box-shadow: 0.5px 1px 4px 3px rgb(175, 174, 174);
}

section .container #special-images p {
  text-align: center;
  font-weight: bold;
}

section .container .right-col img {
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0.5px 1px 4px 3px rgb(175, 174, 174);
  border-radius: 3px;
  border: solid white 1px;

  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

section .container .right-col a {
  text-decoration: none !important;
}

section .container .right-col img:hover {
  box-shadow: 1px 1px 5px 4px lightyellow;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

section .container .right-col a h4 {
  font-size: 15px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
    -0.5px 0.5px 0 black, 0.5px 0.5px 0 black !important;
  color: black;
  margin-bottom: 20px;
}

section .container .right-col a h4:hover {
  text-shadow: -1px 1px 0 lightyellow, 1px 1px 0 lightyellow !important;
}

section .container .left-col p,
section .container .left-col span {
  font-family: "Gruppo", cursive !important;
  font-size: 20px !important;
}

section .container .left-col .quote-text {
  text-align: right;
  font-style: italic;
}

section .container .left-col .link-in-parag {
  text-decoration: none;
}

section .container .left-col .parag-heading {
  text-align: center;
  font-weight: bold;
}

section .container .left-col .filler-div img {
  width: 15%;
}

section .container .left-col {
  background-color: white;
  border: 0.7px solid lightgray;
}

section .container .right-col h3 {
  border-bottom: 0.5px solid gray;
  font-size: 25px;
  text-align: center;
  color: #000000;
  font-family: "Gruppo", cursive;

  padding-bottom: 5px;
  margin-bottom: 15px;

  text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
    -0.5px 0.5px 0 black, 0.5px 0.5px 0 black !important;
}

section .container .left-col .parag-border {
  border-bottom: 0.5px solid lightgray;
  padding-bottom: 10px;
}

section .container .left-col .special-border {
  border-bottom: 0.7px solid lightgray;
  margin-top: 20px;
  /*padding-bottom: 7px;*/
}

@media (min-width: 1280px) {
  section #main h1 {
    font-size: 5.5vw;
  }
}

@media (max-width: 1200px) {
  section #main {
    height: 570px;
  }
  section #main #main-title {
    margin-top: 260px;
  }

  section #main h1 {
    font-size: 80px;
  }

  section .container .right-col h3 {
    font-size: 19px;
  }

  section .container .right-col h4 {
    font-size: 12px !important;
  }
}

@media (max-width: 992px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 150px;
  }

  section #main h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 160px;
  }

  section #main h1 {
    font-size: 61.5px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
  }
  section .container .right-col h3 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  section #main {
    height: 84vw;
  }

  #main-heading p {
    text-align: left;
  }

  section #main #main-title {
    margin-top: 27vw;
    background-color: rgb(139, 147, 158, 0.9);
  }

  section #main h1 {
    font-size: 13vw;
  }

  section #main a {
    padding: 5px;
    font-size: 15px;
    border: 2px solid white;

    text-shadow: -0.2px -0.2px 0 lightyellow, 0.2px -0.2px 0 lightyellow,
      -0.2px 0.2px 0 #000099, 0.2px 0.2px 0 #000099;

    background-color: rgb(49, 86, 134, 0.7);
  }

  section .container .left-col .filler-div img {
    width: 40%;
  }

  section .container .left-col h2 {
    border-bottom: 0.7px solid gray;
    margin-bottom: 20px !important;
    font-size: 11vw;
  }

  section .container .left-col img {
    width: 90%;
    margin-bottom: 10px;
  }

  section .container .left-col .special-margin {
    margin-top: -30px;
  }

  section .container .left-col .after-img {
    margin-top: 15px;
  }

  section .container .left-col .insert-border {
    border-right: 0px solid lightgray;
  }

  section .change-bg .container {
    padding-top: 0px !important;
  }

  section .change-bg .container {
    padding-bottom: 0px !important;
  }

  section .container .right-col h3 {
    font-size: 25px;
  }

  section .container .right-col h4 {
    font-size: 15px !important;
  }

  section .container .left-col .parag-heading {
    font-size: 6vw;
  }

  section .container .left-col #audit-video {
    width: 100%;
    height: 300px;
  }
}

/*------------------End of Carousel-------------------*/

section #contact-form h3 {
  color: white;
  text-shadow: 2px 2px black;
  padding-bottom: 13.5px;
  border-bottom: 1px solid white;
}

section #contact-form {
  padding-top: 20px;
  padding-bottom: 7px !important;
  background-color: lightgray;
}

section #contact-form .control-label {
  font-family: "Roboto", sans-serif;
  text-shadow: 0.5px 0.5px #000099;
}

section #contact-form .control-label span {
  color: red;
}

section #contact-form .form-control {
  border: 1px solid lightyellow;
  box-shadow: 0.1px 0.1px 5px 0.2px rgb(236, 236, 109);
}

section #contact-form #top-form-section {
  padding-top: 10px;
}

section #contact-form {
  padding-bottom: 13px;
}

section #contact-form button {
  font-size: 20px;
  border: 2px solid #b8b8b8;
  border-radius: 2px;
  color: #ebebeb;
  font-weight: bold;
  background-color: #000099;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-shadow: none;
}

section #contact-form button:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #social-media {
  margin-bottom: 25px !important;
}

section #social-media #facebook i {
  color: darkblue;
}

section #social-media #youtube i {
  color: darkred;
}

section #social-media #instagram i {
  color: darkviolet;
}

section #social-media i:hover,
section #bbb img:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
}

section #call-us {
  margin-top: 25px;
}

section #call-us a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: black;
  font-size: 20px;
  text-shadow: 0.5px 0.5px #000099;
}

section #call-us a:hover {
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 lightyellow, 1px 1px 0 lightyellow;
}
