
/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR The Expeart      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features styles
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ============================== */
/**/


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

@import url(../css/onepage-bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/icomoon.css);

@import url(../css/settings.css);
@import url(../css/layers.css);
@import url(../css/navigation.css);

@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);

@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);

@import url(../css/animate.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/menuzord.css);
@import url(../css/magnific-popup.css);
@import url(../css/imagehover.min.css);



*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      box-sizing: border-box;
}


/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: "微软雅黑";
  color:#222222;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Poppins', sans-serif;
} 

ul {list-style-type: none;}

p {font-family: 'Hind', sans-serif;font-size: 16px;color: #333;line-height: 26px; font-weight: 300;}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Hind', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}
.sec-padd {
  padding: 75px 0 80px;
}
.sec-padd2 {
  padding: 75px 0 30px;
}

.sec-padd-top {
  padding-top: 75px;
}
.sec-padd-bottom {
  padding-bottom: 80px;
}
.no-padd {
  padding: 0px;
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.social li a {
  color: #fff;
  transition: .5s ease-in-out;
  font-size: 14px;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #48c7ec;
  font-weight: 600;
}
.default_link:hover {
  color: #48c7ec;
}

.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}


.rating {
    font-size: 14px;
    color: #48c7ec;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #292121;
    background: #292121;
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.75);
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,255,255,0.75);
}


.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}


.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}

.thm-color {
  color: #48c7ec;
}

.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

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

.thm-btn {
  position: relative;
  background: #48c7ec;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #48c7ec;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #48c7ec;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn2 {
  position: relative;
  background: transparent;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #48c7ec;
  border: 2px solid #f4f4f4;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn2:hover {
  background: #48c7ec;
  border-color: #48c7ec;
  color: #fff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


.thm-btn-tr {
  position: relative;
  background: transparent;
  font-size: 14px;
  line-height: 46px;
  font-weight: 600;
  color: #ffffff;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn-tr:hover {
  background: #0075cf;
  border-color: #48c7ec;
  color: #fff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.anim-3 {
  transition: all 0.3s ease;
}
.anim-5 {
  transition: all 0.5s ease;
}


.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.section-title h2 {
  position: relative;
  text-transform: capitalize;
 
}
.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}


.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}
.section-title.center:after {
    left: 50%;
    margin-left: -25px;
}



.inner-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.inner-title:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.inner-title:after {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}
.inner-title h4 {
  font-size: 20px;
}

.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #48c7ec;
    background: #10252e;
    text-align: center;
    border: 2px solid #19333e;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%;
 z-index:999999; background-color:#ffffff; background-position:center center;
  background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}




.video-image-box{
  position:relative;  
}

.video-image-box .image{
  position:relative;  
}

.video-image-box img{
  display:block;
  width:100%; 
}

.video-image-box .image .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  color:#ffffff;
  text-align:center;
  background:rgba(0,0,0,0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.video-image-box .image .overlay-link:hover {
    background: rgba(72, 199, 236, 0.9);
}

.video-image-box .image .overlay-link .icon{
  position:absolute;
  left:50%;
  top:50%;
  margin-top:-25px;
  margin-left:-25px;
  width: 58px;
  height: 41px;
  line-height: 43px;
  font-size:60px;
  color: #f7f7f7;
}








/* ==============================
   2. header-style
   ============================== */

.top-bar {
  position: relative;
  background: #d63031;
  line-height: 38px;
  position: relative;
  z-index: 9;
}

.top-bar .top-bar-info {
  display: inline-block;
}
.top-bar .top-bar-info li {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.top-bar .top-bar-info li a{
  color: #fff;
}
.top-bar .top-bar-info li a:hover{
  color: #1578B3;
}
.top-bar .top-bar-info li i {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}


.top-bar .social li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.top-bar .social li a:hover {
  color: #48c7ec;
  transition: .5s ease-in-out;
}

.top-bar .social li:last-child {
  padding-right: 0px;
}
.top-bar .social,
.top-bar .link {
  display: inline-block;
  margin-left: 20px;
}




/*language switcher*/


#polyglotLanguageSwitcher {
  position: relative;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}


#polyglotLanguageSwitcher span.trigger:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  color:#cdcdcd;
  top: 0;
  right: 0px;
  line-height: 10px;
}
#polyglotLanguageSwitcher a {
  font-family: 'Hind', sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}


#polyglotLanguageSwitcher a.current:link, 
#polyglotLanguageSwitcher a.current:visited, 
#polyglotLanguageSwitcher a.current:active {
    position: relative;
    background-color: #162f3a;
    border: 0;
    line-height: 34px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    height: 33px;
    padding: 0px 0px 0px 22px;
}

#polyglotLanguageSwitcher a.current:hover {
    background-color: #162f3a;
}

#polyglotLanguageSwitcher ul.dropdown {
  top: 100%;
}











/*logo*/

.main-logo {
  margin: 17px 0  16px;
}

/*menu*/

.theme_menu .container {
  position: relative;
}

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}
.theme_menu .menu-column {
  padding-left: 0;
}

.theme_menu .menuzord {
  padding: 0;
  background: transparent;
}


.menuzord-menu > li > a {
    padding: 39px 15px 31px;
    margin: 0 10px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    color: #fff;
    transition: .5s ease;
}
.menuzord-menu > li.active a {
    border-color: #d63031;
    color: #d63031;
}
.menuzord-menu > li > a:hover {
  color: #d63031;
  transition: .5s ease;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    padding: 12px 30px;
    min-width: 230px;
    background: #10252e;
}

.menuzord-menu ul.dropdown li a {
  padding: 7px 0 9px;
  color: #959595;
  transition: .5s ease-in-out;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0px;
    padding-right: 0px;
    color: #48c7ec;
    transition: .5s ease-in-out;
    font-size: 14px;
}


/*sticky*/
.theme_menu.stricky-fixed .menuzord-menu > li > a {
  padding: 35px 15px 30px;
}

