* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', arial, sans-serif;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.infotitle {
  margin: 35px 5%;
  text-align: center;
  font-size: 1.2em;
}
.infotitle span {
  font-weight: 700;
  font-size: 1.65em;
  line-height: 100%;
  font-family: 'Titillium Web', arial, sans-serif;
}

@media (max-width: 768px) {
.infotitle {
  font-size: 1em;
}
.infotitle span {
  display: block;
  margin-bottom: 15px;
  font-size: 1.55em;
}
.infotitle br {
  display: none;
}
}

.tbutt {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 22px;
  box-sizing: border-box;
  padding: 0px 10px;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.tbutt span {
  font-family: arial;
  font-size: 18px;
}

@media (max-width: 768px) {
.mdesk {
  display: none;
}
}

.scroll-top-hexagon {
  position: fixed;
  background-image: url("../img/hexagon_scroll_top.png");
  right: 20px;
  bottom: 20px;
  width: 86px;
  height: 76px;
  background-size: contain;
  resize: both;
  filter: drop-shadow(2px 2px 8px #e5e5e2);
  z-index: 1000;
  cursor: pointer;
}

@media (max-width:480px) {
.scroll-top-hexagon {
  width: 62px;
  height: 54px;
}
}


/*
** Head section
*/

#phead > div {
  padding: 40px 4% 0px 4%;
  overflow: auto;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
#phead a {
  color: #000;
}

.plogo > div {
  float: left;
  margin-bottom: 20px;
}
.plogo img {
  height: 50px;
}

.plogoname {
  padding-top: 6px;
  padding-left: 8px;
}
.plogoname img {
  height: 45px;
}
.plogoname span {
  font-size: 1.2em;
  font-weight: 700;
}
.plogoname span br {
  display: none;
}

.pphone {
  float: right;
  display: flex;
  align-items: center;
}
.pphone br {
  display: none;
}
.pphone img {
  width: 50px;
  margin: 0px 15px 0px 40px;
}
.pphone a {
  font-size: 1.6em;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1100px) {
.pphone br {
  display: inline;
}
}

@media (max-width: 980px) {
.pphone > span:first-child {
  display: none;
}
}

@media (max-width: 768px) {
#phead > div {
  padding-bottom: 15px;
}

.plogo img {
  height: 40px;
}

.plogoname {
  padding-top: 5px;
}
.plogoname img {
  height: 35px;
}
.plogoname span {
  font-size: 1em;
}
.plogoname span br {
  display: inline;
}

.pphone img {
  width: 30px;
  margin: 0px 5px 0px 0px;
}
.pphone a {
  font-size: 1.4em;
}
}


/*
** Menu section
*/

#pmenu > div {
  background-color: #ffca00;
}

.dmenu {
  text-align: center;
  padding: 10px 0px 20px 0px;
  transition: height 0.5s;
}
.dmenu a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0px;
  padding: 0px 10px;
  line-height: 32px;
}
.dmenu a:hover {
  text-decoration: none;
}
.dmenu .pmdew {
  background-color: #00cd0d;
  color: #fff;
  margin: 0px 6px;
  padding: 0px 16px;
  border-radius: 15px;
}
.dmenu br {
  display: none;
}

.mmenu {
  text-align: right;
  padding: 10px 0px;
  cursor: pointer;
  display: none;
}
.mmenu img {
  width: 30px;
  display: inline;
  margin-right: 10px;
}

@media (max-width: 540px) {
.dmenu {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.dmenu.menuon {
  height: 158px;
}
.dmenu br {
  display: inline;
}

.mmenu {
  display: block;
}
}


/*
** Title section
*/

#home {
  background-color:#ffca00;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 20px;
}

#home .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
#home .slick-dots li {
  margin: 0 10px;
}
#home .slick-dots button {
  display: block;
  width: 23px;
  height: 23px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}
#home .slick-dots li.slick-active button {
  background-color: #666;
}

.tsitem {
  padding: 0px 4%;
  overflow: auto;
}
.tsitem > div {
  box-sizing: border-box;
}

.titleinfo {
  width: 46%;
  padding: 70px 0px 50px 57px;
  float: left;
}

.titlei1 {
  font-size: 2.8em;
  font-weight: 900;
}

.titlei2 {
  font-size: 1.6em;
  color: #444;
}

.titleimg {
  width: 54%;
  padding: 0px 0px 60px 20px;
  float: right;
}
.titleimg img {
  width: 100%;
}

@media (max-width: 768px) {
.tsitem > div {
  float: none;
  width: 100%;
}

.titleinfo {
  padding: 0px 0px 50px 0px;
  text-align: center;
}

.titleimg {
  padding: 0px 0px 30px 0px;
}

.titlei1 {
  font-size: 2.2em;
}

.titlei2 {
  font-size: 1.2em;
}

.tbutt {
  margin: 0 auto;
}
}

