@charset "UTF-8";
.page-section ul:not(#clientslogo) li {
  margin-bottom: 0 !important; }
@media only screen and (max-width: 568px) {
  .page-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
    .page-section#homeblog {
      padding-bottom: 80px !important;
      margin-bottom: 0 !important; }
    .page-section#homecompanyvideo {
      margin-top: 0 !important; } }
@media only screen and (max-width: 568px) {
  .page-section section.hs-about {
    margin-bottom: 40px !important; } }
.page-section .home-mobile-content .title {
  color: #f8c93f;
  font-size: 70px;
  font-family: "Noto Serif TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  padding-bottom: 10px; }
.page-section .home-mobile-content .sub-title {
  font-size: 24px;
  line-height: 1.3; }
.page-section .home-mobile-content .image {
  padding-top: 20px;
  padding-bottom: 20px; }
  .page-section .home-mobile-content .image img {
    width: 100%; }
.page-section .home-mobile-content .description ul {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
.page-section .home-mobile-content .more-btn {
  padding-bottom: 40px; }
  .page-section .home-mobile-content .more-btn .draggable-btn {
    width: 60px;
    top: 0 !important;
    margin-top: 0 !important;
    padding: 0; }

@media only screen and (max-width: 568px) {
  main {
    padding-top: 40px !important; } }
@media only screen and (max-width: 568px) {
  main #homewebdesign .section-image.parallax.show {
    margin-top: 0; } }

.index-top-content {
  min-height: calc(100vh - 85px);
  position: relative; }
  .index-top-content:before {
    animation: fade-slide-down .5s ease-out forwards;
    animation-delay: 2.5s;
    background: url(../../images/home/mobile_background.png) no-repeat bottom;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0; }
  .index-top-content .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .index-top-content .content .inner-wrapper {
      color: #FFF; }
    .index-top-content .content .banner-inner .banner-caption {
      margin-bottom: 0; }
      .index-top-content .content .banner-inner .banner-caption .bigletter {
        font-size: 70px !important; }
    .index-top-content .content .banner-inner span.bigletter {
      position: relative;
      top: 0;
      padding-bottom: 0;
      font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .index-top-content .content .banner-inner h1 {
      margin-top: 0;
      position: relative;
      top: -5px; }
      .index-top-content .content .banner-inner h1 .write-text .outer-wrapper {
        font-size: 24px; }
        .index-top-content .content .banner-inner h1 .write-text .outer-wrapper:first-child {
          padding-bottom: 10px;
          font-size: 36px; }
    .index-top-content .content .content-link {
      animation: fade-slide-down .5s ease-out forwards;
      animation-delay: 2.5s;
      opacity: 0;
      padding-left: 15px;
      padding-right: 15px; }
      .index-top-content .content .content-link a {
        position: relative;
        display: block;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        width: 235px !important;
        background: #FFF;
        text-align: center;
        padding: 10px 10px;
        border-radius: 50px; }
        .index-top-content .content .content-link a:hover {
          background: #f8c93f; }

@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem); }
  100% {
    opacity: 1;
    transform: none; } }
#scrollspy {
  height: calc(100vh - 230px) !important;
  max-height: 730px; }

.home-main {
  padding-bottom: 200px;
  padding-left: 100px; }

.fancy_video {
  display: block;
  margin: 0 auto; }

.intro_team li {
  width: 100% !important;
  height: auto !important; }

.index_top {
  display: none !important; }

/*首页左侧导航*/
.ss-nav {
  opacity: 1;
  position: fixed;
  z-index: 9999;
  top: 50% !important;
  left: 40px;
  transform: translateY(-50%);
  transition: left .5s, opacity .5s, top .5s;
  margin: 30px 0; }

.ss-nav::after, .ss-nav::before {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 2px solid #facc16;
  border-radius: 100%;
  background: #fff;
  content: '';
  transition: background .5s, transform .5s; }

.ss-nav::before {
  top: 0;
  transition-delay: .3s;
  transform: translateX(-50%) translateY(-50%) scale(0); }

.ss-nav::after {
  bottom: 0;
  transition-delay: .5s;
  transform: translateX(-50%) translateY(50%) scale(0); }

