
body {
  font-size: 14px;
  font-weight: normal;
  color: #687068;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: none;
  box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #6e6e6e;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}


/* button style */

.btn {
  -moz-user-select: none;
  background: #3786F7;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 45px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  width: 360px;
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  opacity: 0;
}

.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
#scrollUp {
  background: #3786F7;
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 260px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 50px;
  transition: .3s;
}

#scrollUp:hover {
  background: #3786F7;
}

.a-artist:hover .yiren-more{
  color: #2879F1;
}

/* 2. header */
.header-top {
  padding-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.logo-img {
  width: 155px;
}


.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.main-menu ul li.active a {
  color: #FFFFFF;
  box-shadow: inset 0 -2px 0 #3786F7;
}

.main-menu ul li a {
  display: block;
  color: #999999;
  font-size: 14px;
  padding: 34px 0;
  position: relative;
}


.main-menu ul li:first-child {
  margin-left: 0;
}


.main-menu ul li:hover > a {
  color: #3786F7;
}

.main-menu ul li:hover > a::before {
  width: 100%;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 9999;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.sticky-menu {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}


.sticky-menu .main-menu ul li.active a {
  color: #3786F7;
}

.sticky-menu .main-menu ul li a {
  color: #000000;
}


.code-icon{
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/code-icon-01.png') no-repeat;
  background-size:20px 20px;
}


.sticky-menu .code-icon{
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/code-icon-02.png') no-repeat;
  background-size:20px 20px;
}


.responsive {
  display: none;
}

#mobile-menu {
  display: block;
}

.second-header {
  border: none;
  padding-bottom: 50px;
  background: #f4f4fe;
  padding-top: 10px;
}

.second-menu {
  position: relative;
  z-index: 9;
}

.sticky-menu .second-menu {
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.sticky-menu .second-menu::before {
  content: none;
}

.second-menu .main-menu ul li {
  margin-left: 30px;
}

.second-menu .main-menu ul li:first-child {
  margin-left: 0;
}

.second-menu .main-menu ul li a::before {
  content: none;
}


/* 3. slider */
.slider-bg {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slider-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}


.slider-content > span {
  font-size: 16px;
  font-weight: 500;
  color: #3786F7;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: block;
  margin-bottom: 20px;
}

.slider-content h2 {
  font-size: 66px;
  color: #fff;
  letter-spacing: -2px;
  line-height: 0.9;
  margin-bottom: 40px;
}

.slider-content h2 span {
  color: #3786F7;
}

.slider-content p span {
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #3786F7;
  margin-right: 20px;
  position: relative;
  top: -4px;
}

.slider-content p {
  color: #CCCCCC;
  font-size: 18px;
  margin-bottom: 0;
}

.slider-btn .btn {
  background: #fff;
  color: #3786F7;
}

.slider-btn .btn::before {
  content: none;
}

.slider-btn .btn {
  box-shadow: 3px 3px 0 0 #3786F7;
}

.slider-btn .btn:hover {
  box-shadow: none;
}

.p-relative {
  position: relative;
}


.animated1{
  animation-delay: 0.4s;
  -webkit-animation-delay:0.4s;

}

.animated2{
  animation-delay: 0.6s;
  -webkit-animation-delay:0.6s;

}


.second-slider-content h2 {
  font-size: 90px;
  margin-bottom: 20px;
}

.second-slider-bg::before {
  opacity: .5;
}

.second-slider-content {
  padding-top: 85px;
  padding-bottom: 5px;
}

.s-slider-content h2 {
  margin-bottom: 25px;
}

.s-slider-content p {
  font-size: 16px;
}


/* 5. features */
.section-title span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #cccccc;
  letter-spacing: 2px;
  display: block;
}

.section-title h2 {
  font-size: 34px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  position: relative;
}


/* 6. services */
.single-services {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.single-services::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #43d4a9;
  z-index: -1;
  transition: .3s;
  opacity: 0;
}


.yiren-more {
  position: relative;
  text-align: right;
  font-size: 16px;
  color: #999999;
}


.yiren-more:hover {

}

.yiren-more img {
  position: relative;
  top: -2px;
}

.services-content span {
  display: block;
  height: 2px;
  width: 150px;
  background: #3786F7;
  transition: .3s;
  margin-bottom: 55px;
}

.services-content {
  padding: 60px 40px 55px 40px;
}

.services-content small {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 20px;
}

.services-content h4 {
  font-size: 24px;
  margin-bottom: 23px;
}

.services-content h4:hover a {
  color: #3786F7;
}

.services-content p {
  margin-bottom: 0;
}

.single-services:hover .services-content span {
  background: #3786F7;
}

.single-services:hover::before {
  opacity: 1;
}

.services-icon {
  margin-bottom: 5px;
}

.second-services-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: .3s;
}

.second-services-content p {
  margin-bottom: 5px;
}

.second-services-content a {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
  position: relative;
  transition: .5s;
}

.second-services-content a::after {
  left: -40px;
  right: unset;
  opacity: 0;
}

.s-single-services {
  transition: .3s;
  padding: 15px 0 10px 0;
  text-align: center;
  box-shadow: 5px 5px 10px #e9e9e9;
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 50px;
  border: 4px solid transparent;
}

/*.s-single-services:hover {*/
/*  border: 4px solid #4C87EF;*/
/*}*/

.hezuo-icons {
  width: 100%;
}

