/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}


.close {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50vw;
  height: 10vw;
  background: #ff6c3a;
  padding-left: 5vw;
  font-family: 宋体;
  color: #fff;
  font-size: 24px;
}
.close:active {
  opacity: 0.9;
}
.navlist {
  width: 50vw;
  height: 100vh;
  background: #fff;
  padding-top: 5vw;
}
.navlist li {
  background: #fff;
  display: flex;
  height: 10vw;
  border-bottom: 1px dotted #ddd;
}
.navlist li a {
  height: 10vw;
  display: flex;
  justify-content: flex-start;
  padding-left: 4vw;
  color: #666;
  font-size: 14px;
  flex: 1;
  text-decoration: none;
  align-items: center;
}
#banner .swiper-slide {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 40vw;
}
.title {
  padding: 5vw 0;
}
.title strong {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.title p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3vw 10vw 2vw;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}
.servicelist {
  display: flex;
  padding: 0 0 0 2vw;
  flex-wrap: wrap;
}
.servicelist dl {
  padding: 2vw;
  width: 47vw;
  margin: 0 2vw 2vw 0;
  background: #f2f2f2;
}
.servicelist dt {
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicelist img {
  height: 20vw;
}
.servicelist dd strong {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicelist dd p {
  padding-top: 2vw;
  font-size: 12px;
  line-height: 1.8;
}
.advantage {
  padding-top: 50vw;
  margin: 0 auto;
  background: url(../imgs/design.jpg) center top no-repeat;
  background-size: auto 50vw;
}
.advantage dl {
  padding: 0 2vw;
}
.advantage dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.advantage p {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  padding-bottom: 2vw;
}
.advantage ul {
  padding: 0 2vw;
}
.advantage ul li {
  font-size: 12px;
  color: #9900ff;
  line-height:2em;
  padding: 2vw 0;
  justify-content: flex-start;
}
.advantage ul li img {
  height: auto!important;
  vertical-align:middle;
  margin-right: 2vw;
}
.qs {
  padding-top: 3vw;
  text-align: center;
}
.qs a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}

.module{
  background: #f0f0ff;
  padding: 0 0 0 2vw;
}
.module-desc {
  background: #f0f0ff;
  display: flex;
  flex-direction:column;
  padding-bottom: 50px;
}

.module-desc dl {
  background: #fff;
  margin:10px;
}

.module-desc dl dt img {
  width: 100%;
}

.module-desc dl dd {
  padding:15px 10px;
}

.module-desc dl dd  .sub-title{
  font-weight:600;
  line-height:2em;
}	

.module-desc dl dd  .sub-desc{
   font-size:12px;
  line-height:2em;
  color:#666;
  padding-top:12px;
}	

.seo .main {
  background: #f9f9f9;
  padding: 5vw 5vw 0 5vw;
}
.seo .main img {
  max-width: 100%;
}
.adv {
  padding: 5vw 0;
  background: url(../imgs/bg-parallax.jpg);
  background-size: 100% 100%;
}
.adv h2 {
  padding-top: 5vw;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 3vw;
}
.adv p {
  text-align: center;
  color: #f2f2f2;
  font-size: 12px;
  line-height: 1.8;
  padding: 2vw 0;
}
.adv div {
  color: #ff6c3a;
  font-size: 18px;
  padding-top: 3vw;
  font-weight: bold;
  text-align: center;
}
.adv a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
.pricewrap {
  padding: 0 2vw;
}
.pricewrap .box strong {
  background: #222935;
  display: flex;
  height: 10vw;
  width: 20vw;
  align-items: center;
  justify-content: center;
}
.pricewrap .box strong img {
  width: 5vw;
}
.mainbox {
  background: #f2f2f2;
  font-size: 14px;
}
.mainbox dl {
  background: #222935;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5vw 2vw;
  height: 20vw;
}
.mainbox dl dt {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2vw;
  font-size: 18px;
  font-weight: bold;
}
.mainbox dl dd {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 2vw;
  font-size: 18px;
  font-weight: bold;
}
.mainbox ul li {
  padding: 0 2vw;
  height: 10vw;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.mainbox ul li:nth-child(even) {
  background: #fff;
}
.mainbox div {
  padding-top: 2vw;
  text-align: center;
  background: #fff;
}
.mainbox div a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
.servicestep .step {
  text-align: center;
}
.cases {
}

.cases-list{
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.cases-list dl {
  padding: 2vw;
  width: 42vw;
  margin: 0 2vw 2vw 0;
  border-radius:8px;
}
.cases-list dt {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
	padding:25px 0;  
}
.cases-list dt img {
  height:40px;
}
.cases-list dd {
	text-align:center;
	padding:20px 0;
} 

.tabnav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2vw 2vw;
  text-align: center;
}
.tabnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  background: #fff;
  height: 10vw;
  margin: 0 2px;
  width: 20vw;
  font-size: 14px;
}
.tabnav a:hover {
  background: #ff6c3a;
  color: #fff;
}
.tabnav .hover {
  background: #ff6c3a;
  color: #fff;
}
.casebody {
  padding: 2vw 0 2vw 2vw;
  margin: 0 auto;
}
.casebody .case {
  width: 98vw;
  opacity: 0;
  flex-wrap: wrap;
  display: none;
  animation: opacitybox 1.5s linear forwards;
  justify-content: flex-start;
}
.casebody .case .caseli {
  width: 47vw;
  margin: 0 2vw 2vw 0;
  background: #fff;
}
.casebody .case .caseli a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.casebody .case .caseli a > img {
  display: block;
  width: 100%;
  height: 35vw;
}
.casebody .case .caseli a div {
  height: 10vw;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 300ms linear;
  text-decoration: none;
  color: #666;
}
.casebody .case .caseli a dl {
  display: none;
}
.casebody .hover {
  display: flex;
}

.product {
	margin: 10px;
	margin-bottom:30px;
	text-align:center;
}
.product-wrap{
	margin: 0 auto; 
}
.product-box{
	 display: flex;
     padding-bottom: 20px;
	 padding-left:1vw;
	 padding-right:1vw;
}
.product-desc{
	width:70vw;
	margin-bottom:20px;
	text-align:left;
	padding-right:3vw
}

.product-title{
	font-size:14px;
	line-height: 2em;
}
.product-image img {
	width:25vw;
}
.prouct-memo li{
    line-height: 1.5em;
    color: #666666;
    margin-bottom: 8px;
    position: relative;
    padding-left: 10px;
	font-size:12px;
}

.prouct-memo li::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #666666;
    left: 0px;
    top: 10px;
}
@keyframes opacitybox {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.newslist {
  padding: 0 2vw;
}
.newslist dl {
  margin-bottom: 5vw;
  padding: 2vw;
  background: #f2f2f2;
}
.newslist dt {
  display: flex;
  margin-bottom: 3vw;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
  font-weight: bold;
}
.newslist dt a {
  color: #fff;
  padding: 1vw 3vw;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  background: #ff6c3a;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.newslist dd a {
  border-bottom: 1px dotted #ddd;
  display: flex;
  align-items: center;
  height: 10vw;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
footer {
  background: #232c3b;
}
footer p {
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 2vw 0;
  text-align: center;
}
footer .main {
  width: 100vw;
  margin: 0 auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #969ea7;
}
footer .main dl {
  padding: 2vw;
}
footer .main dt {
  font-size: 12px;
  line-height: 1.8;
}
footer .main dd {
  font-size: 12px;
  padding-top: 2vw;
}
footer .main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 2vw;
}
footer .main ul li {
  flex: 1;
  margin: 0 2vw 0 0;
}
footer .main ul a {
  color: #969ea7;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 10vw;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
}
footer .main ul a::before {
  left: 0;
  top: 12px;
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #969ea7;
}
footer .main .form {
  padding: 5vw 2vw 2vw 2vw;
  text-align: center;
}
footer .main .wx {
  padding-top: 2vw;
}
footer .main .wx img {
  width: 30vw;
  border: 5px solid #fff;
}
.bottominfo {
  text-align: center;
  font-size: 14px;
  padding: 2vw 5vw;
  line-height: 1.8;
  color: #fff;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerbanner {
  background: url(../imgs/sub-banner.jpg);
  background-size: 100% 100%;
  position: relative;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:30px;
}
.innerbanner dt {
  color: #444;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.innerbanner dd {
  padding-top: 3vw;
  text-align: center;
  color: #666;
  font-family: "宋体";
}
.innerbanner dd a {
  text-decoration: none;
  color: #ff6c3a;
}
.newsbody {
  overflow: hidden;
}
.newsbody .newslibox {
  margin: 0 2vw 2vw 2vw;
  background: #fff;
  padding: 2vw;
}
.newsbody dl {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.newsbody dl dt {
  font-weight: bold;
  font-size: 14px;
}
.newsbody dl dd {
  font-weight: bold;
  padding-left: 5vw;
  color: #999;
  font-size: 14px;
}
.newsbody .tt {
  padding: 0 0 2vw;
  font-weight: bold;
}
.newsbody .tt a {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.newsbody .parg p {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}
.newsbody .info {
  font-size: 12px;
  padding-top: 2vw;
}
.newsbody .info a {
  color: #ff6c3a;
  text-decoration: none;
}

.tj {
  padding: 2vw;
}
.tj .advs {
  margin-bottom: 2vw;
  text-align: center;
}
.tj .advs img {
  width: 100%;
}
.tj table {
  width: 100%;
  font-size: 12px;
}
.tj table td {
  line-height: 1.5;
  font-size: 12px;
  border: 1px solid #fff;
  background: #f2f2f2;
  padding: 2vw;
}
.seostep {
  padding: 0 0 2vw 2vw;
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
.seostep dl {
  width: 47vw;
  margin: 0 2vw 2vw 0;
  height: 40vw;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 2vw;
}
.seostep dl dt {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  padding: 3vw 0;
  align-items: center;
}
.seostep dl dt img {
  margin-right: 2vw;
  height: 5vw;
}
.seostep dl dd {
  font-size: 12px;
  line-height: 1.8;
}
.seobox {
  margin: 0 auto;
  background: url(../imgs/seo-audit.png) top 3vw center no-repeat;
  background-size: 50vw auto;
  padding-top: 50vw;
}
.seobox ul li {
  height: 10vw;
  font-size: 14px;
  color: #666;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  position: relative;
}
.seobox ul li::before {
  left: 0;
  top: 3.5vw;
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #ff6c3a;
}
.ask {
  padding-top: 2vw;
  text-align: center;
  background: #fff;
}
.ask a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2vw 5vw;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: #ff6c3a;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
.viimg img {
  width: 100%;
}
.vilist {
  padding: 0 2vw 5vw;
}
.vilist li {
  font-size: 14px;
  padding: 2vw 0;
  list-style: none;
}
.cases {
  overflow: hidden;
}
.arc {
  margin: 2vw;
  overflow: hidden;
  background: #fff;
  padding: 2vw;
}
.arc .content h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 3vw 0;
  text-align: center;
}
.arc .right {
  display: none;
}
.arc article {
  padding-bottom: 5vw;
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.arc .infos {
  padding: 2vw 0;
  font-size: 12px;
}
.arc .desc {
  padding: 2vw;
  background: #f2f2f2;
  font-size: 12px;
  line-height: 1.8;
}
.arc .nextprev p {
  font-size: 12px;
  padding: 2vw 0;
  display: flex;
  align-items: center;
}
.arc .nextprev p a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  width: 70vw;
}

.test {
	background: url(../imgs/bg-5.jpg) fixed center center no-repeat;
}
.test-box{
	height:180px;
	text-align:center;
	padding-top:10px;
}


.test-btn {
    width: 140px;
    background: #668eff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 4px 4px 6px rgb(124 154 239 / 80%);
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
	user-select: none;
    touch-action: manipulation;
	text-decoration: none;
}

.test-btn:hover {
    color: #fff;
    background: #87a6ff;
}


.connect {
	text-align:center;
}
.connect-wrap{
	margin:0 5px; 
}
.connect-box{
	 display: flex;
     padding-bottom: 20px;
	 align-content: center;
	flex-direction:column;
}


.connect-desc{
	text-align:left;
}

.connect-title{
	font-size:24px;
	line-height:3em;
	text-align:center;
}

.connect-memo {
	line-height:2em;
	font-size:14px;
	color:#444;
}

.connect-detail{
	margin-top:30px;
	font-size:14px;
	color:#000;
	line-height:2em;
}
.connect-image{
 margin-top:10px;
} 
.connect-image img {
	width:100%
}

.download {
	margin-top:20px;
	text-align:center;
	margin-bottom:10px;
}


.download-box {
	margin-top:30px;
	display: flex;
     flex-direction:column;
	 align-items:center;
}

.download-box-img {
	display:none;
	
}

.download-box-img img {
	width:100%;
}
.download-app-wrap  {
	margin-bottom:15px;
}

.download-app-wrap img {
	width:300px;
	margin-bottom:15px;
}

.try-box{
	text-align:center;
	padding:10px 0px;
}

.try-desc {
	padding:20px;
	text-align: left;	
	line-height:2em;
	
}
.try-desc a {
	color:#333;
	text-decoration:none;
}

.employee-box{
	margin-top:30px;
	 padding-bottom: 50px;
}

.employee-title{
	font-size:18px;
	font-weight:600;
	line-height:2em;
}

.employee-row{
	display: flex;
	flex-direction:column;
    margin-top: 16px;
	align-content: center;
    justify-content: center;
}

.employee-cell {
	height:250px;
	text-align:center;
}
.employee-cell img {
	width:200px;
	margin-bottom:12px;
}
.employee-wrap{
	background:url(../imgs/pc.jpg);
	padding-top:120px;
	width:200px;
	height:200px;
	display:inline-block;
	margin-bottom:12px;
}


@media (min-width: 576px){}
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px){
.container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}	
}

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


/**
 * Header
 */
.header {
  position: relative;
  z-index: 5;
}

.header .tel{
	display: none;
}  
.header-login-btn{
	padding:8px 25px;
    cursor: pointer;
   border:1px solid #999900;
   border-radius: 15px;
   font-size:12px;
   margin-right:30px;
   color:#cc33ff;   
   text-decoration: none;
} 
.header img {
 width: 35vw;
}
.header-toparea {
  background: #333333;
  color: #ffffff;
  padding: 10px 0;
}

.header-topinfo ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-topinfo ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  margin: 0 17px;
  padding: 2px 0;
}