.tsdigbee .tbutt {
  width: 220px;
}


/*
** DB Dev section
*/

.db70 {
  padding: 30px 0px;
  overflow: auto;
  width: 70%;
  max-width: 980px;
  margin: 0 auto;
}
.db70 > img {
  width: 30%;
  padding-right: 40px;
  box-sizing: border-box;
  display: block;
  float: left;
}
.db70 > div {
  width: 70%;
  box-sizing: border-box;
  float: left;
  font-size: 1.57em;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border: transparent solid 7px;
  position: relative;
}
.db70 > div > div {
  width: 40px;
  height: 40px;
  border: #ffca00 solid 7px;
  position: absolute;
}
.db70 > div > div:first-child {
  top: -7px;
  left: -7px;
  border-right: none;
  border-bottom: none;
}
.db70 > div > div:first-child+div {
  bottom: -7px;
  right: -7px;
  border-left: none;
  border-top: none;
}

@media (max-width: 1400px) {
.db70 > div {
  font-size: 1.8vw;
}
}

@media (max-width: 950px) {
.db70 {
  width: 90%;
}
.db70 > div {
  font-size: 1.1em;
}
}

@media (max-width: 768px) {
.db70 {
  padding: 0px;
  width: 100%;
}
.db70 > img {
  width: 50%;
  float: none;
  padding: 0px 0px 30px 0px;
  margin: 0 auto;
  overflow: auto;
}
.db70 > div {
  width: 90%;
  margin: 0 auto;
  float: none;
  font-size: 1.2em;
}
}


/*
** Asks, Cooperate section
*/

#pasks > div,
#cooperate > div {
  background-color: #ffca00;
  padding: 30px 5%;
  margin: 15px 0px;
}
#pasks b,
#cooperate b {
  font-size: inherit;
  font-weight: 900;
}


/*
** Practice section
*/

#practice b {
  font-size: inherit;
  font-weight: 900;
}

.infotiles {
  margin: 0px 5%;
  overflow: auto;
}

.ptile {
  width: 33.3%;
  height: 350px;
  padding: 30px 5%;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.ptile img {
  width: 65%;
}
.ptile span {
  display: block;
  padding-top: 10px;
}
.ptile .pttitle {
  font-size: 1.5em;
  font-weight: 700;
}

@media (max-width: 768px) {
.ptile {
  width: 100%;
  padding: 10px 5%;
}
.ptile img {
  width: 40%;
}
}

@media (max-width: 500px) {
.ptile {
  height: 320px;
}
.ptile img {
  width: 60%;
}
}


/*
** Marketing section
*/

#pmarket img {
  width: 140px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
#pmarket .infotitle {
  font-size: 1.1em;
}
#pmarket .infotitle span {
  font-size: 1.45em;
}

@media (max-width: 768px) {
#pmarket .infotitle {
  font-size: 1em;
}
#pmarket .infotitle span {
  font-size: 1.25em;
}
}


/*
** About us section
*/

#paboutus {
  background-color: #ffcb00;
  padding: 60px 0px 30px 0px;
}
#paboutus .infotitle b {
  font-size: inherit;
}

.pers {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
}
.pers .persname {
  font-style: normal;
  font-size: 1.6em;
  font-weight: 700;
}
.pers img {
  width: 250px;
}

.kmore a {
  margin: 60px auto 40px auto;
  width: 280px;
}

@media (max-width: 768px) {
.pers {
  margin-bottom: 40px;
  width: 80%;
  font-size: 1em;
}
.pers .persname {
  font-size: 1.5em;
}
}


/*
** Contact section
*/

#pcontact > div {
  background-color: #fff;
  padding: 30px 0px;
}
#pcontact > div > div {
  width: 400px;
  padding: 20px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}

.formtitle {
  text-align: center;
  margin: 20px 0px;
}
.formtitle span {
  font-size: 1.6em;
  font-weight: 700;
}

.formfld input {
  background-color: #ffcb00;
  height: 50px;
  border: none;
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  padding: 0px 20px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.formchk {
  margin-top: 10px;
}
.formchk input {
  outline: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 8px;
}
.formchk label {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 92%;
}
.formchk a {
  font-size: 12px;
  font-weight: 700;
}

#btsend {
  margin: 20px auto;
  border: #fff solid 2px;
  line-height: 42px;
}

#pcontact #formmsg {
  display: none;
  margin: 20px auto;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 768px) {
#pcontact > div > div {
  width: 360px;
}  

.formtitle {
  font-size: 0.9em;
}
.formtitle span {
  font-size: 1.4em;
}

.formchk label {
  width: 88%;
}
}

@media (max-width: 360px) {
#pcontact > div > div {
  width: 100%;
  min-width: 300px;
}  
}


/*
** Footer section
*/

footer > div {
  background-color: #000;
  color: #fff;
}