.theme_menu.stricky-fixed .main-logo {
    margin: 23px 0;
}
.theme_menu.stricky-fixed .nav_side_content {
    margin-top: 32px;
}

.theme_menu.stricky-fixed .nav_side_content .search_option form {
  top: 58px;
}




/*megamenu*/



.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
  float: left;
}
.row-10 {
  margin: 0 -10px;
}
.megamenu .form-group {
  padding: 0 10px;
}
.megamenu .default-form {
  max-width: 410px;
  margin-bottom: 30px;
}
.megamenu .default-form.register-form {
  width: 405px;
  border: 1px solid #2f2f2f;
  padding: 10px 30px 24px;
  background: #252525;
}

.default-form.register-form .form-group {
  margin-bottom: 0;
}
.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.default-form.register-form .link .thm-color-2 {
  color: #848484;
}
.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #48c7ec;
  transition: .5s ease;
}

.default-form.register-form .link_2 {
  position: relative;
}

.default-form.register-form .link_2.singn {
  padding-left: 25px;

}
.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #48c7ec;
  font-family: "FontAwesome";

}
.default-form.register-form .link_2 .fancy_video span {
  position: relative;right:-1px;
}









/*=================== Cart And Search Option ===============*/

.theme_menu .right-column {
    position: absolute;
    right: 0;
    width: 50px;
}


.nav_side_content {
  margin-top: 44px;
  position: relative;
  right: 0;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #48c7ec;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
  vertical-align: middle;
}
.nav_side_content .search_option>button {
  height: 26px;
  font-size: 15px;
  color: #222;
  border-left: 1px solid #828d92;
  padding-left: 35px;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #48c7ec;
    top: 70px;
}
.nav_side_content .search_option form input {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid rgba(51, 51, 51, 0.16);
    padding: 0 47px 0 10px;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: inset 0 0 11px 2px rgba(119, 119, 119, 0.25);
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
  color:#48c7ec;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 24px;
}





.tp-bullets {
  top: 100% !important;
}
.tp-bullets.zeus .tp-bullet {
  background-color: #fff;
  border: none;
  width: 11px;
  height: 11px;
}
.tp-bullets.zeus .tp-bullet:hover::after,
.tp-bullets.zeus .tp-bullet.selected::after {
  background-color: #d63031;
}
.tp-bullets.zeus  .tp-bullet.selected {
  background-color: transparent;
  border: 1px solid transparent;
  width: 12px;
  height: 12px;
  top: -2px !important;
  position: relative;
}













/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}





/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/



.rev_slider_wrapper {
  position: relative;
  margin-top: -115px;
  z-index: 1;
}



.rev_slider_wrapper .slide-content-box h3 {
  background: rgba(0, 0, 0, 0) url("../img/slides/press-bg.png") no-repeat;
  background-size: contain;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a{
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}


.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
  display: none;
  
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;

}








/*

/* Row
-------------------------------------------------------------- */
.flat-row {
  clear: both;
    display: block;
    position: relative;
    padding: 70px 0;   
    background-color: #f7f7f7; 
}

.flat-row.nopad {
  padding: 0 0;
}

.flat-row.row-about {
  padding: 80px 0 90px;
}

.row-advantage {
  background-color: #f5f5f5;  
}

.flat-row.row-portfolio {
  padding: 100px 0 0;
}

.flat-row.row-our-team {
  background: #f5f5f5;
}

.flat-row.row-pricing {
  padding: 100px 0 90px;
}

.flat-row.row-pricing .title-section.desc {
  margin-bottom: 52px;
}

.flat-row.row-progress {
  padding: 127px 0 90px;
  background-color: #303030;
}

.flat-row.row-appointment .title-section {
  margin-bottom: 80px;
}

.flat-row.row-blog {
  background: #f8f8f8; 
}

.flat-bg-white {    
    margin-left: -56px;      
    width: 52%;
}

.flat-bg {
    margin-right: -65px;
    width: 55%;
}



/* Flat divider
-------------------------------------------------------------- */
.flat-divider {
  width: 100%;
  position: relative;
}

.flat-divider.d26px {
  height: 26px;
}

.flat-divider.d30px { 
  height: 30px;
}

.flat-divider.d6px {  
  height: 6px;
}

.flat-divider.d100px {  
  height: 100px;
}

.flat-divider.d103px {  
  height: 103px;
}


/* title-box
-------------------------------------------------------------- */
.title-box .sub-title,
.title-box .main-title {
  font-family: "Lato", sans-serif;
  color: #202020;
  text-transform: uppercase;
  position: relative;
}

.title-box .sub-title { 
  font-size: 14px;
  line-height: 22px;
  color: #202020;
  letter-spacing: 2px;
  margin-bottom: 15px;  
  font-weight: 400;
}

.title-box .main-title {  
  font-size: 45px;
  line-height: 45px;  
  letter-spacing: .5px;
  margin-bottom: 44px;  
  font-weight: 900;
}

.title-box .sub-title:after,
.title-box .main-title:before,
.title-box .main-title:after {
  position: absolute;
  left: 0;
  top: 77px;
  height: 1px;
  width: 80px;
  background-color: #202020;
  content: "";
}

.title-box .main-title:after {
  width: 60px;
  top: 80px
}

.title-box .sub-title:after {
  width: 40px;
  top: 120px;
}


/* Button
-------------------------------------------------------------- */
.flat-button {  
  text-align: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-color: #202020;
    color: #202020;   
    z-index: 1;
    padding: 0 61px 0 24px;
    letter-spacing: 1.3px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.flat-button.button-background {
  background-color: #202020;
  color: #fff;
}

.flat-button.button-background:after {
  background-color: #414141;
}

.flat-button.button-background:hover {
  border-color: #00aeef;  
}

.flat-button.button-background:hover:before {
  background-color: #00aeef;
}

.flat-button.button-background:hover:after {
  background-color: #34c7fe;
}

.flat-button:after {
  position: absolute;
  right: 37px;
  top: 0;
  width: 1px;
  height: 100%; 
  background-color: #202020;
  content: "";
}

.flat-button:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: "";
  -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);  
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;  
}

