
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&family=Rubik:wght@400;500;700&display=swap");
html {
  font-size: 100%; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

i,
span
{
  display: inline-block; }

h1,
h2,
h3,
h4 {
  font-weight: 700; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  color: #202332;
  margin: 0px; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 20px;
  line-height: 50px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 20px;
  line-height: 34px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  color: #626368;
  margin: 0px; }

body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #626368;
  font-size: 14px;
  line-height: 26px; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .container {
    max-width: 1200px; } }

.slick-slide {
  outline: 0; }

.section-title {
  position: relative;
  z-index: 1; }
  .section-title span.span {
    color: #f57619;
    margin-bottom: 30px;
font-size: 28px;}
  .section-title h2 {
    font-size: 60px;
    letter-spacing: -1.3px;
    line-height: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title h2 {
        font-size: 40px;
        line-height: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title h2 {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .section-title h2 {
        font-size: 30px;
        line-height: 40px; } }
  .section-title span.white {
    color: #fff; }
  .section-title h2.white {
    color: #fff; }
  .section-title .big-text {
    position: absolute;
    top: -45px;
    font-size: 300px;
    color: #000;
    opacity: .06;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    line-height: 170px;
    z-index: -1; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-title .big-text {
        font-size: 230px; } }
    @media (max-width: 767px) {
      .section-title .big-text {
        font-size: 200px;
        line-height: 100px; } }
    .section-title .big-text.tc {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.light-bg {
  background: #f8f8ff; }

.dark-bg {
  background: #070a22; }

.main-bg {
  background: #f57619; }

span.span {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500; }
  span.span:before {
    display: inline-block;
    vertical-align: middle;
    content: '———';
    margin-right: 16px;
    letter-spacing: -4px;}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  background: #f57619;
  border-radius: 50px;
  -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; }
.main-btn-t{
	font-size: 18px;
}
  .main-btn:hover, .main-btn:focus {
    box-shadow: 0px 16px 32px 0px rgba(244, 105, 4, 0.3);
    color: #fff; }

button.main-btn {
  border: none; }

/*
    nice select css
*/
.nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px; }
  .nice-select.open:after {
    transform: none; }
  .nice-select:after {
    content: '\f107';
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
    right: 20px;
    font-size: 16px;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #797e97; }
  .nice-select .list {
    width: 100%; }

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999; }

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f57619;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out; }

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
.back-to-top {
  background: #f57619;
  border-radius: 50%;
  bottom: 100px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 337; }

.back-to-top:hover,
.back-to-top:focus {
  background: #202332;
  color: #fff; }

/*
    End scroll_up css
*/
/*===========================
    2.HEADER css 
===========================*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }

.header-navigation {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 999; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-navigation {
      top: 40px; } }
  @media (max-width: 767px) {
    .header-navigation {
      top: 20px; } }
  .header-navigation .header-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .header-navigation .header-container {
        max-width: 1300px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-navigation .header-container {
        max-width: 970px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-navigation .header-container {
        max-width: 100%;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .header-navigation .header-container {
        max-width: 100%;
        padding: 0 30px; } }
  .header-navigation .nav-container {
    position: relative; }
    .header-navigation .nav-container .nav-pushed-item {
      display: none; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .header-navigation .nav-container .brand_logo {
        max-width: 150px; } }
    @media (max-width: 767px) {
      .header-navigation .nav-container .brand_logo {
        max-width: 150px; } }
    @media (max-width: 400px) {
      .header-navigation .nav-container .brand_logo {
        max-width: 120px; } }
    .header-navigation .nav-container .navbar-btn .main-btn {
      padding: 10px 20px; }
    .header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
      content: '\f067';
      font-family: "Font Awesome 5 Pro";
      margin-left: 10px;
      display: inline-block; }
      @media (max-width: 767px) {
        .header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
          display: none; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
          margin-left: 5px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
          display: none; } }
    .header-navigation .nav-container .main-menu > ul > li > a {
      letter-spacing: 2px; }
    .header-navigation .nav-container .main-menu ul li {
      display: inline-block;
      position: relative;
      margin: 0 10px; }
      .header-navigation .nav-container .main-menu ul li > a {
        display: block;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        text-transform: capitalize;
        padding: 16px 20px; }
        @media only screen and (min-width: 1200px) and (max-width: 1700px) {
          .header-navigation .nav-container .main-menu ul li > a {
            padding: 16px 10px; } }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-navigation .nav-container .main-menu ul li > a {
            font-size: 15px;
            padding: 16px 0; } }
      .header-navigation .nav-container .main-menu ul li .sub-menu {
        position: absolute;
        left: 0;
        top: 110%;
        width: 200px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out 0s;
        z-index: 99;
        height: auto; }
        .header-navigation .nav-container .main-menu ul li .sub-menu li {
          display: block;
          margin: 0; }
          .header-navigation .nav-container .main-menu ul li .sub-menu li:last-child {
            border-bottom: none; }
          .header-navigation .nav-container .main-menu ul li .sub-menu li a {
            display: block;
            padding: 8px 15px;
            font-size: 14px;
            position: relative;
            transition: all 0.3s ease-out 0s;
            border-radius: 0;
            margin: 0 0;
            font-weight: 400;
            line-height: 30px !important;
            border-bottom: 1px solid #ececec;
            color: #797e97; }
            .header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
              background-color: #f57619;
              color: #fff !important;
              border-color: transparent; }
          .header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
            left: 100%;
            top: 50%; }
          .header-navigation .nav-container .main-menu ul li .sub-menu li:hover .sub-menu {
            top: 0; }
      .header-navigation .nav-container .main-menu ul li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%; }
      .header-navigation .nav-container .main-menu ul li .dd-trigger {
        display: none; }
    .header-navigation .nav-container.breakpoint-on .nav-menu {
      background-color: #fff;
      position: fixed;
      top: 0;
      left: -300px;
      z-index: 9999;
      width: 300px;
      height: 100%;
      transition-duration: 500ms;
      padding: 0;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      display: block;
      overflow-x: hidden;
      overflow-y: scroll;
      padding-top: 70px; }
      .header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
        left: 0; }
      .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #ececec; }
        .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li:last-child {
          border-bottom: 0; }
        .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
          border-top: 1px solid #ececec; }
        .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
          display: block;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          color: #202332 !important;
          padding: 13px 20px; }
        .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
          width: 100%;
          position: relative;
          top: 0;
          left: 0;
          box-shadow: none;
          background-color: transparent;
          visibility: visible;
          opacity: 1;
          display: none;
          transition: none; }
          .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
            color: #202332;
            padding: 0px 20px 0 40px;
            line-height: 45px !important; }
            .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
              border-color: rgba(255, 255, 255, 0.5); }
        .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
          display: block;
          position: absolute;
          right: 0;
          height: 45px;
          width: 45px;
          top: 0;
          border-left: 1px solid rgba(255, 255, 255, 0.5);
          z-index: 2;
          background: transparent;
          text-align: center;
          line-height: 45px;
          cursor: pointer;
          color: #202332;
          font-size: 20px; }
      .header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
        left: 0; }
    .header-navigation .nav-container.breakpoint-on .nav-pushed-item,
    .header-navigation .nav-container.breakpoint-on .navbar-close,
    .header-navigation .nav-container.breakpoint-on .navbar-toggler {
      display: block; }
    .header-navigation .nav-container.breakpoint-on .nav-pushed-item {
      padding-left: 20px;
      margin-top: 40px; }
  .header-navigation .navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none; }
    .header-navigation .navbar-toggler span {
      position: relative;
      background-color: #fff;
      border-radius: 3px;
      display: block;
      height: 3px;
      margin-top: 5px;
      padding: 0;
      transition-duration: 300ms;
      width: 30px;
      cursor: pointer;
      display: block; }
    .header-navigation .navbar-toggler.active span:nth-of-type(1) {
      transform: rotate3d(0, 0, 1, 45deg);
      top: 8px; }
    .header-navigation .navbar-toggler.active span:nth-of-type(2) {
      opacity: 0; }
    .header-navigation .navbar-toggler.active span:nth-of-type(3) {
      transform: rotate3d(0, 0, 1, -45deg);
      top: -8px; }
  .header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    display: none;
    background: #ec398b;
    padding: 5px; }
    .header-navigation .navbar-close .cross-wrap {
      width: 26px;
      height: 26px;
      cursor: pointer;
      position: relative; }
      .header-navigation .navbar-close .cross-wrap span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 6px;
        background: #fff; }
        .header-navigation .navbar-close .cross-wrap span.top {
          top: 12px;
          left: 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .header-navigation .navbar-close .cross-wrap span.bottom {
          bottom: 12px;
          left: 0;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@-webkit-keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
@keyframes sticky {
  0% {
    top: -200px; }
  100% {
    top: 0; } }
.header-area-v2 .header-navigation .nav-container .main-menu ul li > a {
  color: #202332; }
.header-area-v2 .header-navigation .nav-container .main-menu ul li .sub-menu {
  background-color: #202332; }
  .header-area-v2 .header-navigation .nav-container .main-menu ul li .sub-menu li a {
    color: #fff; }
.header-area-v2 .navbar-toggler span {
  background-color: #477bff; }

/*--============================
		Banner css
============================--*/
.seonim-banner .banner-content h1 {
  margin-bottom: 20px;
  width: 870px;}
  @media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .seonim-banner .banner-content h1 {
      font-size: 65px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .seonim-banner .banner-content h1 {
      font-size: 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seonim-banner .banner-content h1 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .seonim-banner .banner-content h1 {
      font-size: 32px; } }
.seonim-banner .banner-content p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px; }
.seonim-banner .banner-content ul li {
  display: inline-block; }

.banner-v1 {
  padding: 270px 0 44px; }
  @media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .banner-v1 {
      padding-bottom: 260px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-v1 {
      padding-bottom: 275px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-v1 {
      padding-top: 170px; } }
  @media (max-width: 767px) {
    .banner-v1 {
      padding-top: 150px; } }
  .banner-v1 #banner-svg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    max-height: 1000px; }
  .banner-v1 .banner-content {
    margin-left: -160px;
    margin-top: 80px; }
    @media (max-width: 767px) {
      .banner-v1 .banner-content {
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .banner-v1 .banner-content {
        margin-left: 0px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-v1 .banner-content {
        margin-left: 0px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-v1 .banner-content {
        margin-left: 0;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .banner-v1 .banner-content {
        margin-left: 0;
        margin-bottom: 60px; } }
    .banner-v1 .banner-content span {
      display: inline-block;
      color: #fff;
      font-size: 28px;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      margin-bottom: 30px; }
      .banner-v1 .banner-content span:before {
        
        position: relative;
        color: #fff;
content: '———';
    margin-right: 16px;
    letter-spacing: -4px;}
.banner-v1 .banner-content .Price{
	font-size: 45px;
	margin-right: 5px;
	letter-spacing: 0;
	margin-bottom: 0;
	vertical-align: middle;
    margin-top: -4px;
}
.banner-v1 .banner-content .bargain{
	    font-size: 25px;
    margin-right: 5px;
    letter-spacing: 0;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: -4px;
/*    font-weight: 700;	*/
}
.banner-v1 .banner-content .pr1{
	font-size: 28px;
}
.banner-v1 .banner-content .Price:before {
	display: none;
}
    .banner-v1 .banner-content h1 {
      color: #fff; }
    .banner-v1 .banner-content p {
      color: #fff; }
    .banner-v1 .banner-content ul li .main-btn {
      background: #cc2500;
      border: 2px solid transparent; }
      .banner-v1 .banner-content ul li .main-btn:hover, .banner-v1 .banner-content ul li .main-btn:focus {
        color: #fff;
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
        background: transparent;
        border-color: #faa868; }
    .banner-v1 .banner-content ul li:first-child .main-btn {
      box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1); }
    .banner-v1 .banner-content ul li:last-child {
      margin-left: 27px; }
      @media (max-width: 767px) {
        .banner-v1 .banner-content ul li:last-child {
          margin-left: 0;
          margin-top: 20px; } }
      @media only screen and (min-width: 430px) and (max-width: 767px) {
        .banner-v1 .banner-content ul li:last-child {
          margin-left: 15px;
          margin-top: 0px; } }
      .banner-v1 .banner-content ul li:last-child .main-btn {
        border-color: #faa868;
        background: transparent; }
        .banner-v1 .banner-content ul li:last-child .main-btn:hover, .banner-v1 .banner-content ul li:last-child .main-btn:focus {
          background: #cc2500;
          border-color: transparent; }
  .banner-v1 .seonim-img img {
    max-width: 880px; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .banner-v1 .seonim-img img {
        max-width: 100%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .banner-v1 .seonim-img img {
        max-width: 480px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .banner-v1 .seonim-img img {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .banner-v1 .seonim-img img {
        max-width: 100%; } }

.banner-v2 {
  background: #fff url(../images/home-2/home-2-bg.png) no-repeat;
  background-size: 100%;
  background-position: right bottom;
  padding: 335px 0 200px; }
  @media (max-width: 767px) {
    .banner-v2 {
      padding: 170px 0 165px; } }
  .banner-v2 .banner-content ul li:first-child .main-btn {
    background: #477bff; }
    .banner-v2 .banner-content ul li:first-child .main-btn:hover, .banner-v2 .banner-content ul li:first-child .main-btn:focus {
      color: #7d8196;
      background: #e8efff; }
  .banner-v2 .banner-content ul li:last-child {
    margin-left: 10px; }
    @media (max-width: 767px) {
      .banner-v2 .banner-content ul li:last-child {
        margin-left: 0;
        margin-top: 20px; } }
    @media only screen and (min-width: 430px) and (max-width: 767px) {
      .banner-v2 .banner-content ul li:last-child {
        margin-left: 10px;
        margin-top: 0px; } }
    .banner-v2 .banner-content ul li:last-child .main-btn {
      background: #e8efff;
      color: #7d8196; }
      .banner-v2 .banner-content ul li:last-child .main-btn:hover, .banner-v2 .banner-content ul li:last-child .main-btn:focus {
        color: #fff;
        background: #477bff; }

/*--==========================
		Breadcrumbs css
============================--*/
.seonim-breadcrumbs {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0 165px;
  z-index: 1; }
  .seonim-breadcrumbs:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202332;
    opacity: .6;
    z-index: -1; }
  .seonim-breadcrumbs .breadcrumbs-container {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .seonim-breadcrumbs .breadcrumbs-container {
        max-width: 1300px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seonim-breadcrumbs .breadcrumbs-container {
        max-width: 900px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-breadcrumbs .breadcrumbs-container {
        max-width: 100%;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .seonim-breadcrumbs .breadcrumbs-container {
        max-width: 100%;
        padding: 0 15px; } }
  .seonim-breadcrumbs .breadcrumbs-title span {
    color: #fff; font-size: 28px;
    margin-bottom: 16px;}
  .seonim-breadcrumbs .breadcrumbs-title h1 {
    color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-breadcrumbs .breadcrumbs-title h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .seonim-breadcrumbs .breadcrumbs-title h1 {
        font-size: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seonim-breadcrumbs .breadcrumbs-title {
      text-align: center; } }
  @media (max-width: 767px) {
    .seonim-breadcrumbs .breadcrumbs-title {
      text-align: center; } }
  .seonim-breadcrumbs .breadcrumbs-link {
    float: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-breadcrumbs .breadcrumbs-link {
        margin-top: 20px;
        float: none;
        text-align: center; } }
    @media (max-width: 767px) {
      .seonim-breadcrumbs .breadcrumbs-link {
        margin-top: 20px;
        float: none;
        text-align: center; } }
    .seonim-breadcrumbs .breadcrumbs-link ul li {
      position: relative;
      display: inline-block;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-right: 15px;
      margin-left: 20px; }
      .seonim-breadcrumbs .breadcrumbs-link ul li:first-child {
        margin-left: 0px; }
      .seonim-breadcrumbs .breadcrumbs-link ul li:last-child:after {
        display: none; }
      .seonim-breadcrumbs .breadcrumbs-link ul li:after {
        position: absolute;
        top: 2px;
        right: -20px;
        content: '';
        width: 2px;
        height: 20px;
        background: #fff; }
      .seonim-breadcrumbs .breadcrumbs-link ul li a {
        color: #fff;font-size: 20px;}
      .seonim-breadcrumbs .breadcrumbs-link ul li.active {
        color: #fff;font-size: 20px; }

/*--============================
		About css
============================--*/
.about-area-v1 .seonim-img {
  margin-top: 20px;
  margin-left: -60px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area-v1 .seonim-img {
      margin-left: 0; }
      .about-area-v1 .seonim-img img {
        width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area-v1 .seonim-img {
      margin-left: 0;
      margin-bottom: 60px; }
      .about-area-v1 .seonim-img img {
        width: 100%; } }
  @media (max-width: 767px) {
    .about-area-v1 .seonim-img {
      margin-left: 0;
      margin-bottom: 60px; }
      .about-area-v1 .seonim-img img {
        width: 100%; } }
.about-area-v1 .seonim-content-box p {
  margin-bottom: 25px; }

.about-area-v2 .seonim-img {
  margin-top: 30px;
  margin-left: -70px; }
  @media (max-width: 767px) {
    .about-area-v2 .seonim-img {
      margin-left: 0px;
      margin-bottom: 60px; }
      .about-area-v2 .seonim-img img {
        width: 100%; } }
.about-area-v2 .seonim-content-box .nav-tabs {
  width: 376px;
  border: 2px solid #e4e4e4;
  height: 74px;
  border-radius: 50px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .about-area-v2 .seonim-content-box .nav-tabs {
      border: none;
      width: 100%; } }
  .about-area-v2 .seonim-content-box .nav-tabs .nav-item {
    margin-bottom: 0; }
  .about-area-v2 .seonim-content-box .nav-tabs .nav-link {
    position: relative;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #202332;
    letter-spacing: 2px;
    font-weight: 500;
    background-color: transparent;
    text-transform: uppercase;
    padding: 23px 51.5px;
    border-radius: 50px;
    margin-top: -1px;
    -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; }
    @media (max-width: 400px) {
      .about-area-v2 .seonim-content-box .nav-tabs .nav-link {
        padding: 23px 27.5px; } }
    .about-area-v2 .seonim-content-box .nav-tabs .nav-link.active {
      background-color: #f57619;
      color: #fff; }
.about-area-v2 .seonim-content-box .tab-pane p {
  margin-bottom: 25px; }

.about-area-v3 .seonim-img {
  margin-top: 10px;
  margin-right: -80px;
  text-align: right; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area-v3 .seonim-img {
      margin-right: 0; }
      .about-area-v3 .seonim-img img {
        width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area-v3 .seonim-img {
      margin-top: 40px;
      margin-right: 0; }
      .about-area-v3 .seonim-img img {
        width: 100%; } }
  @media (max-width: 767px) {
    .about-area-v3 .seonim-img {
      margin-top: 40px;
      margin-right: 0; }
      .about-area-v3 .seonim-img img {
        width: 100%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 992px) and (max-width: 1200px) {
  .about-area-v3 .seonim-content-box .section-title h2 {
    font-size: 40px;
    line-height: 50px; } }

.about-area-v4 .seonim-img {
  margin-top: 10px;
  margin-left: -260px; }
  @media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .about-area-v4 .seonim-img {
      margin-top: 30px;
      margin-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area-v4 .seonim-img {
      margin-left: 0; }
      .about-area-v4 .seonim-img img {
        width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area-v4 .seonim-img {
      margin-left: 0; }
      .about-area-v4 .seonim-img img {
        width: 100%; } }
  @media (max-width: 767px) {
    .about-area-v4 .seonim-img {
      margin-left: 0; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area-v4 .seonim-content-box .section-title h2 {
    font-size: 40px;
    line-height: 50px; } }

.features-v1 .section-title h2 {
  font-size: 40px;
  line-height: 50px; }
.features-v1 .features-box {
  margin-left: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-v1 .features-box {
      margin-left: 25px; } }
  @media (max-width: 767px) {
    .features-v1 .features-box {
      margin-left: 25px; } }
  .features-v1 .features-box .icon-box {
    position: relative;
    z-index: 1; }
    .features-v1 .features-box .icon-box:after {
      position: absolute;
      content: '';
      top: 0;
      left: -30px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      z-index: -1; }
    .features-v1 .features-box .icon-box i {
      margin-top: 30px;
      font-size: 60px;
      margin-bottom: 35px; }
  .features-v1 .features-box .info h3 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features-v1 .features-box .info h3 {
        font-size: 24px; } }
  .features-v1 .features-box.features-box-1 .icon-box:after {
    background-image: -moz-linear-gradient(-45deg, #e3ebff 0%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #e3ebff 0%, white 100%);
    background-image: -ms-linear-gradient(-45deg, #e3ebff 0%, white 100%); }
  .features-v1 .features-box.features-box-1 .icon-box i {
    color: #477bff;
    background:url("../images/home-1/s1.png");
	height: 60px;
    width: 60px;
}

  .features-v1 .features-box.features-box-2 .icon-box:after {
    background-image: -moz-linear-gradient(-45deg, #ffeccc 0%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #ffeccc 0%, white 100%);
    background-image: -ms-linear-gradient(-45deg, #ffeccc 0%, white 100%); }
  .features-v1 .features-box.features-box-2 .icon-box i {
    background: url("../images/home-1/s2.png");
    height: 60px;
    width: 60px;
}
  .features-v1 .features-box.features-box-3 .icon-box:after {
    background-image: -moz-linear-gradient(-45deg, #e3ebff 0%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #e3ebff 0%, white 100%);
    background-image: -ms-linear-gradient(-45deg, #e3ebff 0%, white 100%); }
  .features-v1 .features-box.features-box-3 .icon-box i {
    background: url("../images/home-1/s3.png");
    height: 60px;
    width: 60px; }
  .features-v1 .features-box.features-box-4 .icon-box:after {
    background-image: -moz-linear-gradient(-45deg, #ffd3d6 0%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #ffd3d6 0%, white 100%);
    background-image: -ms-linear-gradient(-45deg, #ffd3d6 0%, white 100%); }
  .features-v1 .features-box.features-box-4 .icon-box i {
    background: url("../images/home-1/s4.png");
    height: 60px;
    width: 60px;  }
  .features-v1 .features-box.features-box-5 .icon-box:after {
    background-image: -moz-linear-gradient(-45deg, #dcfff7 0%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #dcfff7 0%, white 100%);
    background-image: -ms-linear-gradient(-45deg, #dcfff7 0%, white 100%); }
  .features-v1 .features-box.features-box-5 .icon-box i {
    background: url("../images/home-1/s5.png");
    height: 60px;
    width: 60px;}

.features-v2 {
  position: relative;
  z-index: 1; }
  .features-v2.after-content:after {
    position: absolute;
    content: '';
    bottom: 90px;
    right: 150px;
    width: 100%;
    height: 100%;
    background: url(../images/shape/shape-5.png) no-repeat bottom right;
    z-index: 1; }
  .features-v2 .section-title .big-text {
    color: #fff;
    opacity: .06; }
  .features-v2 .seonim-content-box {
    position: relative;
    padding-right: 40px;
    z-index: 2; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features-v2 .seonim-content-box {
        padding-right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features-v2 .seonim-content-box {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .features-v2 .seonim-content-box {
        margin-bottom: 60px; } }
    .features-v2 .seonim-content-box p {
      margin-bottom: 30px; }
    .features-v2 .seonim-content-box .box-text {
      margin-top: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .features-v2 .seonim-content-box .box-text {
          margin-top: -7px; } }
      .features-v2 .seonim-content-box .box-text p {
        margin-bottom: 10px; }
  .features-v2 .seonim-img {
    z-index: 2;
    position: relative;
    margin-right: -100px; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .features-v2 .seonim-img {
        margin-right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .features-v2 .seonim-img {
        margin-right: 0; }
        .features-v2 .seonim-img img {
          width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .features-v2 .seonim-img {
        margin-right: 0; }
        .features-v2 .seonim-img img {
          width: 100%; } }
    @media (max-width: 767px) {
      .features-v2 .seonim-img {
        margin-right: 0; }
        .features-v2 .seonim-img img {
          width: 100%; } }

.features-v3 .features-box {
  padding: 80px 50px;
  background: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-v3 .features-box {
      padding: 50px 30px; } }
  .features-v3 .features-box:hover {
    background: #f3f4ff; }
    .features-v3 .features-box:hover .info .btn-icon {
      background: #fff; }
  .features-v3 .features-box .icon-box i {
    font-size: 60px;
    margin-bottom: 30px; }
  .features-v3 .features-box .info h4 {
    margin-bottom: 20px; }
  .features-v3 .features-box .info p {
    margin-bottom: 20px; }
  .features-v3 .features-box .info .btn-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4ff;
    margin: auto; }
    .features-v3 .features-box .info .btn-icon:hover, .features-v3 .features-box .info .btn-icon:focus {
      background: #fff; }
  .features-v3 .features-box.features-box-1 .icon-box i {
    color: #477bff; }
  .features-v3 .features-box.features-box-2 .icon-box i {
    color: #ff6e6e; }
  .features-v3 .features-box.features-box-3 .icon-box i {
    color: #ffb22d; }

.features-v4 .seonim-content-box {
  padding-right: 45px; }
  @media (max-width: 767px) {
    .features-v4 .seonim-content-box {
      padding-right: 0;
      margin-bottom: 60px; } }
  .features-v4 .seonim-content-box h2 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px; }
    .features-v4 .seonim-content-box h2 span {
      color: #f57619; }
  .features-v4 .seonim-content-box h3 {
    color: #565b75;
    font-size: 26px;
    line-height: 50px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .features-v4 .seonim-content-box h3 {
        font-size: 20px;
        line-height: 30px; } }
.features-v4 .features-tab .nav-tabs {
  border-bottom: 4px solid #ffebeb;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .features-v4 .features-tab .nav-tabs {
      justify-content: center;
      border-bottom: none; } }
  .features-v4 .features-tab .nav-tabs .nav-item {
    margin-bottom: 0; }
  .features-v4 .features-tab .nav-tabs .nav-link {
    position: relative;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #797e97;
    padding: 0 46.8px 22px;
    font-weight: 500; }
.features-v4 .features-tab .nav-tabs .nav-link .icon{
	width:40px;
	height: 40px;
	margin: 16px auto;
}
.features-v4 .features-tab .nav-tabs .nav-link .icon1{
	background: url("../images/home-1/caigou.png");
}
.features-v4 .features-tab .nav-tabs .nav-link .icon2{
	background: url("../images/home-1/jiage.png");
}
.features-v4 .features-tab .nav-tabs .nav-link .icon3{
	background: url("../images/home-1/service.png");
}
    @media (max-width: 767px) {
      .features-v4 .features-tab .nav-tabs .nav-link {
        margin-bottom: 20px; }
        .features-v4 .features-tab .nav-tabs .nav-link:after {
          display: none; } }
    .features-v4 .features-tab .nav-tabs .nav-link:after {
      position: absolute;
      content: '';
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 4px;
      background: transparent; }
    .features-v4 .features-tab .nav-tabs .nav-link i {
      font-size: 40px;
      color: #565b75;
      display: block;
      margin-bottom: 16px; }
    .features-v4 .features-tab .nav-tabs .nav-link.active {
      color: #202332; }
      .features-v4 .features-tab .nav-tabs .nav-link.active:after {
        background: #f57619; }
      .features-v4 .features-tab .nav-tabs .nav-link.active .icon1 {
        background: url("../images/home-1/caigou_o.png") }
.features-v4 .features-tab .nav-tabs .nav-link.active .icon2 {
        background: url("../images/home-1/jiage_o.png") }
.features-v4 .features-tab .nav-tabs .nav-link.active .icon3 {
        background: url("../images/home-1/service_o.png") }
.features-v4 .features-tab .tab-pane h6 {
  color: #202332;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-bottom: 25px;
  line-height: 28px; }
.features-v4 .features-tab .tab-pane p {
  margin-bottom: 20px; }
.features-v4 .features-tab .tab-pane .btn_link {
  font-size: 16px;
  font-weight: 500;
  -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; }
  .features-v4 .features-tab .tab-pane .btn_link:hover, .features-v4 .features-tab .tab-pane .btn_link:focus {
    color: #f57619; }
    .features-v4 .features-tab .tab-pane .btn_link:hover:before, .features-v4 .features-tab .tab-pane .btn_link:focus:before {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .features-v4 .features-tab .tab-pane .btn_link:before {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s; }

.seonim-score .score-check-form, .seonim-seo-mail .score-check-form {
  max-width: 870px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 50px; }
.seonim-score .score-check-form{
	    margin-left: 50px;
}
  .seonim-score .score-check-form form, .seonim-seo-mail .score-check-form form {
    display: flex; }
    @media (max-width: 767px) {
      .seonim-score .score-check-form form, .seonim-seo-mail .score-check-form form {
        flex-direction: column; } }
  .seonim-score .score-check-form .form_group, .seonim-seo-mail .score-check-form .form_group {
    max-width: 318px;
    width: 100%;
    margin-right: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seonim-score .score-check-form .form_group, .seonim-seo-mail .score-check-form .form_group {
        max-width: 265px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-score .score-check-form .form_group, .seonim-seo-mail .score-check-form .form_group {
        max-width: 228px; } }
    @media (max-width: 767px) {
      .seonim-score .score-check-form .form_group, .seonim-seo-mail .score-check-form .form_group {
        max-width: 100%;
        margin-bottom: 20px; } }
    .seonim-score .score-check-form .form_group .form_control, .seonim-seo-mail .score-check-form .form_group .form_control {
      width: 100%;
      height: 60px;
      padding: 30px;
      background: #fff;
      border: none;
      border-radius: 30px;
      font-size: 18px;}
  .seonim-score .score-check-form .form-button .main-btn, .seonim-seo-mail .score-check-form .form-button .main-btn {
    background: #f0ff00;
    color: #070a22;
    padding: 17px 40px; }
.seonim-score .score-check-form .form-button .main-btn, .seonim-seo-mail .score-check-form .form-button .report-btn{
	font-size: 18px;
}
    @media (max-width: 767px) {
      .seonim-score .score-check-form .form-button .main-btn, .seonim-seo-mail .score-check-form .form-button .main-btn {
        width: 100%; } }

.seonim-score {
  position: relative;
  background: #f57619 url(../images/home-1/line-bg-1.png) no-repeat;
  background-position: center; }
  .seonim-score .section-title .big-text {
    color: #fff;
    opacity: .06; }
  .seonim-score .score-text p {
    color: #ffc79f; }
    .seonim-score .score-text p i {
      margin-right: 10px; }

.seonim-seo-mail {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; }
  .seonim-seo-mail:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f57619;
    opacity: .80;
    z-index: -1; }

.seo-skill .seonim-content-box p {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seonim-pagination {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .seonim-pagination {
    margin-bottom: 60px; } }
.seonim-pagination ul li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px; }
  .seonim-pagination ul li a {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #eaebec; }
    @media (max-width: 767px) {
      .seonim-pagination ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
  .seonim-pagination ul li:hover a, .seonim-pagination ul li:focus a, .seonim-pagination ul li.active a {
    border-color: #f57619;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background-image: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background-image: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%); }

.seonim-service {
  position: relative; }
  .seonim-service #service-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 517px; }
  .seonim-service .service-box {
    text-align: center;
    padding: 80px 50px 70px;
    background: #fff;
    border: 2px solid #e6f5ff;
    -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; }
    .seonim-service .service-box:hover {
      border-color: transparent;
      box-shadow: 0px 16px 32px 0px rgba(208, 204, 255, 0.4); }
    .seonim-service .service-box .service-icon {
      margin-bottom: 50px; }
      .seonim-service .service-box .service-icon img {
        margin: 0 auto; }
.service-icon1 i{display: block;}
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seonim-service .service-box .service-info h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-service .service-box .service-info h3 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .seonim-service .service-box .service-info h3 {
        font-size: 22px; } }
    .seonim-service .service-box .service-info h3:after {
      display: block;
      content: '----';
      color: #f57619;
      margin: 10px 0; }
    .seonim-service .service-box .service-info p {
      padding-bottom: 15px; }
    .seonim-service .service-box .service-info .btn_link {
      font-weight: 500; }
      .seonim-service .service-box .service-info .btn_link:hover, .seonim-service .service-box .service-info .btn_link:focus {
        color: #f57619; }

.border-8 {
/*  border-top: 8px solid #ebff00;*/
}

.service-v1 .service_slide_v1 {
  margin-left: -15px;
  margin-right: -15px; }
.service-v1 .service-box {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px; }
.service-v1 .arrow {
  border: 4px dashed #eae7ff;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  -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; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service-v1 .arrow {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
  .service-v1 .arrow:hover {
    border-color: #f57619; }
    .service-v1 .arrow:hover i {
      background: #f57619; }
  .service-v1 .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070a22;
    font-size: 14px;
    color: #fff;
    -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; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .service-v1 .arrow i {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px; } }
  .service-v1 .arrow.prev {
    left: -120px; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .service-v1 .arrow.prev {
        left: -60px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .service-v1 .arrow.prev {
        left: 0; } }
  .service-v1 .arrow.next {
    right: -120px; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .service-v1 .arrow.next {
        right: -60px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .service-v1 .arrow.next {
        right: 0; } }

.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1; }
  .arrow.prev {
    left: 0; }
  .arrow.next {
    right: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-skill .seonim-img {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .seo-skill .seonim-img {
    margin-bottom: 60px; } }

.counter-area-v1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1; }
  .counter-area-v1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #e84d00;
    opacity: .90;
    z-index: -1; }
  .counter-area-v1 .counter-wrapper {
    position: relative; }
    .counter-area-v1 .counter-wrapper .counter-box {
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .counter-area-v1 .counter-wrapper .counter-box {
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        .counter-area-v1 .counter-wrapper .counter-box {
          margin-bottom: 60px; } }
      .counter-area-v1 .counter-wrapper .counter-box:after {
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 200px;
        color: rgba(255, 255, 255, 0.1);
        font-family: 'dripicons-v2'; }
        @media (max-width: 767px) {
          .counter-area-v1 .counter-wrapper .counter-box:after {
            display: none; } }
      .counter-area-v1 .counter-wrapper .counter-box.counter-box-1:after {
        content: "\e00e"; }
      .counter-area-v1 .counter-wrapper .counter-box.counter-box-2:after {
        content: "\e01d"; }
      .counter-area-v1 .counter-wrapper .counter-box.counter-box-3:after {
        content: "\e03f"; }
      .counter-area-v1 .counter-wrapper .counter-box.counter-box-4:after {
        content: "\e054"; }
      .counter-area-v1 .counter-wrapper .counter-box .counter-count h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 18px; }
        .counter-area-v1 .counter-wrapper .counter-box .counter-count h2 span {
          font-size: 80px; }
      .counter-area-v1 .counter-wrapper .counter-box .counter-count h6 {
        letter-spacing: 2px;
        font-size: 14px;
        font-weight: 500;
        color: #fff; }

.faq-v1 {
  position: relative; }
  .faq-v1 .seonim-img {
    margin-left: -230px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-v1 .seonim-img {
        margin-left: 0;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .faq-v1 .seonim-img {
        margin-left: 0;
        margin-bottom: 60px; } }
  .faq-v1 .faq-wrapper .card {
    margin-bottom: 30px;
    border-radius: 0;
    border-color: #e5e5e5; }
    .faq-v1 .faq-wrapper .card .card-header {
      position: relative;
      padding: 19px 30px 17px;
      border-bottom: 0;
      background: transparent;
      border-radius: 0;
      font-weight: 500;
      color: #797e97; }
      .faq-v1 .faq-wrapper .card .card-header span {
        margin-right: 30px; }
    .faq-v1 .faq-wrapper .card .card-body {
      padding: 25px 30px 20px; }
    .faq-v1 .faq-wrapper .card .card-body {
      background: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
      background: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
      background: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%); }
      .faq-v1 .faq-wrapper .card .card-body p {
        color: #fff; }
  .faq-v1 .faq-wrapper .card .card-header[aria-expanded="true"] {
    background: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    color: #fff; }
  .faq-v1 .question {
    position: absolute;
    right: 14%;
    bottom: 30%;
    font-size: 300px;
    color: #fff;
    text-shadow: 0px 16px 32px rgba(244, 98, 13, 0.1);
    z-index: 1; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .faq-v1 .question {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .faq-v1 .question {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-v1 .question {
        display: none; } }
    @media (max-width: 767px) {
      .faq-v1 .question {
        display: none; } }

.faq-v2 .seonim-sidebar .widget-box.phone-widget, .faq-v2 .seonim-sidebar .widget-box.contact-widget {
  border: none;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(191, 191, 191, 0.1); }
.faq-v2 .seonim-sidebar .widget-box.phone-widget {
  text-align: center; }
  .faq-v2 .seonim-sidebar .widget-box.phone-widget i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    background-image: -moz-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
    background-image: -webkit-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
    background-image: -ms-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
    margin-bottom: 35px; }
  .faq-v2 .seonim-sidebar .widget-box.phone-widget h4 {
    margin-bottom: 15px; }
.faq-v2 .seonim-sidebar .widget-box.contact-widget h3 {
  margin-bottom: 10px; }
.faq-v2 .seonim-sidebar .widget-box.contact-widget .form_group {
  margin-bottom: 30px; }
  .faq-v2 .seonim-sidebar .widget-box.contact-widget .form_group i {
    position: absolute;
    left: 0;
    top: 23px;
    color: #f57619; }
  .faq-v2 .seonim-sidebar .widget-box.contact-widget .form_group .form_control {
    padding: 15px 30px;
    border-bottom: 1px solid #e3e3e3; }
  .faq-v2 .seonim-sidebar .widget-box.contact-widget .form_group textarea.form_control {
    padding: 17px 30px;
    height: 150px; }

.faq-v2 .faq-filter {
  padding: 20px;
  border: 2px solid #ededff;
  border-radius: 50px; }
  .faq-v2 .faq-filter .nice-select {
    padding: 0 30px;
    border-radius: 50px;
    border: 2px solid #ededff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-v2 .faq-filter .nice-select {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .faq-v2 .faq-filter .nice-select {
        margin-bottom: 20px; } }
    .faq-v2 .faq-filter .nice-select:after {
      right: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-v2 .faq-filter .form_group {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .faq-v2 .faq-filter .form_group {
      margin-bottom: 20px; } }
  .faq-v2 .faq-filter .form_group .form_control {
    border: 2px solid #ededff;
    border-radius: 50px; }
  .faq-v2 .faq-filter .form_button {
    float: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .faq-v2 .faq-filter .form_button {
        text-align: center;
        float: none; } }
    @media (max-width: 767px) {
      .faq-v2 .faq-filter .form_button {
        text-align: center;
        float: none; } }
    .faq-v2 .faq-filter .form_button .main-btn {
      padding: 17px 25px;
      background: #f0ff00;
      color: #070a22; }
      .faq-v2 .faq-filter .form_button .main-btn:hover, .faq-v2 .faq-filter .form_button .main-btn:focus {
        box-shadow: 0px 16px 32px 0px rgba(255, 225, 0, 0.4); }
      .faq-v2 .faq-filter .form_button .main-btn i {
        margin-right: 10px; }
      @media (max-width: 767px) {
        .faq-v2 .faq-filter .form_button .main-btn {
          padding: 17px 15px;
          font-size: 11px; } }
.faq-v2 .faq-wrapper .card {
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #ededff;
  border-radius: 40px; }
  .faq-v2 .faq-wrapper .card .card-header {
    padding: 27px 35px;
    font-size: 20px;
    color: #202332;
    border: none;
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    -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; }
    .faq-v2 .faq-wrapper .card .card-header span {
      color: #f57619;
      margin-right: 35px; }
    .faq-v2 .faq-wrapper .card .card-header.collapsed {
      padding-bottom: 22px; }
  .faq-v2 .faq-wrapper .card .card-body {
    padding: 0px 35px 30px; }
.faq-v2 .faq-wrapper .card .card-header[aria-expanded="true"] {
  color: #f57619; }

.pricing-plan-v1 {
  background: #f6ffff; }
  .pricing-plan-v1 .section-title h2 {
    font-size: 40px;
    line-height: 50px; }
  .pricing-plan-v1 .pricing-wrapper {
    position: relative; }
    .pricing-plan-v1 .pricing-wrapper .pricing-offer {
      margin-top: 45px; }
      .pricing-plan-v1 .pricing-wrapper .pricing-offer span {
        color: #f57619; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .pricing-plan-v1 .pricing-wrapper .pricing-offer h2 {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-plan-v1 .pricing-wrapper .pricing-offer {
          margin-top: 0;
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        .pricing-plan-v1 .pricing-wrapper .pricing-offer {
          margin-top: 0;
          margin-bottom: 60px; } }
  .pricing-plan-v1 .pricing-list {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 43px 50px 33px;
    background: #fff;
    border: 1px solid #ccceff;
    width: 100%;
    border-right: none; }
    .pricing-plan-v1 .pricing-list ul li {
      line-height: 44px;
      color: #797e97; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-plan-v1 .pricing-list {
        display: none; } }
    @media (max-width: 767px) {
      .pricing-plan-v1 .pricing-list {
        display: none; } }
  .pricing-plan-v1 .pricing-box {
    background: #fff;
    border: 1px solid #ccceff;
    text-align: center;
    padding: 43px 10px 33px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pricing-plan-v1 .pricing-box {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .pricing-plan-v1 .pricing-box {
        margin-bottom: 60px; } }
    .pricing-plan-v1 .pricing-box .pricing-title {
      margin-bottom: 20px; }
      .pricing-plan-v1 .pricing-box .pricing-title span {
        color: #f57619;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 500; }
    .pricing-plan-v1 .pricing-box .price h6 {
      font-size: 14px;
      text-decoration: line-through;
      color: #b6b9ca;
      margin-bottom: 15px; }
    .pricing-plan-v1 .pricing-box .price h2 {
      font-size: 40px;
      margin-bottom: 15px; }
      .pricing-plan-v1 .pricing-box .price h2 span {
        font-size: 14px;
        color: #a7acc1; }
    .pricing-plan-v1 .pricing-box .pricing-button .pricing-btn {
      width: 160px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      cursor: pointer;
      line-height: 65px;
      height: 60px;
      text-align: center;
      border: none;
      background-size: 300% 100%;
      background-image: linear-gradient(to right, #f45c0b, #fed149, #f45c0b, #fed149);
      letter-spacing: 2px;
      text-transform: uppercase;
      -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; }
      .pricing-plan-v1 .pricing-box .pricing-button .pricing-btn:hover {
        color: #fff;
        background-position: 100% 0;
        -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; }
    .pricing-plan-v1 .pricing-box .pricing-body {
      padding-top: 35px; }
      .pricing-plan-v1 .pricing-box .pricing-body ul li {
        line-height: 44px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .pricing-plan-v1 .pricing-box .pricing-body ul li {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .pricing-plan-v1 .pricing-box .pricing-body ul li {
            margin-bottom: 10px; } }
        .pricing-plan-v1 .pricing-box .pricing-body ul li span {
          display: none;
          color: #797e97; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .pricing-plan-v1 .pricing-box .pricing-body ul li span {
              line-height: 10px;
              display: block; } }
          @media (max-width: 767px) {
            .pricing-plan-v1 .pricing-box .pricing-body ul li span {
              line-height: 10px;
              display: block; } }
    .pricing-plan-v1 .pricing-box.pricing-box-1 {
      border-right: none; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-plan-v1 .pricing-box.pricing-box-1 {
          border: 1px solid #ccceff; } }
      @media (max-width: 767px) {
        .pricing-plan-v1 .pricing-box.pricing-box-1 {
          border: 1px solid #ccceff; } }
    .pricing-plan-v1 .pricing-box.pricing-box-2 {
      border-right: none;
      border-left: none; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-plan-v1 .pricing-box.pricing-box-2 {
          border: 1px solid #ccceff; } }
      @media (max-width: 767px) {
        .pricing-plan-v1 .pricing-box.pricing-box-2 {
          border: 1px solid #ccceff; } }
    .pricing-plan-v1 .pricing-box.pricing-box-3 {
      border-left: none; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pricing-plan-v1 .pricing-box.pricing-box-3 {
          border: 1px solid #ccceff; } }
      @media (max-width: 767px) {
        .pricing-plan-v1 .pricing-box.pricing-box-3 {
          border: 1px solid #ccceff; } }

.case-study-v1 {
  position: relative;
  z-index: 1; }
  .case-study-v1 #case-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 735px; }
  .case-study-v1 .case-slide-v1 {
    margin-left: -15px;
    margin-right: -15px;
    z-index: 1; }
    .case-study-v1 .case-slide-v1 .slick-dots {
      position: absolute;
      bottom: -22px;
      margin: 0;
      width: 100%;
      text-align: center; }
      .case-study-v1 .case-slide-v1 .slick-dots li {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px; }
        .case-study-v1 .case-slide-v1 .slick-dots li button {
          border: none;
          background: transparent;
          font-size: 0;
          width: 30px;
          height: 5px;
          background: #d4d7ff;
          -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; }
        .case-study-v1 .case-slide-v1 .slick-dots li.slick-active button {
          background: #f57619;
          box-shadow: 0px 8px 16px 0px rgba(244, 98, 13, 0.4); }
  .case-study-v1 .case-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .case-study-v1 .case-img img {
      width: 100%;
      overflow: hidden;
      -webkit-transition: all 0.7s ease-out 0s;
      -moz-transition: all 0.7s ease-out 0s;
      -ms-transition: all 0.7s ease-out 0s;
      -o-transition: all 0.7s ease-out 0s;
      transition: all 0.7s ease-out 0s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .case-study-v1 .case-img img {
        width: 100%; } }
    @media (max-width: 767px) {
      .case-study-v1 .case-img img {
        width: 100%; } }
  .case-study-v1 .case-box {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px; }
    .case-study-v1 .case-box:hover img {
      opacity: .7;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .case-study-v1 .case-box:hover .case-info {
      margin-top: -90px; }
    .case-study-v1 .case-box .case-info {
      padding: 40px;
      background: #fff;
      box-shadow: 0px 8px 16px 0px rgba(210, 222, 255, 0.4);
      margin-left: 20px;
      margin-right: 20px;
      margin-top: -70px;
      position: relative;
      -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; }
      .case-study-v1 .case-box .case-info span.span {
        color: #f57619; }
      .case-study-v1 .case-box .case-info h3 {
        font-size: 24px;
        letter-spacing: -.5px;
        line-height: 36px; }
        @media (max-width: 767px) {
          .case-study-v1 .case-box .case-info h3 {
            font-size: 20px;
            line-height: 30px; } }

.case-study-v2 {
  background: #f8f8ff; }
  .case-study-v2 .case-box {
    margin-left: 0;
    margin-right: 0; }
    .case-study-v2 .case-box .case-info span {
      font-size: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .case-study-v2 .case-box .case-info h3 {
        font-size: 18px;
        line-height: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .case-study-v2 .case-box .case-info h3 {
        font-size: 18px;
        line-height: 30px; } }

.portfolio-masonry .filter-button {
  margin: 0 150px 50px;
  border-bottom: 2px solid #eeeeff; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-masonry .filter-button {
      margin: 0 50px 50px;
      border-bottom: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-masonry .filter-button {
      margin: 0 30px 50px;
      border-bottom: none; } }
  @media (max-width: 767px) {
    .portfolio-masonry .filter-button {
      margin: 0 20px 50px;
      border-bottom: none; } }
  .portfolio-masonry .filter-button .filter_btn {
    position: relative;
    font-weight: 500;
    color: #202332;
    padding: 20px 40px;
    background: none;
    border: none;
    -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; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-masonry .filter-button .filter_btn {
        padding: 20px 20px; } }
    @media only screen and (min-width: 430px) and (max-width: 767px) {
      .portfolio-masonry .filter-button .filter_btn {
        padding: 20px 20px; } }
    @media (max-width: 767px) {
      .portfolio-masonry .filter-button .filter_btn {
        padding: 20px 10px; } }
    .portfolio-masonry .filter-button .filter_btn:after {
      position: absolute;
      content: '';
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 4px;
      background: transparent;
      -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; }
    .portfolio-masonry .filter-button .filter_btn.active_btn {
      color: #f57619; }
      .portfolio-masonry .filter-button .filter_btn.active_btn:after {
        background: #f57619; }

.portfolio-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }
  .portfolio-img img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  .portfolio-img:hover img {
    opacity: .7;
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg); }

.single-portfolio-section .single-portfolio-box {
  margin-bottom: 32px; }
  .single-portfolio-section .single-portfolio-box .seonim-img {
    position: relative;
    margin-bottom: 53px; }
    .single-portfolio-section .single-portfolio-box .seonim-img .play-box {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.seonim-img .box1 {
      position: absolute;
      top: 36%;
      left: 84%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .single-portfolio-section .single-portfolio-box .seonim-img .play-box .play-btn {
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        color: #202332; }
        @media (max-width: 767px) {
          .single-portfolio-section .single-portfolio-box .seonim-img .play-box .play-btn {
            width: 60px;
            height: 60px; } }
        .seonim-img .play-box .play-btn {
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        color: #202332; }
        @media (max-width: 767px) {
          .seonim-img .play-box .play-btn {
            width: 60px;
            height: 60px; } }
  .single-portfolio-section .single-portfolio-box .seonim-content-box span {
    color: #f57619; }
  .single-portfolio-section .single-portfolio-box .seonim-content-box h2 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-portfolio-section .single-portfolio-box .seonim-content-box h2 {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .single-portfolio-section .single-portfolio-box .seonim-content-box h2 {
        font-size: 30px;
        line-height: 40px; } }
  .single-portfolio-section .single-portfolio-box .seonim-content-box p {
    margin-bottom: 20px; }
.single-portfolio-section .portfolio-item-details {
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .single-portfolio-section .portfolio-item-details .box {
      text-align: center;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-portfolio-section .portfolio-item-details .box {
      margin-bottom: 40px; } }
  .single-portfolio-section .portfolio-item-details .box h3 {
    margin-bottom: 10px; }
  .single-portfolio-section .portfolio-item-details .box p {
    font-size: 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .single-portfolio-section .portfolio-item-details .box p {
        font-size: 16px; } }
  .single-portfolio-section .portfolio-item-details .box ul li {
    display: inline-block;
    margin-right: 15px; }
    .single-portfolio-section .portfolio-item-details .box ul li a {
      font-size: 18px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .single-portfolio-section .portfolio-item-details .box ul li a {
          font-size: 16px; } }
.single-portfolio-section .post-prev-next {
  padding-top: 30px; }
  .single-portfolio-section .post-prev-next .box a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .single-portfolio-section .post-prev-next .box.box-3 {
    float: right;
    text-align: right; }
    @media (max-width: 767px) {
      .single-portfolio-section .post-prev-next .box.box-3 {
        float: none;
        text-align: center; } }
  @media (max-width: 767px) {
    .single-portfolio-section .post-prev-next .box {
      text-align: center; } }
  @media (max-width: 767px) {
    .single-portfolio-section .post-prev-next .box.box-2 {
      margin: 20px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-portfolio-section .post-prev-next .box h4 {
      font-size: 22px;
      line-height: 32px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-portfolio-section .post-prev-next .box h4 {
      font-size: 20px;
      line-height: 30px; } }

.team-area-v1 .team-box {
  width: 370px;
  height: 370px;
  border: 4px dashed #ecedf3;
  border-radius: 50%;
  margin: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area-v1 .team-box {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .team-area-v1 .team-box {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-area-v1 .team-box {
      width: 100%;
      height: 100%;
      border: none; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area-v1 .team-box {
      width: 100%;
      height: 100%;
      border: none; } }
  @media (max-width: 400px) {
    .team-area-v1 .team-box {
      width: 100%;
      height: 100%;
      border: none; } }
  .team-area-v1 .team-box .team-img img {
    width: 234px;
    height: 234px;
    border-radius: 50%;
    margin: auto; }
  .team-area-v1 .team-box .team-info {
    margin-top: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .team-area-v1 .team-box .team-info {
        margin-top: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team-area-v1 .team-box .team-info {
        margin-top: 20px; } }
    .team-area-v1 .team-box .team-info h4 {
      font-size: 20px; }
    .team-area-v1 .team-box .team-info p {
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #f57619;
      font-weight: 500; }

.team-area-v2 .button-box {
  float: right; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area-v2 .button-box {
      float: none;
      text-align: left; } }
  @media (max-width: 767px) {
    .team-area-v2 .button-box {
      float: none;
      text-align: left; } }
.team-area-v2 .team-box {
  -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; }
  .team-area-v2 .team-box:hover .team-info {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  .team-area-v2 .team-box:hover .team-img .team-overlay {
    opacity: 1;
    visibility: visible; }
  .team-area-v2 .team-box .team-img {
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .team-area-v2 .team-box .team-img img {
        width: 100%; } }
    @media (max-width: 767px) {
      .team-area-v2 .team-box .team-img img {
        width: 100%; } }
    .team-area-v2 .team-box .team-img .team-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background-image: -moz-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      -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; }
  .team-area-v2 .team-box .team-info {
    -webkit-transform: translateY(33px);
    -moz-transform: translateY(33px);
    -ms-transform: translateY(33px);
    -o-transform: translateY(33px);
    transform: translateY(33px);
    -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; }
    .team-area-v2 .team-box .team-info span.span {
      color: #f57619;
      margin-bottom: 15px; }
      .team-area-v2 .team-box .team-info span.span:before {
        content: '--'; }
    .team-area-v2 .team-box .team-info h3 {
      margin-bottom: 15px; }
    .team-area-v2 .team-box .team-info .social-link li {
      display: inline-block;
      margin-left: 12px;
      margin-right: 12px; }

.shop-section .shop-filter {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .shop-section .shop-filter .filter-left {
      text-align: center;
      margin-bottom: 40px; } }
  .shop-section .shop-filter .filter-left ul li {
    display: inline-block;
    margin-right: 10px; }
    .shop-section .shop-filter .filter-left ul li a {
      display: block;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      background: #f9f9ff;
      font-size: 20px;
      -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; }
      .shop-section .shop-filter .filter-left ul li a:hover, .shop-section .shop-filter .filter-left ul li a:focus, .shop-section .shop-filter .filter-left ul li a.active {
        background: #f57619;
        box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
        color: #fff; }
  .shop-section .shop-filter .filter-right {
    float: right;
    width: 100%; }
    @media (max-width: 767px) {
      .shop-section .shop-filter .filter-right {
        float: none;
        text-align: center; } }
    @media (max-width: 767px) {
      .shop-section .shop-filter .filter-right p {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .shop-section .shop-filter .filter-right p {
        font-size: 12px; } }
    .shop-section .shop-filter .filter-right .nice-select {
      height: 50px;
      line-height: 50px;
      border-radius: 50px;
      border-color: #e5e5e5; }
      @media (max-width: 767px) {
        .shop-section .shop-filter .filter-right .nice-select {
          margin-bottom: 20px; } }
    .shop-section .shop-filter .filter-right .search-box .form_control {
      height: 50px;
      border: 1px solid #e5e5e5;
      border-radius: 50px; }
    .shop-section .shop-filter .filter-right .search-box .search-btn {
      border: none;
      position: absolute;
      top: 14px;
      right: 20px;
      background: transparent; }
.shop-section .product-box {
  position: relative; }
  .shop-section .product-box:hover .product-img .product-overlay {
    opacity: 1;
    visibility: visible; display: none;}
    .shop-section .product-box:hover .product-img .product-overlay .product-link a:nth-child(1) {
      transform: translateY(0px); }
    .shop-section .product-box:hover .product-img .product-overlay .product-link a:nth-child(2) {
      transform: translateY(0px); }
    .shop-section .product-box:hover .product-img .product-overlay .product-link a:nth-child(3) {
      transform: translateY(0px); }
  .shop-section .product-box .product-img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .shop-section .product-box .product-img img {
      width: 100%; }
    .shop-section .product-box .product-img .product-overlay {
      position: absolute;
      background: rgba(0, 40, 72, 0.6);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      -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; }
      .shop-section .product-box .product-img .product-overlay .product-link a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        color: #f57619;
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
        -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; }
        .shop-section .product-box .product-img .product-overlay .product-link a:hover, .shop-section .product-box .product-img .product-overlay .product-link a:focus {
          background: #f57619;
          color: #fff; }
        .shop-section .product-box .product-img .product-overlay .product-link a:nth-child(1) {
          transform: translateY(5px);
          -webkit-transition: all 0.2s ease-out 0s;
          -moz-transition: all 0.2s ease-out 0s;
          -ms-transition: all 0.2s ease-out 0s;
          -o-transition: all 0.2s ease-out 0s;
          transition: all 0.2s ease-out 0s; }
        .shop-section .product-box .product-img .product-overlay .product-link a:nth-child(2) {
          transform: translateY(7px);
          -webkit-transition: all 0.4s ease-out 0s;
          -moz-transition: all 0.4s ease-out 0s;
          -ms-transition: all 0.4s ease-out 0s;
          -o-transition: all 0.4s ease-out 0s;
          transition: all 0.4s ease-out 0s; }
        .shop-section .product-box .product-img .product-overlay .product-link a:nth-child(3) {
          transform: translateY(10px);
          -webkit-transition: all 0.6s ease-out 0s;
          -moz-transition: all 0.6s ease-out 0s;
          -ms-transition: all 0.6s ease-out 0s;
          -o-transition: all 0.6s ease-out 0s;
          transition: all 0.6s ease-out 0s; }
  .shop-section .product-box .product-info {
    padding-top: 35px; }
.shop-section .product-box .product-info .info-meta .price span{
	font-size: 16px;
}
.shop-section .product-box .product-info .info-meta .price b{
	    font-size: 36px;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 500;
	color: #f57619;
}
    .shop-section .product-box .product-info h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    .shop-section .product-box .product-info .rating {
      float: right;display: none;}
      .shop-section .product-box .product-info .rating ul li {
        display: inline-block; }
        .shop-section .product-box .product-info .rating ul li i {
          color: #f57619; }
.shop-section .seonim-pagination ul li a {
  background: #f8f8f8;
  border-radius: 50%;
  border: none;
  color: #9fa7c5;
  -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; }
  .shop-section .seonim-pagination ul li a:hover, .shop-section .seonim-pagination ul li a:focus, .shop-section .seonim-pagination ul li a.active {
    color: #fff;
    background: #f57619; }

/*===========================
    Shop-details css 
===========================*/
.shop-details-section .rating li {
  display: inline-block; }
  .shop-details-section .rating li i {
    color: #ffb400; }
.shop-details-section .product-big-slide .product-img, .shop-details-section .product-thumb-slide .product-img {
  width: 100%; }
  .shop-details-section .product-big-slide .product-img img, .shop-details-section .product-thumb-slide .product-img img {
    width: 100%; }
.shop-details-section .product-big-slide {
  margin-bottom: 30px; }
.shop-details-section .product-thumb-slide {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-details-section .product-thumb-slide {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .shop-details-section .product-thumb-slide {
      margin-bottom: 60px; } }
  .shop-details-section .product-thumb-slide .product-img {
    margin-left: 15px;
    margin-right: 15px; }
  .shop-details-section .product-thumb-slide:hover .arrow {
    opacity: 1;
    visibility: visible; }
    .shop-details-section .product-thumb-slide:hover .arrow.prev {
      left: 20px; }
    .shop-details-section .product-thumb-slide:hover .arrow.next {
      right: 20px; }
  .shop-details-section .product-thumb-slide .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f57619;
    color: #fff;
    transition: all .3s;
    opacity: 0;
    visibility: hidden; }
    .shop-details-section .product-thumb-slide .arrow.prev {
      left: 0px; }
    .shop-details-section .product-thumb-slide .arrow.next {
      right: 0px; }
.shop-details-section .product-info ul {
  margin-bottom: 25px;display: none;}
.shop-details-section .product-info .title {
  margin-bottom: 54px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-details-section .product-info .title {
      margin-bottom: 10px; } }
  .shop-details-section .product-info .title span {
    color: #f57619;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
	    font-size: 20px;
    margin-bottom: 14px;
}
.shop-details-section .product-info .title h3{
	font-size: 34px;
}
.shop-details-section .product-info .price {
  margin-bottom: 32px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-details-section .product-info .price {
      margin-bottom: 10px; } }
  .shop-details-section .product-info .price span {
    font-weight: 300;
        font-size: 66px;
    margin-right: 10px;
    letter-spacing: -3px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .shop-details-section .product-info .price span {
        font-size: 24px; } }
    .shop-details-section .product-info .price span.offer-price {
      color: #f57619; }
    .shop-details-section .product-info .price span.main-price {
      color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    bottom: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-details-section .product-info .list-info {
    margin-bottom: 10px; } }
.shop-details-section .product-info .list-info ul li {
  line-height: 30px; }
  .shop-details-section .product-info .list-info ul li span {
    color: #152136;
    font-weight: 500; }
.shop-details-section .product-info .discription h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-details-section .product-info .discription h3 {
      margin-bottom: 10px; } }
.shop-details-section .product-info .discription p {
  margin-bottom: 32px;
  font-size:16px;
}
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .shop-details-section .product-info .discription p {
      margin-bottom: 15px; } }
.shop-details-section .product-info .discription ul {
  margin-bottom: 20px; }
  .shop-details-section .product-info .discription ul li {
    display: inline-block;
    margin-right: 20px; }
    .shop-details-section .product-info .discription ul li .nice-number button {
      width: 50px;
      height: 50px;
      text-align: center;
      background: transparent;
      border: 2px solid #e5e5e5; }
      .shop-details-section .product-info .discription ul li .nice-number button:first-child {
        border-radius: 30px 0 0 30px; }
      .shop-details-section .product-info .discription ul li .nice-number button:last-child {
        border-radius: 0 30px 30px 0; }
    .shop-details-section .product-info .discription ul li .nice-number input {
      width: 50px !important;
      height: 46px;
      border: none;
      border-top: 2px solid #e5e5e5;
      border-bottom: 2px solid #e5e5e5; }
    .shop-details-section .product-info .discription ul li a {
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      background: #fff7f1;
      color: #db8e93;
      -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; }
      .shop-details-section .product-info .discription ul li a:hover, .shop-details-section .product-info .discription ul li a:focus {
        color: #fff;
        background: #f57619; }
      @media (max-width: 767px) {
        .shop-details-section .product-info .discription ul li a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 430px) and (max-width: 767px) {
        .shop-details-section .product-info .discription ul li a {
          margin-bottom: 0; } }
.shop-details-section .product-info .discription .main-btn {
  border-radius: 30px;
  text-transform: capitalize;padding: 15px 30px; }
  .shop-details-section .product-info .discription .main-btn:hover {
    color: #fff;
    background: #f57619;
    box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2); }
  .shop-details-section .product-info .discription .main-btn:before, .shop-details-section .product-info .discription .main-btn:after {
    display: none; }
.shop-details-section .discription-area .discription-tabs {
  margin-bottom: 35px; }
  .shop-details-section .discription-area .discription-tabs .nav-tabs {
    justify-content: center;
    border: none;
    position: relative;
    z-index: 1; }
    .shop-details-section .discription-area .discription-tabs .nav-tabs:after {
      position: absolute;
      content: '';
      top: 25px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #f0e9ea;
      z-index: -1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .shop-details-section .discription-area .discription-tabs .nav-tabs:after {
          top: 30px; } }
      @media (max-width: 767px) {
        .shop-details-section .discription-area .discription-tabs .nav-tabs:after {
          display: none; } }
    .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-item {
      margin-left: 10px;
      margin-right: 10px; }
    .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-link {
      position: relative;
      border: 2px solid #f0e9ea;
      border-radius: 50px;
      padding: 14px 55px;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize;
      z-index: 1;
      background: #fff;
      -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; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-link {
          padding: 14px 40px; } }
      @media (max-width: 767px) {
        .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-link {
          margin-bottom: 15px; } }
      .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-link:hover, .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-link:focus, .shop-details-section .discription-area .discription-tabs .nav-tabs .nav-link.active {
        background-color: #f57619;
        color: #fff;
        border-color: #f57619;
        box-shadow: 0px 16px 32px 0px rgba(239, 59, 88, 0.2); }
.shop-details-section .discription-area .seonim-content-box h3 {
  margin-bottom: 20px; }
.shop-details-section .discription-area .seonim-content-box p {
  margin-bottom: 20px; }
.shop-details-section .discription-area .seonim-content-box ul {
  margin-bottom: 20px; }
.shop-details-section .discription-area .seonim-content-box table tbody tr {
/*  border-bottom: 1px solid #ffb4bf; */
}
  .shop-details-section .discription-area .seonim-content-box table tbody tr:last-child {
    border-bottom: none; }
  .shop-details-section .discription-area .seonim-content-box table tbody tr .name {
    width: 200px;
    font-weight: 700;
    font-size: 16px;
    color: #000637; }
  .shop-details-section .discription-area .seonim-content-box table tbody tr td {
    border-top: none; }
.shop-details-section .discription-area .shop-review-area .title {
  text-transform: capitalize;
  margin-bottom: 30px; }
.shop-details-section .discription-area .shop-review-area .review_user {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px; }
  .shop-details-section .discription-area .shop-review-area .review_user img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px; }
  .shop-details-section .discription-area .shop-review-area .review_user .rating li i {
    font-size: 14px; }
.shop-details-section .discription-area .shop-review-area .review_form .form_group {
  margin-bottom: 20px; }
  .shop-details-section .discription-area .shop-review-area .review_form .form_group i {
    position: relative;
    top: auto;
    right: auto;
    left: 0; }
  .shop-details-section .discription-area .shop-review-area .review_form .form_group .form_control {
    margin-bottom: 0;
    background: #f8f8f8; }
  .shop-details-section .discription-area .shop-review-area .review_form .form_group textarea.form_control {
    height: 200px; }
.shop-details-section .discription-area .shop-review-area .review_form .single_checkbox {
  margin-bottom: 20px; }
.shop-details-section .discription-area .shop-review-area .review_form .main-btn:after, .shop-details-section .discription-area .shop-review-area .review_form .main-btn:before {
  display: none; }

.testimonial-area-v1 .section-title .big-text {
  color: #fff;
  opacity: .06; }
.testimonial-area-v1 .testimonial-container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .testimonial-area-v1 .testimonial-container {
      max-width: 1300px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area-v1 .testimonial-container {
      max-width: 100%;
      padding: 0 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-v1 .testimonial-container {
      max-width: 100%;
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .testimonial-area-v1 .testimonial-container {
      max-width: 100%;
      padding: 0 15px; } }
.testimonial-area-v1 .testimonisl-slide-v1 {
  margin-left: -70px;
  margin-right: -70px; }
  @media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .testimonial-area-v1 .testimonisl-slide-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area-v1 .testimonisl-slide-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-v1 .testimonisl-slide-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .testimonial-area-v1 .testimonisl-slide-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box {
    margin: 30px 70px 60px; }
    @media only screen and (min-width: 1200px) and (max-width: 1700px) {
      .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box {
        margin: 30px 30px 60px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box {
        margin: 30px 30px 60px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box {
        margin: 30px 30px 60px; } }
    @media (max-width: 767px) {
      .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box {
        margin: 30px 30px 60px; } }
    .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      z-index: -1; }
    .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: #202332;
      z-index: -1; }
    .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box .author-box .info h4 {
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box .author-box .info h4 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .testimonial-area-v1 .testimonisl-slide-v1 .testimonial-box .author-box .info h4 {
          font-size: 18px;
          line-height: 30px; } }
.testimonial-area-v1 .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }
  .testimonial-area-v1 .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .testimonial-area-v1 .slick-dots li button {
      border: none;
      background: transparent;
      font-size: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.3);
      -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; }
    .testimonial-area-v1 .slick-dots li.slick-active button {
      background: white; }

.testimonial-area-v1 .testimonial-box, .testimonial-area-v2 .testimonial-box {
  padding: 40px;
  position: relative;
  z-index: 1; }
  .testimonial-area-v1 .testimonial-box .author-box, .testimonial-area-v2 .testimonial-box .author-box {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .testimonial-area-v1 .testimonial-box .author-box .author, .testimonial-area-v2 .testimonial-box .author-box .author {
      min-width: 70px;
      max-width: 70px;
      width: 100%;
      height: 70px; }
      .testimonial-area-v1 .testimonial-box .author-box .author img, .testimonial-area-v2 .testimonial-box .author-box .author img {
        width: 100%;
        border-radius: 50%; }
    .testimonial-area-v1 .testimonial-box .author-box .info, .testimonial-area-v2 .testimonial-box .author-box .info {
      margin-left: 20px; }
      .testimonial-area-v1 .testimonial-box .author-box .info span, .testimonial-area-v2 .testimonial-box .author-box .info span {
        color: #f57619;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 500;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .testimonial-area-v1 .testimonial-box .author-box .info span, .testimonial-area-v2 .testimonial-box .author-box .info span {
            font-size: 10px; } }

.testimonial-area-v2 .testimonial-box {
  background: #f3f5ff; }
  .testimonial-area-v2 .testimonial-box:after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    content: '';
    width: 115px;
    height: 75px;
    background: url(../images/quote.png) no-repeat;
    z-index: -1; }
  .testimonial-area-v2 .testimonial-box .author-box .info h4 {
    color: #202332; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonial-area-v2 .testimonial-box .author-box .info h4 {
        font-size: 16px;
        line-height: 28px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-area-v2 .testimonial-box .author-box .info span {
      font-size: 10px; } }

.bg {
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 375px;
  top: 1871px;
  width: 60px;
  height: 60px;
  z-index: 92; }

.testimonial-area-v3 .seonim-content-box p {
  margin-bottom: 20px; }
.testimonial-area-v3 #arrows .arrow {
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #9fa2b6;
  font-size: 14px;
  -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; }
  .testimonial-area-v3 #arrows .arrow:hover {
    box-shadow: 0px 16px 32px 0px rgba(244, 105, 4, 0.3);
    background: #f57619;
    color: #fff; }
  .testimonial-area-v3 #arrows .arrow.next {
    right: auto;
    left: 80px; }
.testimonial-area-v3 .testimonial-box {
  background: #fff;
  padding: 60px; }
  .testimonial-area-v3 .testimonial-box .rating {
    margin-bottom: 15px; }
    .testimonial-area-v3 .testimonial-box .rating li {
      display: inline-block; }
      .testimonial-area-v3 .testimonial-box .rating li i {
        color: #f57619; }
  .testimonial-area-v3 .testimonial-box h4 {
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .testimonial-area-v3 .testimonial-box h4 {
        font-size: 16px;
        line-height: 28px; } }
  .testimonial-area-v3 .testimonial-box p {
    margin-bottom: 20px; }
  .testimonial-area-v3 .testimonial-box .author-box {
    display: flex;
    align-items: center; }
    .testimonial-area-v3 .testimonial-box .author-box .author {
      min-width: 70px;
      max-width: 70px;
      width: 100%;
      height: 70px; }
      .testimonial-area-v3 .testimonial-box .author-box .author img {
        width: 100%;
        border-radius: 50%; }
    .testimonial-area-v3 .testimonial-box .author-box .info {
      margin-left: 20px; }
      .testimonial-area-v3 .testimonial-box .author-box .info h4 {
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .testimonial-area-v3 .testimonial-box .author-box .info h4 {
            font-size: 14px;
            line-height: 28px; } }
      .testimonial-area-v3 .testimonial-box .author-box .info span {
        font-size: 12px;
        color: #f57619; }

.blog-v1 .blog_slide_v1 {
  margin-left: -15px;
  margin-right: -15px; }
.blog-v1 .blog-box {
  padding: 40px;
  padding-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-v1 .blog-box {
      padding: 40px 25px; } }
  @media (max-width: 767px) {
    .blog-v1 .blog-box {
      padding: 40px 20px; } }
  .blog-v1 .blog-box .blog-img {
    display: flex;
    align-items: flex-end; }
    .blog-v1 .blog-box .blog-img .seonim-img {
      width: 90%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-v1 .blog-box .blog-img .seonim-img {
          width: 80%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-v1 .blog-box .blog-img .seonim-img {
          width: 80%; }
          .blog-v1 .blog-box .blog-img .seonim-img img {
            width: 100%; } }
      @media (max-width: 767px) {
        .blog-v1 .blog-box .blog-img .seonim-img {
          width: 100%; }
          .blog-v1 .blog-box .blog-img .seonim-img img {
            width: 100%; } }
    .blog-v1 .blog-box .blog-img .author-box {
      width: 10%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      text-align: center;
      align-items: center; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-v1 .blog-box .blog-img .author-box {
          width: 20%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-v1 .blog-box .blog-img .author-box {
          width: 20%; } }
      @media (max-width: 767px) {
        .blog-v1 .blog-box .blog-img .author-box {
          display: none; } }
      .blog-v1 .blog-box .blog-img .author-box .date {
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #edf5f7; }
        .blog-v1 .blog-box .blog-img .author-box .date h2 {
          text-align: center; }
          .blog-v1 .blog-box .blog-img .author-box .date h2 span {
            display: flex;
            font-size: 14px;
            color: #797e97;
            align-items: center;
            justify-content: center;
            line-height: 13px;
            text-transform: uppercase;
            letter-spacing: 2px; }
      .blog-v1 .blog-box .blog-img .author-box .author {
        padding-top: 30px; }
        .blog-v1 .blog-box .blog-img .author-box .author img {
          margin: 0 auto;
          margin-bottom: 5px; }
        .blog-v1 .blog-box .blog-img .author-box .author span {
          display: inline-flex;
          font-size: 12px; }
          .blog-v1 .blog-box .blog-img .author-box .author span a {
            margin-left: 5px; }
  .blog-v1 .blog-box .blog-content {
    padding-top: 35px; }
    .blog-v1 .blog-box .blog-content .post-meta {
      margin-bottom: 20px; }
.yijia{
	margin-top: 20px;font-size: 16px;
} 
.pop-tel{
	display: none;
    position: absolute;
    z-index: 2;
    padding: 12px 14px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    font-size: 12px;
	    margin-top: 30px;
    border: 1px solid #c10e23;
    background: #FFF;
    cursor: default;
}
.xqpop{
	position: absolute;
	right: -150px;
    top: -50px;
}
.wechat-arrow{
  display: none;
    position: absolute;
    z-index: 3;
	margin-top: 16px;
  width: 150px;
  height: 16px;
  background: url("../../img/xiabt1.png") no-repeat center top
}
.arrowpop{
	position: absolute;
	right: -72px;
    top: 20px;
	background: url("../../img/xiabt2.png") no-repeat center top;
		height: 18px;
}
.yijia:hover .pop-tel{display: block;}
.yijia:hover .wechat-arrow{display: block;}
.xqwei:hover .pop-tel{display: block !important;}
.xqwei:hover .wechat-arrow{display: block !important;}
.banner-content ul li:last-child .main-er:hover .pop-tel{display: block !important;}
.banner-content ul li:last-child .main-er:hover .wechat-arrow{display: block !important;}
.main-er:hover .pop-tel{display: block !important;}
.main-er:hover .wechat-arrow{display: block !important;}
      .blog-v1 .blog-box .blog-content .post-meta span {
        margin-right: 20px; }
        .blog-v1 .blog-box .blog-content .post-meta span i {
          margin-right: 10px; }
    .blog-v1 .blog-box .blog-content h3 {
      font-size: 24px;
      letter-spacing: -.5px;
      line-height: 36px;
      font-weight: 700;
      margin-bottom: 17px; }

.blog-grid-section .blog-box:hover .blog-img img, .blog-gird-sidebar-section .blog-box:hover .blog-img img, .blog-gird-masonry-section .blog-box:hover .blog-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }
.blog-grid-section .blog-box .blog-img, .blog-gird-sidebar-section .blog-box .blog-img, .blog-gird-masonry-section .blog-box .blog-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s; }
  .blog-grid-section .blog-box .blog-img img, .blog-gird-sidebar-section .blog-box .blog-img img, .blog-gird-masonry-section .blog-box .blog-img img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-grid-section .blog-box .blog-img img, .blog-gird-sidebar-section .blog-box .blog-img img, .blog-gird-masonry-section .blog-box .blog-img img {
      width: 100%; } }
  @media (max-width: 767px) {
    .blog-grid-section .blog-box .blog-img img, .blog-gird-sidebar-section .blog-box .blog-img img, .blog-gird-masonry-section .blog-box .blog-img img {
      width: 100%; } }
.blog-grid-section .blog-box .blog-content, .blog-gird-sidebar-section .blog-box .blog-content, .blog-gird-masonry-section .blog-box .blog-content {
/*  margin-top: -15px;*/
  padding: 30px 35px 40px 40px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(230, 230, 230, 0.3); }
.blog-gird-sidebar-section .blog-box .blog-content1{
  text-align: center;
  height: 220px
}
.ptxt{
	height: 70px;
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
            -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
            -webkit-line-clamp:3;/**显示的行数**/
            overflow:hidden;/**隐藏超出的内容**/
}
  .blog-grid-section .blog-box .blog-content .cat-btn, .blog-gird-sidebar-section .blog-box .blog-content .cat-btn, .blog-gird-masonry-section .blog-box .blog-content .cat-btn {
    position: relative;
    padding: 7px 17px;
    background-image: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background-image: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background-image: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing:0px;
    border-radius: 0 5px 5px 5px;
  }
.blog-gird-sidebar-section .blog-box .blog-content .cat-btn{
	padding: 10px 18px;
	border-radius: 5px 5px 5px 5px;
}
.blog-grid-section .blog-box .blog-content .cat-btn .Price, .blog-gird-sidebar-section .blog-box .blog-content .cat-btn .Price, .blog-gird-masonry-section .blog-box .blog-content .cat-btn .Price{
	font-size: 26px;
	margin-right: 6px;
}
.pprice{
	    position: relative;
    top: 3px;
}
    .blog-grid-section .blog-box .blog-content .cat-btn:before, .blog-gird-sidebar-section .blog-box .blog-content .cat-btn:before, .blog-gird-masonry-section .blog-box .blog-content .cat-btn:before {
      position: absolute;
      content: '';
      top: -9px;
      left: 0;
      width: 0;
      height: 0;
      border-bottom: 10px solid #f57619;
      border-right: 10px solid transparent; }
.blog-gird-sidebar-section .blog-box .blog-content .cat-btn:before{
	  display: none;
}
  .blog-grid-section .blog-box .blog-content .post-meta, .blog-gird-sidebar-section .blog-box .blog-content .post-meta, .blog-gird-masonry-section .blog-box .blog-content .post-meta {
    margin-bottom: 20px; }
    .blog-grid-section .blog-box .blog-content .post-meta span, .blog-gird-sidebar-section .blog-box .blog-content .post-meta span, .blog-gird-masonry-section .blog-box .blog-content .post-meta span {
      margin-right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .blog-grid-section .blog-box .blog-content .post-meta span, .blog-gird-sidebar-section .blog-box .blog-content .post-meta span, .blog-gird-masonry-section .blog-box .blog-content .post-meta span {
          font-size: 12px;
          margin-right: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .blog-grid-section .blog-box .blog-content .post-meta span, .blog-gird-sidebar-section .blog-box .blog-content .post-meta span, .blog-gird-masonry-section .blog-box .blog-content .post-meta span {
          font-size: 12px;
          margin-right: 15px; } }
      @media (max-width: 767px) {
        .blog-grid-section .blog-box .blog-content .post-meta span, .blog-gird-sidebar-section .blog-box .blog-content .post-meta span, .blog-gird-masonry-section .blog-box .blog-content .post-meta span {
          font-size: 12px;
          margin-right: 15px; } }
      .blog-grid-section .blog-box .blog-content .post-meta span i, .blog-gird-sidebar-section .blog-box .blog-content .post-meta span i, .blog-gird-masonry-section .blog-box .blog-content .post-meta span i {
        margin-right: 10px; }
  .blog-grid-section .blog-box .blog-content h3, .blog-gird-sidebar-section .blog-box .blog-content h3, .blog-gird-masonry-section .blog-box .blog-content h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -.5px;
    margin-bottom: 20px;
    -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; }
    .blog-grid-section .blog-box .blog-content h3:hover, .blog-gird-sidebar-section .blog-box .blog-content h3:hover, .blog-gird-masonry-section .blog-box .blog-content h3:hover {
      color: #f57619; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-grid-section .blog-box .blog-content h3, .blog-gird-sidebar-section .blog-box .blog-content h3, .blog-gird-masonry-section .blog-box .blog-content h3 {
        font-size: 18px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-grid-section .blog-box .blog-content h3, .blog-gird-sidebar-section .blog-box .blog-content h3, .blog-gird-masonry-section .blog-box .blog-content h3 {
        font-size: 18px;
        line-height: 28px; } }

.blog-gird-masonry-section .blog-box-without-img .blog-content, .blog-gird-masonry-section .blog-box-bg .blog-content {
  margin-top: 0;
  padding: 35px 35px 40px 40px; }
.blog-gird-masonry-section .blog-box-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1; }
  .blog-gird-masonry-section .blog-box-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #f57619;
    opacity: .8;
    z-index: -1; }
  .blog-gird-masonry-section .blog-box-bg .blog-content {
    box-shadow: none;
    background: transparent; }
    .blog-gird-masonry-section .blog-box-bg .blog-content .post-meta span {
      color: #fff; }
    .blog-gird-masonry-section .blog-box-bg .blog-content h3 {
      color: #fff; }
      .blog-gird-masonry-section .blog-box-bg .blog-content h3:hover {
        color: #202332; }
    .blog-gird-masonry-section .blog-box-bg .blog-content p {
      color: #fff; }

.blog-details-section .blog-details-wrapper {
  padding: 60px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(230, 230, 230, 0.3); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-section .blog-details-wrapper {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .blog-details-section .blog-details-wrapper {
      padding: 0 30px;
      margin-bottom: 60px; } }
  @media (max-width: 400px) {
    .blog-details-section .blog-details-wrapper {
      padding: 0 20px; } }
  .blog-details-section .blog-details-wrapper .blog-content .cat-btn {
    position: relative;
    padding: 7px 17px;
    background-image: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background-image: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    background-image: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px; }
    .blog-details-section .blog-details-wrapper .blog-content .cat-btn:before {
      position: absolute;
      content: '';
      top: -9px;
      left: 0;
      width: 0;
      height: 0;
      border-bottom: 10px solid #f57619;
      border-right: 10px solid transparent; }
  .blog-details-section .blog-details-wrapper .blog-content .post-meta {
    margin-bottom: 20px; }
    .blog-details-section .blog-details-wrapper .blog-content .post-meta span {
      margin-right: 27px; }
      @media (max-width: 767px) {
        .blog-details-section .blog-details-wrapper .blog-content .post-meta span {
          margin-right: 15px;
          font-size: 12px; } }
      .blog-details-section .blog-details-wrapper .blog-content .post-meta span i {
        margin-right: 10px; }
  .blog-details-section .blog-details-wrapper .blog-content h3 {
    margin-bottom: 20px; }
  .blog-details-section .blog-details-wrapper .blog-content p {
    padding-bottom: 25px; }
  .blog-details-section .blog-details-wrapper .blog-content blockquote {
    position: relative;
    padding: 30px 35px;
    background: #f0f1ff; }
    .blog-details-section .blog-details-wrapper .blog-content blockquote .icon {
      position: absolute;
      top: 50px;
      left: 35px; }
      @media (max-width: 767px) {
        .blog-details-section .blog-details-wrapper .blog-content blockquote .icon {
          position: relative;
          top: auto;
          left: 0; } }
    .blog-details-section .blog-details-wrapper .blog-content blockquote .content {
      padding-left: 50px; }
      @media (max-width: 767px) {
        .blog-details-section .blog-details-wrapper .blog-content blockquote .content {
          padding-left: 0;
          padding-top: 20px; } }
    .blog-details-section .blog-details-wrapper .blog-content blockquote p {
      padding-bottom: 10px; }
    .blog-details-section .blog-details-wrapper .blog-content blockquote h5 {
      font-size: 14px;
      font-weight: bold; }
  .blog-details-section .blog-details-wrapper .post-share-tag {
    margin-bottom: 50px;
    padding-bottom: 47px;
    border-bottom: 1px solid #e1e6ff; }
    .blog-details-section .blog-details-wrapper .post-share-tag h4 {
      font-size: 20px;
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      .blog-details-section .blog-details-wrapper .post-share-tag .post-tag {
        text-align: center; } }
    .blog-details-section .blog-details-wrapper .post-share-tag .post-tag a {
      display: inline-block;
      padding: 6px 20px;
      background: #f5f2ff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      color: #497898; }
    .blog-details-section .blog-details-wrapper .post-share-tag .post-social {
      text-align: right; }
      @media (max-width: 767px) {
        .blog-details-section .blog-details-wrapper .post-share-tag .post-social {
          margin-top: 30px;
          text-align: center; } }
      .blog-details-section .blog-details-wrapper .post-share-tag .post-social ul li {
        display: inline-block;
        margin-left: 25px; }
        @media (max-width: 767px) {
          .blog-details-section .blog-details-wrapper .post-share-tag .post-social ul li {
            margin-left: 10px;
            margin-right: 10px; } }
        .blog-details-section .blog-details-wrapper .post-share-tag .post-social ul li a {
          font-size: 18px;
          color: #b5becc; }
  .blog-details-section .blog-details-wrapper .post-prev-next {
    margin-bottom: 50px;
    padding-bottom: 47px;
    border-bottom: 1px solid #e1e6ff; }
    @media (max-width: 767px) {
      .blog-details-section .blog-details-wrapper .post-prev-next .box {
        text-align: center; } }
    @media (max-width: 767px) {
      .blog-details-section .blog-details-wrapper .post-prev-next .box.box-2 {
        margin: 20px 0; } }
    .blog-details-section .blog-details-wrapper .post-prev-next .box.box-3 {
      text-align: right; }
      @media (max-width: 767px) {
        .blog-details-section .blog-details-wrapper .post-prev-next .box.box-3 {
          text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-details-section .blog-details-wrapper .post-prev-next .box h4 {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .blog-details-section .blog-details-wrapper .post-prev-next .box h4 {
        font-size: 20px;
        line-height: 30px; } }
  .blog-details-section .blog-details-wrapper .author-box {
    background: #f3f1ff;
    padding: 53px 65px;
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .blog-details-section .blog-details-wrapper .author-box {
        padding: 53px 25px; } }
    .blog-details-section .blog-details-wrapper .author-box .author-img {
      margin-top: -105px; }
      .blog-details-section .blog-details-wrapper .author-box .author-img img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 6px solid #fff;
        background-color: #d1d1d1; }
    .blog-details-section .blog-details-wrapper .author-box .author-info {
      margin-top: 40px; }
      .blog-details-section .blog-details-wrapper .author-box .author-info h4 {
        font-size: 26px;
        margin-bottom: 5px; }
        @media (max-width: 767px) {
          .blog-details-section .blog-details-wrapper .author-box .author-info h4 {
            font-size: 22px; } }
      .blog-details-section .blog-details-wrapper .author-box .author-info ul {
        margin-bottom: 15px; }
        .blog-details-section .blog-details-wrapper .author-box .author-info ul li {
          margin-left: 4px;
          margin-right: 4px;
          display: inline-block; }
  .blog-details-section .blog-details-wrapper .comment-area {
    padding-bottom: 15px;
    border-bottom: 1px solid #eff2ff; }
    .blog-details-section .blog-details-wrapper .comment-area h4 {
      margin-bottom: 30px; }
    .blog-details-section .blog-details-wrapper .comment-area .single-comment {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .blog-details-section .blog-details-wrapper .comment-area .single-comment {
          flex-wrap: wrap; } }
      .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-img {
        max-width: 100px;
        max-height: 100px;
        width: 100%;
        height: 100%; }
      .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info {
        position: relative;
        margin-left: 30px; }
        @media (max-width: 767px) {
          .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info {
            margin-left: 0;
            margin-top: 30px; } }
        .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info h5 {
          margin-bottom: 10px; }
          .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info h5 i {
            font-size: 12px;
            color: #cacfef;
            margin-left: 10px; }
        .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info span {
          display: block;
          margin-bottom: 15px;
          font-weight: bold;
          color: #f57619;
          letter-spacing: 2px;
          font-size: 12px;
          text-transform: uppercase; }
        .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info .reply-btn {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 14px;
          font-weight: bold;
          text-transform: capitalize; }
          @media (max-width: 767px) {
            .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info .reply-btn {
              position: relative;
              right: auto;
              left: 0;
              margin-top: 20px; } }
          .blog-details-section .blog-details-wrapper .comment-area .single-comment .comment-info .reply-btn i {
            margin-right: 10px; }
  .blog-details-section .blog-details-wrapper .comment-form-area h4 {
    margin-bottom: 30px; }
  .blog-details-section .blog-details-wrapper .comment-form-area .comment-form {
    background: #f8f6ff;
    padding: 50px; }
    @media (max-width: 767px) {
      .blog-details-section .blog-details-wrapper .comment-form-area .comment-form {
        padding: 10px; } }
    .blog-details-section .blog-details-wrapper .comment-form-area .comment-form .form_group .form_control {
      background: #fff;
      margin-bottom: 30px; }
    .blog-details-section .blog-details-wrapper .comment-form-area .comment-form .form_group textarea.form_control {
      height: 200px;
      display: inherit; }
    .blog-details-section .blog-details-wrapper .comment-form-area .comment-form .form_group i {
      position: absolute;
      top: 20px;
      right: 20px; }

.seonim-sidebar {
  margin-left: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .seonim-sidebar {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seonim-sidebar {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .seonim-sidebar {
      margin-left: 0; } }
  .seonim-sidebar .widget-box {
    border: 2px solid #e3e3e3;
    padding: 30px 30px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seonim-sidebar .widget-box {
        padding: 30px 15px; } }
    @media (max-width: 400px) {
      .seonim-sidebar .widget-box {
        padding: 30px 15px; } }
    .seonim-sidebar .widget-box .widget-title {
      text-align: center;
      margin-bottom: 30px;
      position: relative; }
      .seonim-sidebar .widget-box .widget-title:after {
        margin-left: 15px; }
      .seonim-sidebar .widget-box .widget-title:before {
        margin-right: 15px; }
      .seonim-sidebar .widget-box .widget-title:after, .seonim-sidebar .widget-box .widget-title:before {
        display: inline-block;
        content: '';
        width: 40px;
        height: 2px;
        background: #e3e3e3;
        vertical-align: middle; }
    .seonim-sidebar .widget-box.serach-box .form_group {
      position: relative; }
      .seonim-sidebar .widget-box.serach-box .form_group .form_control {
        width: 100%;
        height: 60px;
        background: #f9f7ff;
        padding: 20px;
        color: #797e97;
        border-radius: 50px; }
      .seonim-sidebar .widget-box.serach-box .form_group .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        border: none;
        font-size: 14px;
        background-image: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
        background-image: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
        background-image: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%); }
    .seonim-sidebar .widget-box.instagram-box {
      padding-bottom: 15px; }
      .seonim-sidebar .widget-box.instagram-box ul {
        margin-left: -7px;
        margin-right: -7px; }
        .seonim-sidebar .widget-box.instagram-box ul li {
          width: 33.33%;
          float: left;
          padding: 0 7px;
          margin-bottom: 15px;
          overflow: hidden; }
          .seonim-sidebar .widget-box.instagram-box ul li a {
            width: 100%; }
            .seonim-sidebar .widget-box.instagram-box ul li a img {
              width: 100%; }
    .seonim-sidebar .widget-box.social-box {
      text-align: center; }
      .seonim-sidebar .widget-box.social-box ul li {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px; }
        .seonim-sidebar .widget-box.social-box ul li a {
          width: 45px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          border-radius: 50%;
          border: 1px solid #e3e3e3;
          -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; }
          .seonim-sidebar .widget-box.social-box ul li a:hover, .seonim-sidebar .widget-box.social-box ul li a:focus {
            color: #fff;
            background-image: -moz-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
            background-image: -webkit-linear-gradient(0deg, #f56c1d 0%, #fed154 100%);
            background-image: -ms-linear-gradient(0deg, #f56c1d 0%, #fed154 100%); }
    .seonim-sidebar .widget-box.categories-box {
      padding-bottom: 20px; }
      .seonim-sidebar .widget-box.categories-box ul li {
        padding: 10px 0;
        border-bottom: 1px solid #e3e3e3; }
        .seonim-sidebar .widget-box.categories-box ul li a {
          display: block; }
          .seonim-sidebar .widget-box.categories-box ul li a span {
            float: right; }
        .seonim-sidebar .widget-box.categories-box ul li:first-child {
          padding-top: 0; }
        .seonim-sidebar .widget-box.categories-box ul li:last-child {
          border-bottom: none; }
    .seonim-sidebar .widget-box.recent-post {
      padding-bottom: 20px; }
      .seonim-sidebar .widget-box.recent-post .blog-box {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .seonim-sidebar .widget-box.recent-post .blog-box .blog-img {
          min-width: 80px;
          min-height: 60px;
          max-height: 60px;
          max-width: 80px;
          width: 100%;
          height: 100%; }
        .seonim-sidebar .widget-box.recent-post .blog-box .blog-content {
          margin-left: 20px;
          box-shadow: none;
          padding: 0;
          margin-top: 0; }
          .seonim-sidebar .widget-box.recent-post .blog-box .blog-content h3 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 0; }
            @media only screen and (min-width: 992px) and (max-width: 1200px) {
              .seonim-sidebar .widget-box.recent-post .blog-box .blog-content h3 {
                font-size: 13px;
                line-height: 18px; } }
            @media (max-width: 400px) {
              .seonim-sidebar .widget-box.recent-post .blog-box .blog-content h3 {
                font-size: 13px;
                line-height: 18px; } }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .seonim-sidebar .widget-box.recent-post .blog-box .blog-content p {
              font-size: 12px; } }
          @media (max-width: 400px) {
            .seonim-sidebar .widget-box.recent-post .blog-box .blog-content p {
              font-size: 12px; } }
          .seonim-sidebar .widget-box.recent-post .blog-box .blog-content p i {
            margin-right: 10px; }
    .seonim-sidebar .widget-box.tags-box ul li {
      display: inline-block;
      margin-right: 5px; }
      .seonim-sidebar .widget-box.tags-box ul li a {
        display: block;
        padding: 6px 18px;
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        font-size: 14px;
        -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; }
        .seonim-sidebar .widget-box.tags-box ul li a:hover, .seonim-sidebar .widget-box.tags-box ul li a:focus {
          background: #f57619;
          color: #fff; }

.contact-information-v1 .contact-info-box {
  background: #fff;
  padding: 60px 30px;
  box-shadow: 0px 16px 32px 0px rgba(191, 191, 191, 0.3); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-information-v1 .contact-info-box {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .contact-information-v1 .contact-info-box {
      margin-bottom: 60px; } }
  .contact-information-v1 .contact-info-box.box-1 .icon-box {
    background-image: -moz-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
    background-image: -webkit-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%);
    background-image: -ms-linear-gradient(147deg, #3953ff 0%, #1b8ffe 100%); }
  .contact-information-v1 .contact-info-box.box-2 .icon-box {
    background-image: -moz-linear-gradient(147deg, #fc6e20 0%, #ffa646 100%);
    background-image: -webkit-linear-gradient(147deg, #fc6e20 0%, #ffa646 100%);
    background-image: -ms-linear-gradient(147deg, #fc6e20 0%, #ffa646 100%); }
  .contact-information-v1 .contact-info-box.box-3 .icon-box {
    background-image: -moz-linear-gradient(147deg, #04cbd1 0%, #0ff0d6 100%);
    background-image: -webkit-linear-gradient(147deg, #04cbd1 0%, #0ff0d6 100%);
    background-image: -ms-linear-gradient(147deg, #04cbd1 0%, #0ff0d6 100%); }
  .contact-information-v1 .contact-info-box .icon-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 16px 0px rgba(146, 167, 255, 0.3);
    margin: 0 auto;
    margin-bottom: 35px; }
    .contact-information-v1 .contact-info-box .icon-box i {
      font-size: 38px;
      color: #fff; }
.contact-information-v1 .contact-info-box .icon-box .add{
	background: url("../images/home-1/add.png") no-repeat;
	width: 38px;
	height: 38px;
}
.contact-information-v1 .contact-info-box .icon-box .eml{
	background: url("../images/home-1/eml.png") no-repeat;
	width: 38px;
	height: 38px;
}
  .contact-information-v1 .contact-info-box .info h3 {
    margin-bottom: 15px; }
.contact-information-v1 .contact-info-box .info p{
	font-size: 18px;
}
.contact-information-v1 .contact-info-box .info p a{
	margin-bottom: 4px;
}
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .contact-information-v1 .contact-info-box .info h3 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .contact-information-v1 .contact-info-box .info h3 {
        font-size: 20px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-information-v1 .contact-info-box .info p {
      font-size: 13px; } }

.contact-area-v1 .contact-form .form_group {
	font-size: 18px;
  position: relative; }
  .contact-area-v1 .contact-form .form_group .form_control {
    padding: 40px;
    height: 70px;
    margin-bottom: 30px; }
  .contact-area-v1 .contact-form .form_group i {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #f57619; 
font-size: 22px;}
.contact-area-v1 .contact-form .form_group .eml1{
	background: url("../images/home-1/eml1.png") no-repeat;
	width: 22px;
	height: 22px;
}
  .contact-area-v1 .contact-form .form_group textarea.form_control {
    display: inherit;
    height: 300px; }

.form_group {
  position: relative; }

.form_control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  color: #9396a5; }

.seonim-footer .footer-widget {
  padding: 110px 0;
  background: url(https://skychemwin.oss-cn-shanghai.aliyuncs.com/blackhat/images/home-1/map-1.png) no-repeat;
  background-position: center center;
  background-size: contain; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seonim-footer .footer-widget {
      padding: 110px 0 50px; } }
  @media (max-width: 767px) {
    .seonim-footer .footer-widget {
      padding: 110px 0 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .seonim-footer .footer-widget .widget-box {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .seonim-footer .footer-widget .widget-box {
      margin-bottom: 60px; } }
  .seonim-footer .footer-widget .widget-box .widget-title {
    margin-bottom: 35px;
    letter-spacing: -.4px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seonim-footer .footer-widget .widget-box .widget-title {
        font-size: 18px; } }
  .seonim-footer .footer-widget .widget-box .widget-link li {
    line-height: 40px; }
.seonim-footer .footer-widget .widget-box .widget-link li a {
    color:#797e97; }
    .seonim-footer .footer-widget .widget-box .widget-link li:before {
      content: '--';
      display: inline-block;
      vertical-align: middle;
      color: #acafc0;
      margin-right: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .seonim-footer .footer-widget .widget-box .widget-link li:before {
          display: none; } }
    .seonim-footer .footer-widget .widget-box .widget-link li a {
      -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; }
      .seonim-footer .footer-widget .widget-box .widget-link li a:hover, .seonim-footer .footer-widget .widget-box .widget-link li a:focus {
        color: #f57619; }
  .seonim-footer .footer-widget .widget-box.about-box {
    padding-right: 60px; }
    .seonim-footer .footer-widget .widget-box.about-box img {
      
      margin-bottom: 24px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-footer .footer-widget .widget-box.about-box {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .seonim-footer .footer-widget .widget-box.about-box {
        padding-right: 0; } }
  .seonim-footer .footer-widget .widget-box.service-link {
    padding-left: 60px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .seonim-footer .footer-widget .widget-box.service-link {
        padding-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .seonim-footer .footer-widget .widget-box.service-link {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .seonim-footer .footer-widget .widget-box.service-link {
        padding-left: 0; } }
  .seonim-footer .footer-widget .widget-box.newsletter-box .form_group {
    margin-bottom: 20px; }
    .seonim-footer .footer-widget .widget-box.newsletter-box .form_group .form_control {
      width: 100%;
      height: 70px;
      background: #000011;
      color: #9999a4;
      border: none;
      padding: 20px; }
  .seonim-footer .footer-widget .widget-box.newsletter-box .form-button .main-btn {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0; }
.seonim-footer .copyright-area {
  background: #000012;
  padding: 25px 0 25px; }
.seonim-footer.footer-v1 .widget-box .widget-title {
  color: #fff; }
.seonim-footer.footer-v1 .widget-box.newsletter-box .form_group .form_control {
  background: #000011;
  color: #9999a4; }
.seonim-footer.footer-v2 .widget-box .widget-title {
  color: #202332; }
.seonim-footer.footer-v2 .widget-box.newsletter-box .form_group .form_control {
  background: #fff;
  color: #797e97; }


/*产品详情*/
/*
.detail-box{
	background: #f8f8f8;
}
*/
.spot-detail-box {
    padding: 30px;
    background-color: #fff;
	width: 1200px;
    margin: 0 auto;

}
.tab-content .spot-detail-box{
	padding: 15px;
}
.spot-detail-box > .detail-content {
    display: flex;
}
.spot-detail-box > .detail-content .left {
  width: 1200px;
}
.spot-detail-box > .detail-content .item {
  margin-bottom: 30px;
  /* 列表 */
  /* 安全问题 */
  /* 报告 */
}

.spot-detail-box > .detail-content .item .item-title {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f6f6f6;
  border-bottom: 1px solid #c10e23;
}

.spot-detail-box > .detail-content .item .item-title.title-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spot-detail-box > .detail-content .item .item-title.title-btw b {
  font-size: 18px;
  font-weight: bold;
}

.spot-detail-box > .detail-content .item .item-title.title-btw span {
  font-weight: bold;
  color: #999;
  font-size: 14px;
}

.spot-detail-box > .detail-content .item .item-title.title-btw span i {
  font-size: 16px;
  font-weight: bold;
  color: #c10e23;
}

.spot-detail-box > .detail-content .item > table {
  border: 1px solid #e4e4e4;
}

.spot-detail-box > .detail-content .item > table tr {
  display: flex;
}

.spot-detail-box > .detail-content .item > table tr td {
  display: flex;
  align-content: center;
  /* align-items: start; */
  justify-content: space-between;
  min-height: 43px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f6f6f6;
}

.spot-detail-box > .detail-content .item > table tr td b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
}

.spot-detail-box > .detail-content .item > table tr td div {
  width: 418px;
  height: 54px;
  padding: 15px;
  font-size: 16px;
  color: #626368;
  text-align: left;
  border-left: 1px solid #e4e4e4;
  box-sizing: border-box;
  background-color: #fff;
}

.spot-detail-box > .detail-content .item > table tr td div ul {
  height: 144px;
  overflow: hidden;
}

.spot-detail-box > .detail-content .item > table tr td div > li {
  display: block;
  line-height: 30px;
}

.spot-detail-box > .detail-content .item > table tr td div > a {
  color: #c10e23;
  font-size: 16px;
  line-height: 36px;
}

.spot-detail-box > .detail-content .item > table tr td div > a:hover {
  color: #e6031e;
}

.spot-detail-box > .detail-content .item > table tr td div > a.close {
  display: none;
}

.spot-detail-box > .detail-content .item > table tr td:nth-of-type(1) {
  border-right: 1px solid #e4e4e4;
}

.spot-detail-box > .detail-content .item > table tr:last-child td {
  border-bottom: 0;
}

.spot-detail-box > .detail-content .item #parameter tr td div {
  height: auto;
}

.spot-detail-box > .detail-content .item > .text {
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.spot-detail-box > .detail-content .item .list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.spot-detail-box > .detail-content .item .list li {
  width: 165px;
  margin-right: 13px;
  margin-bottom: 20px;
}

.spot-detail-box > .detail-content .item .list li > a {
  display: block;
  text-align: center;
}

.spot-detail-box > .detail-content .item .list li > a .img-box {
  height: 165px;
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}

.spot-detail-box > .detail-content .item .list li > a .img-box > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.spot-detail-box > .detail-content .item .list li > a p {
  font-size: 14px;
  color: #999;
}

.spot-detail-box > .detail-content .item .list li > a h3 {
  font-size: 14px;
  color: #666;
}

.spot-detail-box > .detail-content .item .list li:nth-of-type(5n) {
  margin-right: 0;
}

.spot-detail-box > .detail-content .item .list li:hover > a .img-box {
  border-color: #c10e23;
}

.spot-detail-box > .detail-content .item .list li:hover > a .img-box img {
  transform: scale(1.1);
}

.spot-detail-box > .detail-content .item .list li:hover > a h3 {
  color: #c10e23;
}

.spot-detail-box > .detail-content .item .safety {
  padding: 0 20px;
}

.spot-detail-box > .detail-content .item .safety p {
  margin-bottom: 10px;
}

.spot-detail-box > .detail-content .item .safety p label {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.spot-detail-box > .detail-content .item .safety p img {
  width: 53px;
  margin-right: 6px;
}

.spot-detail-box > .detail-content .item .safety p a {
  padding-left: 20px;
  font-size: 14px;
  color: #003366;
  text-decoration: underline;
}

.spot-detail-box > .detail-content .item .report > img {
  display: block;
  max-width: 100%;
}
.spot-detail-box > .detail-content .item .p-img{
	text-align: center;
}
.p-img{
	text-align: center;
}
.spot-detail-box > .detail-content .item .p-img img{
	width:100%;
}
.copyright-text p a{
	color:#797e97;
}
.widget-box h4{
	font-size: 24px;
	font-weight: 700;
}
.counter-title h1{
	font-weight: 500 !important;
}
/*# sourceMappingURL=style.css.map */
