body {
  background: url(../assets/bg.jpeg) no-repeat center center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

.watermark::before,
.watermark::after {
  opacity: 0.2;
}

.container {
  width: 100%;
  background-color: rgb(255 255 255 / 70%);
  padding:20px 0 0 0;
}

footer {
  width: 100%;
  background-color: rgb(255 255 255 / 70%);
  display: flex;
  padding-top:30px;
}

.logo {
  padding: 2% 0;
  background-color: rgb(255 255 255 / 70%);
}
.logo-img {
  width: 26%;
}
.master-logo {
  background-color: #2c3d4d;
}
.master-logo h6 {
  display: inline;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}
.master-logo-img {
  width: 16%;
  padding: 15px 0;
}
.heading h1{
    background: #4F80B9;
    padding: 20px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
}
.banner {
  background-image: url(../assets/banner.jpeg);
  background-size: cover;
  /* background-attachment: fixed; */
  width: 100%;
  background-size: 100%;
  height: 470px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  display: inline-block;
}
.banner h1 {
  color: #fff;
  position: relative;
  top: 37%;
  left: 12%;
  max-width: 31%;
}
.heading {
  text-align: center;
}
.heading p {
  font-size: 25px;
}
.google-icon {
  background-color: #4087f4;
  padding: 0;
  border-radius: 7px;
  margin: 4% 8%;
}
.google-icon img {
  width: 65%;
  display: inline;
  background-color: #fff;
  position: relative;
  left: 27px;
  top: 3px;

  /* width: 47%;
  left: 50px;
  top: 6px; */
}
.google-icon p {
  width: 20%;
  display: inline;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 18px;
  left: 15px;
}

.facebook-icon {
  background-color: #072b95;
  padding: 0;
  border-radius: 7px;
  margin: 4% 8%;
}
.facebook-icon img {
  width: 65%;
  display: inline;
  background-color: #fff;
  position: relative;
  left: 27px;
  top: 3px;
}
.facebook-icon p {
  width: 20%;
  display: inline;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 18px;
  left: 15px;
}

.website-icon {
  background-color: #072b95;
  padding: 0;
  border-radius: 7px;
  margin: 4% 8%;
  height: 100px;
}
.website-icon img {
  width: 85%;
  height: 58px;
  display: inline;
  background-color: #fff;
  position: relative;
  left: 10px;
  top: 17px;
}
.website-icon p {
  width: 20%;
  display: inline;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 18px;
  left: 15px;
}

.linkedin-icon {
  background-color: #137cbb;
  padding: 0;
  border-radius: 7px;
  margin: 4% 0% 4% 34%;
  height: 100px;
}
.linkedin-icon img {
  /* width: 85%; */
  height: 58px;
  display: inline;
  background-color: #fff;
  position: relative;
  left: 43px;
  top: 17px;
}
.linkedin-icon p {
  width: 20%;
  display: inline;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 18px;
  left: 15px;
}

.insta-icon {
  background-color: #e10095;
  padding: 0;
  border-radius: 7px;
  margin: 4% 8%;
  height: 100px;
}
.insta-icon img {
  width: 85%;
  height: 58px;
  display: inline;
  background-color: #fff;
  position: relative;
  left: 10px;
  top: 17px;
}
.insta-icon p {
  width: 20%;
  display: inline;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 18px;
  left: 15px;
}

.div-img {
  float: left;
  width: 30%;
  height: 100px;
  background: #fff;
  border-radius: 7% 0 0 7%;
}
.div-p {
  float: left;
  width: 54%;
  text-align: center;
}
.systech-logo {
  margin: 0 auto;
  text-align: center;
}
.systech-logo img {
  width: 40%;
}

/* Extra small device (phones, 600px and down) */
@media screen and (max-width: 600px) {
  .logo-img {
    width: 50%;
  }
  .master-logo-img {
    width: 41%;
    padding: 15px 0;
  }
  .banner {
    height: 230px;
    background-size: cover !important;
  }
  .banner h1 {
    font-size: 24px;
    max-width: 64%;
    top: 30%;
    left: 10%;
    text-shadow: 1px 1px 1px #000;
  }
  .heading h2 {
    font-size: 20px;
    font-weight: bold;
  }
  .heading p {
    font-size: 17px;
  }

  .google-icon {
    margin: 4% 1%;
    width: 47%;
    height: 80px;
    display: inline-block;
  }
  .google-icon p {
    font-size: 12px;
    top: 7px;
  }
  .google-icon img {
    left: 9px;
    top: 18px;
  }

  .facebook-icon {
    margin: 4% 1%;
    width: 47%;
    height: 80px;
    display: inline-block;
  }
  .facebook-icon p {
    font-size: 12px;
    top: 7px;
  }
  .facebook-icon img {
    left: 9px;
    top: 18px;
  }

  .website-icon {
    margin: 4% 1%;
    width: 47%;
    height: 80px;
    display: inline-block;
  }
  .website-icon p {
    font-size: 12px;
    top: 16px;
  }
  .website-icon img {
    left: 9px;
    top: 25px;
    width: 68%;
    height: 30px;
  }

  .insta-icon {
    margin: 4% 1%;
    width: 47%;
    height: 80px;
    display: inline-block;
  }
  .insta-icon p {
    font-size: 12px;
    top: 16px;
  }
  .insta-icon img {
    left: 9px;
    top: 11px;
    width: 72%;
  }

  .linkedin-icon {
    margin: 5% 25%; /*4% 0% 4% 22%;*/
    width: 50%;
    height: 80px;
    display: inline-block;
  }
  .linkedin-icon p {
    font-size: 12px;
    top: 16px;
  }
  .linkedin-icon img {
    left: 9px;
    top: 21px;
    width: 68%;
    height: 47%;
  }

  .div-img {
    width: 30%;
    height: 80px;
  }
}

/* @media screen and (min-width: 768px) { */
@media only screen and (min-width: 1024px) {
  .google-icon img {
    width: 61%;
    left: 30px !important;
    top: 6px !important;
  }

  .facebook-icon img {
    width: 61%;
    left: 30px !important;
    top: 6px !important;
  }

  .linkedin-icon img {
    left: 34px !important;
    top: 12px !important;
    width: 52%;
    height: auto;
  }

  .insta-icon img {
    /* left: 51px !important;
    top: 13px !important;
    width: 42%;
    height: auto; */
    width: 50%;
    left: 36px !important;
    top: 13px !important;
    height: auto;
  }
}
/* Media devices (landscape tablets, 768px and up) */
/* @media screen and (min-width: 768px) { */
/* @media screen and (min-width: 600px) { */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .banner h1 {
    max-width: 52%;
  }
  .google-icon {
    width: 42%;
    margin: 4% 4%;
    display: inline-block;
  }
  .google-icon img {
    /* left: 15px;
    top: 20px; */
    left: 21px !important;
    top: 20px !important;
    width: 61%;
  }
  .google-icon p {
    font-size: 17px;
    top: 23px;
  }

  .facebook-icon {
    width: 42%;
    margin: 4% 4%;
    display: inline-block;
  }
  .facebook-icon img {
    /* left: 15px;
    top: 20px; */
    left: 21px !important;
    top: 20px !important;
    width: 61%;
  }
  .facebook-icon p {
    font-size: 16px;
    top: 26px;
    left: 24px;
  }

  .website-icon {
    width: 40%;
    margin: 4% 4% 4% 10%;
    display: inline-block;
  }
  .website-icon img {
    left: 15px;
    top: 20px;
  }
  .website-icon p {
    font-size: 16px;
    top: 26px;
    left: 24px;
  }

  .insta-icon {
    width: 40%;
    margin: 4% 4% 4% 0%;
    display: inline-block;
  }
  .insta-icon img {
    /* left: 15px;
    top: 20px; */
    left: 21px !important;
    top: 20px !important;
    width: 61%;
  }
  .insta-icon p {
    font-size: 16px;
    top: 26px;
    left: 24px;
  }

  .linkedin-icon {
    width: 40%;
    margin: 4% 0% 4% 29%;
    display: inline-block;
  }
  .linkedin-icon img {
    /* left: 15px;
    top: 20px; */
    left: 21px !important;
    top: 20px !important;
    width: 61%;
  }
  .linkedin-icon p {
    font-size: 16px;
    top: 26px;
    left: 24px;
  }
}



h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h2 em {
  font-style: normal;
  font-weight: 600;
}

.two h2 {
  text-transform: capitalize;
}
.two h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #c50000;
}

.two h2 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two h2 {
  text-align:center;
}
.alt-two h2:before {
  left:50%; margin-left:-30px;
}




.eight h2 {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight h2:after,.eight h2:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color:#f8f8f8;
}




.eleven h2 {
  font-size:30px;text-align:center; line-height:1.5em; padding-bottom:45px; font-family:"Playfair Display", serif; text-transform:uppercase;letter-spacing: 2px; color:#111;
}


.eleven h2:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left:50%; margin-left:-30%;
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven h2:after {
  position:absolute;
  width:40px; height:40px; left:50%; margin-left:-20px; bottom:0px;
  content: '\00a7'; font-size:30px; line-height:40px; color:#c50000;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#f8f8f8;
}