.hezuo-icons-02 {
  display: none;
}


.s-single-services.active .services-icon i {
  color: #fff;
  background: #3786F7;
}

.s-single-services.active .second-services-content h5 {
  color: #3786F7;
}

.s-single-services.active .second-services-content a {
  color: #3786F7;
}

.services-bg {
  background-position: center;
  background-size: cover;
}

.left-align h2::before {
  margin: unset;
}


/* 8. choose */

.choose-list ul li {
  font-size: 16px;
  margin-bottom: 30px;
  padding-right: 15px;
  color: #666666;
}

.choose-area {
  background-size: cover;
  background-position: center;
}

.choose-content p {
  margin-bottom: 15px;
  color: #6e6e6e;
  padding-right: 50px;
}


.choose-list .business-div {
  color: #4E96F4;
  font-size: 24px;
  margin-bottom: 20px;
}

.choose-list .business-img {
  position: relative;
  top: -1px;
  margin-right: 16px;
  width: 3px;
}

.choose-list .business-span {
  position: relative;
  left: 18px;
  font-size: 16px;
  color: #666666;
}

.choose-list .business-email {
  font-size: 16px;
  color: #666666;
  margin-top: 50px;
}

.choose-list .business-email img {
  width: 24px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}


/* 11. team */
.team-thumb {

  position: relative;
}

.team-thumb img {
  width:100%;
}

.team-info {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 66px;

  transform: translateY(0);
  transition: .3s;
  text-align: left;
  padding: 10px 16px 10px 30px;
}

.team-info h4 {
  margin-bottom: 2px;
  transition: .3s;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
}

.team-info span {
  font-size: 16px;
  transition: .3s;
  color: #E0E0E0;
  font-weight: 300;
}


.single-team .team-thumb {
  background-color: #000000;
}

.single-team img {
  opacity:0.9; filter: alpha(opacity=90);
}

.single-team:hover .team-thumb {
  background-color: transparent;
}


.single-team-row .num-4 {
  display: none;
}

.single-team:hover img {
  opacity:1;
}

.single-team:hover .team-info {
  background-color: rgba(54, 134, 247, 0.8);
}

.single-team:hover .team-info  .right-bg {
  width: 20px;
  height: 13px;
  background: url('../img/yiren-right-icon.png') no-repeat;
  background-size:20px 12px;
}

.single-team:hover .team-info h4 {
  color: #fff;
}

.single-team:hover .team-info span {
  color: #fff;
}

.single-team:hover .team-info a {
  color: #fff;
}


/* 15. blog */
.blog-thumb img {
  width: 100%;
}


.single-post {
  background: #fff;
  transition: .3s;
}


/* 17. f-cta */

.single-cta {

}

.single-cta h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #999999;
}

.single-cta p {
  font-size: 18px;
  color: #3F5872;
  margin-bottom: 0;
}

.single-cta p a {
  color: #3786F7;
}


/* 19. contact */
.contact-area {
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-area .address-img {
  width: 100%;
  animation-delay: 0.4s;
  -webkit-animation-delay:0.4s;
}

.contact-field {
  max-width: 360px;
  color: #3686F7;
  border-bottom: 1px solid #DEDEDE;
}

.contact-field input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 17px 20px;
  transition: .3s;
  color: #3E5872;
}

.contact-field input::placeholder, .contact-field textarea::placeholder {
  color: #cccccc;
}

.contact-field input:hover, .contact-field textarea:hover {
  color: #3E5872;
}

.contact-field textarea {
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 20px 20px 20px;
  transition: .3s;
  height: 160px;
  color: #3E5872;
  top: -5px;
  position: relative;
}

.contact-bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-img {
  position: absolute;
  bottom: 0;
  right: 170px;
  z-index: -1;
}

/* 20. footer */
.footer-bg {
  text-align: center;
  background: #020523;
}


.copyright-text {
  padding: 20px 0;
  font-size: 16px;

}

.copyright-text p {
  margin-bottom: 0;
  color: #666666;
}

/* Fillter css */

.portfolio {
  text-align: left;
}


.view-more {
  display: none;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;

}

.view-more span {
  color: #3F5872;
}

.view-more img {
  position: relative;
  top: -1px;
  width: 9px;
  height: 10px;
}

.main-menu ul li.has-sub .current a {
  color: #222;
}

.main-menu ul li.current a {
  color: #3786F7;
}

.main-menu .has-sub > ul {
  display: none;
  position: absolute;
  top: 53px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}


.main-menu .has-sub:hover > ul {
  display: block;
  margin-left: -36px;
}


.second-bg {
  width: 100%;
}


.artist-detail .name{
  color: #4E96F3;
  font-size: 24px;
  margin: 0 28px 0 18px;
  font-weight: 600;
}

.artist-detail .choose-content li span{
  color: #020523;
}

.artist-detail .artist-tag span{
  margin: 20px 20px 0 0;
  background-color: #E8F2FE;
  display: inline-block;
  border-radius: 20px;
  padding: 10px 16px;
  color: #579CF3;
  max-width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.services-area2 .artist-none{
  display: none;
}

#toast{
  position: fixed;
  top: 44%;left:50%;transform: translateX(-50%);
  min-width: 80px;
  max-width: 180px;
  min-height: 18px;
  padding: 10px;
  line-height: 18px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: none;
  z-index: 999;
}

