* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

html body {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #141416;
}

html body ol,
html body ul {
  list-style: none;
}

html body a {
  text-decoration: none;
}

html body p {
  line-height: 190%;
  letter-spacing: 3.5%;
}

html input::-webkit-outer-spin-button,
html input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1200px) {
  .Form .Con-Top {
    flex-wrap: wrap;
  }
  .Form .Con-Top .Left {
    max-height: 400px;
    width: 100%;
  }
  .Form .Con-Top .Right {
    width: 100% !important;
  }
  .Form .Con-Top .Right form {
    width: 680px !important;
    margin: 0 auto;
  }
  .AppDetail .Con-AppDetail {
    margin: 0 1em;
  }
}

@media screen and (min-width: 1080px) {
  .Form,
  .AppDetail {
    margin: 2em 0;
  }
  .Con-MobileApp,
  .OurClientsSay {
    margin: 5em 2em;
  }
}

@media screen and (max-width: 1080px) {
  .AppDetail {
    margin: 2em 0;
  }
  .AppDetail .Con-AppDetail {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .AppDetail .Con-AppDetail .Left {
    width: 100% !important;
  }
  .AppDetail .Con-AppDetail .Left img {
    width: 400px;
  }
  .AppDetail .Con-AppDetail .Left .Right {
    width: 100% !important;
  }
  .MobileApp {
    margin: 2em 0;
  }
  .MobileApp .Con-MobileApp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .MobileApp .Con-MobileApp img {
    margin: 4rem 0;
  }
  .OurClientsSay {
    margin: 2em 2em;
  }
  .Footer .Con-Footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .SectionMargin {
    margin: 2em 0 !important;
  }
  .Header .Con-Header .First {
    flex-wrap: wrap;
  }
  .Form .Con-Top {
    margin: .4em !important;
  }
  .Form .Con-Top .Right {
    width: 100% !important;
    padding: 0 !important;
  }
  .Form .Con-Top .Right .B-Title {
    padding: 1em !important;
  }
  .Form .Con-Top .Right form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
  }
  .Form .Con-Top .Right form label,
  .Form .Con-Top .Right form textarea,
  .Form .Con-Top .Right form .btn {
    width: 80% !important;
    margin: .5em !important;
  }
  .Form .Con-Top .Right form input {
    width: 100% !important;
  }
  .Con-AboutUs .Con-Iso27001 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .AppDetail .Con-AppDetail .Left img {
    width: 280px;
  }
  .logo {
    width: 150px !important;
  }
  .WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: center !important;
  }
  .WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors .Vector-Box {
    margin: 0em !important;
  }
  .MobileApp {
    padding: 0 !important;
  }
  .MobileApp .Con-MobileApp .Left .listStyle {
    font-size: .6rem;
  }
  .MobileApp .Con-MobileApp .Right img {
    width: 280px;
  }
  .OurClientsSay {
    margin: .6em;
  }
  .OurClientsSay .Con-Boxes .ClientBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2em .5em !important;
  }
  .OurClientsSay .Con-Boxes .ClientBox .Right {
    width: 100%;
  }
  .OurClients .Con-OurClients .Clients {
    margin: 1em auto;
  }
  .OurClients .Con-OurClients .Clients .company {
    height: 80px !important;
  }

  .company2 {
    height: 90px !important;
    width: 80px !important;
  }

  .Con-Footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .Con-Footer .ContactUs,
  .Con-Footer .AppDownload,
  .Con-Footer .OurLogos {
    margin: .6em 0 !important;
  }
  .Con-Footer .enerzam {
    width: 200px;
  }
}

.btn {
  padding: 1em 2em;
  border-radius: 20rem;
  transition: .2s ease all;
  font-weight: 600;
  text-align: center;
}

.btn-submit {
  font-size: 1.125rem;
  border: none;
}

.btn-cta {
  font-size: 0.875rem;
}

.btn-fill {
  background: #FAC539;
  color: #141416;
}

.btn-fill:hover {
  background: #FFC221;
  box-shadow: 0 0 15px -2px #FFC221;
  transform: scale(0.96);
}

@media screen and (min-width: 800px) {
  .S-Detail {
    font-size: 0.75rem !important;
  }
  .B-Detail {
    font-size: 0.875rem !important;
  }
  .S-Body {
    font-size: 1rem !important;
  }
  .B-Body {
    font-size: 1.125rem !important;
  }
  .B-Title {
    font-size: 1.75rem !important;
  }
  .S-Title {
    font-size: 1.5rem !important;
  }
  .B-MainTitle {
    font-size: 3.25rem !important;
  }
  .S-MainTitle {
    font-size: 2rem !important;
  }
  .btn-cta {
    font-size: 1.5rem !important;
  }
}