.flat-button:hover,
.flat-button:hover i {
  color: #fff;
}

.flat-button:hover:after {
  background-color: #414141;
}

.flat-button:hover:before {   
  background: #202020;
  -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
} 

.flat-button i {
  font-size: 20px;  
  position: absolute;
  right: 9px;
  top: 9px;
}

.flat-button.border-white {
  border-color: #fff;
  color: #fff;
}

.flat-button.border-white:hover {
  border-color: #202020;
}

.flat-button.border-white:hover:after {
  background-color: #4b3e3e;
}

.flat-button.border-white:after {
  background-color: #fff;
}
/* Class for visualcomposer
-------------------------------------------------------------- */
.singleimages-border {
  position: relative;
  padding-left: 4px; 
}






section.section-content-block {
    padding: 70px 0;
}

section.testimonial {
  background-image: url(../images/newsletter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  
  /*background-image: url(../images/tbackground.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;*/
    padding-bottom: 80px !important;
}


/* Testimonial */

section.testimonial{}
section.testimonial h1{
  font-size: 35px;
    font-weight:500;
    margin: 0px !important;
    color: #3ad4a7;
}
section.testimonial .testimonial-item{
  padding:15px 0px;
}
section.testimonial .about_title{
  margin-bottom: 30px;
}
section.testimonial .image-block{}
section.testimonial .image-block .char-icon{
  width: 50px;
    height: 50px;
    background-color: #9c5748;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}
section.testimonial .image-block img{}
section.testimonial .content-block{}
section.testimonial .content-block h4 {
    font-size: 20px;
    font-weight: bold;
}
section.testimonial .content-block .tstart{
  margin: 0px 10px 0px 0px;
  padding: 0px;
  display: inline-block;
}
section.testimonial .content-block .tstart ul{
  margin: 0px;
    padding: 0px;
}
section.testimonial .content-block .tstart ul li {
    display: inline-block;
    list-style: none;
}
section.testimonial .content-block .tstart ul li span{
  color: #f89b5e;
    font-size: 20px;
}
section.testimonial .content-block .tday_ago{
  margin: 0px;
    padding: 0px;
  display: inline-block;
}
section.testimonial .content-block .meta-block{
  margin-bottom: 10px;
}
section.testimonial .content-block p{}
section.testimonial h1{}



#commentform {
    max-width: 500px;
}
#commentform > p{}
#commentform > p > label{
  width: 100%;
  line-height: 1;
    font-weight: 400;
    font-size: 16px;
    color: #34495e;
    margin-bottom: 12px;
}
#commentform > p > input[type="text"],
#commentform > p > input[type="email"],
#commentform > p > input[type="tel"],
#commentform > p > input[type="url"],
#commentform > p > textarea{
  background-color: #f8f8f8;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 42px;
    height: 42px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  width: 100%;
}
#commentform > p > input[type="text"]:hover,
#commentform > p > input[type="email"]:hover,
#commentform > p > input[type="tel"]:hover,
#commentform > p > input[type="url"]:hover,
#commentform > p > textarea:hover
#commentform > p > input[type="text"]:focus,
#commentform > p > input[type="email"]:focus,
#commentform > p > input[type="tel"]:focus,
#commentform > p > input[type="url"]:focus,
#commentform > p > textarea:focus{
    border-color: #3ad4a7;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#commentform > p > textarea {
    resize: none;
  height:120px;
  overflow:auto;
}
#commentform p.form-submit input{}
section.testimonial .content-block {
    margin: 10px;
    background: #fff;
    border: 2px solid #3ad4a7;
    border-radius: 8px;
    padding: 20px;
    min-height: 265px;
}









/* Section About */
section.about{}
section.about .about_inner h1{
  font-size:35px;
  color:#3ad4a7;
  font-weight:700;
  font-family: 'Playfair Display', sans-serif;
  margin:0px;
}
section.about .about_inner h6{
  font-weight:500;
  color:#555555;
  margin-top:30px;
  font-size:17px;
  font-family: 'Lato', sans-serif;
}
section.about .about_inner p{
  font-weight:400;
  color:#555555;
  line-height:30px;
  font-size:15px;
  font-family: 'Lato', sans-serif;
}
section.about .about_inner {
  margin-top:30px;
}
section.about .about_title h1 {
  font-size: 35px;
  font-weight: 500;
  margin: 0px !important;
  color: #3ad4a7;
  display: inline-block;
  float: left;
}


section.awards{}
section.awards .award-item{}
section.awards .award-item .award-item-inner {
    border: 0px solid #3ad4a7;
    border-radius: 8px;
    padding: 20px;
}
section.awards .award-item img{
  margin:0 auto;
  height: 150px;
}
section.awards .award-item h5 {
    color: #12334e;
    font-weight: bold;
    font-size: 17px !important;
}
section.awards .award-item h6 {
    font-size: 16px;
    line-height: 26px;
  color: #12334e;
}
section.awards .award-item .award-item-inner{
      min-height: 355px;
}

section.awards ul{}
section.awards ul li{
  list-style: circle;
  margin-left: 20px;
}
.separator_line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin-bottom: 30px;
}
.about_inner  ul{
    list-style: none;
    padding-left: 0;
}
.about_inner  p{
  font-size: 16px;
}
.about_inner  ul li{
  position: relative;
  margin: 10px 0px;
    padding-left: 20px;
  font-size: 16px;
}
.about_inner  ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  border: 2px solid #3ad4a7;
}
.about_inner blockquote{
  border: none;
    padding: 0px;
    margin: 0px;
}
.about_inner blockquote p{
  font-weight: bold !important;
}
section.awards{
  display: inline-block;
    width: 100%;
  padding-top: 0px;
}
section.awards .awards_title h1{
    font-size: 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 0px 0px 20px !important;
    color: #3ad4a7;
}
section.awards .awards_title p {
  font-size: 16px;
}