.ss-nav.init-pos::before {
  background: #facc16; }

.ss-nav.last-item::after {
  background: #facc16; }

.ss-nav.hidden-nav {
  left: -40px;
  opacity: 0 !important;
  pointer-events: none; }

.ss-nav .nav-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 0;
  border-right: 1px dashed #facc16;
  transition: height .5s; }

.ss-nav ul {
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%; }
  .ss-nav ul li {
    position: relative;
    z-index: 99;
    display: block;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    transform: translateX(-100%);
    height: 20%; }
    .ss-nav ul li::before {
      position: absolute;
      top: calc(50% + 11px) !important;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 11px;
      display: block;
      width: 10px;
      height: 10px;
      border: 2px solid #facc16;
      background: #fff;
      content: '';
      opacity: 0;
      transition: background .5s, transform .5s, opacity .5s; }
    .ss-nav ul li a {
      position: absolute;
      top: 50%;
      display: block;
      padding-left: 40px;
      text-transform: uppercase;
      line-height: 1.1;
      transition: padding-left .5s; }
      .ss-nav ul li a span {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        color: #f1f1f1;
        font-size: 50px;
        font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1;
        transform: translateY(-69%) scaleY(1.2); }

.ss-nav ul li a:hover {
  padding-left: 48px; }

.ss-nav ul li.active::before {
  background: #facc16; }

.ss-nav .nav li::before, .ss-nav .nav li:nth-child(1) {
  transition-delay: .15s; }

.ss-nav .nav li::before, .ss-nav .nav li:nth-child(2) {
  transition-delay: .3s; }

.ss-nav .nav li::before, .ss-nav .nav li:nth-child(3) {
  transition-delay: .45s; }

.ss-nav .nav li::before, .ss-nav .nav li:nth-child(4) {
  transition-delay: .6s; }

.ss-nav .nav li::before, .ss-nav .nav li:nth-child(5) {
  transition-delay: .75s; }

.ss-nav.page-loaded::before {
  transform: translateX(-50%) translateY(-50%) scale(1); }

.ss-nav.page-loaded::after {
  transform: translateX(-50%) translateY(50%) scale(1); }

.ss-nav.page-loaded .nav-border {
  height: 100%; }

.ss-nav.page-loaded ul li {
  opacity: 1;
  transform: translateX(0); }

.ss-nav.page-loaded ul li::before {
  opacity: 1;
  transform: scale(1); }

.ss-nav.no-delay .nav li, .ss-nav.no-delay .nav li::before {
  transition-delay: 0s !important; }

.ss-nav #spy-top {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 99;
  width: 20px;
  height: 20px; }

.ss-nav #spy-bottom {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 99;
  width: 20px;
  height: 20px; }

/*.home_top .home_banner .banner-caption{top:14vw;}*/
.home_top .showcase-section .showcase:hover .showcase-img {
  transform: none !important; }

.home_top .showcase-section .showcase:last-child {
  margin: 0;
  width: calc(44% - 5px);
  max-width: 650px; }

.home_top .showcase-section {
  z-index: 999999;
  margin-top: 0;
  margin-bottom: 0; }

.home_top .showcase-section .showcase {
  float: right;
  overflow: visible;
  padding-top: 11%;
  padding-right: 27%; }

.home_top .showcase-section .showcase:after, .home_top .showcase-section .showcase:before {
  border: none !important; }

/*主体介绍*/
.home-webdesign > .container {
  position: relative; }

.home-webdesign > .container .bigletter {
  top: -45px;
  right: 0;
  color: #facc16; }

.home-webdesign .section-image {
  width: 55%; }

.home-webdesign .section-image picture {
  top: 100px !important;
  left: 100px; }

.home-webdesign .section-image .pic-overlay {
  position: absolute;
  top: 150px;
  left: 0;
  padding-left: 15px; }

.home-webdesign .section-image .pic-overlay picture {
  top: 0 !important;
  left: 0;
  width: auto;
  max-width: 100%;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.45); }

.home-webdesign .section-image .pic-overlay img {
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.45); }

.home-webdesign .section-image.no-pseudo::after {
  display: none !important; }

.home-webdesign .section-image.show {
  margin-bottom: -200px;
  padding-bottom: 200px; }

.home-webdesign .section-content {
  position: absolute;
  top: 65%;
  right: 2%;
  padding: 20px 0;
  width: calc(45% + 60px);
  transform: translateY(-50%); }

@media only screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 73px); } }
@media only screen and (max-width: 568px) {
  .container {
    width: 100%; } }

.home-webdesign .draggable-btn {
  position: absolute;
  right: calc(25% + 8px);
  bottom: 0;
  transform: translateX(50%); }

.home-webdesign .img-overlay img {
  top: 100px !important;
  left: 100px !important; }

/*底部左右按鈕*/
.custom-arrows {
  display: block; }

.custom-arrows .ca {
  display: block;
  height: 73px;
  color: #333;
  font-size: 50px;
  cursor: pointer; }

.home-blog {
  overflow: hidden;
  padding-top: 200px; }

.home-blog .custom-arrows {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 99999; }

.home-blog .custom-arrows .ca {
  position: relative; }

.home-blog .custom-arrows .ca:before {
  position: relative;
  transition: all 350ms ease; }

.home-blog .custom-arrows .ca:after {
  position: absolute;
  top: 52%;
  display: block;
  width: 20px;
  height: 4px;
  background-color: #333;
  opacity: 0;
  transition: all 350ms ease;
  transform: translateY(-60%); }

.home-blog .custom-arrows .ca:first-child:after {
  right: -10px; }

.home-blog .custom-arrows .ca:last-child:after {
  left: -10px; }

.home-blog .custom-arrows .ca:hover:after {
  opacity: 1; }

.home-blog .custom-arrows .ca:hover:first-child:after {
  right: 10px; }

.home-blog .custom-arrows .ca:hover:last-child:after {
  left: 10px; }

.home-blog .blog-wrapper {
  float: right;
  margin-top: 60px;
  width: 100%;
  max-width: 1470px; }

.home-blog .blog-wrapper .slick-list {
  margin: 0 -30px; }

.home-blog .blog-wrapper .slick-track {
  left: -30px; }

.home-blog .blog-wrapper .single-post {
  margin: 0 30px; }

