/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #546E7A;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0; text-transform: uppercase;
}

a:hover, a:focus {
  color: #660798;
}

a {
  color: #660798;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #263238;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #660798 !important;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #263238;
  position: relative;
}
.section-header .section-subtitle{position: relative;    width: 210px;margin: 0 auto;}
.section-header .section-subtitle:before {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 50px;
  height: 1px;
  background: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;    right: 0;
}
.section-header .section-subtitle:after {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 50px;
  height: 1px;
  background: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;    left: 0;
}
.section-header span {
  font-size: 14px;
  color: #333333;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;

}
.section .icon i{width: 72px !important;height: 72px !important;border-radius:inherit !important;}
.section .color-1 i{background: url(../images/section1.png)no-repeat center;}
.section .item-boxes:hover .color-1 i{background: url(../images/section01.png)no-repeat center;}
.section .color-2 i{background: url(../images/section2.png)no-repeat center;}
.section .item-boxes:hover .color-2 i{background: url(../images/section02.png)no-repeat center;}
.section .color-3 i{background: url(../images/section3.png)no-repeat center;}
.section .item-boxes:hover .color-3 i{background: url(../images/section03.png)no-repeat center;}

.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 16px;
  padding: 7px 49px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #8531b1;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #5e0b8c;
  color: #333333;    display: table;    margin: 50px auto;
}

.btn-border:hover {
  color: #333333;    padding:7px 59px;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #660798;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: #660798;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #660798;
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.mainmenu-area .menu-button {
  position: relative;
  color: #263238;
  line-height: 58px;
  top: 0;
  outline: none;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #660798;
}

.menu-bg .logo-menu a {
  color: #660798;
}

.menu-bg .navbar-nav .nav-link {
  color: #263238 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #660798 !important;
}

.menu-bg .navbar-nav .active {
  color: #660798 !important;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.bg-white {
  background-color: #8531b1 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
    height: 48px;
    line-height: 48px;
}

.bg-white .menu-button {
  top: 0;
}

.bg-white .menu-button:hover {
  cursor: pointer;
  color: #660798;
}

.bg-white .logo-menu a {
  color: #660798;
}

.bg-white .navbar-nav .nav-link {
  color: #ffffff !important;
}

.bg-white .navbar-nav .nav-link:hover {
  color: #ffffff !important;background: #ffc600;
}

.bg-white .navbar-nav .active {
  color: #ffffff !important;background: #ffc600;
}

.close-button {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  position: relative;    padding: 0;
    text-align: center;
}

/*.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #660798;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}*/

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 50%;
}

.navbar-brand img {
  max-width: 115px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: #660798;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.mainmenu-area .navbar-nav .nav-link {
  color: #263238 !important;
}

.collapse.show {
  background: #3e3a3a;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.menu-bg .collapse.show {
  background: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #660798;
  color: #660798;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #660798;
  opacity: 0.7;
}

.hero-area .contents {
  padding: 160px 0 140px;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

.hero-area .contents h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  text-transform: uppercase;
}

.hero-area .banner_bottom_btn {
  margin-top: 40px;
}

.hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hero-area .banner_bottom_btn i:hover {
  color: #660798;
}

.intro-img {
  padding: 148px 0 0px;
}

.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
 Hero Production version
 ========================================================================== */
.hero-area-2 {
  background: url(../img/bg/hero-area-2.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.hero-area-2 .contents {
  padding: 160px 0 140px;
}

.hero-area-2 .contents h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.hero-area-2 .contents h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
}

.hero-area-2 .contents h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.hero-area-2 .contents p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.hero-area-2 .contents .header-button {
  margin-top: 30px;
}

.hero-area-2 .contents .btn {
  margin: 10px;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul {
  position: relative;
}

.hero-area-2 .contents .tag-type ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.hero-area-2 .contents .tag-type ul li a {
  color: #fff;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: -5px;
  border-radius: 50%;
}

.hero-area-2 .contents .tag-type ul li:before:last-child {
  display: none;
}

.hero-area-2 .contents .tag-type ul li:last-child:before {
  background: transparent;
}

.hero-area-2 .contents .tag-type ul:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: -45px;
}

.hero-area-2 .contents .tag-type ul:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: 6px;
}

.hero-area-2 .contents .arrow-down-icon {
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto;
  border-radius: 50%;
  font-size: 18px;
}

.hero-area-2 .contents .arrow-down-icon a {
  color: #fff;
}

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
  overflow: hidden;
  position: relative;
}

#video-area .contents {
  padding: 160px 0 80px;
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 70px;
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

#video-area .banner_bottom_btn {
  margin-top: 40px;
}

#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#video-area .banner_bottom_btn i:hover {
  color: #660798;
}

/* ==========================================================================
  About Section Style
   ========================================================================== */
#about {
  position: relative;
  background: #f9f9f9;
}

#about .box-item {
  padding: 15px 0;
}

#about .box-item .icon {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .icon i {
  color: #660798;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .text {
  margin-left: 64px;
}

#about .box-item .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

#about .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#about .show-box {
  margin: 30px 40px;
}

/* ==========================================================================
  About Area
  ========================================================================== */
#about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-top: 60px;
}

#about-area .about-thumb img {
  width: 100%;
  height: auto;
}

#about-area .about-thumb-2 {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ==========================================================================
   Clients 
   ========================================================================== */
#clients {
  background: #f9f9f9;
}

