* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: ltr;
  font-family: 'Playwrite PL';
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.flex-container {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .NoScroll {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

.clear {
  clear: both;
}

.container {
  position: relative;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1050px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: 'Playwrite PL';
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats, .count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* header */
header {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
header .demo {
  height: 0;
}
@media (max-width: 767px) {
  header nav {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 15px;
  }
}
header nav .desktop {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 767px) {
  header nav .desktop {
    padding: 0;
  }
}
header nav .desktop ul {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 130px);
}
@media (max-width: 767px) {
  header nav .desktop ul {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  header nav .desktop ul {
    width: auto;
  }
}
header nav .desktop ul li {
  margin: 0 8px;
  z-index: 9999;
}
header nav .desktop ul li a {
  color: #acacac;
  font-family: 'Playwrite PL';
  font-size: 1em;
}
header nav .logo {
  width: 130px;
  height: auto;
}
header nav .logo img {
  width: 100%;
  display: block;
}
header nav .menu {
  display: none;
}
@media (max-width: 767px) {
  header nav .menu {
    display: block;
  }
}
@media (max-width: 767px) {
  header nav .menu ul {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: auto;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  header nav .menu ul li {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  header nav .menu ul li a {
    color: #acacac;
    font-family: 'Playwrite PL';
  }
}
@media (max-width: 767px) {
  header nav .menu .listMenu {
    display: none;
  }
}
@media (max-width: 767px) {
  header nav .menu .openMenu {
    width: 100%;
    position: fixed;
    background-color: #414141;
    height: 100vh;
    z-index: 9999;
    text-align: center;
    display: block;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  header nav .menu i {
    color: #FFF;
    font-size: 30px;
    font-size: 30px;
    position: relative;
    z-index: 9999999;
  }
}
header .divCenter {
  width: 50%;
  margin: auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  header .divCenter {
    padding: 80px 0 0;
  }
}
header .divCenter h2 {
  margin-bottom: 20px;
  font-family: 'Playwrite PL';
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  height: 80px;
}
@media (max-width: 767px) {
  header .divCenter h2 {
    height: auto;
  }
}
header .divCenter .divbutton {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  header .divCenter .divbutton {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
header .divCenter .divbutton .btnHead {
  z-index: 999;
  font-family: 'Playwrite PL';
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  color: #FFF;
  display: inline-block;
}
@media (max-width: 767px) {
  header .divCenter .divbutton .btnHead {
    text-align: center;
  }
}
@media (max-width: 767px) {
  header .divCenter .divbutton .btnHead:last-child {
    margin: 10px;
  }
}
header .divCenter .divbutton .active {
  background-color: #f89030;
  border: 1px solid #f89030;
}
@media (max-width: 767px) {
  header .blockthreeCenter {
    padding: 0px 0 40px;
  }
}
header .blockthreeCenter ul {
  padding: 80px 0;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
header .blockthreeCenter ul li {
  width: calc(100% / 3);
  text-align: center;
}
header .blockthreeCenter ul li img {
  display: block;
  margin: auto;
  width: 79px;
  
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  header .blockthreeCenter ul li img {
    width: 50px;
    height: auto;
  }
}
header .blockthreeCenter ul li p {
  width: 35%;
  margin: auto;
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  line-height: 1.34;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
    header .blockthreeCenter ul {
        flex-wrap: wrap;
    }

        header .blockthreeCenter ul li {
            margin-bottom: 10px;
            width: 50%;
        }

            header .blockthreeCenter ul li p {
                width: 85%;
            }
}

/* AboutUS */
.AboutUS {
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .AboutUS {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0;
  }
}
.AboutUS .contDiv {
  position: relative;
}
@media (max-width: 767px) {
  .AboutUS .contDiv {
    position: relative;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.AboutUS .contDiv .aboutImg {
  width: 70%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .aboutImg {
    width: 100%;
    margin: auto;
    position: static;
    order: 2;
  }
}
.AboutUS .contDiv .aboutImg:after {
  content: '';
  background-image: url(../images/Mask2.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  width: 50%;
  height: 100%;
  top: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .aboutImg:after {
    display: none;
  }
}
.AboutUS .contDiv .aboutImg img {
  display: block;
  width: 100%;
}
.AboutUS .contDiv .divText {
  position: absolute;
  bottom: 60px;
  width: 50%;
  background-color: #fafafa;
  height: 100%;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .divText {
    position: static;
    background-color: #fafafa;
    height: auto;
    width: 100%;
    order: 1;
    padding: 10px 0;
  }
}
.AboutUS .contDiv .divText .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .divText .center {
    position: static;
    transform: none;
    width: 90%;
    text-align: center;
    margin: auto;
  }
}
.AboutUS .contDiv .divText h2 {
  height: 40px;
  font-family: 'Playwrite PL';
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #1a1919;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .divText h2 {
    text-align: center;
  }
}
.AboutUS .contDiv .divText .WhyAre {
  position: relative;
  height: 33px;
  font-family: 'Playwrite PL';
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: -.48px;
  text-align: left;
  color: #4b5981;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .divText .WhyAre {
    text-align: center;
  }
}
.AboutUS .contDiv .divText .WhyAre:after {
  content: '';
  position: absolute;
  width: 15%;
  height: 1px;
  background-color: #f99030;
  bottom: 4px;
  left: 0;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .divText .WhyAre:after {
    display: none;
  }
}
.AboutUS .contDiv .divText .OurP {
  height: 222px;
  font-family: 'Playwrite PL';
  font-size: 1em;
  line-height: 1.88;
  text-align: left;
  color: #495057;
  overflow: hidden;
}
@media (max-width: 767px) {
  .AboutUS .contDiv .divText .OurP {
    text-align: center;
    height: auto;
  }
}

/* OUR SERVICES */
.SERVICES {
  padding: 150px 0;
  background-color: #9e9e9e2e;
  position: relative;
}
@media (max-width: 767px) {
  .SERVICES {
    text-align: center;
    padding: 50px 0 0;
    background-color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES {
    text-align: center;
    padding: 50px 0 0;
    background-color: #fff;
  }
}
.SERVICES h2 {
  height: 43px;
  font-family: 'Playwrite PL';
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #1a1919;
}
@media (max-width: 767px) {
  .SERVICES h2 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES h2 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .container {
    margin: 0;
    max-width: 100%;
  }
}
.SERVICES .title {
  width: 50%;
  height: 50px;
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  .SERVICES .title {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .title {
    text-align: center;
    width: 100%;
  }
}
.SERVICES .tab ul {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .SERVICES .tab ul {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.SERVICES .tab ul li {
  width: 260px;
  height: 61px;
  border-radius: 8px;
  background-color: #87878747;
  margin-bottom: 50px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .SERVICES .tab ul li {
    background-color: #f5f5f5;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul li {
    background-color: #f5f5f5;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.SERVICES .tab ul li a {
  font-family: 'Playwrite PL';
  font-size: 1.2em;
  line-height: 3;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .SERVICES .tab ul li a {
    font-size: .9em;
    line-height: 4;
    height: 100%;
    width: 90%;
    text-align: center;
    margin: auto;
    color: #1a1919;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul li a {
    font-size: .9em;
    line-height: 4;
    height: 100%;
    width: 90%;
    text-align: center;
    margin: auto;
    color: #1a1919;
  }
}
.SERVICES .contentTab {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}
@media (max-width: 767px) {
  .SERVICES .contentTab {
    width: 100%;
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab {
    width: 100%;
    position: static;
  }
}
.SERVICES .contentTab .TabDevelopment {
  margin: auto;
  overflow: hidden;
  background: #FFF;
  padding: 30px;
  height: 430px;
  display: none;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .TabDevelopment {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .TabDevelopment {
    height: auto;
  }
}
.SERVICES .contentTab .TabDevelopment ul {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .TabDevelopment ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .TabDevelopment ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 25px;
  }
}
.SERVICES .contentTab .TabDevelopment ul li {
  width: calc((100% - 20px) / 2);
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .TabDevelopment ul li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .TabDevelopment ul li {
    width: 100%;
  }
}
.SERVICES .contentTab .TabDevelopment ul li .Path {
  margin: 0 10px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.SERVICES .contentTab .TabDevelopment .tabHead {
  margin-bottom: 20px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.SERVICES .contentTab .TabDevelopment .tabHead img {
  width: 50px;
  height: auto;
}
.SERVICES .contentTab .TabDevelopment .tabHead h3 {
  margin-left: 15px;
  font-family: 'Playwrite PL';
  font-size: 1.3em;
  line-height: 2.5;
  letter-spacing: normal;
  color: #000;
}
.SERVICES .contentTab .TabDevelopment .tabTitle {
  width: 80%;
  height: 63px;
  font-family: 'Playwrite PL';
  font-size: 1em;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .TabDevelopment .tabTitle {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .TabDevelopment .tabTitle {
    height: auto;
    width: auto;
  }
}
.SERVICES .contentTab .colorDev {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  z-index: -1;
}
.SERVICES .contentTab .divFirst ul li p {
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
  color: #000;
}
.SERVICES .contentTab .divFirst ul li span {
  font-family: 'Playwrite PL';
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.SERVICES .contentTab .divFirst ul li img {
  width: 40px;
  height: 40px;
}
.SERVICES .contentTab .divSecond ul li img {
  width: 35px;
  height: 25px;
}
.SERVICES .contentTab .divSecond ul li p {
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
  color: #000;
}
.SERVICES .contentTab .divSecond ul li span {
  font-family: 'Playwrite PL';
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  width: 80%;
}
.SERVICES .contentTab .divlast ul li img {
  width: 35px;
  height: 35px;
}
.SERVICES .contentTab .divlast ul li p {
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
  color: #000;
}
.SERVICES .contentTab .divlast ul li span {
  font-family: 'Playwrite PL';
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  width: 80%;
}
.SERVICES .contentTab .active {
  display: block;
  transition: all 2s linear;
}
.SERVICES .contentTab .firstColor {
  background-color: #e24856;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .firstColor {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .firstColor {
    display: none;
  }
}
.SERVICES .contentTab .secondColor {
  background-color: #055483;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .secondColor {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .secondColor {
    display: none;
  }
}
.SERVICES .contentTab .lastColor {
  background-color: #34aee3;
}
@media (max-width: 767px) {
  .SERVICES .contentTab .lastColor {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .contentTab .lastColor {
    display: none;
  }
}
.SERVICES .tab ul .firstColor {
  background-color: #e24856;
}
@media (max-width: 767px) {
  .SERVICES .tab ul .firstColor {
    background-color: #f5f5f5;
    border-bottom: 2px solid #e24856;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul .firstColor {
    background-color: #f5f5f5;
    border-bottom: 2px solid #e24856;
  }
}
.SERVICES .tab ul .secondColor {
  background-color: #055483;
}
@media (max-width: 767px) {
  .SERVICES .tab ul .secondColor {
    background-color: #f5f5f5;
    border-bottom: 2px solid #055483;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul .secondColor {
    background-color: #f5f5f5;
    border-bottom: 2px solid #055483;
  }
}
.SERVICES .tab ul .lastColor {
  background-color: #34aee3;
}
@media (max-width: 767px) {
  .SERVICES .tab ul .lastColor {
    background-color: #f5f5f5;
    border-bottom: 2px solid #34aee3;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul .lastColor {
    background-color: #f5f5f5;
    border-bottom: 2px solid #34aee3;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .SERVICES .tab ul li {
    width: calc(100% /3);
  }
}

/* OUR Product */
.Product {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .Product {
    padding: 50px 0 0;
    background-color: #f6f6f6;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .Product {
    padding: 50px 0 0;
    background-color: #f6f6f6;
  }
}
.Product h2 {
  font-family: 'Playwrite PL';
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #1a1919;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .Product .container .border {
    margin-top: 50px;
    width: 80%;
  }
}
.Product .containerProduct {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .Product .containerProduct {
    margin-left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .Product .containerProduct {
    margin-left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.Product .containerProduct .leftProduct {
  width: 40%;
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct {
    width: 100%;
    order: 2;
  }
}
.Product .containerProduct .leftProduct .titleMO {
  display: none;
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .titleMO {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    margin: 20px auto;
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .Product .containerProduct .leftProduct .titleMO {
    -webkit-display: flex;
    -ms-display: flex;
    display: flex;
    margin: 20px auto;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .titleMO h3 {
    font-family: Sansation;
    font-size: 1.5em;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
    color: #1a1919;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .Product .containerProduct .leftProduct .titleMO h3 {
    font-family: Sansation;
    font-size: 1.5em;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
    color: #1a1919;
  }
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .titleMO img {
    width: 35px;
    height: 40px;
    margin-right: 3%;
  }
}
.Product .containerProduct .leftProduct .listProduct li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .listProduct {
    width: 70%;
    margin: 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .Product .containerProduct .leftProduct .listProduct {
    width: 70%;
    margin: 20px auto;
  }
}
.Product .containerProduct .leftProduct .listProduct li h4 {
  position: relative;
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 8px;
  color: #292929;
}
.Product .containerProduct .leftProduct .listProduct li h4:after {
  content: '';
  position: absolute;
  background-color: #f89030;
  width: 14%;
  height: 3px;
  bottom: 0;
  left: 0;
}
.Product .containerProduct .leftProduct .listProduct li p {
  font-family: 'Playwrite PL';
  font-size: .8em;
  text-align: left;
  padding: 8px 0;
  color: #000;
}
.Product .containerProduct .leftProduct .DownloadPro {
  margin: 50px 0;
}
.Product .containerProduct .leftProduct .DownloadPro p {
  font-family: 'Playwrite PL';
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  padding: 12px 0;
  color: #1a1919;
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .DownloadPro p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .DownloadPro {
    background-color: #fff;
    padding: 30px 0 50px;
  }
}
.Product .containerProduct .leftProduct .DownloadPro .install {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .DownloadPro .install {
    width: 90%;
    margin: auto;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.Product .containerProduct .leftProduct .DownloadPro .install li:first-child {
  margin-right: 10px;
}
.Product .containerProduct .leftProduct .DownloadPro .install li a {
  display: block;
}
.Product .containerProduct .leftProduct .DownloadPro .install img {
  width: 200px;
  height: 70px;
  display: block;
}
@media (max-width: 767px) {
  .Product .containerProduct .leftProduct .DownloadPro .install img {
    width: 110px;
    height: 40px;
  }
}
.Product .containerProduct .rightProduct {
  width: calc(100% - 50%);
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
}
@media (max-width: 767px) {
  .Product .containerProduct .rightProduct {
    order: 1;
    width: 50%;
    margin: auto;
  }
}
.Product .containerProduct .rightProduct img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

/* contact us */
.contactUs {
  position: relative;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .contactUs {
    padding-bottom: 10px;
  }
}
.contactUs:after {
  content: '';
  position: absolute;
  background-image: url(../images/Path2.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  top: 0px;
}
@media (max-width: 767px) {
  .contactUs:after {
    background-color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .contactUs:after {
    background-color: #000;
  }
}
.contactUs .divUs {
  color: #FFF;
  text-align: center;
  z-index: 99;
  position: relative;
  top: 0px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .contactUs .divUs {
    top: 10px;
    background-color: #000;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .contactUs .divUs {
    top: 10px;
    background-color: #000;
    padding: 30px 0;
  }
}
.contactUs .divUs h2 {
  padding: 15px 0;
  font-family: 'Playwrite PL';
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.contactUs .divUs p {
  font-family: 'Playwrite PL';
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.contactUs .BoxContact {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 16px 32px 0 rgba(51, 52, 87, 0.16);
  background-color: #FFF;
  padding: 30px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 80px 0 0px 0;
}
@media (max-width: 767px) {
  .contactUs .BoxContact {
    padding: 30px 0;
    width: 90%;
    margin: 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .contactUs .BoxContact {
    padding: 0 30px;
    width: 90%;
    margin: 30px auto;
  }
}
.contactUs .BoxContact .ImgContact {
  position: relative;
  padding-bottom: 53.5%;
  width: 40%;
}
@media (max-width: 767px) {
  .contactUs .BoxContact .ImgContact {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .contactUs .BoxContact .ImgContact {
    display: none;
  }
}
.contactUs .BoxContact .ImgContact img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.contactUs .BoxContact .formContact {
  width: calc(100% - 45%);
  margin-left: 5%;
}
@media (max-width: 767px) {
  .contactUs .BoxContact .formContact {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .contactUs .BoxContact .formContact {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
}
.contactUs .BoxContact .formContact p {
  width: 80%;
  font-family: 'Playwrite PL';
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
  color: #232323;
}
@media (max-width: 767px) {
  .contactUs .BoxContact .formContact p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .contactUs .BoxContact .formContact p {
    display: none;
  }
}
.contactUs .BoxContact form {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contactUs .BoxContact form button {
    width: 50%;
    margin: 20px auto;
  }
}
.contactUs .BoxContact input[type=text], .contactUs .BoxContact select, .contactUs .BoxContact textarea {
  font-family: 'Playwrite PL';
  width: 45%;
  padding: 12px;
  margin-top: 6px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  resize: none;
}
.contactUs .BoxContact textarea {
  width: 100%;
  height: 150px;
}
.contactUs .BoxContact input[type=text]:nth-child(odd) {
  margin-right: 4%;
}
.contactUs .BoxContact form button {
  font-family: 'Playwrite PL';
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f89030;
  color: #FFF;
  padding: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 40%;
}
.contactUs .BoxContact form img {
  padding-left: 10px;
}
.contactUs .BoxContact input[type=submit]:hover {
  background-color: #f89030;
}
@media (max-width: 767px) {
  .contactUs input[type=text] {
    width: 100% !important;
  }
}

/* Portfolio */
.Portfolio {
  padding: 50px 0 30px;
  position: relative;
  background-color: #000;
}
.Portfolio:after {
  content: '';
  position: absolute;
  background-image: url(../images/Path.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  top: -90px;
}
.Portfolio .container h2 {
  font-family: 'Playwrite PL';
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  color: #FFF;
  z-index: 9999;
  position: relative;
}
.Portfolio .container .border {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #707070;
  z-index: 999;
  margin: auto;
  margin-top: 50px;
}
.Portfolio .Mob {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 50px;
  bottom: 60px;
  z-index: 9;
}
.Portfolio .Mob .swiper-slide img {
  width: auto;
  height: 300px;
}
.Portfolio .swiper-button-next, .Portfolio .swiper-button-prev {
  outline: none;
  z-index: 9999;
}
.Portfolio .SliderPortfolio {
  position: relative;
  width: 90%;
  margin: auto;
  z-index: 999;
}
@media (max-width: 767px) {
  .Portfolio .SliderPortfolio {
    width: 80%;
    margin: auto;
  }
}
.Portfolio .SliderPortfolio .MOB {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 23%;
}
.Portfolio .SliderPortfolio .MOB .MobileBG {
  position: relative;
  top: 0;
  max-width: 100%;
  display: block;
  z-index: 9;
}
.Portfolio .SliderPortfolio .MOB .swiper-container {
  width: 86%;
  margin: auto;
  position: absolute;
  top: 5%;
  right: 0;
  left: 0;
  border-radius: 13px;
  overflow: hidden;
}
.Portfolio .SliderPortfolio .MOB .sliderinimg {
  max-height: 400px;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .Portfolio .SliderPortfolio .MOB .swiper-container {
    top: 5%;
    border-radius: 2px;
  }
}
.Portfolio .SliderPortfolio .labtop .swiper-container {
  width: 73.5%;
  margin: auto;
  position: absolute;
  top: 7%;
  right: 0;
  left: 0;
}
.Portfolio .SliderPortfolio .labtop .LabtopBG {
  position: relative;
  top: 0;
  max-width: 100%;
  display: block;
}
.Portfolio .SliderPortfolio .labtop .sliderinimg {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .Portfolio .SliderPortfolio .labtop .swiper-container {
    top: 7%;
  }
}
.Portfolio .swiper-button-next, .Portfolio .swiper-button-prev {
  color: #FFF;
}
@media (max-width: 767px) {
  .Portfolio .swiper-button-next, .Portfolio .swiper-button-prev {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .Portfolio .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .Portfolio .swiper-button-prev {
    left: 0;
  }
}

/* Our Clients */
.Clients {
  background-color: #f2f2f2;
  padding: 80px 0;
}
.Clients h2 {
  font-family: 'Playwrite PL';
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #333457;
}
@media (max-width: 767px) {
  .Clients h2 {
    margin-bottom: 35px;
  }
}
.Clients .ClientsList {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;    flex-wrap: wrap;gap: 0 20px;
}
@media (max-width: 767px) {
  .Clients .ClientsList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .Clients .ClientsList li:not(:last-child) {
    margin: 0;
  }
}
.Clients .ClientsList li img {
  max-width: 120px;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .Clients .ClientsList li {
    width: calc(100% / 3);
  }
}

/* footer */
footer {
  color: #FFF;
  position: relative;
  padding: 0px 0 20px;
  background-color: #000;
  width: 100%;
  height: 100%;
}
footer .divFooter {
  width: 90%;
  padding: 60px 0 0;
  margin: auto;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .divFooter {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .divFooter .threeBlockFooter {
  width: calc(100% / 3);
}
@media (max-width: 767px) {
  footer .divFooter .threeBlockFooter {
    width: 85%;
    margin: 20px auto;
  }
}
footer .FooterContactUs ul li {
  margin: 10px 0px;
}
footer .FooterContactUs ul li p {
  font-family: 'Playwrite PL';
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
footer .FooterContactUs ul li:nth-child(2) span {
  font-family: 'Playwrite PL';
  font-size: 1em;
  text-align: left;
  padding: 8px 0;
  color: #ffffff;
}
footer .FooterContactUs ul li:nth-child(3) i {
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 1.3;
  text-align: center;
}
footer .FooterContactUs ul li:nth-child(3) span {
  font-family: 'Playwrite PL';
  font-size: 1em;
  text-align: left;
  padding: 8px 0;
  margin-left: 10px;
  color: #ffffff;
}
footer .FooterContactUs ul li:nth-child(4) span {
  font-family: 'Playwrite PL';
  font-size: 1em;
  text-align: left;
  padding: 8px 0;
  margin-left: 10px;
  color: #ffffff;
}
footer .SocialMedia p {
  font-family: 'Playwrite PL';
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
footer .SocialMedia ul {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  margin: 20px 0;
}
footer .SocialMedia ul li {
  margin-right: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 1.6;
  text-align: center;
}
footer .SocialMedia ul li a {
  color: #fff;
}
footer .SocialMedia ul li:first-child {
  background-color: #3b5998;
}
footer .SocialMedia ul li:nth-child(2) {
  background-color: #fd0013;
}
footer .SocialMedia ul li:nth-child(3) {
  background-color: #3b5998;
}
footer .SocialMedia ul li:nth-child(4) {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
/*footer .SocialMedia ul li:last-child {
  background-color: #55acee;
}*/
footer .SocialMedia .Tweets div {
  width: 50%;
  background-color: #FFF;
  height: 100px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  footer .SocialMedia .Tweets div {
    width: 100%;
  }
}
footer .FooterMap p {
  font-family: 'Playwrite PL';
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
footer .FooterMap .divMap {
  width: 100%;
  border: 1px solid;
  height: 250px;
  margin-top: 10px;
}
footer .FooterMap .divMap iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=mainsass.css.map */