.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 0em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.container {
  height: 50px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.brand {
  height: 100%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hder_link {
  height: 60px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px 5px 20px;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 1em;
  text-align: center;
  letter-spacing: 1px;
}

.hder_link:hover {
  border-bottom: 2px solid #f5dc51;
}

.hder_link.w--current {
  border-bottom: 2px solid #f5dc51;
  color: #2a3455;
}

.hder_link.digitallink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-top: 7px;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #2a3455;
  color: #fff;
  line-height: 15px;
  font-weight: 500;
}

.hder_link.digitallink:hover {
  border-bottom-style: none;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.logo_img {
  height: 100%;
}

.navbar {
  border-bottom: 3px none #fff;
  background-color: #fff;
}

.hder {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-top: 5px none #fff;
  border-bottom: 3px none #fff;
  background-color: #fff;
  box-shadow: none;
}

.link-block-4 {
  position: relative;
  display: block;
  width: 30px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block-4.disable {
  display: none;
}

.banner_txtbox {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.banner_txtbox.inner {
  position: fixed;
  height: 50vh;
  margin-top: 150px;
  padding-top: 0px;
}

.text-block-10 {
  margin-top: 25px;
  margin-bottom: 36px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.text-block-10.banner {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #2a3455;
  font-size: 24px;
}

.div-block-27 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  border: 1px solid #f5dc51;
  background-color: transparent;
  opacity: 0;
}

.hm_abt_txt {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #040000;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 3px;
}

.hm_abt_txt.bannertitle {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 30px;
  line-height: 48px;
  font-weight: 300;
}

.hm_abt_txt.bannertitle.inner {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .6);
}

.hm_abt_txt.purpletxt {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #425285;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hm_abt_txt.time {
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.div-block-50 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 1px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.askfor_linkbox {
  position: relative;
  padding: 10px 25px;
  border: 1px solid #2a3455;
  background-color: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.askfor_linkbox.yellocolor {
  display: none;
  background-color: #fcb215;
}

.askfor_linkbox.yellowlink {
  padding: 16px 53px;
  border-style: solid;
  border-color: #2a3455;
  background-color: #fff;
}

.askfor_linkbox.white {
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  color: #425285;
  font-weight: 700;
}

.section-3 {
  position: relative;
  z-index: 1;
  height: 350px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.text-block-12 {
  position: relative;
}

.div-block-51 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 7px;
  height: 7px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1000px;
  background-color: #f5dc51;
  text-align: center;
}

.porfo_bg {
  position: relative;
  width: 100%;
  height: 500px;
  max-width: 100%;
}

.porfo_bg._002img {
  background-image: url('../images/mac-mockup-09.jpg');
  background-position: 50% 58%;
  background-size: cover;
  background-repeat: no-repeat;
}

.porfo_bg._003img {
  background-image: url('../images/2021apr-02.jpg');
  background-position: 36% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.porfo_bg._006img {
  background-image: url('../images/yoko001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.porfo_bg._001img {
  background-image: url('../images/mac-mockup-10.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.porfo_bg._004img {
  background-image: url('../images/mac-mockup005_blur.jpg');
  background-position: 0px 0px;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.porfo_1180 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.porfo_1180._003txt {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.porfo_1180._005txt {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hover_vewpj {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.hover_vewpj._001view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hover_vewpj._004view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hover_vewpj._002view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hover_vewpj._003view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask_black {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(42, 52, 85, .34);
}

.mask_black._003mask {
  background-color: hsla(226.04651162790697, 0.00%, 100.00%, 0.00);
}

.viewmore_txt {
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px #000;
}

.portfo_link {
  position: relative;
  z-index: 1;
  width: 100%;
  text-decoration: none;
}

.yell-line {
  width: 0px;
  height: 1px;
  background-color: #f5dc51;
}

.home_portfo {
  position: relative;
  z-index: 2;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-block-18.rwd {
  position: relative;
  text-align: center;
}

.div-block-46 {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
  text-align: center;
}

.text-block-11 {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  letter-spacing: 1px;
}

.text-block-11.p16 {
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-block-11.others {
  color: #fff;
}

.readmore_link {
  display: block;
  max-width: 130px;
  margin-top: 85px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #fcb215;
  border-radius: 1000px;
  font-family: Lato, sans-serif;
  color: #fcb215;
  text-align: center;
  text-decoration: none;
}

.readmore_link:hover {
  background-color: #fcb215;
  color: #fff;
}

.readmore_link.disable {
  display: none;
}

.div-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 85px;
  text-align: center;
}

.div-block-2.disable {
  display: none;
}

.hm_abt_title {
  position: relative;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.image-7 {
  max-width: 100%;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
}

.shadow01 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  margin-right: 40px;
  margin-left: 40px;
  padding: 35px 20px 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  opacity: 0;
}

.product_content {
  margin-top: 25px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.product_content.price {
  display: none;
  margin: 30px 25px 10px;
  background-color: #f5dc51;
  color: #2a3455;
  line-height: 13px;
  letter-spacing: 3px;
}

.link-block {
  padding: 5px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_1180 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner_1180.inner-700 {
  max-width: 700px;
}

.inner_1180.innerdigital {
  max-width: 1100px;
}

.column-2 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-2.line {
  border-right: 1px solid #f5dc51;
}

.price_row_blk {
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-17 {
  display: none;
  width: 2px;
  height: 70px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2a3455;
}

.image-2 {
  position: absolute;
  left: 60px;
  bottom: 20px;
  display: block;
}

.image-2.disable {
  display: none;
}

.product_name {
  color: #000;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
}

.product_name.price_each {
  margin-bottom: -10px;
  font-size: 18px;
  line-height: 24px;
}

.service_price_blk {
  position: relative;
  z-index: 2;
  display: none;
  padding-top: 140px;
  background-color: #fff;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.div-block-53 {
  position: relative;
}

.image {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
}

.price_each_blk {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 20px;
  border-style: none;
  border-width: 1px 1px 5px 5px;
  border-color: #f5dc51 #f5dc51 #2a3455;
  background-color: rgba(245, 220, 81, 0);
  text-align: center;
  text-decoration: none;
}

.price_each_blk:hover {
  border-top-color: #d3ddff;
  border-right-color: #d3ddff;
  border-left-color: #d3ddff;
}

.price_row {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-35 {
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.text-field-2 {
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.text-field-2:focus {
  border: 1px solid #f5dc51;
}

.text-field-2.message {
  max-width: 100%;
  min-height: 100px;
}

.form {
  position: relative;
  margin-top: 35px;
  padding: 40px 35px 30px;
  border: 2px solid #2a3455;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-33 {
  text-align: center;
}

.text-block-15 {
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.div-block-31 {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.home_abt_sec {
  position: relative;
  z-index: 99;
  overflow: hidden;
  background-color: #fff;
}

.hire_blk {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #2a3455;
}

.div-block-39 {
  display: block;
  height: 1px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #f5dc51;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  margin-right: 20px;
}

.text-block-8 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.submit-button {
  width: 120px;
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #2a3455;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.submit-button:hover {
  background-color: #425285;
}

.image-8 {
  width: 35px;
}

.image-8.tel {
  width: 20px;
}

.image-8.wtsappicon {
  width: 50px;
  margin-right: -12px;
  margin-left: -10px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.div-block-68.disable {
  display: none;
}

.hire_row {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email_blk {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-36 {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fiveday_blk {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 75px;
  border-bottom: 1px none rgba(129, 149, 212, .74);
}

.contact_blk_hp {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #fff;
}

.image-5 {
  width: 740px;
  max-width: 50%;
}

.text-block-14 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.hire_txt {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 2px;
}

.disable {
  display: none;
}

.div-block-30 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 320px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.footer_sec {
  position: relative;
  z-index: 999;
  display: block;
}

.div-block-4 {
  position: relative;
  z-index: 99;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2a3455;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.section {
  position: relative;
  z-index: 0;
  padding-top: 150px;
}

.banner_bg2 {
  position: relative;
  z-index: 0;
  display: block;
  width: 80%;
  height: 50vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: left;
}

.div-block-49 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/new_banner2.jpg');
  background-position: 50% 0px;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pros_pt {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('../images/onetwohand-favicon_1onetwohand-favicon.png');
  background-position: 0% 20%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.pros_list_blk {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
}

.pros_list_blk.pros-left {
  float: right;
}

.abtme_img {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.abtme_img.abouticon {
  display: block;
  width: 80px;
}

.content {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 260px;
  background-color: #fff;
}

.content.digibro {
  padding-bottom: 125px;
  background-color: transparent;
}

.pros_blk {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.abtme_txt {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.grid-blk {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #fff;
}

.lightbox {
  width: 100%;
  max-width: 100%;
  border-style: none;
  border-width: 1px;
  border-color: rgba(66, 82, 133, .15);
  box-shadow: none;
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  font-family: Montserrat, sans-serif;
  color: #425285;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.lightbox:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.grid-img {
  width: 100%;
}

.grid-txt {
  display: inline-block;
  padding: 15px 10px;
  line-height: 24px;
}

.work-details-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vh100 {
  position: relative;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, .11);
}

.section-4 {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 200px;
}

.div-block-69 {
  padding-top: 70px;
}

.slider {
  height: 600px;
  background-color: transparent;
}

.slide-bg {
  position: relative;
  height: 100%;
}

.slide-bg.img1 {
  background-image: url('../images/slide-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-bg.img2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-bg.img3 {
  overflow: hidden;
}

.slide-nav {
  font-size: 10px;
}

.div-block-70 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-70.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-9 {
  position: relative;
  left: 55px;
}

.image-9.slide2-txt {
  width: 350px;
}

.back-mask {
  display: none;
}

.back-mask.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .07)), to(hsla(0, 0%, 100%, .21)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .07), hsla(0, 0%, 100%, .21));
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 10px 15px;
  background-color: hsla(0, 0%, 100%, .8);
  text-align: center;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-4 {
  color: #2a3455;
  font-weight: 700;
}

.about-title {
  margin-bottom: 20px;
  color: #2a3455;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 3px;
}

.image-10 {
  position: relative;
  left: 220px;
}

.slide3-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  padding-right: 100px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 50px;
  line-height: 66px;
  font-weight: 300;
  text-transform: uppercase;
}

.link {
  display: block;
  max-width: 100px;
  margin-top: 25px;
  padding: 7px 10px;
  border: 1px solid #2a3455;
  color: #2a3455;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-block-19 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 1px;
}

.image-11 {
  width: 100%;
}

.div-block-73 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 94%;
  height: 3px;
  background-color: #2a3455;
  text-align: right;
}

.div-block-74 {
  height: 670px;
  padding-top: 70px;
}

.div-block-75 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-76 {
  background-image: url('../images/bg-slide3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.digi-tab {
  padding: 10px 75px;
  background-color: transparent;
  color: hsla(226.04651162790697, 33.86%, 24.90%, 1.00);
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 3px;
}

.digi-tab.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #2a3455 #2a3455 #fff;
  background-color: transparent;
  color: #2a3455;
}

.tabs-menu {
  z-index: 1;
  text-align: center;
}

.eg-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 100px auto;
  padding: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .06);
  border-radius: 35px;
  background-color: hsla(226.04651162790697, 9.73%, 85.97%, 0.00);
}

.eg-blk:hover {
  background-color: hsla(226.04651162790697, 9.73%, 85.97%, 0.14);
}

.eg-blk.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.eg-txt {
  width: 550px;
  max-width: none;
  padding-right: 45px;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  letter-spacing: 1px;
}

.text-block-20 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
}

.text-block-21 {
  font-weight: 500;
  letter-spacing: 2px;
}

.tabs-content {
  margin-top: -1px;
  padding-top: 70px;
  border-top: 1px solid #2a3455;
}

.open-digital-link {
  display: inline-block;
  margin-top: 35px;
  padding: 13px 20px;
  background-color: #5668a5;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.open-digital-link:hover {
  -webkit-filter: saturate(130%);
  filter: saturate(130%);
}

.div-block-77 {
  margin-top: 15px;
}

.div-block-78 {
  background-color: hsla(226.04651162790697, 0.00%, 100.00%, 1.00);
  opacity: 1;
}

.tabs {
  margin-bottom: 40px;
  padding-bottom: 100px;
  border-bottom: 1px solid hsla(226.04651162790697, 33.86%, 24.90%, 0.11);
}

.tab-pane-tab-2 {
  padding-top: 45px;
}

.link-2 {
  color: #2a3455;
  font-weight: 600;
}

.link-2:hover {
  opacity: 0.77;
}

.image-12 {
  max-width: 540px;
}

.text-block-22 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 25%;
  border-bottom: 2px solid #f5dc51;
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 50px;
  line-height: 65px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/shutterstock_97924817.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5dc51;
}

.link-block-5.non {
  opacity: 0.5;
}

.menu1 {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.image-13 {
  height: 100%;
  text-align: center;
}

.height-100vh {
  overflow: auto;
  height: 100vh;
}

.btn-menu {
  width: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-digital {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(226.04651162790697, 31.38%, 49.22%, 1.00);
  text-align: center;
}

.menu-txt {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.menu2 {
  width: 100%;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #fff;
}

.div-block {
  width: 1px;
  height: 90%;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #ababab;
}

.menu-bar {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.next-page-btn {
  position: fixed;
  left: auto;
  top: 0%;
  right: 5px;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  height: 100%;
}

.scroll-apply {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 10px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(78, 2%, 42%, .95);
}

.image-14 {
  height: 100%;
  text-align: center;
}

.inner-header {
  position: relative;
}

.header-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(101, 100, 83, .9);
  text-align: center;
}

.menu-bar-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.btn-scroll {
  position: absolute;
  left: 0%;
  top: 95%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: hsla(50.85365853658537, 89.13%, 63.92%, 0.85);
  opacity: 0;
}

.content-digital {
  min-height: 100vh;
  padding: 85px 25px 250px;
  background-image: url('../images/grey-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-15 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-81 {
  display: block;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-16 {
  margin-top: -70px;
  margin-right: -176px;
  margin-bottom: -70px;
}

.text-block-23 {
  position: relative;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 3px;
}

.div-block-82 {
  height: 1px;
  max-width: 1180px;
  margin: 110px auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5dc51;
}

.div-block-83 {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-24 {
  margin-bottom: 30px;
  color: #5668a5;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 3px;
}

.div-block-84 {
  width: 2px;
  height: 70px;
  margin: 15px auto 45px;
  background-color: #f5dc51;
}

.text-block-25 {
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  color: #5668a5;
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 5px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  min-height: 500px;
  min-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: rgba(52, 193, 203, .84);
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  letter-spacing: 3px;
}

.pop-caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-7 {
  display: inline;
}

.link-block-2 {
  display: inline-block;
  width: 32%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
}

.popup-blk {
  position: relative;
}

.pop-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(1deg, rgba(69, 69, 69, .54), hsla(0, 0%, 100%, 0) 52%);
}

.pop-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, .5);
}

.link-block-3 {
  position: absolute;
  left: auto;
  top: 2%;
  right: 40px;
  bottom: auto;
  padding: 5px 10px;
}

.image-17 {
  width: 15px;
}

.text-block-6 {
  display: inline;
  margin-right: 20px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: auto;
  padding: 65px 40px;
  background-color: hsla(0, 0%, 100%, .95);
  opacity: 0;
}

.tab-link {
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 25px;
  font-size: 20px;
}

.website-link {
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 25px;
  font-size: 20px;
}

.tab-link.w--current {
  color: #2a3455;
  background-color: #f5dc51;
}

.website-link.w--current {
  color: #2a3455;
  background-color: #f5dc51;
}

.tabs-menu-2 {
  text-align: center;
}

.tabs-content-2 {
  margin-top: 35px;
}

.backtowebsitelink {
  font-family: Montserrat, sans-serif;
  color: #2a3455;
  font-size: 20px;
  text-decoration-line: none;
}

html.w-mod-js *[data-ix="scroll-up-col-4"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000003, 0.7000000000000003);
  -ms-transform: scale(0.7000000000000003, 0.7000000000000003);
  transform: scale(0.7000000000000003, 0.7000000000000003);
}

html.w-mod-js *[data-ix="scroll-up-col-5"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000003, 0.7000000000000003);
  -ms-transform: scale(0.7000000000000003, 0.7000000000000003);
  transform: scale(0.7000000000000003, 0.7000000000000003);
}

html.w-mod-js *[data-ix="scroll-up-col-6"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000003, 0.7000000000000003);
  -ms-transform: scale(0.7000000000000003, 0.7000000000000003);
  transform: scale(0.7000000000000003, 0.7000000000000003);
}

html.w-mod-js *[data-ix="left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .icon {
    display: none;
    color: #2a3455;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    background-color: #fff;
  }
  .menu01 {
    width: 25px;
    height: 1px;
    background-color: #2a3455;
  }
  .menu02 {
    width: 25px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #2a3455;
  }
  .hder_link {
    display: block;
    height: 60px;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }
  .hder_link:hover {
    border-bottom-style: none;
    color: #425285;
  }
  .hder_link.w--current {
    border-bottom-style: none;
    color: #f5dc51;
  }
  .hder_link.digitallink {
    height: 60px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
  }
  .hder_link.digitallink:hover {
    color: #fff;
  }
  .logo_img {
    padding-left: 10px;
  }
  .div-block-57 {
    height: 1px;
  }
  .div-block-55 {
    width: 30px;
  }
  .div-block-58 {
    width: 25px;
    background-color: #2a3455;
  }
  .link-block-4.w--current {
    display: none;
  }
  .banner_txtbox {
    border-radius: 0px;
    background-color: transparent;
  }
  .banner_txtbox.inner {
    height: 30vh;
    margin-top: 100px;
  }
  .hm_abt_txt.time {
    font-size: 24px;
    font-weight: 700;
  }
  .section-3 {
    height: 300px;
  }
  .porfo_bg {
    height: 420px;
  }
  .porfo_bg._004img {
    background-size: 1400px;
  }
  .div-block-46 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .shadow01 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .inner_1180 {
    max-width: 95%;
  }
  .inner_1180.inner-700 {
    max-width: 80%;
  }
  .column-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .price_row_blk {
    margin-top: 45px;
  }
  .product_name {
    font-size: 22px;
    line-height: 28px;
  }
  .price_each_blk {
    border-bottom-width: 1px;
  }
  .text-field-2.message {
    max-width: 100%;
  }
  .home_abt_sec {
    bottom: 1px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
  }
  .div-block-68 {
    margin-left: 35px;
  }
  .hire_row {
    max-width: 100%;
  }
  .div-block-19 {
    max-width: 100%;
  }
  .div-block-36 {
    position: relative;
  }
  .fiveday_blk {
    padding-top: 100px;
  }
  .text-block-14 {
    font-size: 24px;
  }
  .hire_txt {
    font-size: 24px;
  }
  .section {
    padding-top: 100px;
  }
  .banner_bg2 {
    height: 30vh;
    background-position: -803px 0px;
    background-size: 1800px;
  }
  .div-block-49 {
    background-size: 1200px;
  }
  .pros_list_blk.pros-left {
    float: none;
  }
  .pros_blk {
    margin-bottom: 70px;
  }
  .slider {
    height: 500px;
  }
  .image-9 {
    left: 0px;
    width: 200px;
  }
  .image-9.slide2-txt {
    width: 300px;
  }
  .div-block-71 {
    width: 100%;
  }
  .div-block-72 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    left: 192px;
  }
  .slide3-txt {
    font-size: 42px;
    line-height: 52px;
  }
  .div-block-74 {
    height: 600px;
  }
  .eg-blk {
    width: 580px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .eg-txt {
    width: 95%;
    margin-top: 30px;
    padding-right: 0px;
  }
  .open-digital-link {
    margin-top: 20px;
  }
  .image-12 {
    max-width: 100%;
  }
  .text-block-22 {
    font-size: 40px;
  }
  .menu-txt.menu-title {
    display: none;
  }
  .div-block.title-line {
    display: none;
  }
  .image-14 {
    height: 30px;
    margin-top: 7px;
  }
  .link-block-2 {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 0px;
  }
  .banner_txtbox {
    border-radius: 0px;
  }
  .text-block-10.banner {
    font-size: 22px;
  }
  .hm_abt_txt {
    font-size: 18px;
    line-height: 32px;
  }
  .hm_abt_txt.bannertitle {
    font-size: 26px;
  }
  .hm_abt_txt.bannertitle.inner {
    font-size: 38px;
  }
  .hm_abt_txt.time {
    color: #425285;
    text-align: center;
  }
  .section-3 {
    height: 250px;
  }
  .porfo_bg {
    height: 320px;
  }
  .porfo_bg._004img {
    background-size: auto 500px;
  }
  .div-block-46 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .readmore_link {
    margin-top: 70px;
  }
  .hm_abt_title {
    width: 100%;
  }
  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shadow01 {
    display: block;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .product_content.price {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .div-block-23 {
    width: 100px;
    height: auto;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .price_row_blk {
    margin-top: 35px;
  }
  .image-2 {
    left: 100px;
    max-width: 20%;
  }
  .product_name {
    font-size: 20px;
    line-height: 26px;
  }
  .price_each_blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 300px;
    max-width: 350px;
    margin-bottom: 10px;
    padding: 15px 22px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #7588c5;
    border-radius: 10px;
  }
  .price_each_blk:hover {
    border-color: #8195d3;
  }
  .div-block-20 {
    margin-top: 40px;
    margin-right: 0px;
    text-align: center;
  }
  .image-8.tel {
    margin-right: 7px;
  }
  .image-8.wtsappicon {
    margin-top: -9px;
    margin-right: -7px;
    margin-left: -7px;
  }
  .div-block-68 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .email_blk {
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-67 {
    margin-left: 8px;
  }
  .fiveday_blk {
    padding-bottom: 40px;
  }
  .image-5 {
    max-width: 60%;
  }
  .hire_txt {
    margin-bottom: 10px;
  }
  .banner_bg2 {
    background-position: -890px 0px;
  }
  .grid-txt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider {
    height: 400px;
  }
  .div-block-70.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-9 {
    z-index: 2;
    width: 160px;
  }
  .back-mask {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    background-color: rgba(0, 0, 0, .4);
  }
  .back-mask.white {
    background-color: hsla(0, 0%, 100%, .65);
  }
  .about-title {
    font-size: 24px;
  }
  .image-10 {
    left: 56px;
  }
  .slide3-txt {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    z-index: 2;
    padding-right: 0px;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
  }
  .div-block-74 {
    height: 500px;
  }
  .eg-blk {
    width: 100%;
  }
  .div-block-79 {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-22 {
    font-size: 36px;
  }
  .div-block-80 {
    padding-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header-digital {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .header-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .content-digital {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .text-block-23 {
    font-size: 16px;
    line-height: 28px;
  }
  .div-block-85 {
    width: 400px;
    height: 400px;
    min-height: 400px;
    min-width: 400px;
  }
  .text-block-26 {
    font-size: 45px;
  }
  .link-block-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .container {
    height: 45px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon {
    color: #fcb215;
  }
  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu01 {
    width: 20px;
  }
  .menu02 {
    width: 20px;
  }
  .hder_link {
    height: 60px;
  }
  .logo_img {
    padding-left: 5px;
  }
  .div-block-58 {
    width: 20px;
  }
  .banner_txtbox {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    text-align: center;
  }
  .banner_txtbox.inner {
    height: 25vh;
    margin-top: 80px;
  }
  .text-block-10 {
    color: #000;
  }
  .text-block-10.banner {
    font-size: 20px;
  }
  .text-block-10.anothertxt {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #000;
  }
  .hm_abt_txt {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .hm_abt_txt.bannertitle {
    font-size: 22px;
    line-height: 32px;
  }
  .hm_abt_txt.bannertitle.inner {
    font-size: 35px;
  }
  .hm_abt_txt.time {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .askfor_linkbox.yellowlink {
    padding: 14px 37px;
  }
  .section-3 {
    height: 220px;
  }
  .porfo_bg {
    height: 280px;
  }
  .porfo_bg._004img {
    background-position: 34% 50%;
    background-size: auto 450px;
  }
  .porfo_1180._002txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .readmore_link {
    margin-top: 45px;
  }
  .hm_abt_title {
    margin-bottom: 30px;
  }
  .image-7 {
    width: 50px;
  }
  .image-7.webicon {
    width: 45px;
  }
  .image-7.leafleticon {
    width: 35px;
  }
  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product_content.price {
    margin-top: 15px;
    font-size: 14px;
  }
  .div-block-23 {
    width: 80px;
    margin-right: 10px;
  }
  .inner_1180.inner-700 {
    max-width: 93%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .inner_1180.inner-700.digiinner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .price_row_blk {
    margin-top: 35px;
  }
  .div-block-17 {
    width: 50px;
    height: 2px;
  }
  .image-2 {
    left: 45px;
  }
  .product_name {
    font-size: 16px;
    line-height: 22px;
  }
  .product_name.price_each {
    font-size: 16px;
    line-height: 22px;
  }
  .div-block-35 {
    width: 100%;
  }
  .home_abt_sec {
    z-index: 2;
  }
  .div-block-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    left: 0px;
    right: 0px;
    bottom: -20px;
    max-width: 100px;
    text-align: center;
  }
  .div-block-36 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .fiveday_blk {
    padding-bottom: 60px;
  }
  .contact_blk_hp {
    padding-top: 80px;
  }
  .image-5 {
    max-width: 90%;
  }
  .text-block-14 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .hire_txt {
    font-size: 22px;
  }
  .section {
    z-index: 0;
    padding-top: 80px;
  }
  .banner_bg2 {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 93%;
    height: 25vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 85% 0px;
    background-size: auto 400px;
  }
  .div-block-49 {
    background-size: 1000px;
  }
  .pros_pt {
    background-position: 0% 15%;
    font-size: 15px;
    line-height: 22px;
  }
  .pros_list_blk {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content {
    padding-top: 100px;
  }
  .pros_blk {
    margin-bottom: 60px;
  }
  .section-4 {
    padding-top: 100px;
  }
  .slider {
    height: 380px;
  }
  .div-block-70 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-9 {
    width: 150px;
  }
  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .image-10 {
    left: 15%;
    max-width: 140%;
  }
  .slide3-txt {
    font-size: 40px;
    line-height: 50px;
  }
  .div-block-74 {
    height: 400px;
    padding-top: 65px;
  }
  .digi-tab {
    padding-right: 26px;
    padding-left: 26px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .eg-blk {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-block-20 {
    font-size: 22px;
    line-height: 28px;
  }
  .tabs-content {
    padding-top: 30px;
  }
  .open-digital-link {
    letter-spacing: 0px;
  }
  .div-block-79 {
    max-width: 85%;
  }
  .text-block-22 {
    left: 0px;
    top: auto;
    right: 0%;
    bottom: 20%;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
    border-bottom-style: none;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .image-13 {
    left: auto;
    top: auto;
    right: 10px;
    bottom: auto;
    margin-top: 0px;
  }
  .header-digital {
    padding-left: 10px;
  }
  .div-block {
    margin-right: 7px;
    margin-left: 7px;
  }
  .image-14 {
    left: auto;
    top: auto;
    right: 10px;
    bottom: auto;
    margin-top: 0px;
  }
  .header-2 {
    padding-left: 10px;
  }
  .text-block-23 {
    color: #2a3455;
  }
  .div-block-83 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-85 {
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    background-color: transparent;
  }
  .text-block-26 {
    color: #2a3455;
    font-size: 35px;
  }
  .tab-link {
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
  }
  .website-link {
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
  }
  .tabs-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }    
}