#clients .client-item-wrapper {
  text-align: center;
  margin: 0 5px;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#clients #clients-scroller img:hover {
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
  display: none;
}

/* ==========================================================================
    call to action
   ========================================================================== */
#cta {
  background: url(../img/bg/bg-cta.jpg) fixed;
  background-size: cover;
}

#cta h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

#cta .btn {
  margin: 30px 10px;
}

.call-action {
  background: url(../images/bg_01.jpg)no-repeat;   
   /*    background-size: cover;*/
    padding: 0;
}
.call-action .call_box{position: relative;}
.call-action .call_box .img{    position: relative;top: -54px;}
.call-action .call_box .img img{    width: 100%;}
.call-action .call_box .txt{color: #ffffff;font-size: 22px;    line-height: 48px;margin: 40px 0 0 0;}
.call-action .call_box .txt em{color: #ffba00;font-size: 32px;font-weight: bold;    margin-right: 7px;}
.call-action .call_box .tel{}
.call-action .call_box .tel .tel_big{    width: 220px;
    border-radius: 30px;    margin-top: 52px;
    background: #fcf7ff;}
.call-action .call_box .tel span{    color: #660798;
    border-radius: 30px;    padding-left: 34px;display: block;
    font-size: 22px;    position: relative;
    left: 4px;
    font-weight: bold;background: url(../images/tel.png)no-repeat left #fcf7ff;}
.call-action .call_box .tel .more{background: #ffba00;font-weight: bold;    padding: 6px 32px;    padding: 6px 32px;
    margin: 16px 48px;}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}



.call-action2 {
  background: url(../images/bg_02.jpg)no-repeat;   
/*       background-size: cover;
*/    padding: 0;
}
.call-action2 .call_box{position: relative;}
.call-action2 .call_box .img{    position: relative;top: -54px;}
.call-action2 .call_box .img img{    width: 100%;}
.call-action2 .call_box h2{font-size: 24px;color: #ffffff;font-weight: normal;text-align: center;margin-top: 45px;}
.call-action2 .call_box span{text-align: center;font-size: 27px;color: #ffffff;}
.call-action2 .call_box em{background: url(../images/em_bg.png)no-repeat center;    background-size: cover;
    font-style: normal;
    width: 213px;
    display: inline-block;}
.call-action2 .call_box i{font-size: 34px;color: #ffffff;}

/* ==========================================================================
 Video promo Style
 ========================================================================== */
.video-promo {
  background: url(../img/bg/video.jpg);
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {

}
#portfolios .more{padding: 7px 50px;margin: 30px auto 0;
    display: table;
    text-align: center;}
#portfolios .mix {
  padding: 0px;    overflow: hidden;
}

#portfolios .portfolio-item {
  margin: 10px;    background: #f8f8f8;    box-shadow: 1px 0 15px rgba(101, 101, 101, 0.25);    overflow: hidden;
}
#portfolios .portfolio-item span{text-align: center;color: #333333;font-size: 16px;    display: block;
  height: 56px;    margin-bottom: 20px;}
#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #333333 !important;
  border-color: #999999;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  color: #fff;
  cursor: pointer;
}

.shot-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shot-item img {
  width: 90%;
  -webkit-transition-duration: 4000ms;
  -o-transition-duration: 4000ms;
  transition-duration: 4000ms;    margin: 10px auto;
    display: block;
}

.shot-item .single-content {
  background-color: rgba(22, 26, 39, 0.7);
  opacity: 0.90;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.shot-item .single-content .fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shot-item .single-content .zoom-icon a {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.shot-item .single-content a {
  color: #fff;
  font-size: 16px;
}

.shot-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.shot-item:hover span{color:#7208a6 !important;font-weight: bold;}
.shot-item:hover .single-content {
  opacity: 0.8;
}

/* Services Item */
.item-boxes {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #660798;
}

.item-boxes h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-boxes p {
  margin: 0;
}
.item-boxes .btn{background: #8531b1;    border-radius: 0;font-size: 20px;padding: 0 15px;
    height: 50px;
    line-height: 50px;}
.item-boxes:hover {
  background: transparent;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item {
  padding: 30px 35px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  color: #D82928 !important;
}

.services-item .color-2 i {
  color: #57D283 !important;
}

.services-item .color-3 i {
  color: #457BF4 !important;
}

.services-item .color-4 i {
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: #660798;
}

.services-item:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #660798;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: #660798;
}

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.featured-box .featured-icon {
  float: left;
}

.featured-box .featured-icon i {
  font-size: 30px;
  color: #660798;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block;
}

.featured-box .featured-content {
  padding-left: 40px;
  position: relative;
}

.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
}

.featured-box .featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.featured-box .featured-content p {
  font-size: 14px;
}

/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #263238;
}

.single-team .team-details p {
  margin-bottom: 15px;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #660798;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.testimonial {
  background: #f9f9f9;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #660798;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}

.testimonial-item .content-inner span {
  color: #660798;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #660798;
}

/* ==========================================================================
  Pricing Table
  ========================================================================== */
.pricing-table {
  padding: 20px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}

.pricing-table:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.pricing-table .pricing-details h2 {
  font-size: 18px;
  color: #546E7A;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-table .pricing-details .price {
  color: #263238;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  background-color: #fff !important;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 40px;
}

.pricing-table .pricing-details .price span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #A2A2A2;
}

.pricing-table .pricing-details ul li {
  padding: 12px;
  font-size: 14px;
}

.pricing-table .pricing-details ul li:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-table .plan-button {
  padding: 30px 0;
  background: #f9f9f9;
}

.pricing-big {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #2c3e50;
}
#carousel-area2{display: none;}
#carousel-area .carousel-item {
  background-size: 100%;
}
#carousel-area .carousel-item img{max-width: 100%;}
#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 10%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background: #660798;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
  opacity: 0.9;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 30px;
  height: 7px;
  border-radius: 4px;
}

#slider-area {
  margin-top: -1px;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

/* ==========================================================================
   Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
  border-radius: 4px;
}

#blog .blog-item-text {
  padding: 20px 30px;
}

#blog .blog-item-text .date {
  font-size: 14px;
  margin-bottom: 10px;
}

#blog .blog-item-text .date i {
  margin-right: 7px;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: #263238;
}

#blog .blog-item-text h3 a:hover {
  color: #660798;
}

.meta-tags {
  margin-bottom: 10px;
}

.meta-tags span {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #660798;
}

/* ==========================================================================
    Single Page Style
   ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #660798;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
     height: 60px;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;    border-top: none;border-right: none;border-left: none;


}

.form-control:focus {
   border-bottom: 1px solid #ffffff;
  outline: none;
  box-shadow: none;
}
.footer-Content .submit-button .btn-effect{background: #272727;    padding: 6px 37px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;    opacity: 1;}
.btn.disabled, .btn:disabled {
  opacity: 1;
}

textarea {
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff !important;
}


.contact-info {
  margin-bottom: 15px;
}

.contact-info i {
  font-size: 20px;
  color: #660798;
}

.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

#contact {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* Contact Map */
#conatiner-map {
  width: 100%;
  height: 480px;
}

