/*--------------------------------
     2020.01.05
---------------------------------*/
body {
	background-color: #fff; 
	font-family:Roboto, 'Open Sans', Arial,微软雅黑, sans-serif;
	font-size: 14px;
	color:#555;
}

/*--------------------------------
      头部
---------------------------------*/
.navbar-default{
background:rgba(12,86,137,0.85); height:70px; line-height:70px;	border:0; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 0px 0px rgba(0, 0, 0, 0.1);}
.navbar-default .navbar-brand{color:#fff; }
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#fff;background-color:transparent; font-weight:600;}
.navbar-default .navbar-text{color:#fff;}
.navbar-default .navbar-nav>li>a{color:#fff;height:70px; line-height:40px;}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#fff;background:rgba(255,255,255,0.3);}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#fff;background:rgba(0,0,0,0.1);}
.navbar-default .navbar-nav>.active2>a,.navbar-default .navbar-nav>.active2>a:hover,.navbar-default .navbar-nav>.active2>a:focus{color:#fff;background:rgba(255,255,255,0.3);}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
.navbar-default .navbar-toggle{border-color:#ddd; margin-top:20px;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}
.navbar-default .navbar-toggle .icon-bar{background-color:#888}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#fff;background:rgba(12,86,137,0.9);}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555;}

.logo{ height:45px; padding:5px;}
.logo1{ height:50px; padding:5px;}
.logo-width-100{ width:100%;}

/*--------------------------------
     公共
---------------------------------*/

.f14px{ font-size:14px;}
.f14px-50b{ font-size:16px; border-bottom:1px #ccc dotted; padding:5px; color:#333;}
.f14px-50b a{ font-size:16px; border-bottom:1px #ccc dotted; padding:5px; color:#333;}
.f14px-red{ font-size:14px; color:#ff0000;}
.pang-head h4{ font-size:18px;font-family:”Microsoft YaHei”; font-weight:700; border-bottom:1px #ccc solid;color:#3d579d;}
.img100{ width:100%;}


/*--------------------------------
      section01
---------------------------------*/
.sec__meta{ font-size:18px; color:#555;}
.sec__title{font-size:48px; color:#0d66a0; font-weight:700;}
.sec__desc{ font-size:16px; color:#555; line-height:24px;}

/*====================================================
    section02 howitworks-area
 ====================================================*/
.howitworks-area {
  background-color: #f8f9fe;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1; }
  .howitworks-area .sec-heading .sec__title {
    line-height: 60px; }
    @media (max-width: 768px) {
      .howitworks-area .sec-heading .sec__title br {
        display: none; } }
    @media (max-width: 480px) {
      .howitworks-area .sec-heading .sec__title {
        line-height: 55px; } }
    @media (max-width: 425px) {
      .howitworks-area .sec-heading .sec__title {
        line-height: 45px; } }
  .howitworks-area .hiw-content {
    margin-top: 28px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .howitworks-area .hiw-content .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .howitworks-area .hiw-content .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .howitworks-area .hiw-content .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .howitworks-area .hiw-content .hiw-item {
      background-color: #fff;
      padding: 65px 30px 40px 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-bottom: 30px;
      position: relative;
      z-index: 1;
      border: 1px solid rgba(103, 114, 134, 0.2); }
      @media only screen and (min-width: 481px) and (max-width: 767px) {
        .howitworks-area .hiw-content .hiw-item {
          width: 70%;
          margin-left: auto;
          margin-right: auto; } }
      .howitworks-area .hiw-content .hiw-item .flaticon__icon {
        width: 70px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;
        color: #09639e;
        line-height: 70px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .howitworks-area .hiw-content .hiw-item .flaticon__icon span {
          font-size: 50px;
          position: absolute;
          top: 50%;
          left: 50%;
          line-height: 0;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .howitworks-area .hiw-content .hiw-item .flaticon__icon:before, .howitworks-area .hiw-content .hiw-item .flaticon__icon:after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 12px;
          background-color: rgba(9, 99, 158, 0.1);
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-transform: rotate(33deg);
          -moz-transform: rotate(33deg);
          -ms-transform: rotate(33deg);
          -o-transform: rotate(33deg);
          transform: rotate(33deg);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .howitworks-area .hiw-content .hiw-item .flaticon__icon:after {
          left: auto;
          right: 0;
          top: auto;
          bottom: 0; }
      .howitworks-area .hiw-content .hiw-item .hiw__title {
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 500;
        margin-top: 43px;
        margin-bottom: 25px; }
        .howitworks-area .hiw-content .hiw-item .hiw__title a {
          color: #09639e; }
      .howitworks-area .hiw-content .hiw-item .hiw__desc {
        color: #677286;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400; }
      .howitworks-area .hiw-content .hiw-item:hover {
        border: 1px solid rgba(103, 114, 134, 0.1); }
        .howitworks-area .hiw-content .hiw-item:hover .flaticon__icon span {
          color: #fff; }
        .howitworks-area .hiw-content .hiw-item:hover .flaticon__icon:before, .howitworks-area .hiw-content .hiw-item:hover .flaticon__icon:after {
          background-color: rgba(255, 255, 255, 0.2); }
        .howitworks-area .hiw-content .hiw-item:hover .hiw__title a,
        .howitworks-area .hiw-content .hiw-item:hover .hiw__desc {
          color: #fff;
          z-index: 1;
          position: relative; }
        .howitworks-area .hiw-content .hiw-item:hover:before, .howitworks-area .hiw-content .hiw-item:hover:after {
          opacity: 1;
          visibility: visible;
          top: 0;
          bottom: auto;
          height: 100%; }
      .howitworks-area .hiw-content .hiw-item:before, .howitworks-area .hiw-content .hiw-item:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: rgba(9, 99, 158, 0.8);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
        visibility: hidden; }
      .howitworks-area .hiw-content .hiw-item:after {
        background-image: url("../images/about2.jpg");
        background-position: center;
        background-color: transparent;
        z-index: -1; }
  .howitworks-area .button-shared-wrap {
    margin-top: 30px; }
	
/*====================================================
  section03 team-area
 ====================================================*/



/*--------------------------------
    section04
---------------------------------*/
.section04{ background:#f8f9fe; padding-top:80px; padding-bottom:80px;}
.SELECT 
{ 
    BORDER: #eee 1px solid; 
    FONT-SIZE: 16px; 
    COLOR:#333333; 
    BACKGROUND-COLOR: #fff; 
	padding:5px;
	width:100%;
	height:50px;
	border-radius: 4px;
	margin-top:15px; margin-bottom:15px;
} 


/*====================================================
   section05 package-area
 ====================================================*/
.package-area {
  padding-top: 80px;
  position: relative;
  z-index: 1; }
  .package-area .package-tab-content {
    margin-top: 44px;
    padding-bottom: 90px; }
    .package-area .package-tab-content .nav-tabs {
      border: none; }
      .package-area .package-tab-content .nav-tabs li {
        float: none;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 6px; }
        .package-area .package-tab-content .nav-tabs li:last-child {
          margin-right: 0; }
        .package-area .package-tab-content .nav-tabs li a {
          background-color: #fff;
          -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          border: 1px solid #eee;
          color: #09639e;
          font-size: 16px;
          text-transform: capitalize;
          padding: 12px 25px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          font-weight: 500;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .package-area .package-tab-content .nav-tabs li a:hover, .package-area .package-tab-content .nav-tabs li a.active {
            background-color: #ff7e00;
            color: #fff;
            border-color: #ff7e00; }
    .package-area .package-tab-content .tab-content {
      margin-top: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .package-area .package-tab-content .tab-content .col-lg-3 {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .package-area .package-tab-content .tab-content .col-lg-3 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .package-area .package-tab-content .tab-content .col-lg-3 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .package-area .package-tab-content .tab-content .package-content {
        background-color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        padding: 45px 20px;
        position: relative;
        margin-bottom: 30px;
		min-height:300px;}
        @media only screen and (min-width: 481px) and (max-width: 767px) {
          .package-area .package-tab-content .tab-content .package-content {
            width: 70%;
            margin-left: auto;
            margin-right: auto; } }
        .package-area .package-tab-content .tab-content .package-content .package__title {
          font-size: 20px;
          text-transform: uppercase;
          color: #09639e;
          font-weight: 600; }
          .package-area .package-tab-content .tab-content .package-content .package__title span {
            display: block;
            font-size: 20px;
            text-transform: capitalize;
            margin-top: 20px; }
        .package-area .package-tab-content .tab-content .package-content .price__box {
          margin-top: 40px;
          margin-bottom: 45px;  }
          .package-area .package-tab-content .tab-content .package-content .price__box span {
            font-size: 30px;
            font-weight: 600;
            color: #ff7e00;
            position: relative;
            letter-spacing: -1px;
            margin-top: 50px; }
            .package-area .package-tab-content .tab-content .package-content .price__box span.currency {
              font-size: 35px; }
        .package-area .package-tab-content .tab-content .package-content .order__btn {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          padding: 10px 24px;
          background-color: #fff;
          -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          border: 1px solid #eee;
          color: #09639e;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px; }
          .package-area .package-tab-content .tab-content .package-content .order__btn .fa-shopping-cart {
            padding-right: 3px;
            font-size: 13px; }
        .package-area .package-tab-content .tab-content .package-content:hover {
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); }
          .package-area .package-tab-content .tab-content .package-content:hover:after {
            height: 100%; }
          .package-area .package-tab-content .tab-content .package-content:hover .order__btn {
            background-color: #ff7e00;
            color: #fff;
            border: 1px solid #ff7e00; }
        .package-area .package-tab-content .tab-content .package-content:after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 4px;
          height: 8%;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          background-color: #ff7e00; }



/*====================================================
    section06 testimonial-area
 ====================================================*/
 .pang-06{border: 1px solid #eee;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 10px;
      -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
      -webkit-box-shadow: 20px 20px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px  20px  5px rgba(153, 153, 153, 0.1);
	  background:#fff;
	  padding:30px;
	  min-height:330px;
	  }
	  
	 .pang-06 h4{ font-size:24px; color:#0d66a0; font-weight:700; padding:5px;}
	 .pang-06 p{ font-size:16px; color:#555;  padding:2px;}
	 .pang-06 img{  border-radius: 100px; width:150px; padding:10px;}
 
.testimonial-area {
  position: relative;
  padding-top: 119px;
  padding-bottom: 112px;
  z-index: 1;
  background-color: #f6f8f9; }
  .testimonial-area .random-img {
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 30px rgba(255, 126, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(255, 126, 0, 0.1);
    box-shadow: 0 10px 30px rgba(255, 126, 0, 0.1);
    border: 5px solid #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-area .random-img {
        display: none; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .testimonial-area .random-img {
        display: none; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .testimonial-area .random-img {
        display: none; } }
    .testimonial-area .random-img:nth-child(1) {
      top: 10%;
      left: -20px; }
      @media (max-width: 600px) {
        .testimonial-area .random-img:nth-child(1) {
          display: none; } }
    .testimonial-area .random-img:nth-child(2) {
      top: 32%;
      left: 15%; }
    .testimonial-area .random-img:nth-child(3) {
      top: 60%;
      left: 6%; }
    .testimonial-area .random-img:nth-child(4) {
      top: auto;
      bottom: 8%;
      left: 15%;
      width: 70px;
      height: 70px; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .testimonial-area .random-img:nth-child(4) {
          left: 6%; } }
    .testimonial-area .random-img:nth-child(5) {
      top: 20%;
      left: auto;
      right: 7%; }
      @media (max-width: 600px) {
        .testimonial-area .random-img:nth-child(5) {
          display: none; } }
    .testimonial-area .random-img:nth-child(6) {
      top: 53%;
      left: auto;
      right: 20%; }
    .testimonial-area .random-img:nth-child(7) {
      top: auto;
      left: auto;
      bottom: 20%;
      right: 4%; }
  .testimonial-area .client-testimonial {
    margin-top: 27px;
    position: relative; }
    .testimonial-area .client-testimonial:after {
      position: absolute;
      content: "\f10e";
      top: 50%;
      left: 80px;
      font-family: "FontAwesome";
      font-size: 120px;
      color: #09639e;
      opacity: .1;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }
    .testimonial-area .client-testimonial .owl-stage-outer {
      padding: 30px 0; }
    .testimonial-area .client-testimonial .testimonial-item .testi__img {
      width: 130px;
      height: 130px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      background-color: #fafafa; }
      .testimonial-area .client-testimonial .testimonial-item .testi__img .testi__img-cercle {
        position: absolute;
        width: 8px;
        height: 8px;
        top: 22px;
        right: 19px;
        background-color: #09639e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: .1; }
      .testimonial-area .client-testimonial .testimonial-item .testi__img img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .testimonial-area .client-testimonial .testimonial-item .testi__img:after {
        position: absolute;
        content: "";
        top: 5px;
        right: 1px;
        width: 16px;
        height: 16px;
        background-color: #09639e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: .2; }
      .testimonial-area .client-testimonial .testimonial-item .testi__img:before {
        position: absolute;
        content: "";
        top: -25px;
        right: -32px;
        width: 32px;
        height: 32px;
        background-color: #09639e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: .3; }
    .testimonial-area .client-testimonial .testimonial-item .testi__desc {
      font-size: 18px;
      color: #677286;
      line-height: 33px;
      margin-top: 25px;
      margin-bottom: 25px;
      font-weight: 500;
      font-style: italic; }
    .testimonial-area .client-testimonial .testimonial-item .tesi__title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 9px;
      color: #09639e; }
    .testimonial-area .client-testimonial .testimonial-item .testi__meta {
      font-size: 15px;
      text-transform: capitalize;
      font-weight: 400;
      color: #677286;
      background-color: rgba(103, 114, 134, 0.1);
      display: inline-block;
      padding: 4px 20px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .testimonial-area .client-testimonial .owl-dots {
      width: 100%; }
      .testimonial-area .client-testimonial .owl-dots div {
        width: 15px;
        height: 15px;
        border: 5px solid #ddd;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        display: inline-block;
        margin: 0 3px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .testimonial-area .client-testimonial .owl-dots div:hover, .testimonial-area .client-testimonial .owl-dots div.active {
          background-color: #fff;
          border-color: #ff7e00; }
		  
		  
/*====================================================
    section07 blog-area
 ====================================================*/

.blog-area {
  padding-top: 69px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-area .col-lg-8 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .blog-area .col-lg-8 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-area .sec-heading {
      text-align: center; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .blog-area .sec-heading {
      text-align: center; } }
  .blog-area .sec-heading .sec__title {
    line-height: 60px; }
    @media (max-width: 425px) {
      .blog-area .sec-heading .sec__title {
        line-height: 45px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-area .sec-heading .heading-circle {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .blog-area .sec-heading .heading-circle {
      margin-left: auto;
      margin-right: auto; } }
  .blog-area .blog-btn {
    margin-top: 132px;
    text-align: right; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .blog-area .blog-btn {
        text-align: center;
        margin-top: 28px;
        margin-bottom: 32px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .blog-area .blog-btn {
        text-align: center;
        margin-top: 28px;
        margin-bottom: 32px; } }
  .blog-area .blog-post-wrapper {
    margin-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-area .blog-post-wrapper .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .blog-area .blog-post-wrapper .blog-post-item {
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-bottom: 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #fff; }
      @media only screen and (min-width: 481px) and (max-width: 767px) {
        .blog-area .blog-post-wrapper .blog-post-item {
          width: 70%;
          margin-left: auto;
          margin-right: auto; } }
      .blog-area .blog-post-wrapper .blog-post-item .blog-post-img {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 4px 4px 0 4px;
        -moz-border-radius: 4px 4px 0 4px;
        border-radius: 4px 4px 0 4px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .blog-area .blog-post-wrapper .blog-post-item .blog-post-img .blog__img {
          width: 100%;
          -webkit-border-radius: 4px 4px 0 4px;
          -moz-border-radius: 4px 4px 0 4px;
          border-radius: 4px 4px 0 4px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .blog-area .blog-post-wrapper .blog-post-item .blog-post-img .blog__date {
          left: 20px;
          top: 20px;
          padding: 5px 15px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          background-color: #fff;
          color: #09639e;
          font-size: 14px;
          font-weight: 500;
          text-transform: capitalize;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog-title {
        padding: 29px 28px 29px 28px; }
        .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog-title .blog__title {
          font-size: 16px;
          color: #09639e;
          font-weight: 700;
          line-height: 28px;
          display: block;
		  text-align:center;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog-title .blog__title:hover {
            color: #ff7e00; }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog-title .blog__title {
              font-size: 22px; } }
          @media only screen and (min-width: 320px) and (max-width: 479px) {
            .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog-title .blog__title {
              font-size: 22px; } }
        .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog-title .blog__desc {
          font-size: 16px;
          font-weight: 400;
          margin-top: 20px;
          line-height: 28px; }
      .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel {
        padding: 26px 28px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden; }
        .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel:before {
          position: absolute;
          content: '';
          top: 0;
          left: 28px;
          width: 50px;
          height: 2px;
          background-color: #ff7e00;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel li {
          flex: 1;
          text-transform: capitalize;
          color: #677286;
          font-weight: 400; }
          .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel li a {
            color: #09639e;
            font-size: 14px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel li a:hover {
              color: #ff7e00; }
            .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel li a.blog-admin-btn {
              float: right;
              background-color: #fff;
              border: 1px solid #eee;
              -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
              -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
              box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
              padding: 6px 12px;
              text-align: center;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              border-radius: 30px;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              color: #677286; }
              .blog-area .blog-post-wrapper .blog-post-item .blog-post-body .blog__panel li a.blog-admin-btn:hover {
                background-color: #ff7e00;
                border-color: #ff7e00;
                color: #fff; }
      .blog-area .blog-post-wrapper .blog-post-item:hover .blog-post-img {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0; }
        .blog-area .blog-post-wrapper .blog-post-item:hover .blog-post-img .blog__img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
        .blog-area .blog-post-wrapper .blog-post-item:hover .blog-post-img .blog__date {
          background-color: #ff7e00;
          color: #fff; }
      .blog-area .blog-post-wrapper .blog-post-item:hover .blog-post-body .blog__panel:before {
        width: 80px; }
		
		
	

/*--------------------------------
    section08
---------------------------------*/
.section08{ background:#f8f9fe; padding-top:80px; padding-bottom:80px;}
.section08-title{ color:#0d66a0; font-size:24px;}
 .pang-08{border: 1px solid #eee;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      border-radius: 10px;
      -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
      -webkit-box-shadow: 20px 20px 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px  20px  5px rgba(153, 153, 153, 0.1);
	  background:#fff;
	  padding:30px;
8	  }


/*====================================================
   section09 cta-area
 ====================================================*/
.cta-area {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
  background-image: url("../images/blog-img4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area {
      padding-bottom: 110px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cta-area {
      padding-bottom: 110px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cta-area {
      padding-bottom: 110px; } }
  .cta-area .box-icons {
    position: absolute;
    left: 80px;
    bottom: 40px; }
    .cta-area .box-icons div {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 4px solid rgba(255, 255, 255, 0.1);
      position: absolute; }
    .cta-area .box-icons .box-one {
      left: -40px;
      bottom: 60px;
      width: 15px;
      height: 15px;
      border: 3px solid rgba(255, 255, 255, 0.1); }
    .cta-area .box-icons .box-two {
      left: 0;
      top: -30px;
      width: 46px;
      height: 46px; }
    .cta-area .box-icons .box-three {
      left: 60px;
      top: -180px;
      width: 97px;
      height: 97px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .col-lg-8,
    .cta-area .col-lg-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cta-area .col-lg-8,
    .cta-area .col-lg-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cta-area .col-lg-8,
    .cta-area .col-lg-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .sec-heading {
      text-align: center; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .cta-area .sec-heading {
      text-align: center; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .cta-area .sec-heading {
      text-align: center; } }
  .cta-area .sec-heading .heading-circle {
    border-color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .sec-heading .heading-circle {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .cta-area .sec-heading .heading-circle {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .cta-area .sec-heading .heading-circle {
        margin-left: auto;
        margin-right: auto; } }
    .cta-area .sec-heading .heading-circle:before {
      background-color: #fff; }
  .cta-area .sec-heading .sec__title,
  .cta-area .sec-heading .sec__desc {
    color: #fff; }
  .cta-area .sec-heading .sec__title {
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .cta-area .sec-heading .sec__title {
        margin-bottom: 10px; } }
  .cta-area .sec-heading .sec__desc {
    font-size: 18px; }
  .cta-area .cta-btn-box {
    position: relative;
    padding-top: 40px;
    text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 30px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .cta-area .cta-btn-box {
        text-align: center;
        padding-top: 30px; } }
    .cta-area .cta-btn-box .box-icons2 {
      position: absolute;
      right: -235px;
      top: -87px; }
      @media (max-width: 1366px) {
        .cta-area .cta-btn-box .box-icons2 {
          right: 50px; } }
      @media (max-width: 1280px) {
        .cta-area .cta-btn-box .box-icons2 {
          right: 90px; } }
      @media (max-width: 1199px) {
        .cta-area .cta-btn-box .box-icons2 {
          right: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-area .cta-btn-box .box-icons2 {
          top: -220px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .cta-area .cta-btn-box .box-icons2 {
          top: -280px; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .cta-area .cta-btn-box .box-icons2 {
          top: -280px; } }
      .cta-area .cta-btn-box .box-icons2 div {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 4px solid rgba(255, 255, 255, 0.1);
        position: absolute; }
      .cta-area .cta-btn-box .box-icons2 .box-one {
        right: -10px;
        top: 0;
        width: 15px;
        height: 15px;
        border: 3px solid rgba(255, 255, 255, 0.1); }
      .cta-area .cta-btn-box .box-icons2 .box-two {
        left: -70px;
        top: 30px;
        width: 46px;
        height: 46px; }
      .cta-area .cta-btn-box .box-icons2 .box-three {
        left: 10px;
        top: 100px;
        width: 97px;
        height: 97px; }
    .cta-area .cta-btn-box .theme-btn {
      background-color: #fff;
      color: #09639e; }
      .cta-area .cta-btn-box .theme-btn:hover {
        background-color: #ff7e00;
        color: #fff; }
  .cta-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #09639e;
    z-index: -1;
    opacity: 0.97; }
	
	
	/*====================================================
   section10
 ====================================================*/
.section10{background-color: #0d66a0; color:#fff; font-size:14px; text-align:center; padding-top:30px;} 
.jobs{ min-height:350px;}
.jobsimg{color:#fff; font-size:50px; background:#09639e; width:100px; height:100px; text-align:center; line-height:100px; margin-bottom:50px;}
/*====================================================
    breadcrumb-area
 ====================================================*/
.breadcrumb-area {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-image: url("../images/about2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
 
  .breadcrumb-area .breadcrumb-content {
    position: relative; }
    .breadcrumb-area .breadcrumb-content .breadcrumb-inner {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 480px) {
        .breadcrumb-area .breadcrumb-content .breadcrumb-inner {
          display: block;
          text-align: center; } }
    .breadcrumb-area .breadcrumb-content .breadcrumb__title {
      font-size: 45px;
      text-transform: capitalize;
      font-weight: 700; }
      @media (max-width: 480px) {
        .breadcrumb-area .breadcrumb-content .breadcrumb__title {
          margin-bottom: 10px; } }
      @media (max-width: 395px) {
        .breadcrumb-area .breadcrumb-content .breadcrumb__title {
          font-size: 35px;
          margin-bottom: 8px; } }
      @media (max-width: 480px) {
        .breadcrumb-area .breadcrumb-content .breadcrumb__title br {
          display: none; } }
    .breadcrumb-area .breadcrumb-content .breadcrumb__list {
      margin-left: auto; }
      .breadcrumb-area .breadcrumb-content .breadcrumb__list li {
        display: inline-block;
        text-transform: capitalize;
        color: #f6f8f9;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding-right: 22px; }
        @media (max-width: 320px) {
          .breadcrumb-area .breadcrumb-content .breadcrumb__list li {
            font-size: 15px; } }
        .breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
          padding-right: 0; }
        .breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
          color: #f6f8f9;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
            color: #ff7e00; }
        .breadcrumb-area .breadcrumb-content .breadcrumb__list li.active__list-item:after {
          position: absolute;
          content: '.';
          top: -7px;
          right: 0;
          padding: 0 6px;
          font-size: 28px; }
    .breadcrumb-area .breadcrumb-content .text-outline {
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
      -ms-text-stroke-color: rgba(255, 255, 255, 0.1);
      -o-text-stroke-color: rgba(255, 255, 255, 0.1);
      color: transparent;
      text-transform: uppercase;
      font-size: 170px;
      letter-spacing: -0.02em;
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: -65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcrumb-area .breadcrumb-content .text-outline {
          display: none; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .breadcrumb-area .breadcrumb-content .text-outline {
          display: none; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .breadcrumb-area .breadcrumb-content .text-outline {
          display: none; } }
  .breadcrumb-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(9, 99, 158, 0.9);
    z-index: -1; }
 
 /*======================================
        roadmap-area
 ======================================*/
.roadmap-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f8f9; }
  .road-map ul{ list-style:none;}
  .road-map li{ list-style:none;}
  @media (max-width: 480px) {
    .roadmap-area {
      padding-bottom: 90px; } }
  .roadmap-area .road-map {
    margin-top: 26px;
    position: relative;
    z-index: 1; }
    .roadmap-area .road-map:after {
      position: absolute;
      content: '';
      left: 50%;
      top: 0;
      width: 4px;
      height: 100%;
      background-color: #09639e;
      opacity: .2;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      @media (max-width: 425px) {
        .roadmap-area .road-map:after {
          display: none; } }
    .roadmap-area .road-map .happening:hover .happening-period .happening__desc {
      background-color: #09639e; }
    .roadmap-area .road-map .happening:hover .happening-period:before {
      background-color: #09639e;
      border-color: #fff; }
    .roadmap-area .road-map .happening:nth-child(2n+2) .happening-period {
      float: right;
      text-align: left;
      padding-top: 60px;
      padding-right: 0;
      padding-left: 45px; }
      @media (max-width: 425px) {
        .roadmap-area .road-map .happening:nth-child(2n+2) .happening-period {
          padding-left: 0;
          float: none;
          text-align: right; } }
      .roadmap-area .road-map .happening:nth-child(2n+2) .happening-period:before {
        right: auto;
        left: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .roadmap-area .road-map .happening:nth-child(2n+2) .happening-detail {
      float: left;
      text-align: right;
      margin-top: 31px;
      margin-bottom: 31px; }
      .roadmap-area .road-map .happening:nth-child(2n+2) .happening-detail:before {
        left: auto;
        right: -12px;
        -webkit-transform: rotate(-179deg);
        -moz-transform: rotate(-179deg);
        -ms-transform: rotate(-179deg);
        -o-transform: rotate(-179deg);
        transform: rotate(-179deg); }
        @media (max-width: 425px) {
          .roadmap-area .road-map .happening:nth-child(2n+2) .happening-detail:before {
            top: -18px;
            right: 37px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); } }
    .roadmap-area .road-map .happening .happening-period {
      width: 50%;
      padding: 27px 42px 0 0;
      float: left;
      vertical-align: top;
      text-align: right;
      position: relative; }
      @media (max-width: 425px) {
        .roadmap-area .road-map .happening .happening-period {
          width: 100%;
          float: none;
          text-align: left;
          padding-right: 0; } }
      .roadmap-area .road-map .happening .happening-period .happening__desc {
        font-size: 15px;
        line-height: 16px;
        font-weight: 500;
        color: #fff;
        display: inline-block;
        background-color: #ff7e00;
        padding: 8px 15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .roadmap-area .road-map .happening .happening-period:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        border: 3px solid #fff;
        background-color: #ff7e00;
        right: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        @media (max-width: 425px) {
          .roadmap-area .road-map .happening .happening-period:before {
            display: none; } }
    .roadmap-area .road-map .happening .happening-detail {
      width: 45%;
      float: right;
      padding: 27px 30px 23px 30px;
      position: relative;
      background-color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
      box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); }
      @media (max-width: 425px) {
        .roadmap-area .road-map .happening .happening-detail {
          width: 100%;
          float: none;
          text-align: left;
          margin-top: 30px; } }
      .roadmap-area .road-map .happening .happening-detail .happening__title {
        font-size: 22px;
        color: #09639e;
        font-weight: 500;
        margin-bottom: 15px; }
      .roadmap-area .road-map .happening .happening-detail .happening__desc {
        font-size: 16px;
        color: #677286;
        line-height: 28px;
        font-weight: 400; }
      .roadmap-area .road-map .happening .happening-detail:before {
        position: absolute;
        top: 26px;
        left: -12px;
        content: '';
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 12px solid #fff;
        -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); }
        @media (max-width: 425px) {
          .roadmap-area .road-map .happening .happening-detail:before {
            top: -18px;
            left: 37px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); } }

 /*====================================================
    map
 ====================================================*/
.gmaps {
  position: relative;
  padding-top: 30px; }
  .gmaps #map {
    width: 100%;
    margin-bottom: 70px; }
  .map-address li{ list-style:none;}
  .gmaps .map-address-box {
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 63px 40px 32px 40px;
	min-height:200px; }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .gmaps .map-address-box {
        margin-bottom: 75px;
        padding-right: 30px;
        padding-left: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .gmaps .map-address-box {
        margin-bottom: 75px; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .gmaps .map-address-box {
        margin-bottom: 75px; } }
    .gmaps .map-address-box .map-address li i {
      font-size: 22px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-top: -35px;
      color: #ff7e00;
      width: 70px;
      height: 70px;
      line-height: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff;
      -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
      -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
      box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .gmaps .map-address-box .map-address li .map__title {
	  list-style:none;
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 11px;
      color: #09639e; }
    .gmaps .map-address-box .map-address li .map__desc {
		list-style:none;
      color: #677286;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .gmaps .map-address-box .map-address li .map__desc br {
          display: none; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .gmaps .map-address-box .map-address li .map__desc br {
          display: none; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .gmaps .map-address-box .map-address li .map__desc br {
          display: none; } }
      .gmaps .map-address-box .map-address li .map__desc a {
        color: #677286; }
        .gmaps .map-address-box .map-address li .map__desc a:hover {
          color: #ff7e00; }
    .gmaps .map-address-box:hover .map-address li i {
      background-color: #ff7e00;
      color: #fff; }


/*--------------------------------
      线
---------------------------------*/
.xian1{  border-bottom:#888 1px solid;}
.xian2{  border-bottom:#888 1px dotted;}
.xian3{  border-bottom:#ccc 1px solid;}

/*--------------------------------
     图标颜色
---------------------------------*/
.pang-pic01 { color: #4ecdc4;}
.pang-pic02 { color: #ff855c;}
/*--------------------------------
      FOOTER CONTENT STYLES
---------------------------------*/

footer {
    background: #fff;
    padding: 15px;
    color: #7A7676;
    font-size: 12px;
    position: static;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eff0f4;
}

footer.sticky-footer {
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.container footer {
    width: 79.5%;
    position: absolute;
    bottom: 0;
}




/*--------------------------------
      定位
---------------------------------*/
.m-r-5 { margin-right:5px;}
.m-r-10 { margin-right:10px;}
.m-r-20 { margin-right:20px;}
.m-b-0{margin-bottom:0px;}
.m-b-2{margin-bottom:2px;}
.m-b-5{margin-bottom:5px;}
.m-b-10{margin-bottom:10px;}
.m-b-20{margin-bottom:20px;}
.m-b-30{margin-bottom:30px;}
.m-b-40{margin-bottom:40px;}
.m-b-50{margin-bottom:50px;}
.m-b-60{margin-bottom:60px;}
.m-b-70{margin-bottom:70px;}
.m-b-80{margin-bottom:80px;}
.m-t-5{margin-top:5px;}
.m-t-10{margin-top:10px;}
.m-t-20{margin-top:20px;}
.m-t-25{margin-top:25px;}
.m-t-30{margin-top:30px;}
.m-t-40{margin-top:40px;}
.m-t-50{margin-top:50px;}
.m-t-60{margin-top:60px;}
.m-t-70{margin-top:70px;}
.m-t-80{margin-top:80px;}

.m-tb-10{margin-top:10px;margin-bottom:10px;}
.m-tb-20{margin-top:20px;margin-bottom:20px;}
.m-tb-30{margin-top:30px;margin-bottom:30px;}
.m-tb-40{margin-top:40px;margin-bottom:40px;}
.m-tb-50{margin-top:50px;margin-bottom:50px;}
.m-tb-60{margin-top:60px;margin-bottom:60px;}
.m-tb-70{margin-top:70px;margin-bottom:70px;}
.m-tb-80{margin-top:80px;margin-bottom:80px;}
.p-tb-5{padding-top:5px; padding-bottom:5px;}
.p-tb-10{padding-top:10px; padding-bottom:10px;}
.p-tb-15{padding-top:15px; padding-bottom:15px;}
.p-tb-20{padding-top:20px; padding-bottom:20px;}
.p-tb-25{padding-top:25px; padding-bottom:25px;}
.p-tb-30{padding-top:30px; padding-bottom:30px;}



/*===============================================
  字体颜色 
=================================================*/
.text-default-blue{ color:#337ab7;}
.text-warning{color:#dc8b19;}
.text-danger{color:#d9534f;}
/*===============================================
  字体大小 
=================================================*/
.f14{ font-size:14px;}
.f14w{ font-size:14px; color:#fff;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}
.f26{ font-size:26px;}
.f28{ font-size:28px;}
.f30{ font-size:30px;}
.fb-300{ font-weight:300;}
.fb-400{ font-weight:400;}
.fb-500{ font-weight:500;}
.fb-600{ font-weight:600;}
.fb-700{ font-weight:700;}

/*===============================================
标题  
=================================================*/
.title20{ font-size:20px; color:#337ab7; font-weight:700; line-height:36px;  padding-bottom:10px;}
.title24{ font-size:24px; color:#337ab7; font-weight:700; line-height:36px;  padding-bottom:15px;}
.title20-fff{ font-size:20px; color:#fff;  line-height:36px;  padding-bottom:10px;padding-top:10px;}
.title20-555{ font-size:20px; color:#555;  line-height:36px;  padding-bottom:10px;padding-top:10px; text-align:center;font-weight:700;}
.title24-fff{ font-size:24px; color:#fff; font-weight:700; line-height:60px;  padding-bottom:15px; background:#337ab7; height:60px; text-align:center; margin-bottom:30px;}

/*===============================================
  圆角
=================================================*/
.pang-0-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.pang-0-b10 {
    border-radius: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}
	