.home-blog .blog-wrapper .single-post .post-thumbnail {
  display: block;
  margin-bottom: 30px; }

.home-blog .blog-wrapper .single-post:nth-child(odd) .post-thumbnail {
  overflow: hidden;
  margin-bottom: 10px;
  border-top: 20px solid transparent; }

.home-blog .blog-wrapper .single-post:nth-child(odd) .post-thumbnail img {
  position: relative;
  top: -40px; }

.home-blog .blog-wrapper .single-post img {
  display: block; }

.home-blog .blog-wrapper .single-post .post-date {
  display: block;
  margin-bottom: 15px;
  color: #facc16;
  line-height: 1; }

.home-blog .blog-wrapper .single-post h5 {
  margin: 0 0 35px;
  font-size: 30px; }

.home-blog .blog-wrapper .single-post p {
  margin: 0; }

.home-blog .blog-wrapper + .container {
  position: relative;
  clear: both;
  padding-top: 100px; }

.home-blog .draggable-btn {
  position: relative;
  left: 50%;
  margin-bottom: 20px;
  transform: translateX(-50%); }

#homeblog > .container {
  position: relative; }

/*视频部分*/
.index_camera {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 9999999;
  width: 100px; }

.camera {
  position: absolute;
  top: 46px;
  right: 3vw;
  z-index: 999;
  perspective-origin: center center;
  -moz-perspective-origin: center center;
  -webkit-perspective-origin: center center;
  perspective: 600px;
  -moz-perspective: 600px;
  -webkit-perspective: 600px;
  width: 600px; }
  @media only screen and (max-width: 1600px) {
    .camera {
      width: 550px; } }
  @media only screen and (max-width: 1400px) {
    .camera {
      width: 490px; } }
  @media only screen and (max-width: 1200px) {
    .camera {
      width: 420px; } }

/*width:37vw;*/
.camera .showing {
  position: absolute;
  top: -50px;
  left: -1000px;
  width: 500%;
  height: 150%;
  background: #fff;
  opacity: .9; }

.space {
  width: 100%;
  height: 56.25%; }

.index_camera img {
  transform: scale(1) !important; }

.box {
  position: relative;
  position: relative;
  z-index: 4;
  width: 100%;
  box-shadow: 3px 3px 30px 10px rgba(0, 0, 0, 0.3);
  transition: all .5s; }

/*聯絡我們*/
.hi-title-inner-wrapper {
  padding-bottom: 5px; }

/*市场策划部分*/
#homeseo .container {
  z-index: 99999;
  padding-top: 90px; }

.home-seo > .container {
  padding-bottom: 50px; }

.home-seo > .container .bigletter {
  top: -20px;
  left: 0; }

.home-seo .svg-lines {
  position: absolute;
  top: 0;
  left: 55%;
  z-index: 99;
  width: 100%;
  max-width: 830px;
  max-height: 539px; }

.home-seo .svg-lines svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

.home-seo .svg-lines svg:nth-of-type(2) {
  top: 30px;
  left: -25px;
  opacity: .18;
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.home-seo .svg-lines svg:last-of-type {
  left: -30px; }

.home-seo .svg-lines span.icon-wrapper {
  position: absolute;
  display: block;
  padding: 10px;
  width: 90px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease;
  transform: scale(0); }

.home-seo .svg-lines span.icon-wrapper span {
  display: block;
  padding: 25px 0;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #facc16;
  text-align: center;
  font-size: 20px;
  line-height: 1; }

.home-seo .svg-lines span.icon-wrapper.show {
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.home-seo .svg-lines span.icon-wrapper.show:hover {
  animation: zoomInOut .6s ease-in-out forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@keyframes zoomInOut {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.home-seo .svg-lines span.icon-wrapper.iw-facebook {
  top: 360px;
  left: 100px; }

.home-seo .svg-lines span.icon-wrapper.iw-twitter {
  top: 170px;
  left: 220px; }

.home-seo .svg-lines span.icon-wrapper.iw-seo {
  top: 170px;
  left: 440px;
  font-weight: 700;
  font-family: '微軟正黑體', sans-serif !important;
  cursor: default; }

.home-seo .svg-lines span.icon-wrapper.iw-seo span {
  padding: 20px 0;
  background-color: #fff;
  color: #767575;
  font-size: 25px;
  line-height: 1.2; }

.home-seo .svg-lines span.icon-wrapper.iw-linkedin {
  top: 215px;
  left: 555px; }

.home-seo .svg-lines span.icon-wrapper.iw-instagram {
  top: 20px;
  left: 670px; }

.home-seo .svg-lines span.icon-wrapper.iw-google-plus {
  top: 190px;
  left: 830px; }

.home-seo > .container {
  position: relative; }

.home-seo > .container .bigletter {
  top: -35px; }

.home-seo .section-content {
  position: relative;
  top:40px;
  width: 50%; }

.home-seo .section-content img {
  display: block;
  margin-top: 110px; }

.home-seo .draggable-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%); }

/*底部团队客户介绍*/
.home-slider {
  overflow: hidden;
  padding-top: 0;
  width: 100%;
  min-height: 100vh; }

.home-slider .home-slides-wrapper {
  width: 200%;
  height: 100%; }

.home-slider .home-slide {
  position: relative;
  float: left;
  width: 50%; }

.home-slider .home-slide li {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 50px;
  padding-left: 0;
  width: 50%;
  height: 70px;
  vertical-align: middle; }

.home-slider .home-slide li:before {
  content: none; }

.home-slider .home-slide li:first-child {
  margin-top: 0; }

.home-slider .home-slide li img {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  height: 70px;
  transform: translateY(-50%); }

.home-slider .home-slide #clientslogo {
  margin: 0;
  padding: 0; }

.home-slider .home-slide #clientslogo li img:first-child {
  top: 50%;
  transition: top 350ms ease-out 350ms; }
  @media only screen and (max-width: 568px) {
    .home-slider .home-slide #clientslogo li img:first-child {
      margin-left: 0; } }