.header-topinfo ul li:first-child {
  margin-left: 0;
}

.header-topinfo ul li:last-child {
  margin-right: 0;
}

.header-topinfo ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.header-topinfo ul li a {	
  color: #ffffff;
}

.header-topinfo ul li a:hover {
  color: #1cb9c8;
}

.header-topsocial {
  text-align: right;
}

.header-topsocial ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-topsocial ul li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
  padding: 2px 0;
}

.header-topsocial ul li:first-child {
  margin-left: 0;
}

.header-topsocial ul li:last-child {
  margin-right: 0;
}

.header-topsocial ul li a {
  color: #ffffff;
  font-size: 15px;
}

.header-topsocial ul li a:hover {
  color: #1cb9c8;
}

.header-bottomarea {
  background: #ffffff;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: relative;
}

.header-bottominner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header-bottominner .tm-navigation {
  margin-left:80px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-logo a {
  display: inline-block;
}

.header-icons {
  padding-left: 15px;
}

.header-icons ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-icons ul li {
  list-style: none;
  display: inline-block;
  margin: 0 7px;
}

.header-icons ul li:first-child {
  margin-left: 0;
}

.header-icons ul li:last-child {
  margin-right: 0;
}

.header-icons ul li a {
  color: #444444;
  font-size: 20px;
  font-weight:600;
}

.header-icons ul li a:hover {
  color: #1cb9c8;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    max-width: 100px; 
    padding: 8px 0;
  }
  .header-icons {
    padding-right: 70px;
  }
  
}

