/* -- typography -- */

body {
    font-family:"Microsoft YaHei";
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;
}
/*html, html *{
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); 
}*/
h1, h2, h3, h4, h5, h6 {
    font-family:"Microsoft YaHei";
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #6195FF;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #6195FF;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 50px;
    padding-bottom: 45px;
}

.sm-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* --  background section  -- */

.bg-grey {
    background-color: #FAFAFA;
  /*  border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;*/
}

.bg-dark {
    background-color: #1C1D21;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; height:710px;background-image: url('../images/sliders-bg.jpg');
    background-position:top center; background-repeat:no-repeat;
    /*background-size: cover;*/
}
.bg-img .bg-title{ width:100%;  background:rgba(57, 107, 199, 0.8) ; position: absolute;

    bottom: 0px;
  
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;}
.bg-img .bg-title h3{  color:#FFFFFF; font-size:22px; margin:0; padding:2px; font-weight:500}
.bg-img .carousel-caption {bottom:150px; text-align:right}
.bg-img .carousel-caption img{ max-width:100%}
.bg-img .carousel-caption h3 {font-size:40px;font-weight:700;color:#005fc8;letter-spacing:3px;text-transform:uppercase;
text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#000, strength=1);}
.bg-img .carousel-caption h4 {font-size:18px;font-weight:700;color:#005fc8;
text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#000, strength=1);}
.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .0;
    background: #1C1D21;
}


/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 20px;
}

.section-header .title {
    text-transform: capitalize; font-weight:500; font-size:28px;
}

.title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #6195FF;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}
.section-header p{
    text-transform: capitalize; font-size:16px; color:#666666
}

/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.main-btn {
    background: #6195FF;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 50px;
    display: block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

.navbar-bj{ background-color:#4987DA}
/*------------------------------------*\
	Navigation
\*------------------------------------*/
 .header .container-1{ padding-left:120px; padding-right:60px; }
 .header .container{ padding-top:15px; padding-bottom:5px;}
 .navbar-height .container{ padding-top:5px; padding-bottom:5px;}
 .navbar-brand {
    float: left;
    height: auto; min-height:50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-height .navbar-brand {padding: 0 15px;}
.navbar{border-radius:1px;margin-bottom: 0px;}
.top-nav {
  padding:0 0 0 40px;
}
.top-nav.navbar-nav {
    float:none !important; 
    margin: 0 !important; 
}
.top-nav.navbar-nav > li {
    text-align: center; margin-left:5px; margin-right:5px;
}
.top-nav .navbar-nav li a {
    font-size:16px;color: #fff;font-family:"Microsoft YaHei"; font-weight:500;padding: 15px 22px ; text-align:center;white-space: nowrap;}
.top-nav.nav > li > a:hover, .nav > li > a:focus {
	color:#fff;
}
.top-nav ul.nav.navbar-nav li a:hover { color:#ddd; background-color:#0e4aa1 }
.top-nav ul.nav.navbar-nav li a.active {  
	color:#fff ! important;font-family:"Microsoft YaHei";
}

#demo-1 .navbar-nav>.open>a,.navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover{background-color:#258afe; color:#fff}
.dropdown-menu{ width:100%;background-color:#258afe; border:0}
.top-nav ul.nav.navbar-nav li ul li a {color:#fff; font-size:14px; text-align:center;padding:10px 0 ;}


/* -- default nav -- */

    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;z-index: 10;
        background-color: #6195FF;
        min-width:100%;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }

    .dropdown li a {
        display: block; 
        color: #FFF; text-align:center;
        border-top: 1px solid rgba(250, 250, 250, 0.1);
        padding: 10px 0px;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
   



/* -- mobile nav -- */





/*------------------------------------*\
	Header
\*------------------------------------*/

.header { position:relative  
}
#secondary{ }
#home {
   /* height: 100vh;*/ height:710px;
}

#home .home-wrapper {
    position: absolute;
 
 
    text-align: center;
}

.home-content h1 {
  text-transform: uppercase;
}
.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}


/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #fff;
}
.abouts{}
.about_con P{ font-size:16px; color:#333; line-height:2; text-indent:35px; margin-bottom:0;}
.vid-wrap{
    width:100%;background: #000;
    position:relative;
    padding-bottom:56.25%;    /*需要用padding来维持16:9比例,也就是9除以16*/
    height: 0;
}
.vid-wrap video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%}


.vid-wrap video{
	display: inline-block;
  vertical-align: baseline;
}
.vid-wrap .video-img{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: url(../images/v.jpg) no-repeat;
    background-size: 100% 100%;
		cursor:pointer
}
#pricing{background-image:url(../images/pricing_bj.jpg); background-position:center; background-repeat:no-repeat; background-size: cover;}
 .pricing-single {
  background: #ffffff;  border-radius: 8px; margin-bottom:15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

 .pricing-single .b-area {
  border-right: 0px solid rgba(140, 140, 140, 0.2);
}

 .pricing-single:hover {
  background: #fafafa;
  transition: all 0.3s ease-in-out;
}

 .pricing-single:hover .price-header h3,
 .pricing-single:hover .price-header .price-title,
 .pricing-single:hover .price-header .price-title span,
 .pricing-single:hover li,
 .pricing-single.active .price-header h3,
 .pricing-single.active .price-header .price-title,
 .pricing-single.active .price-header .price-title span,
 .pricing-single.active li {
  color: #000;
}

 .pricing-single:hover .price-header{
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}



 .pricing-single .price-header {
  border-bottom: 1px solid #f0f0f0;
  padding:20px 20px; text-align:center;
}

 .pricing-single .price-body { padding:0px; min-height:305px;}


 .pricing-single .price-body ul li {
  padding: 11px; float:left; width:100%; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #464545;
  font-weight: 500; transition: all 0.3s ease-in-out;
}
 .pricing-single .price-body ul li:before {font-family:'FontAwesome';content:"\f101"}
/* .pricing-single .price-body ul li:last-child {border-bottom: 0px solid rgba(0, 0, 0, 0);}*/
 .pricing-single .price-body ul li a{
  color: #464545;  
  font-weight: 500;
}
.pricing-single .price-body ul LI:hover a{
  color: #fff;
}
 .pricing-single .price-body ul li:hover{
  background: #74b1f8;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

 .pricing-single:hover .btns {
  background: #437fd5;
  box-shadow: 5px 8px 60px 0px rgba(45, 101, 181, 0.5);
}
 .pricing-single .btns {
  text-align: center; 
  width: 100%;
  background-color: #4e8cd4;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px;
 
}
 .pricing-single .price-body .liss{ width:50%}

/*------------------------------------*\
	Portfolio
\*------------------------------------*/

.work {
    position: relative;
    padding: 20px;
}

.work>img {
  width: 100%;
}

.work .overlay {
    background: #1C1D21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0.8;
}

.work .work-content {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.work .work-content h3 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #FFF;
    margin-bottom: 10px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work:hover .work-content h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.work .work-content span {
    display: block;
    text-transform: uppercase;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    color: #6195FF;
    margin-bottom: 5px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.work:hover .work-content span {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.work .work-link {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.work .work-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #6195FF;
    color: #FFF;
    line-height: 50px;
    text-align: center;
}

.work:hover .work-link {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
}


/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
    position: relative;
    padding: 40px 20px 40px 70px;
    margin: 15px 0px;
    border: 1px solid #EEE;
}

.service i {
    position: absolute;
    left: 20px;
    text-align: center;
    font-size: 32px;
    color: #6195FF;
    border-radius: 50%;
}

.service:after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.service:hover:after {
    width: 100%;
}

.service h3 {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.service:hover h3 {
    color: #fff;
}

/*------------------------------------*\
	Why choose us
\*------------------------------------*/

.feature {
    margin: 15px 0px;
}
.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #6195FF;
    border: 1px solid #6195FF;
    margin-right: 5px;
}
#news .col-md-4 .col-md-8{ padding-left:10px; padding-right:10px;}
.news-border{ border:#4e8cd4 1px solid; padding:15px;border-radius:10px;}
.news-item {
    padding: 10px 0 0 0;
}
.news-item  .news-pic {
    display: block; height:240px; overflow:hidden
}
.news-item  .news-pic img {height:240px; width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-item  .news-title { margin:0; padding:0; color:#333333; font-size:16px; line-height:2}

.news-list ul {
	margin:0; padding:0
}
.news-list li { width:100%;display:block;
	border:1px solid #e7e7e7;background: #f0f0f0;
	margin-bottom:5px; margin-top:5px;
	text-transform:uppercase;
	font-family: 'Microsoft YaHei', sans-serif;
}
.news-list li a{ color:#000000
}

.news-list {
  
}

.news-list .txt1 {
    display: table-cell;
    width: 70px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #1991d7;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Baloo Bhaijaan', cursive;
    font-size: 30px;
    line-height:30px;
    padding: 20px 10px;
}

.news-list .txt1 span {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.news-list .txt2 {display: table-cell; width:100%;vertical-align: top;background: #fff; padding:10px 15px;}
.news-list .txt2 h4{ font-size:16px; line-height:2; font-weight:500; margin:0}
.news-list .txt2 p{ padding:0; margin:0; font-size:14px; line-height:2;color: #868F9B;}
.media-news{border:1px solid #e7e7e7;background: #f0f0f0;
	margin-bottom:5px; margin-top:5px;
	text-transform:uppercase;
	font-family: 'Microsoft YaHei', sans-serif;}
.media-news .media-left{ padding:10px;width: 70px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #1991d7;
    text-transform: uppercase;
    text-align: center;}
.media-news .media-body{ background: #fff;padding:10px;}
.media-news	strong{ display:block; font-size:20px;}
.media-news	small{ display:block; font-size:16px;}
.media-news .media-body h4{ font-size:16px; line-height:2; font-weight:500; margin:0}
.media-news .media-heading a{ font-size:16px; color:#000000}
.media-news p{font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868F9B;}
.post-news{display: block;
    padding-bottom: 45px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px; margin-top:10px;
}
.post_img {
    margin-bottom: 10px;
    position: relative;
}
.post_img img, object, embed {
    max-width: 100%;
    height: auto;
}
.news-mod-con{ margin-bottom: 15px; margin-top:10px; background-color:#f7f7f7}
.mod_con_img { min-height:200px; height:200px; overflow:hidden;
    position: relative;
}
.mod_con_img img {
    display: inline-block;
    vertical-align: middle; max-width: 100%;
    height: auto;border: 0;
}
.news-mod-con .meta {list-style:none; margin-bottom:1px}
.news-mod-con .meta li {display:inline-block; padding:0px 10px; line-height:37px;  font-size:11px}
.news-mod-con .meta li:first-child{padding-left:0}
.news-mod-con .meta li i {padding-right:6px !Important; color:#bbb}
.news-mod-con .mod_con_text{ height:100px; padding:5px 10px; overflow:hidden; background-color:#f7f7f7}
.news-mod-con .mod_con_text h5 {
    font-weight: bold;
    font-size: 15px;
    color: #3f3f3f; line-height:1.6;
    margin-bottom: 10px;
}
.news-mod-con .mod_con_text h5 a{
    font-weight: bold;
    font-size: 15px;
    color: #3f3f3f; line-height:1.6;
    margin-bottom: 10px;
}
.divline { margin-bottom:10px; margin-top:10px}
.divline span{display:block; width:50px; height:3px; background:#25c9da; margin-top:-5px}

 .service-box {
    width: 90%;
    margin: 0 auto 2rem auto;
    background: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem; text-align:left;
    transition: box-shadow 500ms; box-shadow: 0 2px 10px 1px lightgrey;  }
 .service-box span i {
        font-size:16px;
        color: #ff0000; }
 .service-box span strong {
        display: inline-block;
        margin-left: 0.7rem;
        text-transform: uppercase;
        font-size: 16px; color: #ff0000; } }
 .service-box p {
      width: 100%;
      text-align:left;
      font-size: 14px; }
 .service-box.current {
      box-shadow: 0 4px 20px 1px lightgrey; }
.service-box.current span {
        transform: translateY(-1rem);
        background: #17a3ff;
        box-shadow: 4px 0 15px -1px lightgrey; }
.service-box.current span i {
          color: whitesmoke; }
.service-box:hover {
      box-shadow: 0 4px 20px 1px lightgrey; }

/*------------------------------------*\
	Numbers
\*------------------------------------*/
.services-inner {
    border: 2px solid #6195FF;
    
    transition: .3s;
    background: #fff;margin-bottom: 40px; box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px; text-align:center
}
.our-services-text h4 {
    color: #6195FF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
/*.our-services-text h4::before {
    background: #ff4f81 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width:100%;
}*/
.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.our-services-text p {
    margin-bottom: 0;
}
.breadcrumb-area{ height:400px;padding: 10px 0;/*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;position: relative;
    z-index: 1;display: block;}
.breadcrumb-area .breadcrumas {height:400px;
   position: relative;
}
.breadcrumb-area .breadcruma {
    position: absolute;
    bottom: 10px; right:0;
    z-index: 2;
    width:100%;
}
.breadcrumb-area .breadcruma img{ max-width:100%}
.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	padding:50px 42px;
	position: relative;
	z-index: 1;  margin-top:188px;

}

.breadcrumb-area .breadcrumb::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: -1;
	transform:skewY(30deg);
	-webkit-transform: skewY(30deg);
	-moz-transform: skewY(30deg);
	-o-transform:skewY(30deg);
	-ms-transform:skewY(30deg);
}
.breadcrumb >li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
	display: none;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	left: -5px;
	font-weight: 600;
	position: absolute;
	top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
	display: none;
}

.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
	font-family: "Poppins",sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
	color: #0cb8b6;
	text-decoration: underline;
}
.breadcrumb-area .breadcrumb  .title {
    text-transform: capitalize; font-weight:500; font-size:28px; color:#FFFFFF
}

.breadcrumb-area .breadcrumb .title:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #fff;
    margin-top: 20px;
}
.breadcrumb-area .breadcrumb p { display:block;color:#FFFFFF}
.b-height{ height:290px}
.b-height .breadcrumas {height:290px;}
.b-height .breadcrumas {height:290px;}
.b-height .breadcrumb {margin-top:108px;}

.abouts p{ text-indent:35px; line-height:1.8; margin:0;}
.contact-box p{ padding:6px 5px; line-height:2.8}
.contact-box i {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(55, 152, 223);
    text-align: center; margin-right:10px;
}
.aboutshistory {
    background: #222;
    background: url(../images/about-2.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.rates-box {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 25px;
	margin: 0 1px 8px;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-moz-transition-duration: .3s;
}
.rates-box:after {
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	width: 0px;
	bottom: 0;
	border-radius: 0 0 50px 50px;
	background: #f65638;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-moz-transition-duration: .3s;
}
.rates-box:hover:after {
	width: 100%;
}
.rates-box-img{ min-height:180px; height:180px; padding-bottom:5px; overflow:hidden}
.rates-box-img img{ width:100%;
 -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rates-box-img:hover img {
    transform: scale(1.1);
}
.rates-box h6 {
	margin: 0 auto;
	color: #f65638; text-align:center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.nav-2jtabs{ border-bottom: 1px solid #e6e6e6;  background: #f5f5f5; border-right:0px solid #e6e6e6;}
.nav-2jtabs>li{
  margin-bottom: 0px;
  border-bottom: 0px solid #e6e6e6;
}
.nav-2jtabs>li.active>a, 
.nav-2jtabs>li.active>a:hover, 
.nav-2jtabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #2180c0;
  position: relative;
}

.nav-2jtabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent transparent;
  border-width: 25px 22px;
  right: -30px;
  top:0;
}

.tab-wrap{
  border:1px solid #e6e6e6;background: #f5f5f5;
  margin-bottom: 20px;display:table
}

.tab-wrap .tab-content{
  padding: 20px 30px;background: #fff;
}

.tab-wrap .tab-content h4{
  margin-top: 0;
}
.tab-wrap .tab-content h5{
  margin-top: 0; padding:5px;
}

.tab-wrap .tab-content img{border-radius: 4px; max-width:94%;}
.tab-wrap.tab-content p{ font-size:14px; line-height:200%
  
}
.members-con { padding:0 10px; display:block; max-width:950px; overflow:hidden}
.members-con img{max-width:97%;}
.members-con p{ padding:0; margin:0}
.members-con .members-p{ text-indent:34px; padding:0px 15px;}
.members-con .members-img{ padding:15px 0;}
.tab-wrap .media>.pull-left{
  margin-right: 0px;
}

.tab-wrap .media>.pull-right{
  margin-left: 0px;
}
.tab-wrap .media>.pull-left {
    padding-right: 0px;
}
.tab-wrap .media-body {
   border-left: 1px solid #e6e6e6;
}
.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 0px solid #e6e6e6;
  /*display:table-cell*/
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #2180c0;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #2180c0;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #2180c0;
  border-width: 25px 22px;
  right: -30px;
  top:0;
}
#news_con .page-header{ text-align:center}
#news_con .page-header h4{ margin-bottom:5px;}
#news_con h1{ font-size:20px;}
#news_con p{ font-size:16px; line-height:2;text-indent:34px; color:#333333}
#news_con .members-p{}
#news_con img{ max-width:100%}
#news_con .row{ padding-top:15px; padding-bottom:15px;}
#content{ padding:30px 10px;}
#content sub{ bottom:-3px;font-size:6px; font-family:Arial, Helvetica, sans-serif}
#content .list-group-item-primary {
    color: #9999FF;
    background-color:#E5E5FF;
}
#content .product-list-show{padding-top:20px; padding-bottom:20px;}
#content .product-list-show img{ width:100%}
#content .product-list-show .col-xs-6, #content .product-list-show .col-md-3{ padding-bottom:25px;}
#content .info { color:#000000}
.pricing-container{	text-align:left;}
.pricing-container  .modtitle {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px; padding:10px;
  margin: 0;background-color:#0074D6; color:#FFFFFF;
  text-transform: uppercase;
  position: relative; }
/*.pricing-container .modtitle:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F4A137;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px; }*/
	

.pricing-container strong{
color:#353535;
}

.pricing-container ul{
	list-style:none;
	padding:0;
	margin:0;border: 1px solid #e6e6e6; padding:10px;
}

.pricing-container li{list-style: none;margin:0;color: #222;border-bottom: 1px dotted #E4E4E4;}
.pricing-container li:last-child{ border-bottom: 1px dotted #fff;} 
.pricing-container a{display:block;margin:0;padding: 10px ;color: #222;}

.pricing-container a:hover{background-color:#0074D6;color:#fff}
.pricing-container .active a{background-color:#0074D6;color:#fff}

.product_member {
    border: 1px solid #f1f1f1;
    padding: 10px; margin-bottom:20px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    height: 260px;
}
.product_member:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
}
.product_member img {
    width: 100%;
}
.product_type {
   
    height: 330px;
}
.product_details h3 {
    font-size: 16px; text-align:center;
    font-weight: 500;
    margin: 0 0 8px 0;
}
.product_details h3 span {
    color: #87868a;
    font-weight: 600;
    font-size: 16px;
}
.product_details .product_socials li {
    display: inline-block;
}
.product_details .product_socials li a {
    color: #87868a;
    display: inline-block;
    margin: 0 5px;
}
.product_details {
    padding: 20px 0 20px 0;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product_member .product_socials {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product_details .product_socials li a:hover {
    color: #09aeb8;
}
.product_member:hover .product_socials {
    opacity: 1;
    /*height: 100%;*/
    /*visibility: visible;*/
}
.product_member:hover .product_details {
    bottom: 34px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative; margin-top:15px;
}
.footer-top img{ width:100%}
.footer-con{ padding:15px 0;   background-color:#67baeb; color:#FFFFFF}
.footer-con h4{ font-size:20px; color:#FFFFFF; font-weight:500}
.footer-con h4:after {
    content:"";
  	display:block;
  	height:4px;
  	width:40px;
  	background-color: #fff;
    margin-top:10px;
}

.footer-con p span {
    color: #fff; border:#f4783b solid 1px;border-radius: 50%; width:25px; height:25px; text-align:center; line-height:25px;
}
.footer-copyright{ background-color:#4d4d4d; color:#FFFFFF; font-size:16px; padding:10px 0}
.link-widget ul {
  list-style: none;
}
.link-widget ul li {
  position: relative;
  padding-left: 20px; line-height:2;
}

 .link-widget ul li:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}
.site-footer .link-widget ul li:hover:before {
  background: #c83226;
}

 .link-widget ul a {
  color: #fff;
}

 .link-widget ul a:hover,
 .link-widget ul li:hover:before {
  color: #333;
}

.site-footer .link-widget ul > li + li {
  margin-top: 17px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow {
    text-align:left;
    margin-bottom: 2px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}
.footer-follow li a img{ width:100%
}
.footer-follow li a {
  display: inline-block;
  width: 100px;
  height:100px;
  line-height:100px;
  text-align: center;
  border-radius: 3px;
  background-color: #6195FF;
  color:#FFF;
}
.footer-bot{ background-color:#437fcd; padding:10px 0; text-align:center}
.footer-nav a {color: #fff; display: inline-table; padding: 0 10px; }
.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
.zzsc{ width:100%;margin:0 auto; display:block;  text-align:center; z-index:-1;}
.zzsc img{ width:100%;}
.zzsc .link{ width:100%; height:250px; display:block; z-index:10;}
.zzsc .up{ display:block; width:120px; height:12px; background:url(images/arrow.jpg) no-repeat left bottom; position:absolute; left:50%; bottom:0; z-index:20; margin-left:-60px;}
.zzsc .down{ display:block; width:120px; height:12px; background:url(images/arrow.jpg) no-repeat left top; position:absolute; left:50%; top:88px; z-index:20; margin-left:-60px;}

/*------------------------------------*\
	Responsive
\*------------------------------------*/


.pagelist {
    display: inline-block;
    padding: 0;
    margin: 10px auto;
}

.pagelist li {display: inline;}

.pagelist li a {
    color: black;
    float: left;
    padding: 6px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagelist li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagelist li a:hover:not(.active) {background-color: #ddd;}


/*------------------------------------*\
	Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #EEE;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #6195FF;
}
.owl-theme .owl-dots .owl-dot.active span {
	  background: #6195FF;
	  width:20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #6195FF;
    color: #FFF;
  	padding: 0px;
  	width: 50px;
  	height: 50px;
  	border-radius:3px;
  	line-height: 50px;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #6195FF;
}


/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  	display:none;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	text-align: center;
  	background: #6195FF;
  	border-radius:3px;
  	color: #FFF;
  	z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  	cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #6195FF;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}