.home-slider .home-slide #clientslogo li img:last-child {
  top: 150%;
  transition: top 350ms ease-out; }
  @media only screen and (max-width: 568px) {
    .home-slider .home-slide #clientslogo li img:last-child {
      margin-left: auto;
      margin-right: 0; } }

.home-slider .home-slide #clientslogo li img.switch:first-child {
  top: 150%;
  transition: top 350ms ease-out; }

.home-slider .home-slide #clientslogo li img.switch:last-child {
  top: 50%;
  transition: top 350ms ease-out 350ms; }

.home-slider .home-slide #clientslogo li.active {
  margin-bottom: 10px;
  height: 180px;
  transition: all 350ms ease; }

.home-slider .home-slide #clientslogo li.active img:first-child, .home-slider .home-slide #clientslogo li.active img:last-child {
  top: 20%;
  transition: all 350ms ease; }

.home-slider .home-slide #clientslogo li.active img:last-child {
  top: 70%; }

.home-slider .hs-about .section-image {
  position: absolute;
  top: 60px;
  right: 50px; }

.home-slider .hs-about .section-image img {
  width: 750px; }

.home-slider .hs-about .section-image.hide-alt:after {
  transition: none;
  transform: translateX(-101%); }

.home-slider .hs-about .section-image.show:before {
  opacity: .5;
  transition: opacity 1ms ease .6s; }

.home-slider .hs-about .section-content {
  position: relative;
  width: 75%; }

.home-slider .hs-about h2.section-title {
  margin-bottom: 50px; }

.home-slider .hs-about p.section-subtitle {
  margin-bottom: 45px; }

.home-slider .hs-about .draggable-btn {
  margin-top: 60px;
  margin-left: calc(25% - 3px);
  transform: translateX(50%); }

.home-slider .hs-clients > .container {
  position: relative; }

.home-slider .hs-clients h2.section-title {
  margin-bottom: 120px;
  margin-left: 25%; }

.home-slider .hs-clients .draggable-btn {
  position: absolute;
  right: 15px;
  bottom: 30px;
  transform: translateX(50%); }

.home-slider .hs-awards h2.section-title {
  margin-bottom: 100px;
  text-align: center; }

.home-slider .hs-awards li {
  margin-bottom: 30px; }

.home-slider .hs-awards .draggable-btn {
  margin: 20px auto 0; }

.home-slider .hs-testimonials h2.section-title {
  margin-bottom: 100px;
  text-align: center; }

.home-slider .hs-testimonials .testimonials-statistics {
  float: left;
  margin-top: -15px;
  width: 25%; }

.home-slider .hs-testimonials .testimonials-statistics span {
  display: block; }

.home-slider .hs-testimonials .testimonials-statistics span span:first-child {
  color: #facc16;
  font-weight: 700;
  font-size: 130px;
  font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1; }

.home-slider .hs-testimonials .testimonials-statistics span span:last-child {
  margin-top: 30px;
  color: #333;
  text-transform: uppercase; }

.home-slider .hs-testimonials .testimonials-wrapper {
  float: left;
  margin-left: 25%;
  padding-left: 40px;
  width: 50%; }

.home-slider .hs-testimonials .testimonials-wrapper .single-testimonial {
  margin-bottom: 30px; }

.home-slider .hs-testimonials .testimonials-wrapper span {
  display: block;
  margin-top: 10px;
  color: #333;
  font-weight: 700;
  font-size: 12px; }

/*-----------------------index.php公用 price_other.php*/
.home-webdevelopment > .container {
  position: relative; }

.home-webdevelopment > .container .bigletter {
  top: 75px;
  left: 0;
  z-index: 99; }

#homegraphdesign > .container .bigletter {
  top: -75px;
  right: 0;
  z-index: 99; }

.home-webdevelopment .draggable-btn {
  position: absolute;
  top: 180px;
  right: 15px;
  transform: translateX(50%); }

.home-webdevelopment ul li:before {
  content: none; }

.home-webdevelopment .inner-wrapper {
  width: 65%; }

.home-webdevelopment .section-content {
  width: 70%; }

.home-graphicdesign {
  z-index: 11; }

.home-graphicdesign > .container {
  position: relative; }