@media only screen and (max-width: 767px) {
  .header-topinfo ul li {
    margin: 0;
    margin-right: 12px;
  }
  .header-logo {
    padding: 8px 0;
	max-width: 100px;
  }
  .header-icons {
    padding-right: 70px;
  }
 
}

@media only screen and (max-width: 575px) {
  .header-topsocial {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .header-logo {
    max-width: 100px;
    padding: 8px 0;
  }
  .header-icons {
    padding-right: 50px;
 }
  .header-icons ul li a {
	  font-size:16px;
  }	
}

.header-mobilemenu .mean-container .mean-nav {
  margin-top: 0;
}

.header-mobilemenu .mean-container .mean-bar {
  min-height: 0;
  padding: 0;
  z-index: 2;
}

.header-mobilemenu .mean-container a.meanmenu-reveal {
  color: #444444;
  font-size: 22px !important;
  padding: 0;
  text-indent: 0;
  z-index: 99;
  margin-top: -45px;
}

.header-mobilemenu .mean-container .mean-nav {
  background: #1cb9c8;
  background: #1cb9c8;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  width: 100%;
}

.header-mobilemenu .mean-container .mean-nav > ul {
  max-height: 400px;
  overflow-y: auto;
}

.header-mobilemenu .mean-container .mean-nav > ul li a {
  line-height:24px;
  padding: 7px 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header-mobilemenu .mean-container .mean-nav > ul li a.mean-expand {
  padding: 3px 6px !important;
  height: 32px;
  line-height: 32px;
}

.header-mobilemenu .mean-container .mean-nav > ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-mobilemenu .mean-container .mean-nav > ul li li a {
  opacity: 1;
}

.header-mobilemenu .mean-container .mean-nav > ul li ul li a {
  padding: 7px 10%;
}

.header-mobilemenu .mean-container .mean-nav > ul li ul ul li a {
  padding: 7px 15%;
}

.header-mobilemenu .mean-container .mean-nav > ul li ul ul ul li a {
  padding: 7px 20%;
}

.header.sticky-active .header-bottomarea {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-animation: slideInDown 0.5s ease-in-out 0s 1 both;
  animation: slideInDown 0.5s ease-in-out 0s 1 both;
}

/**
 * Navigation
 */
.tm-navigation ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}

.tm-navigation ul li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  position: relative;
}

