﻿/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }
/*General Style*/
body {
    line-height: 1.5em;
    color: #444;
    font-size: 13px;
   /* font-family: "Open Sans", 'Microsoft YaHei', "微软雅黑", AppleSDGothicNeo, Helvetica, Sans-serif;*/
    letter-spacing: 0.8px;
    margin: 0 auto;
    padding: 0 auto;
    background: #f7f7f7;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
	vertical-align:middle;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a, a:active, a:link, img {
    outline: none;
}
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #787878;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
.fix{overflow:hidden;}
br {
    font-size: 0;
    line-height: 0;
}
b, strong {
    font-weight: 600;
}
.float-left{
	float:left;
}

small, small a {
    font-size: 11px;
    color: inherit;
}
p {
    line-height: 1.875em;
    margin: 0;
	text-align:justify;
	text-justify:distribute-all-lines;/*IE*/
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.5em;
}
h1 { font-size: 30px;letter-spacing:1px;}
h2 { font-size: 24px;letter-spacing:1px;}
h3 { font-size: 22px;letter-spacing:1px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}
h6 { font-size: 14px;}

label {
    color: inherit;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.overflow-h {
    overflow: hidden;
}
ul.list-inline {
    margin-left: 0;
}
.home-main-contant-style{
    padding: 80px 0;
}
.home-main-contant-style2{
    padding-top: 80px;
}
.home-main-contant-style3{
    padding-bottom: 80px;
}
.main-contain{
    padding: 80px 0 130px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb65{
    margin-bottom: 65px;
}
.mt30{
    margin-top: 30px !important;
}
.mt65{
    margin-top: 65px;
}
.mt10{
    margin-top: 10px !important;
}
.mt15{
    margin-top: 15px;
}
.mr15{
    margin-right:15px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb5{
    margin-bottom: 5px;
}
.m0{margin:0px !important;}
.p0{padding:0px !important;}
.pbt30{
    padding: 25px 0;
}
.pl90{
	padding-left:90px !important;
}
.bg-gray {
    background: #f7f7f7;
}
.bg-white{
    background: #fff;
}
.blue{
	color:#5293cb;
}
.bordertop1{
    border-top:1px solid #ddd;
}
.main-theme-color1{
    background: #a0ce4e;  
}
.animated-img {
    margin-right: 30px;
}
.animated-title {
    font-size: 18px;
    font-weight: 700;
}
.full-image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/*.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
	height:calc(100vh - 119px);
}*/

/*PAGE HEADING BREADCRUMB*/
.page-heading::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
    padding: 25px 0;
	min-height: 300px;
    position: relative;
    z-index: 1;
}

.page-heading .title {
    /*font-family: "Raleway";*/
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
	margin-top: 8%;
	letter-spacing: 3px;
}
.page-heading .breadcrumb{
    font-size: 13px;
    text-transform: none;
    color: #bfbfbf;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
	position:absolute;
	bottom: 15px;
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
}

/*DETAILS PAGE*/
.Details-page .nav-tabs {
    border: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
    display: table;
}
.Details-page .nav-tabs > li {
  	float: none;
  	margin-bottom: 0;
  	color: #000;
  	display: inline-block;
}
.Details-page .nav-tabs > li:first-child{
	margin-right: 5px;
}
.Details-page .nav-tabs > li > a {
  	margin: 0;
  	padding: 15px 75px;
  	font-size: 15px;
  	text-align: center;
  	border-radius: 3px;
  	border: 1px solid #dedede;
}
.Details-page .nav-tabs > li > a:hover{
	background:#fff;
}
.Details-page .nav-tabs > li.active > a, .Details-page .nav-tabs > li.active > a:focus, .Details-page .nav-tabs > li.active > a:hover {
  	color: #fff;
  	cursor: default;
  	background: #439ded none repeat scroll 0 0;
  	border-radius: 3px;
 	border: 1px solid #439ded;
}
.details-title {
  	position: relative;
  	font-size: 24px;
  	line-height: 17px;
  	font-weight: 600;
  	color: #161616;
	/*padding-bottom: 25px;*/
	/*margin: 45px 0;*/
	margin-bottom: 45px;
}
.details-title-center{
	text-align: center;
	font-size: 26px !important;
}
/*.details-title::before {
  	position: absolute;
  	content: '';
 	background-color: #161616;
  	left: 0;
  	bottom: 0;
	width: 45px;
	height: 4px;
}
.details-title-center::before{
	position: absolute;
	left: 50% !important;
	margin-left: -22px;
  	bottom: 0;
}*/

.carousel-inner > .item > a > img, .carousel-inner > .item > img{
	width:100vw !important;
}


/*ABOUT US*/
.aboutUs-home{
	font-size: 14px;
}
.page-heading-aboutUs{
	background: rgba(0, 0, 0, 0) url("../img/breadcrumb_aboutUs.jpg") no-repeat fixed bottom right / cover ;
}
.company-contant{
	font-size:16px;
}
.company-title{
	font-size: 18px;
	color:#222;
	margin: 20px 0 10px;
	font-weight: 600;
}
#about2 {
    /*background-image: linear-gradient(45deg, #adadad, #e4e4e4, #ffffff, #ffffff, #f1f1f1, #e0e0e0);*/
  	padding-top: 158px;
  	margin-top: -158px;
}
@media only screen and (min-width:0) and (max-width:768px) {
  	.Details-page .nav-tabs > li > a {
    	padding: 15px 30px;
  	}
  	#about2 {
        /* background-image: linear-gradient(45deg, #afafaf, #e4e4e4, #ececec, #ffffff);*/
    	padding-top: 158px;
    	margin-top: -158px;
  }
}


/*----------------------------------------*/
/*  About CSS
/*----------------------------------------*/
/*-- About Image --*/
.about-image {
  margin-right: 52px;
  width: 318px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-image {
      margin-right: 35px;
      width: 345px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image {
      margin-bottom: 30px;
      float: none; } }
  @media only screen and (max-width: 767px) {
    .about-image {
      margin-bottom: 30px;
      margin-right: 0;
      float: none;
      width: auto; } }
  .about-image img {
    width: 100%; 
	  height:487px;
}

/*-- About Content --*/
.aboutP{
	padding-top: 40px;
	padding-bottom: 120px;
}
.about-content h1 {
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 30px;
  color:#161616;}
  @media only screen and (max-width: 479px) {
    .about-content h1 {
      font-size: 30px;
      line-height: 30px; } }
  .about-content h1 span {
    color: #0064bc; }
.about-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 23px; }
.about-content p {
  font-size: 16px;
  line-height: 27px; }

/*-- Funfact --*/
.funfact {
  border: 1px solid #eeeeee;
  margin-top: 32px;
  float: left;
  width: 100%; }
  .funfact .single-funfact {
    float: left;
    width: 25%;
    padding: 28px 15px 28px; }
    @media only screen and (max-width: 767px) {
      .funfact .single-funfact {
        width: 50%; }
        .funfact .single-funfact:nth-child(3) {
          border-top: 1px solid #eeeeee;
          border-left: 0px solid #eeeeee; }
        .funfact .single-funfact:nth-child(4) {
          border-top: 1px solid #eeeeee; } }
    .funfact .single-funfact + .single-funfact {
      border-left: 1px solid #eeeeee; }
    .funfact .single-funfact h2 {
      font-size: 30px;
      color: #0064bc;
      line-height: 24px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 8px; }
    .funfact .single-funfact p {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0;
      color: #8f8f8f; }


/*----------------------------------------*/
/*   Feature CSS
/*----------------------------------------*/
.feature-area {
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; 
  padding-bottom: 20px;
  padding-top: 80px;
  margin-bottom: 100px;
}
  .feature-area::before {
    background-color: #0071b0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 59.8%;
    opacity: 0.9; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .feature-area::before {
        width: 63.5%; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .feature-area::before {
        width: 65%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .feature-area::before {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .feature-area::before {
        width: 100%; } }

/*-- Feature Wrapper --*/
.feature-wrapper > h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff; }
  @media only screen and (max-width: 479px) {
    .feature-wrapper > h2 {
      font-size: 24px; } }
.feature-wrapper > p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 45px;
  color: #ebebeb;
  font-weight: 500; }

/*-- Single Feature --*/
.single-feature {
  margin-bottom: 60px;
  padding-right: 60px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature {
      padding-right: 30px; } }
  @media only screen and (max-width: 479px) {
    .single-feature {
      padding-right: 15px; } }
  .single-feature img {
    margin-bottom: 10px; }
  .single-feature h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 17px; }
    .single-feature h4::before, .single-feature h4::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      background-color: #fff;
      height: 1px;
      width: 38px; }
    .single-feature h4::after {
      bottom: 4px;
      width: 56px; }
  .single-feature p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    line-height: 23px;
    color: #fff;
    font-weight: 400; }


.ceo-article{
	position:relative;
	min-height: 850px;
	padding-top: 40px;
}
.ceo_desc{
	font-size:17px;
	font-weight:400;
	color:#444;
	letter-spacing: 0.5px;
	line-height: 30px;
}
  
.about_img.ceo_figure.cont-dbl {
    position: absolute;
    top: 125px;
    left: 55.3%;
    margin-top: 0px;
    right: 0
  }
.ceo_img {
    max-width: 100%;
}
.sign_box img{
	width: 15%;
	margin-top: 35px;
	margin-left: 270px;
}

/*history style*/
.page-heading-history{
	background: rgba(0, 0, 0, 0) url("../img/breadcrumb_history.jpg") no-repeat fixed bottom center / cover ;
}
.page-heading-schools{
	background: rgba(0, 0, 0, 0) url("../img/breadcrumb_schools.jpg") no-repeat fixed center center / cover ;
}
.page-heading-pro{
	background: rgba(0, 0, 0, 0) url("../img/breadcrumb_pro.jpg") no-repeat fixed bottom center / cover ;
}
.page-heading-contantUs{
	background: rgba(0, 0, 0, 0) url("../img/breadcrumb_contantUs.jpg") no-repeat fixed bottom left / cover ;
}
.history-section{padding-bottom:80px;}
.section-heading { padding: 30px 0; }
.our-history{font-size:14px;}
.section-title { font-size: 26px; color: #333333; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; text-align: center; letter-spacing: 1px; }

.section-subtitle { font-family: 'Playfair Display', serif; font-style: italic; font-size: 16px; color: #999999; margin-bottom: 15px; text-align: center; }

.design-arrow { width: 1px; height: 50px; background: #dddddd; position: relative; margin: 10px auto; }
.design-arrow.inline-arrow { display: inline-block; vertical-align: middle; float: none; }
.design-arrow:after { content: ""; display: block; position: absolute; width: 11px; height: 11px; border: 2px solid #1258fa; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; top: 100%; left: -5px; }
.wrap-timeline { position: relative; }
.wrap-timeline:after { content: ''; position: absolute; top: 0; display: block; bottom: 110px; left: 50%; width: 2px; margin-left: -1px; background: #eff2f7; }
.wrap-timeline .top-row .time-title { text-align: center; height: 80px; position: relative; }
.wrap-timeline .top-row .time-title .round-ico { position: absolute; left: 50%; margin-left: -26px; bottom: 40px; z-index: 1; width: 52px; height: 52px; line-height: 44px; }
.wrap-timeline .top-row .time-title .round-ico .icon { font-size: 16px; text-align: center; color: #666666; }
.wrap-timeline .top-row .time-title .round-ico:after { content: ''; display: block; position: absolute; width: 2px; height: 52px; left: 50%; top: 42px; margin-left: -1px; background: #eff2f7; }
.wrap-timeline .row { position: relative; }
.vcase-box .wrap-timeline .row > .round-ico.big{left: 5%;}
.vcase-box .wrap-timeline:after{left:5%;}
.wrap-timeline .row > .round-ico.big { position: absolute; top: -5px; left: 50%; margin-left: -20px; z-index: 1; }
.wrap-timeline .row > .round-ico.big:after { content: ''; display: block; position: absolute; width: 34px; height: 1px; left: 100%; top: 13px; background: #cacddc; }
.wrap-timeline .row > .round-ico.big:before { position: absolute; content: ''; display: block; width: 7px; height: 7px; right: -37px; top: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #cacddc; }
.wrap-timeline .row > .round-ico.little { position: absolute; top: 4px; left: 50%; margin-left: -13px; z-index: 1; }
.wrap-timeline .row > .round-ico.little:after { content: ''; display: block; position: absolute; width: 34px; height: 1px; right: 100%; top: 6px; background: #cacddc; }
.wrap-timeline .row > .round-ico.little:before { position: absolute; content: ''; display: block; width: 7px; height: 7px; left: -37px; top: 3px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #cacddc; }
.wrap-timeline .left-row { text-align: right; margin-bottom: 35px; }
.wrap-timeline .right-row { text-align: left; margin-bottom: 20px; }
.wrap-timeline .right-row .time-item { padding-left: 78px; }
.wrap-timeline .left-row .time-item { padding-right: 78px; }
.wrap-timeline .time-item { padding-top: 6px; }
.wrap-timeline .time-item .date { font-size: 14px; text-transform: uppercase; color: #1258fa; margin-bottom: 10px; }
.wrap-timeline .time-item .time-image img { max-width: 100%; margin-bottom: 20px; width: auto; }
.wrap-timeline .time-item .title { font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 15px; }
.wrap-timeline .time-item p { margin: 0; }
.round-ico { width: 40px; height: 40px; background: #fff; border: 5px solid #eff2f7; border-radius: 50%; -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc; -moz-box-shadow: inset 0px 0px 0px 2px #cacddc; box-shadow: inset 0px 0px 0px 2px #cacddc; }
.round-ico.little { width: 25px; height: 25px; background: #fff; border: 5px solid #eeeef2; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -webkit-box-shadow: inset 0px 0px 0px 2px #cacddc; -moz-box-shadow: inset 0px 0px 0px 2px #cacddc; box-shadow: inset 0px 0px 0px 2px #cacddc; }

/*school style*/
.school-section .client_slider{
	display:block;
}
.school-section .client_slider .item{
	width:190px;
	float:left;
}
.school-section .client_slider .item img{
	width:60%;
}



/*Buttons Style*/
.btn {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.btn-common{
	background: #439ded none repeat scroll 0 0;;
	border-radius: 3px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
    cursor: pointer;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn-small{
	font-size:13px !important;
	padding: 6px 30px !important;
}
.btn-common:hover{
	background:none;
	border:1px solid #439ded;
	color:#439ded;
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.cd-ext-large {
    border-radius: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.btn-large {
    font-size: 14px;
    padding: 20px 80px;
}

.btn-medium {
    font-size: 14px;
    padding: 15px 60px;
}

.btn-small {
    padding: 10px 40px;
}

.btn-mini {
    padding: 5px 20px;
}

.btn-large.border-btn {
    padding: 20px 80px;
}

.btn-medium.border-btn {
    padding: 15px 60px;
}

.btn-small.border-btn {
    padding: 10px 40px;
}

.btn-mini.border-btn {
    padding: 5px 20px;
}

/*Title Style 2*/
.home_title{
	color: #161616;
}
.txt_blue{
	font-size: 18px;
	color:#5293cb;
}
.dividerHeading,.widget_title
{
    text-align: center;
    position: relative;
}
.dividerHeading h4,
.widget_title h4
{
    font-size:18px;
    position:relative;
    line-height:0;
    border-bottom: 1px solid #a0ce4e ;
    text-transform: uppercase;
}
.dividerHeading h4 span{
    background:white;
    position:relative;
    line-height: 7px;
    top: 4px;
    display: inline-block;

}
.dividerHeading h4 span:before,
.dividerHeading h4 span:after,
.widget_title h4 span:after,
.widget_title h4 span:before
{
    color:#a0ce4e ;
    font-size:10px;
    content: "\f10c";
    font-family:fontawesome;
    display: inline-block;

}
.dividerHeading h4 span:before,
.widget_title h4 span:before
{
    margin-right:10px ;
}
.dividerHeading h4 span:after,
.widget_title h4 span:after
{
    margin-left:10px ;
}
.widget_title {
    position: relative;
}
.widget_title h4 {
    font-size: 14px;
    text-transform: uppercase;
}


/*Title Style 3*/
.widget-title {
    height: 28px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.widget-title h2 {
    background-color: #a0ce4e;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
    position: relative;
}
.ta-border {
    background-color: #a0ce4e;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jy-title{
	font-size:16px;
	color: #000;
	line-height: 40px;
}
.content-post-jy{
	font-size:14px;
	padding:25px 20px !important;
}
.content-post-jy img{
	width:35%;
	float: right;
	margin-bottom: 30px;
}
.title-post-jy{
	color:#000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align:justify;
	line-height: 25px !important;
}
/*Title Style 4*/
.cd-home-title {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.cd-home-title p {
    font-size: 16px;
}
.cd-home-title h2 {
    /*font-family: raleway;*/
    font-size: 26px;
    font-weight: 400;
    margin-bottom:15px;
    text-transform: uppercase;
}

/*Title Style 5*/
.cd-ecomm-heading h3::before, .cd-ecomm-heading h3::after {
    width: 100%;
}
.h-style-5 h3::before, .h-style-5 h3::after {
    border-bottom-style: solid;
    border-top-style: solid;
    height: 6px;
    top: 15px;
}
.cd-ecomm-heading h3::before {
    right: 100%;
}
.cd-ecomm-heading h3::before, .cd-ecomm-heading h3::after {
    border-color: #bbb;
    border-width: 1px;
    content: " ";
    position: absolute;
    width: 50%;
}
.cd-ecomm-heading h3::after {
    left: 100%;
}
.cd-ecomm-heading h3 {
    display: inline-block;
    line-height: 34px;
    padding: 0 12px;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
}
.cd-ecomm-heading.h-style-5 > p {
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    width: 70%;
}


/*SLIDER HOME STYLE*/
.carousel-caption {
    right: 15%;
    left: 16%;
    text-shadow: none;
    padding: 0;
    bottom: 57%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
/*#mega-slider{
	height: calc(100vh - 119px);
}*/
#mega-slider .item::before {
    background: rgba(5, 5, 5, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#mega-slider .slideBlue{
	color:#439ded;
	font-size: 66px;
	margin: 0 30px;
	font-weight: 600;
}

@media (max-width: 767px) {
   .carousel-caption{
       display:none;
    }
}
.carousel-caption > h2 {
    font-family: "raleway";
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > h2:after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: opacity 0.5s, margin-top 0.5s;
    transition: opacity 0.5s, margin-top 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-caption > p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
	line-height: 2em !important;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > a{
	margin-top:40px;
	-webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 2.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-inner .item.active .carousel-caption > h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
    opacity: 1;
    margin-top: 0px;
}
.carousel-inner > .beactive {
    display: block;
}
.carousel-control {
    width: 80px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/banner/arrow-left.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 33px 60px;
    -webkit-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
}
.carousel-control.left {
    left: -100px;
}
.carousel-control.right {
    background-image: url(../img/banner/arrow-right.png) !important;
    right: -100px;
}
.carousel {
    overflow: hidden;
}
.carousel:hover .carousel-control.left {
    left: 0;
}
.carousel:hover .carousel-control.right {
    right: 0;
}


/*JOB Style*/
.page-heading-job{
	background: rgba(0, 0, 0, 0) url("../img/breadcrumb_job.jpg") no-repeat fixed bottom right / cover ;
}

.hire-box {	
	width: 100%;
	margin-bottom: 25px;
	position: relative;
}
.hire-content-box .fa-lg{
	font-size:1.2em;
}
.hire-content-box .box-icon {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.hire-content-box .box-icon {
	
	text-align: center;
	font-size: 72px;
	margin: 0 auto 25px auto;
	position: relative;
	z-index: 15;
}
.hire-content-box .box-icon-wrap {
	position: relative;
	margin: 0 auto 25px auto;
	height: 130px;
	width: 130px;
	border-radius: 130px;
	-webkit-backface-visibility: hidden;
}
.hire-content-box .box-icon-wrap:before,
.hire-content-box .box-icon-wrap:after {
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: inherit;
	opacity: 0;
	z-index: 10;
}

.hire-content-box .box-icon-wrap:after {
	width: 132px;
	height: 132px;
	left:-1px;
	top:-1px;
}

.hire-content-box .border-active .box-icon:after {
	/*content: "";*/
	display: block;
	width: 144px;
	height: 144px;
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 137px;
	z-index: 10;
}
.hire-content-box .back-active .box-icon-wrap:before {
	opacity: 1;
}

.hire-content-box .back-active .box-icon-wrap:after {
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-transform:scale(0.1);
	-ms-transform:scale(0.1);
	transform:scale(0.1);
	opacity: 0;
}

.hire-content-box .back-active:hover .box-icon-wrap:after {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1;
}

.hire-content-box .back-active .box-icon {
	font-size: 42px;
	line-height: 130px;
	margin: 0 auto 0 auto;
}

.hire-content-box .box-icon {
	font-size: 58px;
	text-align: center;
	position: relative;
}

.hire-content-box .box-icon-wrap {
	position: absolute;
	top: 5px;
}

.hire-content-box .back-active .box-icon-wrap {
	margin: 0;
	height: 70px;
	width: 70px;
	border-radius: 70px;
}


.hire-content-box .box-icon-wrap:after {
	height: 72px;
	width: 72px;
	border-radius: 72px;
}

.hire-content-box .back-active .box-icon {
	font-size: 26px;
	line-height: 70px;
	position: relative;
	z-index: 15;
}

.hire-content-box .box-data {
	padding-left: 100px;
	font-size:24px;
	color:#222;
}
.hire-content-box .box-data h4{
	margin-bottom:10px;
}
.hire-content-box .box-data em{
	font-size:33px;
	color:#e0ebfe;
	margin-right:5px;
}
.hire-content-box .box-data p{
	font-size:14px;
	color:#6a6a6a;
}
.box-icon-wrap:before {
    background-color: #eef0f1;
}
.box-icon-wrap:after {
    background-color: #439ded !important;
}

.box-icon {
    color: #439ded;
}

.hire-content-box:hover .box-icon {
    color: #ffffff !important;
}

#job-table {
	min-width:100%;
	background: #f9f9f9;
	border:none;
}
#job-table thead th, #job-table tbody td {
	border:none;
	text-align: center;
	font-size: 14px;
}
#job-table thead th {
	background: #439ded;
	color: #fff;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #f9f9f9;
}
.job-div {
	padding: 60px 0;
}
.job-div h5{
	margin-bottom:10px;
	font-weight: 600;
	color: #444;
}
.job-div ul{
	line-height: 30px;
}
.job-div ul i{
	color:#439ded;
	margin-right: 10px;
}
.highlights-content{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:40px;
	
}
.highlights-content-item{
	background-color:#f5faff;
	color:#1787fb;
	font-size:12px;
	line-height:12px;
	margin-right:10px;
	padding:7px 10px;
}


/*CEO*/
.CEO-block::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.CEO-block {
    background: rgba(0, 0, 0, 0) url("../img/CEO-bg.jpg") no-repeat fixed center center / cover ;
    position: relative;
    z-index: 1;
}
.CEO-block img{
	margin-top:-61px;
	max-width:109% !important;
}
.secondary-color, .CEO-item > h5, .CEO-item > h6{
    color: #fff;
    line-height:30px;
}
.secondary-color{
	padding: 20px 0;
}

/*PRODUCT STYLE*/
.productBg{
	background:url("../img/productBg_10.jpg") no-repeat fixed center center / cover;
	padding: 65px;
	min-height: 382px;
}
.productBg img{
	width: 25%;
}
.productBg p{
	font-size: 20px;
	color:#ffffff;
	line-height: 40px;
	margin-left: 70px;
}
article.post.style2,
.post-list.style2 {
	border-bottom: none;
	padding-bottom: 0;
	box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
}

article.post.clearfix,
.post-list.clearfix{
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

article.post.style2:hover,
.post-list.style2:hover{
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	     -o-transform: translateY(-10px);
	        transform: translateY(-10px);
	cursor:pointer;
}
.post-jy.style2:hover{
	cursor: default !important;
}
article.post.style2:hover .featured-post img,
.post-list.style2:hover .featured-post img{
	opacity: 0.5;
}

.post.style2 .featured-post {
    margin-bottom: 0px;
    background-color: #1688d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post.style2 .content-post.style2 {
    padding: 25px 25px 19px 33px;
}

.post.style2.column .content-post {
	position: relative;
    padding: 24px 29px;
    background-color: #fff;
}

.post.style2.column .content-post h2.title-post {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 4px;
}

.post.style2.column .content-post h2.title-post a,
.post.style2.column .content-post .readmore:hover {
    color: #222;
	font-weight: 600;
}

.post.style2.column .content-post h2.title-post a:hover {
    color: #1688d3;
}

.post.style2.column .content-post p {
	line-height: 24px;
	margin-bottom: 5px;
}

.post.style2.column .content-post .readmore {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	color: #1688d3;
}

.post.style2.column .content-post .readmore::before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 65px;
	height: 1px;
	content: "";
	background-color: #1688d3;
	-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;
}

.post.style2.column .content-post .readmore:hover:before {
	width: 0;
}
.post-list .content-post .date{
	position:absolute;
	left:0;
	top:30px;
	height: 64px;
	width:64px;
	background: #439ded;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
}

/*WHY CHOOSE US*/
.flat-accordion{
	padding:14% 0 5% 0;
}
.flat-accordion .toggle-title {
    position: relative;
    font-size: 16px;
    /*font-weight: 700;*/
    color: #222;
    cursor: pointer;
    padding: 14px 0px 12px 40px;
}

/*.flat-accordion .toggle-title:hover{
	color:#0379cd;
}*/

.flat-accordion .flat-toggle:nth-of-type(2) .toggle-title,
.flat-accordion .flat-toggle:nth-of-type(3) .toggle-title {
    padding-left: 41px;
}

.flat-accordion .flat-toggle:nth-of-type(2) .toggle-title::before,
.flat-accordion .flat-toggle:nth-of-type(3) .toggle-title::before {
    top: 14px;
}

.flat-accordion .flat-toggle:nth-of-type(2) .toggle-title::after,
.flat-accordion .flat-toggle:nth-of-type(3) .toggle-title::after {
    top: 10px;
}

.flat-accordion .toggle-title::before {
    position: absolute;
    left: 1px;
    top: 13px;
    content: "";
    width: 20px;
    height: 20px;
	background:#66646D url("../img/toggle-icons.png") no-repeat 6px -148px;
}

.flat-accordion .toggle-title.active::before {
    background-color: #1688d3;
}

.flat-accordion .toggle-title::after {
    position: absolute;
    left: 2px;
    top: 9px;
    /*content:"\4c";*/
    font-family: 'ElegantIcons';
    color: #fff;
}

.flat-accordion .toggle-title.active::after {
    /*content:"\4b";*/
}

.flat-accordion .toggle-content {
    display: none;
    padding: 7px 0px 8px 42px;
    overflow: hidden;
}

.flat-accordion .toggle-content p {
    color: #66646d;
    line-height: 24px;
}


/*Client Slider*/
/*.client_logo_area {
  margin-top:20px;
}
*/
.client_logo_area.white_client {
  background: #fff;
}

.client_slider .item {
  text-align: center;
  line-height: 170px;
}

.client_slider .item img {
  max-width: 100%;
  width: 50%;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
  opacity: 0.5;
}

.client_slider .item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

/* Scroll Top Button */
.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #b9deff;
    background: #439ded;
    text-align: center;
    border: 2px solid #66aff1;
}
.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%);
}
.tran3s {
  transition: all 0.3s ease-in-out;
}


/*CONTANT STYLE*/
.contant-box{
	background:#fff;
	box-shadow: 0 0 33px #d3d3d3;
	padding: 30px 57px;
	font-size: 14px;
	min-height: 210px;
}
.contant-box i{
	font-size:35px;
	color:#439ded;
	margin-bottom:15px;
}
.contant-box .contant-title{
	font-size:16px;
	color:#000;
	margin-bottom: 10px;
	text-align: center;
}

/*VCASE MAIN PAGE STYLE*/
.vcase-box{
	padding:80px 30px 100px 67px;
	font-size: 13px;
}
.vcase-box-title{
	font-size:22px;
	font-weight:600;
	color:#161616;
	margin:20px 0;
}
.vcase-boxTop .box-ico1{
	position:relative;
	padding:60px 33px 60px 73px;
	font-size: 13px;
	color:#888;
}
.vcase-boxTop .boxTop-title{
	color:#000;
	font-size: 16px !important;
	font-weight: 500;
	margin-bottom: 8px;
}
.vcase-boxTop .box-ico1 p{
	line-height:22px;
	font-size:13px;
}
.vcase-boxTop img{
	position:absolute;
	left:6px;
	top:60px;
	height: 50px;
	width:50px;
}

.vcase-info{
	font-size: 14px;
}
.vcase-info .details-title{
	margin-bottom: 20px;
}
.vcase-info .vcase-info-text{
	line-height: 30px;
}
.vcase-info .vcase-info-text .vcase-info-title{
	color:#444;
	font-weight: 600;
	font-size: 14px;
	margin-top:12px;
}
.vcase-info .vcase-info-text i{
	color:#439ded;
	margin-right: 10px;
}


.vcase-info-item h2{
    font-size:26px;
    font-weight: 800;
}
.vcase-info-item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.vcase-info-item li i{
    font-size:12px;
    margin-right: 5px;

}
.vcase-info-item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.vcase-info-item .business_btn{
    margin-left:-10px;
}
.vcase-info-item .business_btn a{
    margin-left:10px;
}
.vcase-info-item .business_btn .btn-default{
    color:#444444;
}


.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.vcase-info-slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
	width:95%;
}

.vcase-info-slid .vcase-info-items{
    background-color: #fff;
    margin: 0;
}

.vcase-info-slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.vcase-info-slid .nextprevleft{
    left:5.9%;
}
.vcase-info-slid .nextprevright{
    right:6%;
}
.vcase-info-slid .nextprevleft:hover,
.vcase-info-slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.vcase-info-slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}




.vcase-course .vcase-course-title{
	font-size:16px;
	color:#000;
	font-weight:600;
	margin:45px 0 20px;
}
.vcase-contant{
	padding:45px 0;
}
.call-to-action {
    padding: 80px 0;
}
.call-to-action .action-content{
	padding-left:20px;
}
..call-to-action h4{ color:#000;}
.action-heading{
	border-left: 4px solid #439ded;
	padding-left: 20px;
}
.action-heading h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
	color:#222;
}

.action-heading p {
    color: #808080;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: unset;
}

.portfolio-heading-section {
    padding-top: 100px;
}

.portfolio-section-two {
    padding-bottom: 100px;
}

.portfolio-filter {
    margin-bottom: 50px;
}

.portfolio-filter li a {
    border: 1px solid #eee;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 1.5px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    background: #439ded;
    color: #fff;
    border: 1px solid transparent;
}

.portfolio-grid {
    overflow: hidden;
}

.portfolio-item {
    float: left;
    width: 33.333333333%;
}
.portfolio-4-column .portfolio-item {
    width: 25%;
}

.portfolio-item-content {
    overflow: hidden;
    position: relative;
}

.portfolio-item-content img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}

.portfolio-item-description {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    opacity: 0;
}

.portfolio-item-content:hover .portfolio-item-description {
    opacity: 1;
}

.description-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.portfolio-item-description h6 a {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.portfolio-item-description p {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-cat li {
    margin-right: 10px;
    display: inline;
    position: relative;
}

.portfolio-cat li a {
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
}

.portfolio-cat li::before {
    content: ",";
    right: -5px;
    position: absolute;
    color: #ffffff;
}

.portfolio-cat li:last-child {
    margin-right: 0;
}

.portfolio-cat li:last-child::before {
    content: "";
}

.portfolio-item-description .action-btn {
    text-align: center;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
    position: absolute;
}

.portfolio-item-description .action-btn a {
    background: #2772DB none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.button.load-more-btn {
    margin-top: 30px;
}

.button.load-more-btn i {
    margin-left: 5px;
}


/*VCASE STYLE*/
.mfp-content iframe{
	min-height:410px !important;
}
.vcase_photo_box{
	margin-bottom:100px;
	padding-top: 80px !important;
}
.vcase-box .video iframe {
    border: none;
    width: 100%;
    height: 300px;
}
.video {
    background: url("../img/v-bg.jpg") no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
   min-height: 420px;
    position: relative;
}
.vcase-box .video a span{
	background: url("../img/player.png")no-repeat 0px 0px;
	width:65px;
    height:65px;
    position: absolute;
    top: 48%;
    left: 48%;
}
h3.tittle.vd {
    color: #fff;
    padding-top: 4.5em;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
.con-video{
	width:100%;
	height: 100%;
	margin-top: 30px;
}


/*VCase 核心产品*/

.about-area-heading {
    margin: 0;
    margin-bottom: 100px;
}

.about-area-heading .area-title {
    letter-spacing: 1px;
}

.about-area-heading p {
	font-size: 15px;
    text-align: justify;
}

.about-section .area-heading::before {
    left: 0;
    transform: translateX(0);
}
.area-heading {
    margin: 0 auto 100px;
    position: relative;
}

.area-heading::before {
    background: #2772DB;
    content: "";
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 70px;
}

.area-heading-2 {
    width: 100%;
}

.area-heading-2.area-heading::before {
    left: 0;
    transform: translateX(0%);
}

.area-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
	color:#222;
}

.tab-image {
    text-align: center;
}

.tab-image > img {
  max-width: 100%;
}

.tab-heading-content i {
    color: #232323;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.tab-heading-content h5 {
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.about-feature {
    text-align: center;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  padding: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #2772DB;
}

.image img {
    width: 100%;
}

/*TABLE STYLE*/
table {
    font-family: inherit;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