.home-graphicdesign > .bigletter {
  top: -10px;
  right: 15%;
  color: #facc16; }

.home-graphicdesign > .container .section-image {
  margin-top: -100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px; }

.home-graphicdesign > .container .pic-overlay {
  position: relative;
  top: -400px; }

.home-graphicdesign .section-image {
  width: 48%; }

.home-graphicdesign .section-content {
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 999999;
  width: calc(45% + 60px); }

.home-graphicdesign .draggable-btn {
  position: absolute;
  right: 25%;
  bottom: 0;
  transform: translate(50%, 50%); }

.privacy-form-link {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#home-banner-bg {
  position: relative;
  top: -3px;
  right: 0;
  width: 100vh;
  height: 100%;
  max-width: 100%;
  opacity: 1;
  transition: opacity .5s; }

/*width:94vh;*/
/*媒体查询--------------------------------------------------------------*/
@media only screen and (max-width: 1650px) {
  .home-webdesign .section-image.show {
    padding-bottom: 300px; }

  .home-webdesign .draggable-btn {
    bottom: -80px; }

 

  .home-graphicdesign .draggable-btn {
    bottom: -80px; }

  .home-blog .blog-wrapper {
    max-width: 1200px; }

  .home-slider .hs-about .section-content {
    width: 90%; }

  .home-slider .hs-about .section-image img {
    width: 650px; }

  .home-slider .hs-testimonials .testimonials-wrapper {
    margin-left: 10%;
    padding-left: 20px;
    width: 65%; }

  .home-slider .hs-testimonials .testimonials-statistics {
    width: 20%; }

  .home-slider .hs-testimonials .testimonials-statistics span span:first-child {
    font-size: 90px; } }
/*----------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  .home-seo .svg-lines {
    top: 160px;
    max-width: 550px;
    max-height: 393px; } }
/*----------------------------------------------------------------------*/
/*@media only screen and (max-width:1500px){
	#home-banner-bg{width:100vh;}
}*/
/*----------------------------------------------------------------------*/
@media (max-width: 1440px) {
  .home-seo .svg-lines {
    margin-top: 0; }

  .home-webdesign > .container .bigletter {
    top: -70px;
    right: 60px; }

  .home-slider .hs-about .section-image img {
    width: 450px; }

  .home-blog .custom-arrows {
    top: 150px;
    left: 0; }

  .home_top .showcase-section .showcase {
    float: right;
    overflow: visible;
    padding-top: 14%;
    padding-right: 15%; }

  .home-webdesign > .container .bigletter {
    top: -70px;
    right: 50px; }

  .home-graphicdesign > .container .bigletter {
    right: 0;
    z-index: 9999; }

  .home-graphicdesign .draggable-btn {
    bottom: -20px; }

  .home_main span.bigletter {
    font-size: 120px; }

  .home-blog .blog-wrapper {
    max-width: 950px;
    order: 3; }

  .home-blog .blog-wrapper .slick-list {
    margin: 0; }

  .home-seo .svg-lines {
    right: 0;
    left: initial !important; } }
/*----------------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
  .ss-nav ul li a:hover {
    padding-left: 40px; }

  .ss-nav ul li a {
    padding-left: 30px; } }
/*----------------------------------------------------------------------*/
@media only screen and (max-width: 1040px) {
  .home-blog .blog-wrapper .slick-list {
    margin: 0 -10px; }

  .home-blog .blog-wrapper .single-post {
    margin: 0 53px; }
	
	  .home-graphicdesign .draggable-btn {
    bottom: -20px; }
	
	}
/*----------------------------------------------------------------------*/
@media (max-width: 1200px) {
  #scrollspy {
    display: none !important; }

  .ss-nav ul {
    display: none; }

  .home-seo .svg-lines {
    max-width: 450px; }

  #home-banner-bg {
    width: 100%; } }
/*----------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .home-blog .custom-arrows {
    top: 1%;
    left: 0; }

  #homeblog > .container {
    position: initial !important; }

  .home-blog {
    margin-top: 110px; }

  .home-blog .custom-arrows {
    left: 120px; }

  .home-blog .blog-wrapper {
    max-width: 900px;
    transform: translateX(150px); }

  .home-blog .blog-wrapper .single-post h5 {
    margin: 0 0 25px;
    font-size: 18px; }

  .home-blog .blog-wrapper .single-post p {
    font-size: 14px; }

  .home-blog .blog-wrapper + .container {
    padding-top: 30px; }

  .home-blog {
    margin-top: 0;
    padding-top: 150px;
    text-align: center; }

  .home-blog .custom-arrows {
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .home-blog .custom-arrows:after {
    content: none; }

  .home-blog .blog-wrapper {
    float: none;
    margin: 50px auto 0;
    max-width: 90%;
    transform: none; }

  .home-blog .blog-wrapper .single-post img img {
    margin: 0 auto; }

  .home-blog .blog-wrapper .slick-track {
    left: 0; }

  .home-blog .draggable-btn {
    left: auto;
    margin: 30px auto 0;
    transform: none; }

  .home-blog {
    margin-bottom: -50px;
    padding-top: 0;
    padding-bottom: 80px;
    text-align: left; }

  .home-blog .blog-wrapper {
    margin: 0 auto 0;
    padding: 0 4%;
    max-width: 100%; }

  .home-blog .blog-wrapper .slick-list {
    margin: 0 -10px; }

  .home-blog .blog-wrapper .single-post {
    margin: 0 10px;
    text-align: left; }

  .home-blog .blog-wrapper .single-post:nth-child(odd) .post-thumbnail {
    margin-bottom: 30px;
    border-top: none; }

  .home-blog .blog-wrapper .single-post:nth-child(odd) .post-thumbnail img {
    top: 0; }

  .home-blog .blog-wrapper + .container {
    display: none; }

  .home-blog .custom-arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

  .home-blog .custom-arrows .ca {
    margin: 0 30px;
    font-size: 40px; }
.home-webdesign .section-content{ top:80%;}
  .home-seo {
    padding: 0 0 20px; }
	.home-seo .draggable-btn{
		padding-top:60px;}

  .home_main .draggable-btn {
    display: block;
	
	}

  .home-slider .home-slide:first-child {
    margin-bottom: 100px; }

  .home-slider .home-slide {
    float: none;
    width: 100%; }

  .home-slider .home-slides-wrapper {
    float: none;
    width: 100%; }


  #homeslider {
    padding-top: 0; }
	.home_main .draggable-btn{ margin-top:-150px !important; margin-bottom:60px !important;}
	}
/*----------------------------------------------------------------------*/
@media (max-width: 960px) {
  .camera {
    right: 0; }

  #homewebdesign {
    padding-bottom: 20px; }

  .home-webdesign .section-image.show {
    margin-bottom: 20px;
    padding-bottom: 20px; }

  .home-seo .svg-lines {
    height: auto;
    max-width: 50%; }

  .home-main {
    padding-top: 20px;
    padding-left: 0; } }