.tm-navigation ul li a {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 22px 18px;
  color: #444444;
}

.tm-navigation ul li:hover > a {
  color: #985EFF;
}

/* Dropdown Menu */
.tm-navigation .tm-navigation-dropdown ul {
  position: absolute;
  text-align: left;
  left: 100%;
  top: 0;
  width: 160px;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #aaaaaa;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
  -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.tm-navigation .tm-navigation-dropdown ul li {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-navigation .tm-navigation-dropdown ul li a {
  padding: 10px 0;
  line-height: 1.8;
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.tm-navigation .tm-navigation-dropdown ul li:hover {
  background: #985EFF;
}

.tm-navigation .tm-navigation-dropdown ul li:hover > a {
  color: #ffffff;
}

.tm-navigation .tm-navigation-dropdown ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 1;
}

.tm-navigation .tm-navigation-dropdown > ul {
  left: 0;
  top: 100%;
}

.tm-navigation .tm-navigation-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.tm-navigation .tm-navigation-dropdown.overflow-element ul {
  left: auto;
  right: 100%;
}

.tm-navigation .tm-navigation-dropdown.overflow-element > ul {
  left: auto;
  right: 0;
}

.tm-navigation .tm-navigation-megamenu {
  position: inherit !important;
}

.tm-navigation .tm-navigation-megamenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #aaaaaa;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
  -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.tm-navigation .tm-navigation-megamenu > ul > li {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 0 20px;
}

.tm-navigation .tm-navigation-megamenu > ul > li:not(:last-child) {
  border-right: 1px solid #dddddd;
}

.tm-navigation .tm-navigation-megamenu > ul > li > a {
  display: block;
  color: #985EFF;
  border-bottom: 1px solid #985EFF;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}

.tm-navigation .tm-navigation-megamenu > ul ul li {
  display: block;
}

.tm-navigation .tm-navigation-megamenu > ul ul li a {
  padding: 5px 0;
  line-height: 2.0;
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.tm-navigation .tm-navigation-megamenu > ul ul li a:hover {
  padding-left: 10px;
}

.tm-navigation .tm-navigation-megamenu:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}