/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #f7f7f7;
  background-size: cover;
  margin-bottom: 30px;
}
.inner-banner:before {
}

.inner-banner h3 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 36px;
  line-height: 60px;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
}
.inner-banner .box {
  position: relative;
  display: table;
  height: 140px;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}

.breadcumb-wrapper {
  background: #fff;
  padding: 16px 20px;
  border: 1px solid #f4f4f4;
  position: relative;
  bottom: -30px;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #48c7ec;
}
.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: capitalize;
  font-size: 18px;
  transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: capitalize;
  font-weight: 400;
  color: #48c7ec;
  font-size: 18px;
}
.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #222;
  margin-right: 7px;
  font-size: 14px;
}









/************************** 
* default-blog styles 
***************************/
.blog-section {

    position: relative;
    background: #f1f4f9;
    
}


.blog-section2{
	 position: relative;
	background: url(../images/prodia.jpg);
	    background-repeat: no-repeat;
    background-position: top center;
	width:100%;
}


.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  background-color: #fff;
}

.default-blog-news:hover {
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content{
  position:relative;
  padding: 25px 15px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.default-blog-news .date {
  position: absolute;
  left: 0px;
  top: 30px;
  height: 64px;
  width: 64px;
  background: #d63031;
  line-height: 20px;
  padding-top: 13px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.default-blog-news .lower-content .text p{
  margin-bottom: 10px; font-size:13px;color:#000;
}

.default-blog-news .lower-content h4 {
	color:#222;
	font-weight: 600;
	margin-bottom: 15px;
}

.default-blog-news .lower-content h4 a{
  color:#222;
  transition: all 300ms ease;
  font-size: 18px;
}

.default-blog-news .lower-content h4 a:hover{
  color:#d63031;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 7px;
}


.default-blog-news .lower-content .default_link {
  text-transform: capitalize;
  color: #222;
  transition: .5s ease;
}
.default-blog-news .lower-content .default_link:hover {
  transition: .5s ease;
  color: #48c7ec;
}


.default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.default-blog-news .img-holder a {
  width: 100%;
}
.default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.default-blog-news:hover .img-holder img {
    transform: scale(1.3);
}
.default-blog-news .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.default-blog-news .img-holder .overlay .box .content a i {
    background: #48c7ec;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.default-blog-news .img-holder .overlay .box .content a:hover i {
    background: #48c7ec;
}













/*** 

====================================================================
  Featured Services style
====================================================================

***/

.feature-service {
  position: relative;
}

.feature-service .column {
  position: relative;
  margin-bottom: 50px;
}

.feature-service .style-1 .text {
}
.feature-service .style-1 .thm-btn-tr {
  color: #48c7ec;
  border-color: #f4f4f4;
}
.feature-service .style-1 .thm-btn-tr:hover {
  color: #fff;
}



.feature-service .style-1 .text {
  margin: 21px 0 19px;
}




.feature-service .style-2 .content {
  position: relative;
  border: 1px solid #f4f4f4;
  padding: 25px 20px 0px;
}

.feature-service .style-2 .content:after {
  position: absolute;
  content: "";
  height: 3px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  width: 80%;
  left: 10%;
  bottom: -4px;
}
.feature-service .style-2 .content:before {
  position: absolute;
  content: "";
  height: 3px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  width: 60%;
  left: 20%;
  bottom: -7px;
}

.feature-service .style-2 .list{
  margin-top: 10px;
}
.feature-service .style-2 .list li {

}
.feature-service .style-2 .list li a {
  font-size: 16px;
  color: #848484;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0;
  display: block;
  
}

.feature-service .style-2 .list li:last-child a {
  border-bottom: 0px;
}


.feature-service .style-2 .list li a i {
  color: #48c7ec;
  font-size: 15px;
  padding-right: 15px;
}







.feature-service .style-3 .graph {
  padding: 14px;
  border: 1px solid #f4f4f4;
}

.feature-service .style-3 .select-box {
  margin-top: 20px;
  margin-bottom: 5px;
}


.feature-service .select-box .btn:before {
  position: absolute;
  content: "\f009";
  font-family: FontAwesome;
  font-size: 16px;
  color: #48c7ec;
  left: 12px;
  top: 7px;
}

.feature-service .default-form .g-select {
  width: 170px;
}

.feature-service .default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding: 6px 15px;
    border: 1px solid #f4f4f4;
    text-align: center;
}

.feature-service .default-form .dropdown-menu {
  top: 33px;
}





/* 19 .footer-bottom styles */


/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
  bottom: 15px;   
    width: 50px;
    cursor: pointer;   
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;     
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    
}

.go-top.style1 {
  opacity: 1;
  visibility: visible;
  position: absolute !important;
    left: 50%;
    top: -25px;
    margin-left: -25px;
  background-color: #d63031;
  -webkit-transform: rotate(45deg);   
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
        transform: rotate(45deg);
}

.go-top.show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  font-size: 24px;
  color: #202020;
  padding-bottom: 3px;  
}