/*----------------------------------------------------------------------*/
@media (max-width: 768px) {
  .home-seo .draggable-btn {
    margin: 0 auto;
	padding-top:190px;
	margin-bottom:-50px !important;
    margin-top: 25px; }

  .home-webdesign .draggable-btn {
    margin: 0 auto;
    margin-top: 25px; }

  .home-blog .blog-wrapper {
    padding: 0 10%; }

  .camera {
    width: 100% !important;
    height: auto !important;
    perspective: 0 !important;
    -webkit-perspective: 0 !important; }

  .box {
    transform: translateX(0) translateY(20px) rotateY(0); }

  .space {
    transform: translateY(0) !important; }

  .index_camera {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px; }

  .index_camera img {
    width: 50px;
    height: 50px; }

  #homewebdesign {
    padding-bottom: 0; }

  #homegraphdesign .section-image img, #homeseo .section-image img, #homewebdesign .section-image img, #homewebdev .section-image img {
    width: 100%; }

  #homeblog > .container, #homegraphdesign > .container, #homeseo > .container, #homewebdesign > .container, #homewebdev > .container, #hsabout > .container, #hsclients > .container {
    padding: 0 10%; }

  #homegraphdesign .bigletter, #homeseo .bigletter, #homewebdesign .bigletter, #homewebdev .bigletter {
    position: static !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 90px;
    order: 2; }

  #homewebdesign .bigletter {
    order: 2; }

  #homewebdesign .section-image {
    order: 1; }

  #homewebdesign .section-content {
    order: 3; }

  #clientslogo li img {
    height: auto !important;
    max-width: 45%; }

  .home_banner {
    z-index: 99;
    margin-top: -200px; }

  .home_main .page-section {
    margin-bottom: 10px; }

  .home_main span.bigletter {
    z-index: 99999; }

  .home_main .bigletter {
    width: fit-content; }

  .home_main .draggable-btn {
    height: auto;
    display: block; }

  .home-main {
    padding-left: 0 !important; }

  .home-main {
    padding-bottom: 0; }

  .home-main {
    padding-left: 10px; }

  .home_top .showcase-section {
    display: none; }

  .home_top .showcase-section {
    display: none !important; }

  #home-banner-bg {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important; }

  .team_img {
    display: block; }

  .hs-about {
    background-image: none !important; }

  #homeseo .bigletter {
    order: 2; }

  #homeseo .section-image {
    order: 1; }

  #homeseo .section-content {
    order: 3; }

  #homeseo .container {
    display: grid; }

  #homeseo {
    margin-bottom: 100px; }

  .home-seo .svg-lines {
    position: static;
    margin: 0 auto;
    max-width: 50%;
    max-height: initial; }

  .home-webdesign .section-image {
    width: 100%; }

  .home-webdesign {
    padding-top: 80px; }

  .home-webdesign .section-image {
    width: 100%; }

  .home-webdesign > .container .bigletter {
    top: 50px;
    right: auto;
    left: 70px; }

  .home-webdesign > .container .bigletter {
    top: -35px; }

  .home-webdevelopment > .container .bigletter {
    top: -100px;
    left: 45px; }

  .home-webdevelopment ul li {
    float: none;
    margin-bottom: 10px;
    padding-left: 14vw;
    width: 100%; }

  .home-webdevelopment ul li::after {
    left: 9vw; }

  .home-webdevelopment ul li:nth-child(-n+6) {
    margin-bottom: 10px; }

  .home-webdevelopment .section-content {
    position: static !important;
    width: 100% !important; }

  .home-webdevelopment .draggable-btn {
    top: -50px; }

  .ss-nav {
    display: none; }

  .home-blog .custom-arrows .ca:after {
    top: 41%;
    width: 12px; }

  .home-blog .blog-wrapper .single-post img {
    margin: 0 auto; }

  #homeblog .home-blog .custom-arrows .ca:after {
    top: 36%; }

  .home-seo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