#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #660798;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #660798 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #660798 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================
  19. Subscribe Style
  ========================================================================== */
#subscribe {
  background: url(../img/bg/bg-subs.jpg);
  position: relative;
}

.subscribe-form .sub-title {
  margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.subscribe-form .form-wrapper {
  background-color: #ffffff;
  padding: 58px 40px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.subscribe-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 15px 30px;
  border-radius: 30px;
  background-image: none;
  background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #660798;
  box-shadow: none;
  outline: 0;
}

.subscribe-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#subscribe .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#subscribe .sub-item-box .icon-box {
  float: left;
}

#subscribe .sub-item-box .icon-box i {
  font-size: 30px;
  color: #660798;
}

#subscribe .sub-item-box .text-box {
  margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
  margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

footer .footer-Content {
  background-color: #600d8e;
  color: #ffffff;
}

.footer-Content .btnav{border-bottom: 1px solid #9a68b5;height: 50px;line-height: 50px;}
.footer-Content .btnav li{float: left;width: 14.28%;text-align: center;}
.footer-Content .btnav li a{color: #ffffff;}
.footer-Content h3{font-size: 30px;color: #ffffff;    margin: 48px 0 0;}
.footer-Content span{font-size: 18px;color: #bb8ad5;text-transform: uppercase;font-weight: normal;}
.textwidget {
  font-size: 14px;
  line-height: 24px;
  margin: 30px 0;
}

.textwidget p {
  color: #ffffff;background: url(../images/textwidget.png)no-repeat left center;    padding-left: 38px;
    background-size: 36px;
}

.footer-Content .widget{}
.footer-Content .widget .dtel{    padding-left: 70px;
    margin:48px 0 20px;
       background-size: 58px;background: url(../images/dtel.png)no-repeat left center;}
.footer-Content .widget .dtel span{color: #ffffff;font-size: 18px;font-weight: bold;}
.footer-Content .widget .dtel .Telephone{color: #ffffff;font-size: 30px;font-weight: bold;    line-height: 45px;}
.footer-Content .widget h4{color: #ffffff;font-size: 14px;font-weight: bold;}

.footer-Content .widget .sao{}
.footer-Content .widget .sao .wei{    position: relative;}
.footer-Content .widget .sao .wei h1{font-size: 14px;}
.footer-Content .widget .sao .wei img{    position: absolute;top: -82px;    display: none;}
.footer-Content .widget .sao .wei:hover img{display: block;    width: 100px;}
footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
}

footer .menu li a {
  color: #546E7A;
}

footer .menu li a:hover {
  color: #660798;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 3px 0;
}

.contact-footer li strong {
  float: left;
}

.contact-footer li span {
  margin-left: 22px;
  display: block;color: #ffffff;font-size: 14px;    line-height: 30px;
}
.contact-footer li i{float: left;font-size: 17px;
    line-height: 34px;}
.contact-footer li span a {
  color: #546E7A;
}

.contact-footer li span a:hover {
  color: #660798;
}

.instagram-footer {
  padding: 0;
}

.instagram-footer li {
  display: block;
  width: 33%;
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
}

.instagram-footer li a img {
  width: 100%;
}

.footer-social li {
  display: inline-block;
  margin-right: 12px;
}

.footer-social li a {
  background-color: #660798;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
  background-color: #3b5998;
}

.footer-social li .twitter:hover {
  background-color: #55acee;
}

.footer-social li .linkedin:hover {
  background-color: #007bb5;
}

.footer-social li .google-plus:hover {
  background-color: #dd4b39;
}

#copyright {
  background-color: #292c31;
  padding: 20px 0 10px;
  color: #546E7A;
}

#copyright p {
  margin-bottom: 0;
  line-height: 26px;    text-align: center; color: #ffffff;
}

#copyright p a {
  color: #ffffff;
}

#copyright p a:hover {
  color: #ffffff;
}

#copyright .nav-inline .nav-link {
  color: #546E7A;
  padding: 10px 0;
  margin-left: 10px;
}

#copyright .nav-inline .nav-link:hover {
  color: #660798;
}

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/bg/bg-counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
  border: 1px dotted #fff;
  border-radius: 4px;
  padding: 30px;
}