.go-top.style1 i {
  color: #fff;
  -webkit-transform: rotate(-45deg);   
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.go-top:hover {
    background-color: #202020;
}

.go-top:hover i {
  color: #fff;
}



/* Footer Style Bg */
.footer {
    background-color: #262F36;
}

.footer .footer-upper {
    padding: 50px 0;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget .contact {
    margin-top: 21px;
}

.footer-widget .contact li {
    font-size: 13px;
    color: #C9C9C9;
    margin-bottom: 18px;
}

.footer-widget .contact li i,
.footer-widget .contact li span {
    display: table-cell;
    vertical-align: middle;
}

.footer-widget .contact li i {
    font-size: 16px;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    padding-right: 18px;
}

.footer-widget.about-widget img {
    margin-bottom: 12px;
}

.footer-widget.about-widget p {
    color: #C9C9C9;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}

.footer-widget .social {
    margin-top: 10px;
}

.footer-widget .social li {
    display: inline-block;
}

.footer-widget .social li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #3acbf8;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 7px;
    transition: all .3s ease;
}



.footer-widget .social li a.qq {
    background-color: #1578b3;
}

.footer-widget .social li a.facebook {
    background-color: #39579a;
}

.footer-widget .social li a.twitter {
    background-color: #3acbf8;
}
.footer-widget .social li a.weixin {
    background-color: #72b01b;
}

.footer-widget .social li a.skype {
    background-color: #E77918;
}




.footer-widget .social li a:hover {
    background: #72b01b;
    border-color: #72b01b;
}

.footer-widget h3.titles {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #FEF9F9;
    margin: 0;
    margin-bottom: 24px;
}

.footer-widget.quick-links ul li a {
    font-size: 14px;
    color: #C9C9C9;
    line-height: 38px;
    tranisition: all .3s ease;
}

.footer-widget.quick-links ul li a:hover {
    color: #72b01b;
}

.footer-widget.latest-post ul {
    margin-top: 42px;
}

.footer-widget.latest-post ul li {
    margin-bottom: 20px;
}

.footer-widget.latest-post ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.latest-post ul li span.border {
    display: table-cell;
    vertical-align: top;
}

.footer-widget.latest-post ul li span.border:before {
    content: ' ';
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    display: block;
}

.footer-widget.latest-post ul li .content {
    padding-left: 18px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: -8px;
}

.footer-widget.latest-post ul li a {
    display: block;
    color: #C9C9C9;
    font-size: 13px;
    line-height: 25px;
    transition: all .3s ease;
}

.footer-widget.latest-post ul li a:hover {
    color: #72b01b;
}

.footer-widget.latest-post ul li span {
    color: #576673;
    font-size: 13px;
    display: block;
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    background: #2C353C;
    color: #C9C9C9;
    font-size: 13px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.footer-widget.contact-widget button {
    width: 100%;
    height: 50px;
    background: #72b01b;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease;
}

.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #0062A9;
}


/* 19 .footer-bottom styles */

.footer-bottom {
    background: #000;
    border-top: 1px solid #393939;
    padding: 22px 0;
    position: relative;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.footer-bottom a {
    color: #72b01b;
}

.footer.bg-style {
    background: linear-gradient(to left,#222 0px,#333 80%);
    position: relative;
}



.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}

.footer.bg-style .footer-widget h3.titles {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 35px;
    position: relative;
    color: #fff;
}

.footer.bg-style .footer-widget h3.titles:after {
    background: #d63031;
    bottom: -15px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 40px;
}

.footer.bg-style .footer-widget.quick-links ul li {
    border-bottom: 1px dashed #fff;
    margin-bottom: 8px;
}

.footer.bg-style .footer-widget.quick-links ul li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #72b01b;
}

.footer.bg-style .footer-widget.latest-post ul {
    margin-top: 0;
}

.footer.bg-style .footer-widget.news-post ul li {
    border-bottom: 1px dashed #454545;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.footer.bg-style .footer-widget.news-post ul li span.border {
    float: left;
}

.footer.bg-style .footer-widget.news-post ul li span.border:before {
    display: none;
}

.footer.bg-style .footer-widget.news-post ul li .content {
    top: -5px;
}

.footer.bg-style .footer-widget.news-post ul li a {
    font-size: 13px;
    line-height: 22px;
}

.footer.bg-style .footer-widget.news-post ul li:hover a {
    color: #72b01b;
}

.footer.bg-style .footer-widget.news-post ul li .content span {
    color: #0062A9;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    margin-top: 9px;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #222222;
    color: #fff;
}

.footer.bg-style .footer-widget.contact-widget input {
    height: 45px;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 100px;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 45px;
    line-height: 45px;
}



.footer.bg-style .footer-bottom p {
    color: #ccc;
    font-size: 14px;
}


/* 20 contact form validation styles */

.contact-form label.error {
    display: none !important;
}

.contact-form input.error,
.contact-form textarea.error {
    background: rgba(255, 0, 0, .2) !important;
}




/* ## Industry Section ## */


.team-section {
    position: relative;
}
.ow-section {
    padding: 34px 0;
}




.industry-serve-section .section-header {
    margin-bottom: 45px;
}

.industry-serve {
    padding-left: 50px;
}

.industry-serve > p {
    margin-bottom: 32px;
}

.industry-serve .row p > img{
    float: left;
    margin-right: 15px;
}

.industry-serve .row p {
    margin-bottom: 28px;
    line-height: 25px;
}

/* Testimonial */
.testimonial {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.testimonial .item img {
    width: 100%;
}

.testimonial .carousel-caption {
    top: 0;
    left: 0;
    right: auto;
    padding-left: 40px;
    padding-top: 55px;
    width: 65%;
    text-align: left;
    text-shadow: none;
}

.testimonial .carousel-caption p {
    font-style: italic;
    margin-bottom: 15px;
    color: #333;
}

.testimonial .carousel-caption h3 span{
    display: block;
    margin-top: 15px;
}

.testimonial .carousel-indicators  {
    left: auto;
    margin: 0;
    right: -40px;
    top: 42%;
    width: auto;
}

.testimonial .carousel-indicators li,
.testimonial .carousel-indicators .active {
    border: none;
    height: 8px;
    width: 8px;
}

.testimonial .carousel-indicators li {
    background-color: #dae3ec;
    display: block;
    margin: 6px 0;
}

.testimonial .carousel-indicators .active {
    background-color: #2196f3;
}












/*** 

====================================================================
    whychoos-us Section style
====================================================================

***/
.whychoos-us {
  background: #fff;
}

.whychoos-us .section-title {
  padding: 0;
}
.whychoos-us .section-title p {
  font-size: 18px;
  margin-top: 50px;
}

.whychoos-us .item {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 5px;
}



.whychoos-us .item p:before,
.whychoos-us .item:before {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  background: #eaeaea;
  left: 0;
  bottom: 0;
}

.whychoos-us .item p:after,
.whychoos-us .item:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  background: #E77918;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: .5s ease;
}


.whychoos-us .item:hover p:after,
.whychoos-us .item:hover:after {
  transform: scaleX(1);
  transition: .5s ease;
}




.whychoos-us .icon_box {color: #E77918;font-size: 50px;}

.whychoos-us h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
}

.whychoos-us .item p {
  position: relative;
  padding-bottom: 24px;
}

.whychoos-us .count {
  position: absolute;
  right: 0;
  top: 56px;
  font-size: 40px;
  color: #f0f0f0;
}


/*--应用--*/
.mcon2bg {
	background: url(../images/mconbg.jpg) no-repeat center top;
	height: auto;
}
.mcon2bg li { float: left; width: 366px; margin-right: 49px; height: 312px; }
.mcon2bg li strong { line-height: 30px; display: block; height: 30px; padding-top: 18px; font-size: 16px; color: #FFF; }
.mcon2bg li p { line-height: 24px; color: #FFF; height: 62px; }
.mc2_name { font-size: 24px; line-height: 50px; color: #FFF; float: left; border-bottom: 2px solid #FFF; }
.mc2_name .far { font-size: 34px; position: relative; top: 3px; }
.far{font-family:Arial}
.wrapper{ position:relative; }
.auto{margin-left:auto; margin-right:auto}


.mc2_t { line-height: 52px; height: 107px; padding-top: 0px; }
.mc2_name { font-size: 24px; line-height: 50px; color: #FFF; float: left; border-bottom: 2px solid #FFF; }
.mc2_name .far { font-size: 34px; position: relative; top: 3px; }
.mcon2bg li { float: left; width: 366px; margin-right: 49px; height: 312px; }
.mcon2bg li strong { line-height: 30px; display: block; height: 30px; padding-top: 18px; font-size: 16px; color: #FFF; }
.mcon2bg li p { line-height: 24px; color: #FFF; height: 62px; }
/*
.mc2_a1 { background: url(../images/more1.png) no-repeat left bottom; display: block; }
.mc2_a1:hover { background: url(../images/more1a.png) no-repeat left bottom; }
*/
.mc2_a11 {
	display: block;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.mc2_a11:hover { background: url(../images/more1a.png) no-repeat left top; }

.mix_en { font: 36px Arial; color: #0063ab; }
.mc3_t {
	font-size: 24px;
	line-height: 54px;
	text-align: center;
	color: #333;
	display: block;
	margin-bottom: 2px;
	margin-top: 20px;
}
.mc3_btn .mc1_more { display: inline-block; margin: 0px 28px; }

.mc1_more {
	text-align: center;
	font-size: 16px;
	color: #d3671c;
	display: block;
	border-radius: 0.2em;
	border: 1px solid #d3671c;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.mc1_more:hover { background: #d3671c; color: #FFF; }

.mc3_p { line-height: 24px; text-align: center; margin: 0px auto; height: 136px; width: 930px; }
.mc3_btn { text-align: center; }
.mcon4T .mix_t { color: #FFF; padding-top: 12px; }
.mcon4T .mix_en { color: #FFF; }
.mcon4T .mix_tline1, .mcon4T .mix_tline2 { background: #FFF; }
.mcon4T img { position: absolute; left: 50%; bottom: -21px; margin-left: -24px; }
.mcon5 .long { height: 242px; }
.mcon5 .long li { float: left; height: 121px; width: 423px; overflow: hidden; }
.mc2_date { background: url(../images/mc5_ico6.jpg) no-repeat; float: left; height: 63px; width: 52px; margin-top: 6px; line-height: 22px; color: #FFF; text-align: center; font-family: Arial; }
.mc2_date span { line-height: 25px; padding-top: 8px; display: block; font-size: 24px; font-weight: bold; color: #979797; }
.mc2_txt2 { float: right; width: 358px; font-size: 13px; line-height: 22px; color: #555; }
.mc2_txt2 strong { font-size: 15px; line-height: 26px; display: block; margin-bottom: 2px; }
.mcon5 ul li:hover .mc2_date { background: url(../images/mc5_ico1.jpg) no-repeat; }
.mcon5 ul li:hover .mc2_date span,.mc2_u2 ul li:hover strong{color:#0064c1;}
.cor_333 { color: #333; }
.mcon5 a:hover .cor_333 { color: #0063ab; }
.m2banBg { height: 320px; width: 100%; overflow: hidden; position: relative; }
.m2ban { height: 320px; width: 1920px; margin-left: -960px; position: absolute; left: 50%; top: 0px; }
.m2body .header2 { position: relative; }
.m2breakBg { line-height: 54px; background: #FFF; height: 54px; box-shadow:0 2px 2px rgba(0,0,0,0.2); border-bottom:1px solid #ddd\0; }
.m2brek_name { background: url(../images/m2bk_ico.jpg) no-repeat left center; padding-left: 21px; }
.cor_blue { color: #0064c1; }
.m2brek_name .cor_blue { font-weight: bold; }
.m2brek_name a:hover { font-weight: bold; }
.m2menu { float: right; color: #A8A8A8; }
.m2menu_li { display: inline-block; margin: 0px 6px; height: 54px; }
.m2menu_a { display: inline-block; padding: 0px 20px; font-weight: bold; color: #333; line-height: 32px; height: 32px; margin-top: 12px; border-radius:1.5em; }
.m2menu_a:hover, .m2menu_cuta,.m2menu_liHover .m2menu_a { color: #FFF; background: #0063ab; }
.page { text-align: center; height: 80px; }
.m2pro_ul ul li { float: left; display: inline; margin: 0px 28px 43px 0px; border: 1px solid #DDDDDD; }
.m2pro_a { display: block; height: 294px; width: 277px; background: #EFEFEF; }
.m2pro_ul { padding-top: 46px; }
.m2pro_img { background: #FFF; height: 195px; overflow: hidden; }
.m2pro_a strong { display: block; padding: 11px 10px 0px 18px; line-height: 32px; height: 32px; font-size: 16px; color: #333; transition:all 0.3s ease-out; }
.m2pro_a p { padding: 0px 10px 0px 18px; line-height: 22px; }
.m2pro_a:hover { color: #FFF; background: #0063ab; }
.m2pro_a:hover strong { color: #FFF; }
.m2at_p1 { line-height: 24px; margin: 0px auto; width: 1085px; text-align: center; }
.m2at_con1 { padding: 20px 0px 80px; }
.m2at_s1 { font-size: 18px; color: #e05d00; text-align: center; margin: 0px auto; width: 1085px; line-height: 34px; height: 48px; }
.m2at_s2 { text-align: center; font-size: 24px; line-height: 32px; margin: 0px auto; width: 1085px; color: #333; height: 32px; }
.m2at_con2Bg { background: #F7F7F7; height: 437px; }
.m2at_con2Bg li { text-align: center; width: 300px; float: left; color: #333; padding-top: 50px; }
.m2at_con2Bg li strong { font-size: 16px; line-height: 42px; display: block; padding-top: 16px; }
.m2at_u2 { padding-top: 75px; margin: 0px auto; width: 1080px; }
.m2at_u2 li { text-align: center; float: left; width: 270px; line-height: 26px; }
.m2case li { float: left; width: 366px; margin-right: 49px; height: 353px; }
.m2case li strong { line-height: 30px; display: block; height: 30px; padding-top: 18px; font-size: 16px; color: #333; }
.m2case li p { line-height: 24px; color: #666; height: 62px; }
.m2case { padding-top: 48px; }
.m2case .mc2_a1 { background: url(../images/m2at_more.jpg) no-repeat left bottom; }
.m2case .mc2_a1:hover { background: url(../images/more1a.png) no-repeat left bottom; }
.m2case_t { height: 63px; padding-top: 45px; border-bottom: 1px solid #ddd; }
.m2case_t .fl { font-size: 30px; line-height: 62px; color: #0063ab; }
.m2case_prev { background: url(../images/pico1.jpg) no-repeat; float: left; height: 44px; width: 44px; margin-left: 12px; }
.m2case_prev:hover { background: url(../images/pico1a.jpg) no-repeat; }
.m2case_list { background: url(../images/pico2.jpg) no-repeat; float: left; height: 44px; width: 44px; margin-left: 12px; }
.m2case_list:hover { background: url(../images/pico2a.jpg) no-repeat; }
.m2case_next { background: url(../images/pico3.jpg) no-repeat; float: left; height: 44px; width: 44px; margin-left: 12px; }
.m2case_next:hover { background: url(../images/pico3a.jpg) no-repeat; }
.m2editor { line-height: 24px; padding: 25px 0px 38px; }
.cor_org { color: #d3671c; }
.m2res { text-align: center; height: 80px; }
.m2res_a1 { background: url(../images/rs_ico1.jpg) no-repeat left top; display: inline-block; margin: 0px 6px; height: 44px; width: 44px; }
.m2res_a1:hover{ background: url(../images/rs_ico1.jpg) no-repeat left bottom; }
.m2res_a2 { background: url(../images/rs_ico2.jpg) no-repeat left top; display: inline-block; margin: 0px 6px; height: 44px; width: 44px; }
.m2res_a2:hover{ background: url(../images/rs_ico2.jpg) no-repeat left bottom; }
.m2res_a3 { background: url(../images/rs_ico3.jpg) no-repeat left top; display: inline-block; margin: 0px 6px; height: 44px; width: 44px; }
.m2res_a3:hover{ background: url(../images/rs_ico3.jpg) no-repeat left bottom; }
.m2res_a4 { background: url(../images/rs_ico4.jpg) no-repeat left top; display: inline-block; margin: 0px 6px; height: 44px; width: 44px; }
.m2res_a4:hover{ background: url(../images/rs_ico4.jpg) no-repeat left bottom; }
.mcs_ul { height: 265px; padding-top: 42px; }
.mcs_ul ul li { text-align: center; float: left; width: 400px; }
.mcs_ul ul li strong { font-size: 16px; color: #333; line-height: 24px; display: block; padding-top: 24px; }
.mcs_s1 { font-size: 14px; line-height: 24px; text-align: center; display: block; }
.m2mapBox { height: 397px; width: 100%; overflow: hidden; position: relative; }
.m2map { height: 397px; width: 1920px; margin-left: -960px; position: absolute; left: 50%; }
.m2csBom { height: 405px; padding-top: 58px; }
.m2csL { float: left; width: 800px; }
.m2csR { float: right; width: 356px; line-height: 24px; position: relative; top: -8px; }
.m2csL ul li { margin-bottom: 26px; line-height: 34px; min-height: 34px; _height: 34px; width: 100%; border: 1px solid #ddd; }
.m2a_int { color: #666; height: 34px; width: 782px; float: left; border-width: 0px; border-style: none; font: 13px/34px "微软雅黑"; padding: 0px 9px; background: #F7F7F7; }
.m2a_sname { font-size: 13px; line-height: 30px; text-align: right; height: 30px; float: left; color: #7f7f7f; padding-left: 8px; }
.m2csL ul .m2a_areaBox { height: 96px; background: #FFF; }
.m2a_submit { line-height: 40px; text-align: center; display: block; height: 40px; font-size: 18px; color: #FFF; background: #0063ab; border-radius: 0.2em; width: 112px; }
.m2a_submit:hover { color: #FFF; text-decoration: none; background: #005797; }
.m2a_area { float: left; height: 88px; width: 782px; border-width: 0px; border-style: none; color: #666; background: #F7F7F7; font: 13px/20px "微软雅黑"; padding: 4px 9px; }
.m2nobor { border-width: 0px!important; border-style: none!important; }
.m2csR .f18 { display: block; line-height: 30px; color: #333; }
.m2csr_res { height: 35px; padding-top: 8px; }
.m2csr_res a { margin-right: 8px; }
.m2mbm { margin-bottom: 10px; }
.m2editor2 { padding-top: 40px; }
.m2news { padding-top: 47px; }
.m2news .long li { float: left; height: 231px; width: 571px; margin-right: 58px; }
.m2n_top { height: 139px; }
.m2n_bm { line-height: 40px; height: 40px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding-right: 10px; }
.m2n_data { background: #f1f1f1; float: left; height: 108px; width: 54px; color: #333; text-align: center; font: 14px/54px Arial; }
.m2n_data span { line-height: 54px; display: block; height: 54px; font-size: 24px; color: #FFF; background: #696969; }
.m2news .long li:hover .m2n_data span{ background: #D3671C;}
.m2n_txt { line-height: 24px; float: right; width: 340px; }
.m2n_txt strong { font-size: 16px; line-height: 32px; display: block; height: 32px; margin-bottom: 2px; }
.m2n_ss1 { background: url(../images/mn2_ico1.jpg) no-repeat left center; display: inline; float: left; margin-left: 4px; padding: 0px 25px 0px 28px; }
.m2n_ss2 { background: url(../images/mn2_ico2.jpg) no-repeat left center; }
.m2n_ss3 { background: url(../images/mn2_ico3.jpg) no-repeat left center; }
.mn2_more { background: url(../images/m2n_m1.jpg) no-repeat right center; padding-right: 15px; font: bold 13px/40px Arial; float: right; color: #a1a1a1; }
.mn2_more:hover { background: url(../images/m2n_m1a.jpg) no-repeat right center; }
.m2n_tbx { float: left; width: 1020px; line-height: 24px; color: #999; position: relative; top: -12px; }
.m2n_title { display: block; line-height: 42px; height: 42px; overflow: hidden; font-weight: normal; font-size: 30px; color: #0063ab; }
.m2case_t2 { padding-top: 55px; }
.m2dw_u1 { height: 379px; padding-top: 47px; }
.m2dw_u1 li { float: left; height: 333px; width: 366px; border: 1px solid #ddd; margin-right: 48px; }
.m2dw_u1 li strong { font-size: 16px; line-height: 34px; text-align: center; display: block; height: 34px; padding: 12px 20px 0px; }
.m2dw_u1 li p { line-height: 24px; padding: 0px 16px 0px 20px; height: 60px; }
.m2dw_btn { background: url(../images/dw_btn1.jpg) no-repeat; height: 31px; width: 64px; padding-left: 59px; font-size: 15px; line-height: 30px; color: #FFF; display: block; margin: 0px auto; }
.m2dw_btn:hover { background: url(../images/dw_btn2.jpg) no-repeat; color: #FFF; }
.m2dw_u2 li { float: left; height: 97px; width: 574px; border: 1px solid #E0E0E0; margin: 0px 48px 30px 0px; }
.m2dw_u2 { margin-bottom: 10px; }
.m2dw_u2 li img { display: inline; margin: 17px 11px 0px 13px; float: left; }
.m2dw_txt { float: left; width: 347px; line-height: 24px; padding-top: 16px; }
.m2dw_txt strong { display: block; line-height: 38px; height: 38px; font-size: 16px; }
.m2dw_u2 .m2dw_btn { float: left; margin-top: 34px; }
.m2selMenu { position: absolute; left: 0px; top: 54px; width: 1178px; background: #fff; background: rgba(255,255,255,0.9); box-shadow: 0 2px 2px rgba(0,0,0,0.2); border-radius: 0.3em; padding-left: 22px; display:none\0; visibility:hidden; opacity:0; border:1px solid #ddd\0; z-index:10; }
.m2menu_liHover .m2selMenu{ display:block\0; visibility:visible; opacity:1;}
.m2break { margin: 0px auto; width: 1200px; position: relative;}
.m2sel_line { height: 3px; width: 100%; overflow: hidden; position: absolute; left: 0px; top: -3px; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
.m2sel_dl { background: url(../images/menu_line.jpg) no-repeat right 48px; padding: 13px 45px 0px; min-height: 242px; _height: 242px; width: 200px; float: left; }
.m2sel_dl:last-child{background:none;}
.m2sel_dl dt { line-height: 46px; height: 46px; border-bottom: 1px dotted #ddd; font-weight: bold; display: block; color: #333; }
.m2sel_dl dt a{ font-size:16px;}
.m2sel_dl p { font-size:14px; line-height: 40px; height: 40px; float: left; width: 97px; overflow: hidden; }
.m2selMenu dd a { color: #666; }
.m2selMenu dd a:hover {color: #0064c1;}
.m2sel_dl dd { padding: 10px 0px 22px; }

.mc2_a1 h4{
	color: #FFFFFF;
	padding-top: 15px;
	font-family: "新宋体";
	padding-bottom: 15px;
}
/*--应用end--*/






/*** 

====================================================================
		Page Title
====================================================================

***/

.page-title{
	padding: 90px 0px 140px;
	background-color: #ffffff;
	text-align:center;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.page-title:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
}


.page-title h1{
	position:relative;
	line-height: 2.5em;
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
}

.page-title .bread-crumb {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-title .bread-crumb li {
	position: relative;
	font-weight: 500;
	color: #f57f4b;
	text-transform: uppercase;
	padding-right: 15px;
	margin-right: 15px;
}

.page-title .bread-crumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title .bread-crumb li:before {
	position: absolute;
	content: '';
	background: #f57f4b;
	right: 0;
	bottom: 9px;
	width: 3px;
	height: 3px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #f57f4b;
	transition: .5s ease;
}

.page-title .bread-crumb li a:hover {
	color: #f57f4b;
}


.section-title2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-title2 h2 {
  position: relative;
  text-transform: capitalize;
 
}
.section-title2 h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title2 h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title2 .sub-title {
    font-size: 20px;
    color: #f57f4b;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tit-n{ margin-bottom:20px;}
.neirong{ padding-top:20px;}
.neirong p{ padding-top:10px; color:#000000; line-height:35px;}

.service-details__benefits-title{ color:#f57f5b;}