.home-graphicdesign .draggable-btn {
    bottom: -120px; }
  .home-seo .section-content {
    width: 100%; }

  .home-seo > .container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .home-seo > .container .bigletter {
    top: -71px;
    left: 48px; }

  .home-seo .svg-lines {
    position: relative;
    right: auto;
    margin: 70px auto 0;
    height: 393px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .home-seo .draggable-btn {
    position: relative;
    bottom: auto;
    left: auto;
    float: right;
    margin-top: -130px;
    transform: none; }

  .home-seo .svg-lines {
    display: none; }

  .home-seo .section-content img {
    margin-top: 70px;
    max-width: 230px; }

  .home-seo > .container .bigletter {
    top: -42px;
    left: 45px;
    transform: none; }

  .home-seo .draggable-btn {
    float: none;
    margin: 20px 0 0 auto;
    height: auto; }

  .home-webdesign {
    padding-top: 150px; }

  .home-webdesign > .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .home-webdesign > .container .bigletter {
    top: 0;
    right: 150px; }

  .home-webdesign .section-content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .home-webdesign .section-image {
    margin: -70px auto 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .home-webdesign .section-image.show {
    margin: 40px auto 20px;
    padding: 0; }

  .home-webdesign .section-image .pic-overlay {
    display: none; }

  .home-webdesign .draggable-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px 0 0 auto;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .home-slider .hs-awards .clients-logo {
    display: block; }

  .home-slider .hs-awards .clients-logo li {
    margin-bottom: 30px;
    width: 100%; }

  .home-slider {
    height: auto; }

  .home-slider .home-slide, .home-slider .home-slides-wrapper {
    float: none;
    width: 100%; }

  .home-slider .home-slide {
    margin-top: 150px; }

  .home-slider .home-slide li img {
    top: 50%;
    left: 50%;
    max-width: 80%;
    transform: translateY(-50%) translateX(-50%); }

  .home-slider .hs-about {
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .home-slider .hs-about:after {
    clear: both;
    display: table;
    content: ''; }

  .home-slider .hs-about .container {
    padding: 0 15px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .home-slider .hs-about .section-image {
    position: relative;
    top: auto;
    right: auto;
    z-index: 10;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .home-slider .hs-about .section-image img {
    width: 100%; }

  .home-slider .hs-about .section-content {
    width: 100%; }

  .home-slider .hs-about .draggable-btn {
    margin: 30px auto;
    transform: none; }

  .home-slider .hs-clients .draggable-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 50px auto 0;
    transform: none; }

  .home-slider .hs-clients h3.section-title {
    font-size: 27.5px; }

  .home-slider .hs-clients .draggable-btn {
    margin: 20px auto 0;
    width: 60px; }

  .home-slider .hs-awards h3.section-title, .home-slider .hs-testimonials h3.section-title {
    font-size: 27.5px; }

  .home-slider .hs-awards .draggable-btn, .home-slider .hs-testimonials .draggable-btn {
    margin: 0 0 0 auto; }

  .home-slider .home-slide {
    margin-top: 20px; }

  .home-slider .home-slide h3 {
    margin-bottom: 50px; }

  .home-slider .home-slide ul {
    margin: 0 auto;
    max-width: 100%; }

  .home-slider .home-slide li {
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: initial;
    -ms-flex-pack: distribute;
    justify-content: initial; }

  .home-slider .home-slide li img {
    position: relative;
    left: auto;
    margin: 0 10px;
    max-width: 100px;
    transform: none; }

  .home-slider .home-slide li img:first-child {
    top: auto; }

  .home-slider .home-slide li img:last-child {
    top: auto; }

  .home-slider .home-slide li:nth-child(n+5) {
    margin-bottom: 50px; }

  .home-slider .hs-about {
    margin-top: 0; }

  .home-slider .hs-about h2.section-title {
    margin-bottom: 30px; }

  .home-slider .hs-about p.section-subtitle {
    margin-bottom: 25px; }

  .home-slider .hs-about .draggable-btn {
    width: 60px; }

  .home-slider .hs-about .section-image {
    display: none; }

  .home-slider .hs-clients h2.section-title {
    margin: 0 0 50px; }

  .home-slider .hs-testimonials h2.section-title {
    margin-bottom: 30px; }

  .home-slider .hs-testimonials .testimonials-statistics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-left: calc(25% - 20px);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-slider .hs-testimonials .testimonials-statistics span span:first-child {
    font-size: 70px; }

  .home-slider .hs-testimonials .testimonials-statistics span span:last-child {
    margin-top: 20px; }

  .home-slider .hs-testimonials .testimonials-wrapper {
    float: none;
    margin-left: 0;
    padding-left: 0;
    width: 100%; }

  .home-slider .hs-testimonials .testimonials-wrapper div:first-child {
    margin-bottom: 20px; }

  .home-slider .hs-testimonials .testimonials-wrapper span {
    margin-top: 10px;
    font-size: 16px; }

  .home-slider .hs-awards .clients-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .home-slider .hs-awards .clients-logo li {
    width: 50%; }

  .home-webdevelopment > .container .bigletter {
    top: -71px;
    left: 9px; }

  .home-webdevelopment .section-content, .home-webdevelopment ul {
    width: 100%; }

  .home-webdevelopment ul {
    margin: 40px 0 0; }

  .home-webdevelopment ul li {
    margin-bottom: 25px;
    font-size: 16px; }

  .home-webdevelopment ul li:nth-child(-n+6) {
    margin-bottom: 25px; }

  .home-webdevelopment .draggable-btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
    transform: none; }

  .home-graphicdesign > .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .home-graphicdesign > .container .bigletter {
    top: -71px;
    right: auto;
    left: -37px; }

  .home-graphicdesign .section-image {
    margin: -70px auto 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .home-graphicdesign .section-image.show {
    margin: 40px auto 0;
    padding: 0; }

  .home-graphicdesign .section-image.show img:not(.plx) {
    content: url(../../images/home/web/dw.png); }

  .home-graphicdesign .section-image .pic-overlay {
    display: none; }

  .home-graphicdesign .section-content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    transform: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .home-graphicdesign .draggable-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
    width: 60px;
    -webkit-transform: none;
    transform: none;
    -ms-transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .home-graphicdesign .container .bigletter {
    top: -55px;
    right: auto;
    left: unset;
    transform: translateX(0); }

  .home-graphicdesign .section-image {
    width: 100%; } }
/*----------------------------------------------------------------------*/
@media (max-width: 568px) {
  #homeblog > .container, #homegraphdesign > .container, #homeseo > .container, #homewebdesign > .container, #homewebdev > .container, #hsabout > .container, #hsclients > .container {
    padding: 0 15px; }

  .site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li:before {
    left: 0; }

  .site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li {
    padding-left: 20px; }

  .home_main {
    padding-top: 50px; }

  .home_main span.bigletter {
    font-size: 70px; }

  #homeslider {
    margin-bottom: 0; }

  .home_top .home_video {
    top: 0 !important;
    margin: 0; }

  .home_top_layervideo {
    display: none; }

  .home_top .home_banner h1 {
    margin-top: 60px; }

  .home_banner {
    margin: 0; }

  #homeseo {
    margin-bottom: 0; }

  .home-seo .svg-lines {
    height: auto;
    max-width: 90%; }

  .home_top .camera {
    display: none; }

  #homewebdesign {
    padding-bottom: 40px; }

  #homegraphdesign .bigletter, #homeseo .bigletter, #homewebdesign .bigletter, #homewebdev .bigletter {
    font-size: 50px; }

  #homegraphdesign, #homeseo, #homewebdesign, #homewebdev {
    padding-bottom: 60px; }

  #homecompanyvideo {
    display: block;
    padding-bottom: 0; }

  #homecompanyvideo a.play_text {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 99;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px; }

  #homecompanyvideo a.play_button {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 99; }

  #homecompanyvideo a img {
    width: 30px; }

  .index_top {
    display: block !important; }

  .text_s {
    display: block;
    height: 1px;
    opacity: 0; }

  .home-webdesign > .container .bigletter {
    right: -20px; }

  .home-webdevelopment .draggable-btn {
    top: 850px;
    margin: 0 auto !important; }

  .home-blog .custom-arrows .ca:after {
    top: 36%; }

  .hi-title-inner-wrapper {
    padding-bottom: 5px;
    line-height: 1 !important; } }