.S-Detail {
  font-size: 0.75rem;
  color: #D2D2D2;
  font-weight: 400;
}

.B-Detail {
  font-size: 0.75rem;
  color: #8F8E94;
  font-weight: 500;
}

.S-Body {
  font-size: 0.875rem;
  color: #D2D2D2;
  font-weight: 400;
}

.B-Body {
  font-size: 1rem;
  color: #FAFAFA;
  font-weight: 500;
}

.B-Title {
  font-size: 1.5rem;
  color: #FFC221;
  font-weight: 600;
  margin: .5em 0;
}

.S-Title {
  font-size: 1.125rem;
  color: #FAC539;
  font-weight: 500;
}

.B-MainTitle {
  font-size: 2rem;
  color: #FAC539;
  font-weight: 500;
}

.S-MainTitle {
  font-size: 1.5rem;
  color: #FAC539;
  font-weight: 400;
}

.mark {
  font-weight: 700;
  color: #FFC221;
}

.inputText {
  font-size: 0.875rem;
  font-weight: 400;
  background: #1F1F1F;
  color: #D2D2D2;
}

.labelText {
  font-size: 1.125rem;
  color: #FAFAFA;
  font-weight: 500;
}

.SectionMargin {
  margin: 8em 0;
}

.Header {
  margin: 1em;
}

.Header .Con-Header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.Header .Con-Header .Left {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.Header .Con-Header .Left .enerzam {
  margin: 0 2em;
  width: 68%;
}

.Header .Con-Header .Right .dropbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141416;
  padding: .4em 1em;
  border: none;
  cursor: pointer;
}

.Header .Con-Header .Right .dropbtn img {
  margin: 0 .6em;
}

.Header .Con-Header .Right .dropdown {
  position: relative;
  display: inline-block;
}

.Header .Con-Header .Right .dropdown-content {
  display: none;
  position: absolute;
  background-color: #0D0D0D;
  border: 2px solid #FAFAFA;
  border-radius: 10px;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
  margin: 1em 0;
}

.Header .Con-Header .Right .dropdown-content a {
  color: #FAFAFA;
  margin: .5em 0;
  padding: 12px 16px;
  display: block;
}

.Header .Con-Header .Right .show {
  display: block;
}

.Con-Main {
  width: 100%;
}

.alignWidth {
  max-width: 1200px;
  margin: 1em auto;
}

.Form .Con-Top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em;
}