.counters .facts-item .icon {
  margin-bottom: 15px;
}

.counters .facts-item .icon i {
  font-size: 40px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}

.counters .facts-item .fact-count h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.counter-item {
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin: 15px 0;
}

.counter-item .icon {
  margin-bottom: 20px;
}

.counter-item .icon i {
  font-size: 40px;
  color: #660798;
}

.counter-item .fact-count h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.counter-item .fact-count h4 {
  font-size: 18px;
  margin-bottom: 0;
}


.navbar-expand-md .navbar-nav .nav-item{width: 14.2%;    position: relative;}
.container #portfolio{   /* height: 650px;overflow: hidden;*/}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;    overflow: hidden;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.nav-menu .lni-chevron-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;    width: 100%;
}

.nav-menu .lni-chevron-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .lni-chevron-down li {
    width: 100%;
  position: relative;
}

.nav-menu .lni-chevron-down ul a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #414c64;
}

.nav-menu .lni-chevron-down ul a:hover, .nav-menu .lni-chevron-down ul .active > a, .nav-menu .lni-chevron-down ul li:hover > a {
  color: #ffc107;
}

/*.nav-menu .lni-chevron-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .lni-chevron-down .lni-chevron-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .lni-chevron-down .lni-chevron-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .lni-chevron-down .lni-chevron-down > a {
  padding-right: 35px;
}

/*.nav-menu .lni-chevron-down .lni-chevron-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}*/

@media (max-width: 1366px) {
  .nav-menu .lni-chevron-down .lni-chevron-down ul {
    left: -90%;
  }
  .nav-menu .lni-chevron-down .lni-chevron-down:hover > ul {
    left: -100%;
  }
  /*.nav-menu .lni-chevron-down .lni-chevron-down > a:after {
    content: "\ea9d";
  }*/
}