/*----------------------------------------------------------------------*/
@media (max-width: 340px) {
  .home_main span.bigletter {
    font-size: 60px; } }
/*----------------------------------------------------------------------*/
@media (min-width: 568px) {
  #homecompanyvideo {
    display: none !important; } }
/*----------------------------------------------------------------------*/
@media (min-width: 769px) {
	
	#homewebdev{ height:100vh; max-height:56vw; min-height:700px}
  .team_img {
    display: none; }

  .hs-about {
    background-image: url(../../images/home/slider/bg_homep.jpg);
    background-position: top right;
    background-size: 65%;
    background-repeat: no-repeat; } }
/*----------------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .home_top .home_banner .banner-caption {
     }
.camera{ top:39px !important;}
  .img_div {
    width: 100%; }

  #homegraphdesign {
    margin-top: 150px; }



  .home-webdesign > .container .bigletter {
    top: -150px; }

  .home-webdesign .section-content {
    top: 77%;
    right: -4%; }

  #homegraphdesign {
    margin-bottom: 200px; }

  .home-graphicdesign > .container .bigletter {
    transform: translateX(0);
    -ms-transform: translateX(0); }

  .home-graphicdesign .section-content {
    width: calc(40% + 60px); }

  .home-webdevelopment .section-content {
    width: 60%; } }
/*----------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .home-webdevelopment .draggable-btn {
    top: 400px;
    right: 200px; } }
/*----------------------------------------------------------------------*/
@media (min-width: 1440px) {
  .home_main .page-section:not(#homeslider):not(#homewebdev) {
    padding-top: 90px; } }
/*----------------------------------------------------------------------*/
@media (min-width: 1650px) {
  .home-webdesign .section-content {
    width: calc(40% + 60px); } }
@media only screen and (max-width: 568px) {
  .home-blog .blog-wrapper {
    padding: 0 15px; } }

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