.Form .Con-Top .Left {
  border-radius: 30px;
  padding: 1em;
  margin: 1em;
  background: linear-gradient(225deg, #0c0c0c, #0e0e0e);
  box-shadow: -10px 10px 40px #060606, 10px -10px 40px #141416;
  background: url("../img/bg.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 50%;
  height: 740px;
  padding: 1em 3em;
  margin: 1em .5em;
}

.Form .Con-Top .Left .B-MainTitle {
  margin: 1em 0;
}

.Form .Con-Top .Left .S-MainTitle {
  color: #FAC539;
  max-width: 20em;
}

.Form .Con-Top .Right {
  border-radius: 30px;
  padding: 1em;
  margin: 1em;
  background: linear-gradient(225deg, #0c0c0c, #0e0e0e);
  box-shadow: -10px 10px 40px #060606, 10px -10px 40px #141416;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  margin: 1em .5em;
}

.Form .Con-Top .Right .B-Title {
  padding: 1em 0;
  text-align: center;
}

.Form .Con-Top .Right form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 630px;
}

.Form .Con-Top .Right form label {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #FAFAFA;
  margin: .5em 1.2em;
}

.Form .Con-Top .Right form label input {
  padding: 0 1.2em;
  margin: .6em 0 .2em 0;
  border: 2px solid #0D0D0D;
  transition: .4s ease all;
  width: 250px;
  height: 55px;
  border-radius: 20em;
}

.Form .Con-Top .Right form label input:focus {
  outline: none;
  border: 2px solid #D2D2D2;
}

.Form .Con-Top .Right form textarea {
  padding: 0 1.2em;
  margin: .6em 0 .2em 0;
  border: 2px solid #0D0D0D;
  transition: .4s ease all;
  width: 540px;
  padding: 1em;
  border-radius: 1em;
  resize: none;
}

.Form .Con-Top .Right form textarea:focus {
  outline: none;
  border: 2px solid #D2D2D2;
}

.Form .Con-Top .Right form .btn-submit {
  width: 540px;
  margin: 1em 0;
  cursor: pointer;
}

.AboutUs {
  margin: 2em 0;
}

.AboutUs .Con-AboutUs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 1em;
}

.AboutUs .Con-AboutUs .S-Body {
  width: 90%;
  margin-bottom: 1em;
}

.AboutUs .Con-AboutUs .Con-Iso27001 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.AboutUs .Con-AboutUs .Con-Iso27001 img {
  width: 290px;
}

.AppDetail {
  background: #0D0D0D;
  position: relative;
  z-index: 2;
}

.AppDetail .Con-AppDetail {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
}

.AppDetail .Con-AppDetail .Left {
  width: 50%;
  margin: 1em 0;
}

.AppDetail .Con-AppDetail .Left .B-Title {
  max-width: 20em;
}

.AppDetail .Con-AppDetail .Left .S-Body {
  max-width: 28em;
}

.AppDetail .Con-AppDetail .Left .Second {
  margin: 2em 0;
}

.AppDetail .Con-AppDetail .Left img {
  margin: 2em 0;
}

.AppDetail .Con-AppDetail .Right {
  margin: 1em 0;
}

.AppDetail .Con-AppDetail .Right li {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.AppDetail .Con-AppDetail .Right li .ic {
  margin: 0 .6em;
}

.AppDetail .Stroke-Text {
  background: url("../img/WebSynco-text-stroke.svg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 340px;
  opacity: 40%;
  position: absolute;
  bottom: 2em;
  z-index: -1;
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .B-Title {
  text-align: center;
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors .Vector-Box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1em 2.3em;
  max-width: 300px;
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors .Vector-Box img {
  transition: .2s ease all;
  height: 280px;
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors .Vector-Box img:hover {
  transform: translateY(10px);
}

.WebSyncoModulesIdeal .Con-WebSyncoModulesIdeal .Con-Vectors .Vector-Box .S-Title {
  color: #FAFAFA;
  text-align: center;
}

.MobileApp {
  background: #0D0D0D;
  padding: 4em 0;
}

.MobileApp .Con-MobileApp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em;
}

.MobileApp .Con-MobileApp .Left {
  margin: 2em 0;
}

.MobileApp .Con-MobileApp .Left ul {
  margin: 2em 0 4em;
}

.MobileApp .Con-MobileApp .Left ul li {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.MobileApp .Con-MobileApp .Left ul .listStyle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FAC539;
  border-radius: 20em;
  min-width: 50px;
  height: 30px;
  margin: 0 1em;
}

.OurClientsSay .Con-OurClientsSay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.OurClientsSay .Con-OurClientsSay .ClientBox {
  border-radius: 30px;
  padding: 1em;
  margin: 1em;
  background: linear-gradient(225deg, #0c0c0c, #0e0e0e);
  box-shadow: -10px 10px 40px #060606, 10px -10px 40px #141416;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 2.4em;
  margin: 3em 0;
  width: 100%;
}

.OurClientsSay .Con-OurClientsSay .ClientBox .Left {
  margin: 0 1em;
}

.OurClientsSay .Con-OurClientsSay .ClientBox .Left .S-Detail {
  color: #8F8E94;
  margin: .3em 0;
}

.OurClientsSay .Con-OurClientsSay .ClientBox .Left .S-Body {
  color: #D2D2D2;
}

.OurClientsSay .Con-OurClientsSay .ClientBox .Right {
  width: 80%;
  margin: 0 1em;
}

.OurClientsSay .Con-OurClientsSay .ClientBox .Right .S-Title {
  margin: .6em 0;
}

.OurClientsSay .Con-OurClientsSay .ClientBox .Right .S-Body {
  font-weight: 400;
}

.OurClients {
  margin: 5em 0;
}

.OurClients .Con-OurClients {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto !important;
}

.OurClients .Con-OurClients .Clients {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.OurClients .Con-OurClients .Clients .company {
  margin: 2em;
  height: 100px;
}

.Footer {
  background: #0D0D0D;
}

.Footer .alignWidth {
  margin: 0 auto;
}

.Footer .Con-Footer {
  display: flex;
  justify-content: space-between;
  padding: 2em;
}

.Footer .Con-Footer li {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.Footer .Con-Footer li a {
  transition: .2s ease all;
  margin: 0 .4em;
}

.Footer .Con-Footer li a:hover {
  color: #FAFAFA;
}

.Footer .Con-Footer .ContactUs {
  margin: 0 4em;
}

.Footer .Con-Footer .OurLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Footer .Con-Footer .OurLogos img {
  transition: .2s all ease;
}

.Footer .Con-Footer .OurLogos img:hover {
  filter: grayscale(100%);
}

.Footer .Con-Footer .OurLogos .enerzam {
  position: relative;
  left: 50px;
}

.Footer .CopyRight {
  color: #FAC539;
  text-align: center;
  padding: 1em 0;
}
/*# sourceMappingURL=main.css.map */