.ipro{background: url(../images/ipro_bg.png);}
.ipro .section-header{}
.ipro .section-header .section-title{font-size: 30px;color: #9b2ecf;font-weight: bold;}
.ipro .section-header .section-title b{color: #ffba00;}
.ipro .section-header i{width: 50px;height: 2px;background: #999999;display: block;margin: 0 auto;}
.ipro img{width: 100%;}
.ipro h3{font-size:18px;color:#000000;font-weight:normal;text-align:center;    margin-top: 30px;}

.ipro2 .section-header{}
.ipro2 .section-header .section-title{font-size: 30px;color: #9b2ecf;font-weight: bold;}
.ipro2 .section-header .section-title b{color: #ffba00;}
.ipro2 .section-header span{    font-size: 14px;color: #333333;z-index: 2; font-family: 'Montserrat', sans-serif;font-weight: 500; text-transform: capitalize;}
.ipro2 img{    max-width: 100%;margin: 0 auto;display: block;}

.ipro3 .container{background: url(../images/ipro33_bg.png)no-repeat right bottom;}
.ipro3 .section-header{}
.ipro3 .section-header .section-title{font-size: 30px;color: #9b2ecf;font-weight: bold;}
.ipro3 .section-header .section-title b{color: #ffba00;}
.ipro3 .section-header span{    font-size: 14px;color: #333333;z-index: 2; font-family: 'Montserrat', sans-serif;font-weight: 500; text-transform: capitalize;}
.ipro3 .fl img{width: 100%;}
.ipro3 .fr{}
.ipro3 .fr .tel{background: url(../images/tel02.png)no-repeat left bottom;padding-left: 32px;margin-top: 70px;}
.ipro3 .fr .tel span{font-size: 18px;color: #6a069b;line-height: 25px;}
.ipro3 .fr .tel span b{font-size: 30px;color: #666666;}
.ipro3 .fr .more{ padding: 7px 42px; margin: 48px 0 0 98px;}


.yousi{background: url(../images/yousi_bg.jpg)no-repeat right bottom;}
.yousi .container
.yousi .section-header{}
.yousi .section-header .section-title{font-size: 30px;color: #9b2ecf;font-weight: bold;    margin: 0;}
.yousi .section-header .section-title em{color: #ffba00;font-size: 60px;font-weight: bold;}
.yousi .section-header span{    font-size: 14px;color: #333333;z-index: 2; font-family: 'Montserrat', sans-serif;font-weight: 500; text-transform: capitalize;}
.yousi .row{background: url(../images/yousi_bg02.png)no-repeat center center;}
.yousi .row ul li{    padding: 0 0 16px 26px;margin: 12px 0;    box-shadow: 2px 0 10px rgba(101, 101, 101, 0.2);border-radius: 4px;border: 1px solid #ffffff;}
.yousi .row ul li .txt_t{position: relative;}
.yousi .row ul li .txt_t span{font-size: 36px;color: #e7e7e7;font-weight: bold;}
.yousi .row ul li .txt_t h5{font-size: 18px;color: #660497;    position: absolute;top: 16px;background: #ffffff;}
.yousi .row ul li .nr{}
.yousi .row ul li .nr p{line-height: 24px;color: #000000;}
.yousi .row ul li.ys1{background: url(../images/ys1.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys2{background: url(../images/ys2.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys3{background: url(../images/ys3.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys4{background: url(../images/ys4.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys5{background: url(../images/ys5.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys6{background: url(../images/ys6.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys7{background: url(../images/ys7.png)no-repeat right top #ffffff; }
.yousi .row ul li.ys8{background: url(../images/ys8.png)no-repeat right top #ffffff; }
.yousi .row .fl,.yousi .row .fr{padding: 0;}



.production{}
.production .fl{background:#8531b1;}
.production .fr{background:url(../images/production_bg.jpg) no-repeat;}
.production .box{    float: right;}
.production .box .tit{    width: 100%;float: right;margin-top: 40px;}
.production .box .tit h2{font-size: 16px;color: #ffffff;font-weight: normal;text-transform: uppercase;    float: right;line-height: 36px;}
.production .box .tit p{font-size: 24px;color: #ffffff;    float: right;padding: 0 10px;    border-right: 3px solid #ffffff;}
.production .box .sub-item-box{    float: right;margin-bottom: 20px;    width: 100%;}
.production .box .sub-item-box h4{font-size: 16px;color: #ffffff;text-align: right;}
.production .box .sub-item-box p{font-size: 14px;color: #d1a7e8;text-align: right;line-height: 24px;}
.production .box .sub-item-box .text01{background: url(../images/product01.png)no-repeat right center;padding-right: 88px;}
.production .box .sub-item-box .text02{background: url(../images/product02.png)no-repeat right center;padding-right: 88px;}
.production .box .sub-item-box .text03{background: url(../images/product03.png)no-repeat right center;padding-right: 88px;}
.production .box .sub-item-box .text-box{    min-height: 70px;}

.news{}
.news .fl{}
.news .fl .box{}
.news .fl .box .img{position: relative;}
.news .fl .box .img img{    width: 100%;}
.news .fl .box .img .data{position: absolute;top:0;left: 0;    width: 102px;height: 102px; padding-top: 10px; line-height: 1;background: #9b2ecf;text-align: center;}
.news .fl .box .img .data b{    font-size: 48px; color: #fff;display: block; margin: 6px 0;font-weight: normal;}
.news .fl .box .img .data em{    font-style: normal;font-size: 18px;color: #fff;padding-top: 4px;}
.news .fl .box .text-box{background: #8531b1;    padding: 14px 18px 18px;}
.news .fl .box .text-box h4{font-size: 14px;color: #ffffff;line-height: 32px;    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;}
.news .fl .box .text-box p{font-size: 14px;color: #ffffff;line-height: 24px; -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
  word-break: break-all;
    display: -webkit-box;
  -webkit-line-clamp: 2;}

.news .fr{}
.news .fr .sub-item-box{height: 102px;    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;margin-bottom: 15px;}
.news .fr .sub-item-box:hover{background: #8531b1;color:#ffffff;}
.news .fr .sub-item-box .data{  width: 102px;float: left;color:#666666;    text-align: center;margin-top: 10px;    border-right: 2px solid #bfbfbf;}
.news .fr .sub-item-box .data b{ font-size: 48px;display: block; font-weight: normal;line-height:52px;}
.news .fr .sub-item-box .data em{  font-style: normal;font-size: 18px;padding-top: 4px;line-height:29px;}
.news .fr .sub-item-box .text-box{color:#333333;font-size:14px;    padding: 6px 0 10px 120px;}
.news .fr .sub-item-box .text-box h4{font-size:14px;line-height:36px;    margin: 0;    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;}
.news .fr .sub-item-box .text-box p{font-size:14px;line-height:25px;    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;}
.news .fr .sub-item-box:hover .data,.news .fr .sub-item-box:hover .text-box h4,.news .fr .sub-item-box:hover .text-box p{color:#ffffff;}
.news .fr .sub-item-box:hover .data{border-right: 2px solid #ffffff;}


.abouts{    padding: 0;}
.abouts .fl .box{}
.abouts .fl .box h1{color: #660798;font-size: 24px;font-weight: normal;margin: 0;line-height: 62px;}
.abouts .fl .box i{width: 70px;background-color: #9b2ecf;height: 2px;display: block;margin-bottom: 18px;}
.abouts .fl .box p{ text-indent: 2em;color: #333333;line-height: 26px;}
.abouts .fl .box{    margin: 7px 0;}
.abouts .facts-item{}
.abouts .facts-item h3{    font-family: 'Impact';font-size: 14px;color: #660798;font-weight: normal;    text-align: center;}
.abouts .facts-item .counter{font-size: 48px;color: #999999;}
.abouts .facts-item h4{font-size: 14px;color: #333333;font-weight: normal;    text-align: center;}
.abouts .fl .box .btns{    margin-top: 107px;}
.abouts .fl .box .btns .btn{font-size: 14px;    padding: 9px 30px; border-radius: 4px;}
.abouts .fl .box .btns .fl{float: left;}
.abouts .fl .box .btns .fr{float: right;    margin: 0;}
.abouts .fl{    display: inline-flex;}
.abouts .fr{}
.abouts .fr .img{    position: relative;}
.abouts .fr .img img{width: 100%;    position: relative;}
.abouts .fr .img i{width: 111px;height: 111px;background: #8531b1;display: block;   position: absolute;top: -11px;right: -11px;}
.abouts .fr .img em{width: 111px;height: 111px;background: #8531b1;display: block;  position: absolute;bottom: -11px;left: -11px;}
.abouts .fr .img iframe{    width: 100%;position: relative;    height: 458px;}
.vc_row{overflow: hidden;}
.vc_row .top4 {    width: 25%;float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #e5e5e5;
    padding-left: 80px;
    border-left: none;
    border-top: none;}
.sysi .title {font-size: 18px;}
.sysi .sm {font-size: 14px;color: #666;font-weight: 300; line-height: 22px;}
.zhuanshi {
    background-image: url(../images/zhuanshi.png);
    width: 26px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;}
.sysi .wenzi {display: inline-block;}
.youjian {
    background-image: url(../images/youjian.png);
    width: 29px;
    height: 12px;
    margin-top: 20px;
}
.weizhang {
    background-image: url(../images/weizhang.png);
    width: 26px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.wangluo {
    background-image: url(../images/wangluo.png);
    width: 26px;
    height: 30px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.shouhou {
    background-image: url(../images/shouhou.png);
    width: 26px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.diyi:hover{background-image:url(../images/top41.jpg)}
.diyi:hover a,.diyi:hover .sm,.dier:hover .sm,.disan:hover .sm,.disi:hover .sm{color:#ffffff!important}
.diyi:hover .youjian,.dier:hover .youjian,.disan:hover .youjian,.disi:hover .youjian{background-image:url(../images/youjianbai.png)}
.dier:hover{background-image:url(../images/top42.jpg)}
.dier:hover a{color:#ffffff!important}
.disan:hover{background-image:url(../images/top43.jpg)}
.disan:hover a{color:#ffffff!important}
.disi:hover{background-image:url(../images/top44.jpg)}
.disi:hover a{color:#ffffff!important}
.dier:hover .weizhang{background-image:url(../images/weizhangbai.png)}
.diyi:hover .zhuanshi{background-image:url(../images/zhuanshibai.png)}
.disan:hover .wangluo{background-image:url(../images/wangluobai.png)}
.disi:hover .shouhou{background-image:url(../images/shouhoubai.png)}

.nav_top{background: #8531b1;height: 37px;line-height: 37px;color: #ffffff;    overflow: hidden;}
.nav_top .fl{float: left;}
.nav_top .fl p{color: #ffffff;line-height: 37px;}
.nav_top .fr{float: right;}
.nav_top .fr a{color: #ffffff;width: 82px;    display: inline-block;text-align: center;}
.nav_top .fr a:hover{background: #ffba00;}


.pagetop{margin: 15px 0;}
.pagetop .tools .sc{float:left;margin: 7px 14px;position: relative;}
.pagetop .tools .sc a{background:url(../images/search.png) center bottom no-repeat;width:18px;height:18px;display: inline-block;vertical-align: middle;}
.pagetop .tools .search{    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);box-shadow: 0 0 4px 0 rgba(0,0,0,.2); margin-top: 10px;    z-index: 9999;
    background: #ffffff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.3);width:250px;height:42px;position:absolute;right:0;top:100%;opacity:0;visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color: #333;}
.pagetop .tools .s .search{opacity:1;visibility: visible;}
.pagetop .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:10px 0 0 12px;font-size:16px;border: none;    background: none;
  }
.pagetop .tools .search .kw:focus,.pagetop .tools .search .ok:focus {
    outline: 0;
} 
.pagetop .tools .search .ok{float: right;width:42px;height:100%;cursor: pointer;font-family:icon;font-size:20px;border:none;background:url(../images/search.png) center center no-repeat;background-size:20px auto;}
.pagetop .logo{float: left;width: auto;height: 62px;border-right: 2px solid #5e0b8c;    padding-right: 15px;margin-right: 15px;}
.pagetop .logo img{width: 100%;}
.pagetop .trait p{float: left;font-size: 18px;color: #5e0b8c;line-height: 28px;font-weight: bold;    margin-top: 4px;}
.pagetop .tel{float: right;    margin-top: 10px;}
.pagetop .tel span{background: url(../images/t_tel.png)no-repeat left;padding-left: 32px;color: #5e0b8c;font-size: 16px;border-right: 1px solid #5e0b8c;}
.pagetop .tel span b{font-size: 24px;font-weight: normal;margin: 0 10px;}
.pagetop .tel .tools{float: right;}






.container {
  margin: 0 auto;
}
.img-responsive{    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}



.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel .carousel-inner > .item.row {
  margin: 0;
}
.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.carousel .carousel-control.left {
  left: -30px;    position: absolute;
    top: 10px;
}


.carousel .carousel-control.right {
  right: -30px;    position: absolute;
    top: 10px;
}
.carousel .carousel-control i{color: #690395;}
.jq22-container{margin: 20px 0;}
.jq22-container .carousel .carousel-control i{    font-weight: bold;
    font-size: 24px;}

.jq22-container .carousel-inner02{display: none;}

/*.proshow{width:1200px;height:780px;overflow: hidden;}
.proshow .details{width:100%;height:232px;}
.proshow .details img{width:304px;height:228px;border:2px solid #dbdbdb; float:left;}
.proshow .fl{width:430px;padding:30px 36px;height:168px;border:2px solid #afafaf;border-left:none;}
.proshow .fl li{height:50px;width:100%;font-size:16px;}
.proshow .fl li h4{height:32px;width:88px; line-height:32px; text-align:center; background:#3d3d3d;color:#fff;border-radius:3px; float:left;font-weight:bold;}
.proshow .fl li p{font-weight:normal; float:left; line-height:24px;width:316px; margin-left:12px; margin-top:4px;}
.proshow .fl a{ display:block;height:34px; line-height:34px;width:100px; text-align:center; background:#3d3d3d;border-radius:3px; float:left;color:#fff; margin-right:30px; margin-top:26px;}
.proshow .fl a:hover{ background:#007ec3;}
.proshow .showlist{width:105%;height:475px; overflow:hidden; margin-top:20px;}
.proshow .showlist li{width:260px; margin-right:40px;    float: left;}
.proshow .showlist li a{ display:block;}
.proshow .showlist li:hover img,.proshow .showlist .hover img{border-color:#118bce;}
.proshow .showlist li:hover,.proshow .showlist .hover{color: #118BCE;}
.proshow .showlist img{height:180px;width:260px;border:2px solid #dbdbdb; float:left;}
.proshow .showlist span{ display:block;width:100%;height:54px; line-height:54px; font-size:16px; text-align:center; float:left;}*/


.icase{height: 780px;}
    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 55%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;    border: 2px solid #9647bc;
    }
.icase .gallery-top{    margin-top: 20px;}
.icase .gallery-top img{width: 46%;height: auto;}
.icase .gallery-top .icase_fr{width: 50%;float: right;}
.icase .gallery-top .icase_fr span{text-transform: uppercase;font-size: 14px;}
.icase .gallery-top .icase_fr h2{color: #333333;    border-left: 3px solid #8531b1;padding-left: 14px;    margin: 42px 0 28px;}
.icase .gallery-top .icase_fr h3{color: #8531b1;font-size: 18px;font-weight: bold;}
.icase .gallery-top .icase_fr h4{color: #333333;font-size: 14px;}
.icase .gallery-top .icase_fr .des{border-top: 1px solid #bfbfbf;    height: 190px;}
.icase .gallery-top .icase_fr .des h5{color: #333333;font-size: 18px;    margin-top: 26px;}
.icase .gallery-top .icase_fr .des p{color: #333333;font-size: 14px;}
.icase .gallery-top .icase_fr .btns{}
.icase .gallery-top .icase_fr .btns a{}
.icase .gallery-top .icase_fr .btns .fl{margin: 0;float: left;}
.icase .gallery-top .icase_fr .btns .fr{float: right;    padding: 7px 40px;}

.icase_box{background: url(../images/icase_bg.jpg)no-repeat top center;}

/*.minbanner{display: none;}
*/


.toolbar { position:fixed; top:300px; right:1px; z-index:100;    display: none; }
.toolbar > * { width:58px; height:58px; position:relative; background:#43006e; margin:0 0 1px; }
.toolbar > *.itop { background:#43006e; }
.toolbar > *:first-child { border-top:0; }
.toolbar > * > a { display:block; width:58px; height:58px; text-align:center; color:#FFF; background:url(../images/toolbar-icon.png) center 0 no-repeat; }
.toolbar .qq a { background-position:center 0; }
.toolbar .qiao a { background-position:center -58px; }
.toolbar .tel a { background-position:center -116px; }
.toolbar .code a { background-position:center -174px; }
.toolbar .itop a { background-position:center -232px; }
.toolbar > * > a:hover { background-color: #ffba00; }
.toolbar .drop-code { position:absolute; bottom:0; right:62px; background:#ffba00; padding:15px; text-align:center; color:#fff; box-shadow:0 0 1px rgba(0,0,0,.2); width:120px; display:none; }
.toolbar .drop-code img { display:block; width:120px; height:120px; }
.toolbar .drop-code h3 { font-weight:normal; line-height: 30px; }
.toolbar .drop-tel { position:absolute; top:0; right:60px; width:0; overflow:hidden; }
.toolbar .drop-tel p { width:156px; height:58px; line-height:58px; padding:0 0 0 10px; background:#ffba00; color:#fff; font-size:19px; }
.toolbar .qq:hover,
.toolbar .qiao:hover,
.toolbar .tel:hover,
.toolbar .code:hover { background-color:#43006e; }
.toolbar .itop:hover { background-color:#43006e; }



#header{background: #8531b1;height: 48px;line-height: 48px;}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
      width: 1170px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;width: 14%;text-align: center;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;    height: 48px;
    line-height: 48px;
}
.nav-menu > ul > li:before{color: #ffffff;top: 18px;    opacity: 0;}
.nav-menu a:hover,.nav-menu li:hover > a,.nav-menu ul .hover .a {
  background: #ffc601;
}

.nav-menu .lni-chevron-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .lni-chevron-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .lni-chevron-down li {
    width: 100%;

  position: relative;
}

.nav-menu .lni-chevron-down ul a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #414c64;
}

.nav-menu .lni-chevron-down ul a:hover, .nav-menu .lni-chevron-down ul .active > a, .nav-menu .lni-chevron-down ul li:hover > a {
  color: #ffffff;
}

/*.nav-menu .lni-chevron-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .lni-chevron-down .lni-chevron-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .lni-chevron-down .lni-chevron-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .lni-chevron-down .lni-chevron-down > a {
  padding-right: 35px;
}

.nav-menu .lni-chevron-down .lni-chevron-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav li{position: relative;}
.mobile-nav a {
  display: block;
  position: relative;
  color: #414c64;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
.lni-chevron-down:before{    position: absolute;
    right: 10px;
    top: 10px;color: #ffffff;}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ffc107;
  text-decoration: none;
}

/*.mobile-nav .lni-chevron-down > a:after {
  content: "\e93a";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.lni-chevron-down > a:after {
  content: "\eaa1";
}*/

.mobile-nav .lni-chevron-down > a {
  padding-right: 35px;
}

.mobile-nav .lni-chevron-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .lni-chevron-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(45, 53, 69, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.mr-auto{display: none;}
.mr-auto img{    height: 30px;}




@media (max-width: 768px) {
	.vc_row .top4{width: 50%;    padding-left: 10px;padding-top: 16px;padding-bottom: 16px;height: 178px;}
.weizhang{width: 21px;height: 24px;}	
.sysi .wenzi{    width: 74%;}
.call-action	{    background-size: cover;}
.production .fr {
    background: url(../images/production_bg.jpg) no-repeat;height: 18rem;
    background-size: cover;}
    
.nav-menu{min-width: 100%;} 
#portfolios .mix{display: block !important;    width: 49%;}    
/*.container #portfolio {
    width: 100%;
    margin: 0 auto;    overflow: hidden;
}*/
.abouts{    padding-top: 60px !important;}
.abouts .section-header{margin: 0;}


.nav_top,.pagetop{display: none;}
.call-action .call_box .img img{width: 100%;}
.call-action .call_box .img{top: 22px;}
.call-action .call_box .txt{    font-size: 14px;line-height: 28px; margin: 0;    overflow: hidden;}
.call-action .call_box .txt em{    font-size: 18px;}
.call-action .call_box .tel .tel_big{     margin: 0 auto;    width: 202px;}
.call-action .call_box .tel span{    font-size: 22px;}
.call-action .call_box .tel .more{    padding: 2px 30px;     margin: 5px auto;display: table;}

.yousi .row .zhong{display: none;    padding: 0;}
.yousi .row{background: none;}
.yousi .row .fl, .yousi .row .fr{    padding-right: 15px;padding-left: 15px;}
.footer-Content .btnav{display: none;}
.abouts .fr{margin-top: 10px;}
.jq22-container .carousel-inner,.jq22-container{display: none;}
.jq22-container .carousel-inner02{display: block;}

.jq22-container .carousel-inner02 li{flex: 0 0 16.666667%;
    width: 16.666667% !important;}
    
.call-action2 .call_box h2{    font-size: 18px;margin: 0;    text-align: left;}    
.call-action2 .call_box span{    font-size: 18px;}
.call-action2 .call_box i    {    font-size: 18px;}
.call-action2 .call_box .img{    top: 30px;}
.call-action2{    padding: 24px;}

#carousel-area .carousel-indicators{bottom: 0px;}
.section {padding: 20px 0;}

#portfolios .portfolio-item span{margin-bottom:0;    font-size: 14px;    width: 90%;
    margin: 0 auto;}

.yousi .row ul li{    padding: 0 0 14px 6px;}
.yousi .row ul li.ys1,.yousi .row ul li.ys2,.yousi .row ul li.ys3,
.yousi .row ul li.ys4,.yousi .row ul li.ys5,.yousi .row ul li.ys6,.yousi .row ul li.ys7,.yousi .row ul li.ys8
{    background-size: 50px; }
.bg-white {
    background-color: #fff!important;
}
.news .fr .sub-item-box .text-box p{font-size: 12px;line-height: 18px;}

.icase .gallery-top img {width: 100%;}
.icase .gallery-top .icase_fr{width: 100%;}

.icase .gallery-top {
    height: auto;    margin-bottom: 10px;
}
.icase {
    height: 850px;
}
.icase_box{background: none;}

/*
.banner,.banner .carousel-item{display: none;}
.minbanner{display: block;}*/

.toolbar{display: none;}

.mr-auto{display: block;    margin: 0;}
#carousel-area {
display: none;
}
#carousel-area2{display: block;}
#carousel-area2 .carousel-item img{max-width: 100%;}
.yousi .section-header span{font-size: 13px;}
.yousi .section-header .section-title{    font-size: 24px;}
.yousi .section-header .section-title em{    font-size: 42px;}
.ipro3 .section-header .section-title{    font-size: 24px;}
.btn-border:hover {color: #333333;    padding:7px 49px;}


}

@media (min-width:992px) and (max-width:1199px) {
	.yousi .row .zhong{display: none;}
.yousi .row{background: none;}



}
@media (min-width:992px) {




}
@media (max-width:992px) {
.footer-Content .widget .sao{display: none;}
}


@media (max-width: 1366px) {
 .ipro3 .fr .tel span b {font-size: 24px;}


.yousi .row .fl, .yousi .row .fr{    padding-right: 15px;padding-left: 15px;    overflow: hidden;    width: 49%; }
.abouts .fr{margin-top: 10px;}

}

@media (max-width: 768px) {
	.yousi .row ul li .txt_t h5{    font-size: 16px;}
.yousi .row ul li .nr p{    font-size: 12px;    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: nowrap;
    -webkit-box-orient: vertical;}
   .abouts .fl .box .btns{ margin-top: 0;}
.ny_banner .container,.ny_banner .container .wf-wrap{    min-height: 150px !important;}
}

.erweima{/*margin-top: 50px; */
    float: right;
    margin-top: -60px;}
.erweima p{color: #fff;}






embed, iframe, object, video{    max-width: 100%;}
.shipin{    width: 100%;
    height: 500px;}
@media screen and (max-width: 600px) {
.shipin{width: 100%;
    height: 280px;}
}
