﻿/*


*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. Service
5. Blog
6. Widgets
7. About
8. Contact
9. Gallery
10. Footer
11. Section Helper
12. Choose Us
13. Team
14. Counter
15. Brand
16. Testimonial
17. Breadcrumb
18. Progress
19. Approch
20. Shop
21. Cta
*/
/* 1. Theme default css */
body {
  color: #000000;
  font-size: 15px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  line-height: 28px;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #7b8e9d;
}
a:active, a:hover {
  text-decoration: none;
  color: #014fa1;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #363636;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", sans-serif;
  color: #363636;
  font-weight: 400;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol {
  list-style: lower-alpha;
}

label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #014fa1;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #014fa1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #014fa1;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #808285;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #808285;
  font-size: 16px;
  opacity: 1;
}

.a-btn {
  font-size: 14px;
  font-weight: 400;
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1;
  line-height: 1.5em;
  color: #fff;
  /* background: #fff; */
  /* border-radius: 50px; */
  padding: 12px 26px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding-left: 50px;
  position: relative;
}
.a-btn i {
  /* margin-left: 10px; */
  /* margin-right: 10px; */
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #86ca14;
  left: 10px;
  position: absolute;
  bottom: 6px;
}
.a-btn i:before{
  transform:rotate(90deg);
  animation: heart 0.7s linear infinite;
  display: block;
}

@keyframes heart {
  
0%{transform:rotate(90deg) scale(1.03);}
50%{transform:rotate(90deg) scale(0.9);}
100%{transform:rotate(90deg) scale(1.03);}
}

.a-btn:hover {
  background: #1f2b3b;
  color: #fff;
}

.b-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1;
  color: #fff;
  background: #1f2b3b;
  border-radius: 50px;
  padding: 26px 50px;
  text-transform: uppercase;
}
.b-btn i {
  margin-left: 10px;
}
.b-btn:hover {
  background: #ffb500;
  color: #fff;
}

.btn-theme {
  color: #fff;
  background: #014fa1;
}
.btn-theme:hover {
  background: #1f2b3b;
  color: #fff;
}

.btn-theme-2 {
  color: #fff;
  background: #ffb500;
}
.btn-theme-2:hover {
  background: #1f2b3b;
  color: #fff;
}

.btn-dark {
  color: #fff;
  background: #1f2b3b;
}
.btn-dark:hover {
  background: #014fa1;
  color: #fff;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #014fa1;
}

.bg-dark {
  background: #101a23 !important;
}

.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #014fa1 !important;
}

/* Others Common Css Here :) */
#scrollUp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #014fa1;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  opacity: 0.6;
}
#scrollUp:hover {
  opacity: 1;
}

#scrollUp:hover {
  background: #014fa1;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #014fa1;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--
    - Overlay
-----------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*--
    - Overlay Color
-----------------------------------------*/
[data-overlay=light]::before {
  background-color: #fff;
}

[data-overlay=dark]::before {
  background-color: #000;
}

[data-overlay=theme]::before {
  background-color: #014fa1;
}

/*--
    - Overlay Opacity
-----------------------------------------*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 2. Header */
.header-top {
  background: #151f2d;
  padding: 10px 0;
}

.header-info-wrap .header-info {
  display: inline-block;
  margin-right: 45px;
}
.header-info-wrap .header-info:last-child {
  margin-right: 0;
}
.header-info-wrap .header-info i {
  font-size: 14px;
  color: #ffb500;
  margin-right: 10px;
}
.header-info-wrap .header-info a {
  display: inline-block;
  color: #b8c5d8;
  font-size: 14px;
}
.header-info-wrap .header-info a:hover {
  color: #ffb500;
}

.header-social {
  text-align: right;
  padding-right: 18px;
}
.header-social a {
  display: inline-block;
  color: #b8c5d8;
  margin-left: 25px;
}
.header-social a:hover {
  color: #ffb500;
}

.header-bottom {
  position: relative;
}
.header-bottom .open-mobile-menu {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-bottom .open-mobile-menu {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom .open-mobile-menu {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-bottom .open-mobile-menu {
    display: inline-block;
  }
}

.header-btn {
  position: relative;
  z-index: 99;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 87px;
  height: 81px;
  text-align: right;
  transform: translateY(-0px);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    transform: translateY(-15px);
    height: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn {
    padding: 0;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    padding: 0;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .header-btn {
    padding: 0;
    transform: translateY(0);
    height: 60px;
  }
}
.header-btn:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -135px;
  right: -15px;
  background: #014fa1;
  background: #86ca14;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 6% 0);
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-btn:before {
    left: -65px;
    right: -15px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 6% 0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn:before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-btn .a-btn {
    padding: 13px 26px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-btn .a-btn {
    /* background: #014fa1; */
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-btn .a-btn {
    background: #212121;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-btn .a-btn {
    background: #212121;
    color: #fff;
  }
}
.header-btn .a-btn:hover {
  background: #fff;
  color: #014fa1;
  color: #86ca14;
}
.header-btn .a-btn:hover i{
  background: #86ca14;
  color: #fff;
}
@media (max-width: 767px) {
  .header-btn .a-btn {
    display: none;
  }
}

.logo {
  position: relative;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 50px;
  z-index: 99;
  transform: translateY(-0px);
}
.logo a {
    color: #fff;
    font-size: 20px;
    /* font-weight: 600; */
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .logo {
    padding-top: 12px;
    /* padding-bottom: 12px; */
    padding-left: 20px;
    transform: translateY(-15px);
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    transform: translateY(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    transform: translateY(0);
  }
    .logo a {
    font-size: 16px;
}
}
@media (max-width: 767px) {
  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    padding-left: 0;
    transform: translateY(0);
  }
      .logo a {
    font-size: 18px;
    padding: 0;
    text-align: center;
}
}
.logo:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -15px;
  right: -130px;
  background: #014fa1;
  background: #86ca14;
  clip-path: polygon(100% 0, 94% 100%, 0 100%, 0 0);
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .logo:before {
    right: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo:before {
    right: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo:before {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .logo:before {
    right: -30px;
  }
}

.main-menu-wrap {
  position: relative;
  z-index: 10;
}
.main-menu-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1px;
  background: #86ca14;
  background: #014fa1;
  z-index: -1;
  clip-path: polygon(95.5% 0, 95.5% 100%, 3% 100%, 5% 0);
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap:before {
    clip-path: polygon(130% 0, 98.5% 100%, 1% 100%, 3% 0);
  }
}
.main-menu-wrap .main-menu {
  padding-left: 140px;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap .main-menu {
    padding-left: 40px;
  }
}
.main-menu-wrap .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu-wrap .main-menu ul li {
  display: inline-block;
  margin-right: 75px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap .main-menu ul li {
    margin-right: 35px;
  }
}
.main-menu-wrap .main-menu ul li:hover > a {
  color: #014fa1;
}
.main-menu-wrap .main-menu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu-wrap .main-menu ul li a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  font-family: "Microsoft YaHei", sans-serif;
  padding: 25px 0;
  text-transform: capitalize;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap .main-menu ul li a {
    padding: 15px 0;
  }
}
.main-menu-wrap .main-menu ul li ul.sub-menu {
  border-top: 2px solid #014fa1;
  position: absolute;
  left: 0;
  top: 110%;
  width: 250px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  text-align: left;
  padding: 15px 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu-wrap .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-menu-wrap .main-menu ul li ul.sub-menu li a {
  color: #151f2d;
  padding: 10px 30px;
  text-transform: capitalize;
  position: relative;
}
.main-menu-wrap .main-menu ul li ul.sub-menu li a:hover {
  color: #014fa1;
}
.main-menu-wrap .main-menu ul li.has-dropdown:hover a:after {
  color: #014fa1;
}
.main-menu-wrap .main-menu ul li.has-dropdown > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #b8c5d8;
  margin-left: 5px;
}

.header-top-2 {
  background: #f2f9ec;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top-2 {
    display: none;
  }
}

.sidebar-open a:hover svg path {
  fill: #014fa1;
}
.sidebar-open a svg path {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.cart-btn {
  text-align: right;
}
.cart-btn a {
  font-size: 18px;
  color: #1f2b3b;
  position: relative;
  display: inline-block;
}
.cart-btn a:hover {
  color: #014fa1;
}
.cart-btn a span {
  position: absolute;
  right: -20px;
  top: -15px;
  font-size: 16px;
  color: #fff;
  background: #014fa1;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
}

.main-menu-wrap-2 .main-menu {
  text-align: center;
}
.main-menu-wrap-2 .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu-wrap-2 .main-menu ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.main-menu-wrap-2 .main-menu ul li:hover > a {
  color: #014fa1;
}
.main-menu-wrap-2 .main-menu ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu-wrap-2 .main-menu ul li a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #1f2b3b;
  font-weight: 400;
  font-family: "Microsoft YaHei", sans-serif;
  padding: 28px 0;
  text-transform: capitalize;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-menu-wrap-2 .main-menu ul li a {
    padding: 43px 0;
  }
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu {
  border-top: 2px solid #014fa1;
  position: absolute;
  left: 0;
  top: 110%;
  width: 250px;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 3, 143, 0.1);
  text-align: left;
  padding: 15px 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu li a {
  color: #151f2d;
  padding: 10px 30px;
  text-transform: capitalize;
  position: relative;
}
.main-menu-wrap-2 .main-menu ul li ul.sub-menu li a:hover {
  color: #014fa1;
}
.main-menu-wrap-2 .main-menu ul li.has-dropdown:hover a:after {
  color: #014fa1;
}
.main-menu-wrap-2 .main-menu ul li.has-dropdown > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #1f2b3b;
  margin-left: 5px;
  font-size: 14px;
}

.header-info-2 .icon {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.header-info-2 .icon i {
  font-size: 40px;
  color: #014fa1;
}
.header-info-2 .info {
  overflow: hidden;
}
.header-info-2 .info span {
  color: #808285;
  font-weight: 600;
  font-size: 16px;
}
.header-info-2 .info a {
  color: #363636;
  font-size: 22px;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
}

.header-lang {
  position: relative;
  display: inline-block;
  padding: 38px 0;
}
@media (max-width: 767px) {
  .header-lang {
    display: none;
  }
}
.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}
.header-lang .lang-icon img {
  box-shadow: 0px 8px 16px 0px rgba(125, 198, 66, 0.2);
  border-radius: 50%;
  border: 4px solid #fff;
  width: 45px;
  height: 45px;
}
.header-lang .lang-icon a {
  font-size: 14px;
  color: #818181;
  margin-left: 5px;
  font-weight: 600;
}
.header-lang .lang-icon a i {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 3px;
}
.header-lang .header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 5px 15px;
  border-top: 3px solid #014fa1;
  z-index: 999;
  background: #fff;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header-lang .header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}
.header-lang .header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}

.logo-2 {
  text-align: center;
}

.header-bottom-2 {
  position: relative;
}
@media (max-width: 767px) {
  .header-bottom-2 {
    padding: 30px 0;
  }
}
.header-bottom-2 .open-mobile-menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-bottom-2 .open-mobile-menu {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-bottom-2 .open-mobile-menu {
    display: inline-block;
  }
}

.header-search {
  position: absolute;
  left: 145px;
  top: -40px;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-search {
    left: 50px;
    top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    left: 50px;
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-search {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-search {
    display: none;
  }
}
.header-search a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background: #014fa1;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-search a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.header-search a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #014fa1;
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-search a:before {
    left: 5px;
    top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-search a:before {
    left: 5px;
    top: 5px;
  }
}

.social-share {
  position: absolute;
  right: 145px;
  top: -40px;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share {
    right: 50px;
    top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share {
    right: 50px;
    top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-share {
    display: none;
  }
}
@media (max-width: 767px) {
  .social-share {
    display: none;
  }
}
.social-share > a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background: #014fa1;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.social-share > a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #014fa1;
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share > a:before {
    left: 5px;
    top: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share > a:before {
    left: 5px;
    top: 5px;
  }
}
.social-share:hover .social-icon {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.social-share .social-icon {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.social-share .social-icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  background: #014fa1;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .social-share .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-share .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.social-share .social-icon .facebook {
  background: #37538d;
}
.social-share .social-icon .twitter {
  background: #47a5ed;
}
.social-share .social-icon .pinterest {
  background: #be1e24;
}
.social-share .social-icon .instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: -o-radial-gradient(35% 90%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 140%, circle farthest-corner, #fec564, transparent 50%), -o-radial-gradient(0 -25%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(20% -50%, ellipse farthest-corner, #5258cf, transparent 50%), -o-radial-gradient(100% 0, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(60% -20%, ellipse farthest-corner, #893dc2, transparent 50%), -o-radial-gradient(100% 100%, ellipse farthest-corner, #d9317a, transparent), -o-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.search-area {
  visibility: hidden;
  opacity: 0;
  z-index: -99;
}
.search-area a.search-close {
  position: absolute;
  right: 100px;
  top: 100px;
  color: #014fa1;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  line-height: 54px;
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
}
@media (max-width: 767px) {
  .search-area a.search-close {
    right: 50%;
    transform: translateX(50%);
  }
}
.search-area a.search-close:hover {
  background: red;
  color: #fff;
}
.search-area .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
}
.search-area .search-form form {
  position: relative;
}
.search-area .search-form form input {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 100px;
  padding-left: 35px;
  padding-right: 60px;
  background: #fff;
  font-size: 20px;
}
.search-area .search-form form input::-webkit-input-placeholder {
  font-size: 20px;
}
.search-area .search-form form input:-moz-placeholder {
  font-size: 20px;
}
.search-area .search-form form input::-moz-placeholder {
  font-size: 20px;
}
.search-area .search-form form input:-ms-input-placeholder {
  font-size: 20px;
}
.search-area .search-form form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 0;
  background: #014fa1;
  color: #fff;
}
.search-area .search-form form button:hover {
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}

.search-area.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  visibility: visible;
  opacity: 1;
}
.search-area.active a.search-close {
  visibility: visible;
  opacity: 1;
}
.search-area.active .search-area-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(23, 26, 33, 0.95);
}
.search-area.active .search-area-bg {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: search-animation 0.8s ease-out forwards;
  animation: search-animation 0.8s ease-out forwards;
}
.search-area.active .search-form {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes search-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes search-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.side-mobile-menu {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.sidebar-widget-wrapper {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-widget-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-widget-wrapper {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-2 .sidebar-widget-wrapper {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-2 .side-mobile-menu {
    display: none;
  }
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -330px;
  width: 300px;
  padding: 25px 20px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
  right: 0;
  z-index: 9999999;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #014fa1;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #ffffff;
  color: #014fa1;
}
.open-mobile-menu a.active {
  background: #ffffff;
  color: #014fa1;
}

.close-mobile-menu a {
  color: #212121;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #101a23;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #014fa1;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #014fa1;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #014fa1;
  border-color: #014fa1;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #014fa1;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #014fa1;
  border-color: #014fa1;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* 3. Slider */
.home-slider {
  position: relative;
  margin-top: -60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-slider {
    margin-top: 0;
  }
}
.home-slider .home-slide {
  height: 850px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .home-slider .home-slide {
    height: 750px;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide {
    height: 650px;
  }
}
.home-slider .home-slide .home-slide-text {
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .home-slider .home-slide .home-slide-text {
    margin-left: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .home-slide .home-slide-text {
    margin-left: 120px;
  }
}
.home-slider .home-slide .home-slide-text:before {
  content: "";
  background: #ffffff;
  opacity: 0.28;
  position: absolute;
  left: -100px;
  top: -119px;
  width: 670px;
  height: 670px;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .home-slide .home-slide-text:before {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .home-slider .home-slide .home-slide-text:before {
    opacity: 0.8;
    left: -110px;
    top: -140px;
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text:before {
    left: -110px;
    top: -76px;
    width: 450px;
    height: 450px;
  }
}
.home-slider .home-slide .home-slide-text .home-slide-shape {
  position: absolute;
  left: -119px;
  top: -160px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .home-slide .home-slide-text .home-slide-shape {
    left: -80px;
  }
}
@media (max-width: 767px) {
  .home-slider .home-slide .home-slide-text .home-slide-shape {
    display: none;
  }
}
.home-slider .home-slide .home-slide-text .home-slide-cat {
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text .home-slide-cat {
    margin-bottom: 0;
  }
}
.home-slider .home-slide .home-slide-text .home-slide-cat a {
  font-size: 20px;
  color: #014fa1;
}
.home-slider .home-slide .home-slide-text .home-slide-cat a:hover {
  color: #ffb500;
}
.home-slider .home-slide .home-slide-text .home-slide-title h3 {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #1f2b3b;
  margin-bottom: 34px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    line-height: 80px;
    font-size: 68px;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text .home-slide-title h3 {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}
.home-slider .home-slide .home-slide-text .home-slide-title h3 span {
  font-weight: 300;
}
.home-slider .home-slide .home-slide-text .home-slide-title h3 a {
  color: #1f2b3b;
}
.home-slider .home-slide .home-slide-text .home-slide-title h3 a:hover {
  color: #014fa1;
}
.home-slider .home-slide .home-slide-text .home-slide-btn .a-btn {
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  background: #ffb500;
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider .home-slide .home-slide-text .home-slide-btn .a-btn {
    margin-bottom: 20px;
  }
}
.home-slider .home-slide .home-slide-text .home-slide-btn .a-btn:hover {
  background: #014fa1;
}
.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn {
  color: #808285;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn:hover {
  color: #ffb500;
}
.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn:hover i {
  color: #ffb500;
  margin-right: 7px;
}
.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn i {
  font-size: 22px;
  margin-right: 5px;
  line-height: 30px;
  vertical-align: middle;
  color: #363636;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.home-slider .home-slide .home-slide-text .home-slide-btn .play-btn span {
  display: inline-block;
  border-bottom: 2px solid;
  vertical-align: middle;
}

.home-slider-2 .home-slide-2 {
  height: 850px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 {
    height: 750px;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider-2 .home-slide-2 {
    height: 600px;
  }
}
.home-slider-2 .home-slide-2:before {
  content: "";
  background: #091322;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
}
.home-slider-2 .home-slide-2 .home-slide-text-2 {
  text-align: center;
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat {
    margin-bottom: 15px;
  }
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat a {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat a {
    font-size: 18px;
  }
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-cat a:hover {
  color: #014fa1;
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 130px;
  color: #fff;
  margin-bottom: 55px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 60px;
    line-height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    line-height: 50px;
    font-size: 50px;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 a {
  color: #fff;
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-title h3 a:hover {
  color: #014fa1;
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .a-btn {
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
  background: #014fa1;
}
@media (max-width: 767px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .a-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .a-btn:hover {
  background: #fff;
  color: #014fa1;
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .b-btn {
  font-size: 14px;
  color: #fff;
  background: #ffb500;
}
@media (min-width: 320px) and (max-width: 424px) {
  .home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .b-btn {
    margin-bottom: 20px;
  }
}
.home-slider-2 .home-slide-2 .home-slide-text-2 .home-slide-btn .b-btn:hover {
  background: #fff;
  color: #ffb500;
}
.home-slider-2 .slick-prev {
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #fff;
  color: #014fa1;
  border-radius: 50%;
  z-index: 9;
  border: 0;
  font-size: 22px;
}
.home-slider-2 .slick-prev:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.home-slider-2 .slick-prev:hover {
  color: #fff;
  background: #014fa1;
}
.home-slider-2 .slick-prev:hover:before {
  border-color: #014fa1;
}
.home-slider-2 .slick-next {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #fff;
  color: #014fa1;
  border-radius: 50%;
  z-index: 9;
  border: 0;
  font-size: 22px;
}
.home-slider-2 .slick-next:before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.home-slider-2 .slick-next:hover {
  color: #fff;
  background: #014fa1;
}
.home-slider-2 .slick-next:hover:before {
  border-color: #014fa1;
}

/* 5. Blog */
.service-wrap {
  text-align: center;
  padding: 60px 60px;
  background-color: #014fa1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap {
    padding: 60px 30px;
  }
}
.service-wrap:before {
  content: "";
  width: 230px;
  height: 180px;
  opacity: 0.07;
  position: absolute;
  left: -115px;
  top: -80px;
  background-color: #fff;
  z-index: 4;
  border-radius: 50%;
}
.service-wrap:after {
  content: "";
  width: 230px;
  height: 180px;
  opacity: 0.07;
  position: absolute;
  right: -115px;
  bottom: -80px;
  background-color: #fff;
  z-index: 3;
  border-radius: 50%;
}
.service-wrap .service-shape:before {
  content: "";
  width: 592px;
  height: 494px;
  opacity: 0.07;
  position: absolute;
  right: -296px;
  bottom: -247px;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap .service-shape:before {
    right: -352px;
    bottom: -273px;
  }
}
.service-wrap .service-shape:after {
  content: "";
  width: 468px;
  height: 360px;
  opacity: 0.07;
  position: absolute;
  right: -234px;
  bottom: -180px;
  background-color: #fff;
  z-index: 2;
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap .service-shape:after {
    right: -288px;
    bottom: -194px;
  }
}
.service-wrap .service-icon {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.service-wrap .service-details {
  position: relative;
  z-index: 5;
}
.service-wrap .service-details h4 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 12px;
}
.service-wrap .service-details h4 a {
  color: #fff;
}
.service-wrap .service-details h4 a:hover {
  color: #ffb500;
}
.service-wrap .service-details p {
  color: #fff;
  padding: 0 60px;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .service-wrap .service-details p {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-wrap .service-details p {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .service-wrap .service-details p {
    padding: 0;
  }
}

.service-wrap-2 {
  padding-right: 30px;
  margin-bottom: 30px;
}
.service-wrap-2:hover .service-thumb a {
  display: block;
}
.service-wrap-2:hover .service-thumb .service-icon {
  background: #fff;
  color: #363636;
}
.service-wrap-2:hover .service-details:before {
  background: #014fa1;
}
.service-wrap-2:hover .service-details h4 a {
  color: #fff;
}
.service-wrap-2:hover .service-details p {
  color: #fff;
}
.service-wrap-2:hover .service-details .read-more {
  color: #fff;
}
.service-wrap-2 .service-thumb {
  position: relative;
  z-index: 2;
}
.service-wrap-2 .service-thumb > img {
  width: 100%;
}
.service-wrap-2 .service-thumb .service-icon {
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: #014fa1;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 45px;
  bottom: -40px;
  font-size: 35px;
  color: #fff;
}
.service-wrap-2 .service-details {
  position: relative;
  padding: 36px 35px;
  left: 30px;
  z-index: 1;
  text-align: center;
}
.service-wrap-2 .service-details:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -266px;
  bottom: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-2 .service-details h4 {
  font-size: 26px;
  margin-bottom: 14px;
}
.service-wrap-2 .service-details h4 a {
  color: #363636;
}
.service-wrap-2 .service-details p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.service-wrap-2 .service-details .read-more {
  color: #808285;
  font-size: 26px;
  line-height: 1;
  margin-top: 15px;
}

.service-area-2 {
  background-color: #f2f9ec;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}
.service-area-2 .shape-1 {
  position: absolute;
  left: 150px;
  bottom: 75px;
  opacity: 0.05;
}
.service-area-2 .shape-2 {
  position: absolute;
  right: 155px;
  top: 185px;
  opacity: 0.05;
}

.service-wrap-3 {
  padding: 40px 30px;
  text-align: center;
  background: #f2f9ec;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-3:hover {
  background: #014fa1;
}
.service-wrap-3:hover .service-icon {
  color: #fff;
}
.service-wrap-3:hover .service-details h4 a {
  color: #fff;
}
.service-wrap-3:hover .service-details p {
  color: #fff;
}
.service-wrap-3 .service-icon {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 1;
  color: #014fa1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-3 .service-details h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.service-wrap-3 .service-details h4 a {
  color: #363636;
}
.service-wrap-3 .service-details h4 a:hover {
  color: #fff;
}
.service-wrap-3 .service-details p {
  font-size: 15px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-4 {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 30px;
}
.service-wrap-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #014fa1;
  z-index: -1;
  clip-path: polygon(3% 0%, 100% 5%, 100% 100%, 0% 95%);
}
.service-wrap-4 .service-icon {
  margin-bottom: 25px;
  font-size: 60px;
  color: #014fa1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-4 .service-details h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.service-wrap-4 .service-details h4 a {
  color: #fff;
}
.service-wrap-4 .service-details p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.service-wrap-4.shape-right:before {
  clip-path: polygon(100% 0%, 0 0%, 0 95%, 100% 100%);
}

.services-details-wrapper .services-details-img img {
  width: 100%;
}
.services-details-wrapper .services-details-text h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services-details-wrapper .services-details-text p {
  font-size: 16px;
  line-height: 28px;
}
.services-details-wrapper .services-details-info {
  padding: 37px 44px 40px 44px;
  position: relative;
  margin-top: 51px;
  margin-bottom: 80px;
  background-color: #014fa1;
}
.services-details-wrapper .services-details-info:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  transition: all 0.3s ease 0s;
  right: 60px;
  bottom: -15px;
  font-size: 60px;
  color: #ffb500;
  font-weight: 700;
}
.services-details-wrapper .services-details-info p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  line-height: 36px;
  font-style: italic;
}
.services-details-wrapper .services-details-link {
  overflow: hidden;
}
.services-details-wrapper .services-details-link .services-details-icon {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}
.services-details-wrapper .services-details-link .services-details-icon i {
  font-size: 30px;
  color: #ffb500;
}
.services-details-wrapper .services-details-link .services-details-link-text {
  margin-bottom: 20px;
  overflow: hidden;
}
.services-details-wrapper .services-details-link .services-details-link-text p {
  margin-bottom: 0;
  font-size: 15px;
}

.service-area-3 {
  background-color: #f2f9ec;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.service-area-3 .service-thumb-1 {
  position: absolute;
  right: 90px;
  top: -130px;
}
@media (max-width: 767px) {
  .service-area-3 .service-thumb-1 {
    display: none;
  }
}

.service-wrap-5 {
  text-align: center;
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-wrap-5 {
    padding: 40px 50px;
  }
}
.service-wrap-5:hover {
  transform: translateY(-10px);
}
.service-wrap-5:hover:before {
  visibility: visible;
  opacity: 0.8;
}
.service-wrap-5:hover .service-wrap-bg {
  visibility: visible;
  opacity: 1;
}
.service-wrap-5:hover .service-icon {
  color: #fff;
}
.service-wrap-5:hover .service-details h4:before {
  background: #fff;
}
.service-wrap-5:hover .service-details h4 a {
  color: #fff;
}
.service-wrap-5:hover .service-details h4 a:hover {
  color: #fff;
}
.service-wrap-5:hover .service-details p {
  color: #fff;
}
.service-wrap-5:hover .service-details .read-more {
  color: #fff;
}
.service-wrap-5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #014fa1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-wrap-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-icon {
  font-size: 40px;
  color: #014fa1;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-details h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 25px;
}
.service-wrap-5 .service-details h4:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #014fa1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}
.service-wrap-5 .service-details h4 a {
  color: #363636;
}
.service-wrap-5 .service-details h4 a:hover {
  color: #014fa1;
}
.service-wrap-5 .service-details p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.service-wrap-5 .service-details .read-more {
  color: #808285;
  font-size: 26px;
  line-height: 1;
  margin-top: 18px;
}

/* 7. About */
.about-thumb {
  position: relative;
}
.about-thumb img {
  width: 100%;
}
.about-thumb .about-thumb-shape {
  font-size: 260px;
  /* font-family: "Microsoft YaHei", sans-serif; */
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  line-height: 1;
  position: absolute;
  bottom: -130px;
  left: -162px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-thumb .about-thumb-shape {
    left: -42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-thumb .about-thumb-shape {
    left: -42px;
  }
}
@media (max-width: 767px) {
  .about-thumb .about-thumb-shape {
    left: -42px;
  }
}
@media (max-width: 767px) {
  .about-thumb .about-thumb-shape {
    display: none;
  }
}
.about-thumb .about-thumb-small {
  position: absolute;
  left: -60px;
  bottom: -60px;
}

.about-details {
  padding-right: 100px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-details {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-details {
    padding-right: 0;
  }
}
.about-details .about-num {
  position: relative;
  font-family: "微軟正黑體";
  font-size: 60px;
  display: inline-block;
  padding-top: 50px;
  padding-left: 45px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #014fa1;
  line-height: 102px;
}
.about-details .about-num:before {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
  background: #014fa1;
  opacity: 0.15;
}
.about-details h4 {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: justify;
}
.about-details p {
  font-size: 15px;
  line-height: 2em;
  text-indent: 2em;
  margin-bottom: 1em;
}
.about-details .about-seal {
  position: absolute;
  right: 80px;
  top: -130px;
  opacity: 0.03;
}
@media (max-width: 767px) {
  .about-details .about-seal {
    display: none;
  }
}
.about-details .about-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.about-details .about-feature .about-feature-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #e5f4d9;
  border-radius: 50%;
  font-size: 24px;
  color: #014fa1;
}
.about-details .about-feature .about-feature-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 26px;
}
.about-details .about-feature .about-feature-content h5 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}
.about-details .about-feature .about-feature-content p {
  font-size: 16px;
  line-height: 28px;
  color: #808285;
  margin-bottom: 0;
}

/* 11. Section Helper */
.bg-fix {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed !important;
}

.section-title {
  position: relative;
  padding: 15px 0;
  z-index: 1;
}
.section-title .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.07;
}
.section-title h5 {
  color: #014fa1;
  font-size: 15px;
  /* font-weight: 700; */
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-title h3 {
  font-size: 30px;
  line-height: 50px;
  color: #363636;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 425px) {
  .section-title h3 {
    font-size: 20px;
    line-height: 40px;
  }
    .section-title h5 {
    font-size: 14px;
   
  }
  .about-details h4 { font-size: 14px;}
  .gallery-filter-nav button { font-size: 16px;}

}

.section-title.text-center .icon {
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.section-title-white .icon {
  opacity: 0.1;
}
.section-title-white h5 {
  color: #fff;
}
.section-title-white h3 {
  color: #fff;
}

.faq-wrap {
  padding: 75px 120px;
  background-color: #f2f9ec;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .faq-wrap {
    padding: 75px 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-wrap {
    padding: 75px 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-wrap {
    padding: 75px 75px;
  }
}
@media (max-width: 767px) {
  .faq-wrap {
    padding: 50px 30px;
  }

}
.faq-wrap h3 {
  font-size: 60px;
  line-height: 70px;
  color: #363636;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .faq-wrap h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.accordion-wrapper .accordion-wrap {
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(99, 99, 99, 0.15);
}
.accordion-wrapper .accordion-wrap .accordion-header button {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  background: #fff;
  width: 100%;
  border: 2px solid #fff;
  padding: 18px 50px 18px 40px;
  text-align: left;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767px) {
  .accordion-wrapper .accordion-wrap .accordion-header button {
    font-size: 18px;
  }
  .contact-address-wrapper .contact-address-title h3 {font-size: 18px}
}
.accordion-wrapper .accordion-wrap .accordion-header button:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true] {
  color: #363636;
  background: #fff;
  border-color: #fff;
}
.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true]:after {
  content: "";
}
.accordion-wrapper .accordion-wrap .accordion-body {
  padding: 0px 40px 30px;
}

.video-wrap {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-wrap .play-animation {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .video-wrap .play-animation {
    margin-bottom: 50px;
  }
}
.video-wrap .video-thumb {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .video-wrap .video-thumb {
    height: 500px;
  }
}
.video-wrap .video-thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .video-wrap .video-thumb img {
    height: 100%;
    object-fit: cover;
  }
}
.video-wrap .video-thumb:before {
  content: "";
  background: #1f2b3b;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 2;
}
.video-wrap .video-hover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  text-align: center;
}
.video-wrap .video-hover h3 {
  color: #fff;
  font-size: 65px;
  line-height: 65px;
  font-weight: 600;
  padding: 0 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrap .video-hover h3 {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-wrap .video-hover h3 {
    padding: 0 50px;
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .video-wrap .video-hover h3 {
    padding: 0 30px;
    font-size: 30px;
    line-height: 40px;
  }
}

/* 12. Choose Us */
.choose-us-area {
  margin-top: -80px;
  padding: 0 260px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .choose-us-area {
    margin-top: 0;
    padding: 0;
  }
}
.choose-us-area .choose-us-bg {
  background-color: #014fa1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.choose-us-wrap p {
  color: #fff;
  margin-bottom: 40px;
}
.choose-us-list {
  display: flex;
  flex-wrap: wrap;
}
.choose-us-list .choose-list-icon {
  width: 95px;
}
.choose-us-list .choose-list-icon .icon {
  font-size: 24px;
  color: #014fa1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 11px;
  margin-left: 11px;
  z-index: 1;
}
.choose-us-list .choose-list-icon .icon:before {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  top: -11px;
  left: -11px;
  opacity: 0.15;
  z-index: -1;
  position: absolute;
}
.choose-us-list .choose-list-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.choose-us-list .choose-list-details h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 14px;
}
.choose-us-list .choose-list-details p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.choose-us-list-2 {
  display: flex;
  flex-wrap: wrap;
}
.choose-us-list-2 .choose-list-icon {
  width: 95px;
}
.choose-us-list-2 .choose-list-icon .icon {
  font-size: 24px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #014fa1;
  text-align: center;
  position: relative;
  margin-top: 11px;
  margin-left: 11px;
  z-index: 1;
}
.choose-us-list-2 .choose-list-icon .icon:before {
  content: "";
  width: 60px;
  height: 60px;
  background: #014fa1;
  top: -11px;
  left: -11px;
  opacity: 0.15;
  z-index: -1;
  position: absolute;
}
.choose-us-list-2 .choose-list-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.choose-us-list-2 .choose-list-details h4 {
  font-size: 24px;
  line-height: 30px;
  color: #363636;
  margin-bottom: 14px;
}
.choose-us-list-2 .choose-list-details p {
  color: #686868;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.choose-us-thumb {
  position: relative;
  z-index: 1;
}
.choose-us-thumb:before {
  content: "";
  border-top: 300px solid #014fa1;
  border-right: 300px solid transparent;
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us-thumb:before {
    left: -30px;
    top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-us-thumb:before {
    left: -30px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .choose-us-thumb:before {
    left: -30px;
    top: -30px;
  }
}

.choose-wrap-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f2f9ec;
  position: relative;
  margin-bottom: -200px;
}
.choose-wrap-2 .choose-wrap-thumb {
  width: 40%;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-wrap-2 .choose-wrap-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .choose-wrap-2 .choose-wrap-thumb {
    display: none;
  }
}
.choose-wrap-2 .choose-wrap-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-wrap-2 .choose-wrap-thumb > img {
    height: 675px;
  }
}
.choose-wrap-2 .choose-wrap-thumb .shape {
  position: absolute;
  left: -80px;
  top: -100px;
  z-index: -1;
}
.choose-wrap-2 .choose-wrap-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 50px 80px;
}
@media (max-width: 767px) {
  .choose-wrap-2 .choose-wrap-details {
    padding: 50px 30px;
  }
}
.choose-wrap-2 .choose-wrap-details .drop-cap {
  float: left;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 100px;
  color: #014fa1;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* 13. Team */
.team-wrap {
  position: relative;
  margin-top: 54px;
  margin-bottom: 54px;
}
.team-wrap .team-thumb a {
  display: block;
}
.team-wrap .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap .team-details {
  padding: 23px 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .team-details {
    padding: 23px 20px;
  }
}
.team-wrap .team-details h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap .team-details h4 a {
  color: #1f2b3b;
}
.team-wrap .team-details h4 a:hover {
  color: #014fa1;
}
.team-wrap .team-details p {
  color: #808285;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap .team-details .social {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-wrap .team-details .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  background: #1f2b3b;
  border-radius: 50%;
}
.team-wrap .team-details .social a.facebook {
  background: #37538d;
}
.team-wrap .team-details .social a.twitter {
  background: #47a5ed;
}
.team-wrap .team-details .social a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}
.team-wrap .team-details .social a.pinterest {
  background: #be1e24;
}

.team-wrap-2 {
  position: relative;
  margin-bottom: 30px;
}
.team-wrap-2:hover .team-thumb:before {
  visibility: visible;
  opacity: 0.5;
}
.team-wrap-2:hover .team-thumb .social {
  visibility: visible;
  opacity: 1;
}
.team-wrap-2 .team-thumb {
  position: relative;
  z-index: 1;
}
.team-wrap-2 .team-thumb:before {
  content: "";
  background: #014fa1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap-2 .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap-2 .team-thumb .social {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.35s linear 0s;
  -moz-transition: all 0.35s linear 0s;
  -ms-transition: all 0.35s linear 0s;
  -o-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.team-wrap-2 .team-thumb .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  background: #1f2b3b;
  border-radius: 50%;
}
.team-wrap-2 .team-thumb .social a.facebook {
  background: #37538d;
}
.team-wrap-2 .team-thumb .social a.twitter {
  background: #47a5ed;
}
.team-wrap-2 .team-thumb .social a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}
.team-wrap-2 .team-thumb .social a.pinterest {
  background: #be1e24;
}
.team-wrap-2 .team-details {
  padding: 23px 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-wrap-2 .team-details {
    padding: 23px 20px;
  }
}
.team-wrap-2 .team-details h4 {
  font-size: 20px;
  line-height: 25px;
  color: #1f2b3b;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.team-wrap-2 .team-details p {
  color: #808285;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.team-slider {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-slider {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .team-slider {
    margin-bottom: 0;
  }
}
.team-slider .team-slide {
  padding: 0 15px;
}
.team-slider .team-slide .team-wrap {
  height: 378px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .team-slide .team-wrap {
    height: 432px;
  }
}
@media (max-width: 767px) {
  .team-slider .team-slide .team-wrap {
    height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .slick-active .team-wrap {
    margin-bottom: 0;
  }
  .team-slider .slick-active .team-wrap .team-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    transform: scaleY(1.18) translateY(-22px);
  }
  .team-slider .slick-active .team-wrap .team-details {
    position: relative;
    left: 20px;
  }
  .team-slider .slick-active .team-wrap .team-details:before {
    content: "";
    background-color: #014fa1;
    background-image: url(../img/shape/shape-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -200px;
    right: 0;
    bottom: 0;
  }
  .team-slider .slick-active .team-wrap .team-details h4 a {
    color: #fff;
  }
  .team-slider .slick-active .team-wrap .team-details h4 a:hover {
    color: #fff;
  }
  .team-slider .slick-active .team-wrap .team-details p {
    color: #fff;
  }
  .team-slider .slick-active .team-wrap .team-details .social {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 14px;
  }
  .team-slider .slick-active .team-wrap .team-details .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    background: #1f2b3b;
    border-radius: 50%;
  }
  .team-slider .slick-active .team-wrap .team-details .social a.facebook {
    background: #37538d;
  }
  .team-slider .slick-active .team-wrap .team-details .social a.twitter {
    background: #47a5ed;
  }
  .team-slider .slick-active .team-wrap .team-details .social a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  }
  .team-slider .slick-active .team-wrap .team-details .social a.pinterest {
    background: #be1e24;
  }
}
@media (max-width: 767px) {
  .team-slider .slick-active .team-wrap {
    margin-bottom: 0;
  }
  .team-slider .slick-active .team-wrap .team-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    transform: scaleY(1.18) translateY(-22px);
  }
  .team-slider .slick-active .team-wrap .team-details {
    position: relative;
    left: 20px;
  }
  .team-slider .slick-active .team-wrap .team-details:before {
    content: "";
    background-color: #014fa1;
    background-image: url(../img/shape/shape-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -200px;
    right: 0;
    bottom: 0;
  }
  .team-slider .slick-active .team-wrap .team-details h4 {
    color: #fff;
  }
  .team-slider .slick-active .team-wrap .team-details p {
    color: #fff;
  }
  .team-slider .slick-active .team-wrap .team-details .social {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 14px;
  }
  .team-slider .slick-active .team-wrap .team-details .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    background: #1f2b3b;
    border-radius: 50%;
  }
  .team-slider .slick-active .team-wrap .team-details .social a.facebook {
    background: #37538d;
  }
  .team-slider .slick-active .team-wrap .team-details .social a.twitter {
    background: #47a5ed;
  }
  .team-slider .slick-active .team-wrap .team-details .social a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  }
  .team-slider .slick-active .team-wrap .team-details .social a.pinterest {
    background: #be1e24;
  }
}
.team-slider .slick-center .team-wrap {
  margin-bottom: 0;
}
.team-slider .slick-center .team-wrap .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scaleY(1.18) translateY(-22px);
}
.team-slider .slick-center .team-wrap .team-details {
  position: relative;
  left: 20px;
}
.team-slider .slick-center .team-wrap .team-details:before {
  content: "";
  background-color: #014fa1;
  background-image: url(../img/shape/shape-4.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -200px;
  right: 0;
  bottom: 0;
}
.team-slider .slick-center .team-wrap .team-details h4 a {
  color: #fff;
}
.team-slider .slick-center .team-wrap .team-details h4 a:hover {
  color: #fff;
}
.team-slider .slick-center .team-wrap .team-details p {
  color: #fff;
}
.team-slider .slick-center .team-wrap .team-details .social {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 14px;
}
.team-slider .slick-center .team-wrap .team-details .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 4px;
  background: #1f2b3b;
  border-radius: 50%;
}
.team-slider .slick-center .team-wrap .team-details .social a.facebook {
  background: #37538d;
}
.team-slider .slick-center .team-wrap .team-details .social a.twitter {
  background: #47a5ed;
}
.team-slider .slick-center .team-wrap .team-details .social a.instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}
.team-slider .slick-center .team-wrap .team-details .social a.pinterest {
  background: #be1e24;
}
.team-slider .slick-prev {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #014fa1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .team-slider .slick-prev {
    display: none !important;
  }
}
.team-slider .slick-prev:hover {
  color: #fff;
  background: #014fa1;
}
.team-slider .slick-next {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #014fa1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .team-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .team-slider .slick-next {
    display: none !important;
  }
}
.team-slider .slick-next:hover {
  color: #fff;
  background: #014fa1;
}

/* 14. Counter */
.counter-area {
  background-color: #f6fbf2;
}

.counter-area-2 {
  background: #1f2b3b;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .counter-details {
    padding: 130px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-details {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .counter-details {
    padding: 60px 0;
  }

}
.counter-details h3 {
  font-size: 23px;
  line-height: 1.6em;
  /* color: #fff; */
  font-weight: 400;
}

.play-animation {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  position: relative;
  background: #ffb500;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  margin-bottom: 100px;
}
.play-animation:hover {
  color: #fff;
}
.play-animation:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-2;
  animation-name: shape-2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0.8s;
}
.play-animation .shape {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-1;
  animation-name: shape-1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 1.1s;
}
.play-animation:after {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-animation-name: shape-3;
  animation-name: shape-3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

@keyframes shape-1 {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 100px;
    height: 100px;
    opacity: 0.5;
  }
}
@keyframes shape-2 {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 125px;
    height: 125px;
    opacity: 0.5;
  }
}
@keyframes shape-3 {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 150px;
    height: 150px;
    opacity: 0.5;
  }
}
.counter-right-wrap {
  background: #014fa1;
  padding: 80px 70px 20px;
  margin-top: -130px;
  position: relative;
  margin-bottom: 130px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-right-wrap {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-right-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .counter-right-wrap {
    margin-top: 0;
    text-align: center;
    padding: 80px 30px 20px;
  }
  .counter-details h3{font-size: 18px;}
}
.counter-right-wrap:before {
  content: "";
  background: #014fa1;
  opacity: 0.2;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .counter-right-wrap:before {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-right-wrap:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .counter-right-wrap:before {
    display: none;
  }
}
.counter-right-wrap > h4,.counter-right-wrap > p {
  color: #fff;
  font-size: 15px;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 30px;
}
.counter-right-wrap .counter-wrap {
  position: relative;
  padding: 12px 0;
}
.counter-right-wrap .counter-wrap h4 {
  font-size: 50px;
  font-family:"微軟正黑體";
  color: #fff;
  margin-bottom: 9px;
  line-height: 65px;
}
.counter-right-wrap .counter-wrap p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}
.counter-right-wrap .counter-wrap .icon {
  position: absolute;
  font-size: 145px;
  color: #fff;
  opacity: 0.1;
  line-height: 1;
  left: 0;
  top: 0;
}

/* 15. Brand */
.brand-area {
  background-color: #014fa1;
}

.brand-slider .brand-slide {
  text-align: center;
}
.brand-slider .brand-slide img {
  display: inline-block;
  width: auto;
}
.brand-slider .slick-prev {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #014fa1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .brand-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brand-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .brand-slider .slick-prev {
    display: none !important;
  }
}
.brand-slider .slick-prev:hover {
  color: #fff;
  background: #ffb500;
}
.brand-slider .slick-next {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #014fa1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .brand-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brand-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .brand-slider .slick-next {
    display: none !important;
  }
}
.brand-slider .slick-next:hover {
  color: #fff;
  background: #ffb500;
}

/* 16. Testimonial */
.testimonial-slider {
  padding-bottom: 106px;
}
.testimonial-slider .slick-prev {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #014fa1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .slick-prev {
    display: none !important;
  }
}
.testimonial-slider .slick-prev:hover {
  color: #fff;
  background: #014fa1;
}
.testimonial-slider .slick-next {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #e5f4d9;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  color: #014fa1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .slick-next {
    display: none !important;
  }
}
.testimonial-slider .slick-next:hover {
  color: #fff;
  background: #014fa1;
}
.testimonial-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.testimonial-slider .slick-dots li button {
  background: #fff;
  border: 3px solid #87c856;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  font-size: 0;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: #87c856;
  transform: scale(1.3);
}

.testimonial-slide .testimonial-img {
  position: relative;
  margin-right: -55px;
  text-align: right;
}
.testimonial-slide .testimonial-img img {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide .testimonial-details {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-slide .testimonial-details {
    text-align: center;
  }
}
.testimonial-slide .testimonial-details .rating {
  font-size: 18px;
  color: #014fa1;
  margin-bottom: 18px;
}
.testimonial-slide .testimonial-details > p {
  color: #363636;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonial-slide .testimonial-details > p {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonial-slide .testimonial-details .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-slide .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonial-slide .testimonial-details .author-wrap .author-thumb {
  width: 80px;
}
.testimonial-slide .testimonial-details .author-wrap .author-thumb img {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 11px 0 rgba(125, 198, 66, 0.6);
}
.testimonial-slide .testimonial-details .author-wrap .author-text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.testimonial-slide .testimonial-details .author-wrap .author-text h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #363636;
}
.testimonial-slide .testimonial-details .author-wrap .author-text p {
  font-weight: 600;
  font-size: 13px;
  color: #014fa1;
  margin-bottom: 0;
}

.testimonial-area-2 {
  background: #014fa1;
  position: relative;
  z-index: 3;
}
.testimonial-area-2 .testimonial-thumb-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-area-2 .testimonial-thumb-1 {
    display: none;
  }
}
.testimonial-area-2 .testimonial-thumb-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1f2b3b;
  opacity: 0.6;
}
.testimonial-area-2 .testimonial-thumb-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-area-2 .testimonial-thumb-2 {
  position: absolute;
  right: 300px;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-2 .testimonial-thumb-2 {
    right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-2 .testimonial-thumb-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-area-2 .testimonial-thumb-2 {
    display: none;
  }
}

.testimonial-slider-2 .slick-prev {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #ffff;
  margin-top: -75px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-2 .slick-prev {
    display: none !important;
  }
}
.testimonial-slider-2 .slick-prev:hover {
  color: #014fa1;
  background: #fff;
  border-color: #fff;
}
.testimonial-slider-2 .slick-next {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  margin-bottom: -75px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-2 .slick-next {
    display: none !important;
  }
}
.testimonial-slider-2 .slick-next:hover {
  color: #014fa1;
  background: #fff;
  border-color: #fff;
}

.testimonial-slide-2 .testimonial-img img {
  display: inline-block;
  border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details {
    text-align: center;
  }
}
.testimonial-slide-2 .testimonial-details .icon {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details .icon {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details .icon {
    margin-top: 30px;
  }
}
.testimonial-slide-2 .testimonial-details .icon img {
  display: inline-block;
}
.testimonial-slide-2 .testimonial-details > p {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slide-2 .testimonial-details > p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details > p {
    font-size: 35px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details > p {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonial-slide-2 .testimonial-details .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slide-2 .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-slide-2 .testimonial-details .author-wrap {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonial-slide-2 .testimonial-details .author-wrap .author-thumb {
  width: 80px;
}
.testimonial-slide-2 .testimonial-details .author-wrap .author-thumb img {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 11px 0 rgba(125, 198, 66, 0.6);
}
.testimonial-slide-2 .testimonial-details .author-wrap .author-text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: left;
}
.testimonial-slide-2 .testimonial-details .author-wrap .author-text h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #ffff;
}
.testimonial-slide-2 .testimonial-details .author-wrap .author-text p {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}

/* 17. Breadcrumb */
.breadcrumb-area {
  position: relative;
  margin-top: -60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
.breadcrumb-area .title {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 22px;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.breadcrumb-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-area ul li {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area ul li {
    font-size: 16px;
  }
}
.breadcrumb-area ul li:after {
  content: "||";
  margin-left: 28px;
  margin-right: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area ul li:after {
    margin-left: 18px;
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area ul li:after {
    margin-left: 10px;
    margin-right: 6px;
  }
}
.breadcrumb-area ul li:last-child:after {
  display: none;
}
.breadcrumb-area ul li a {
  display: inline-block;
  color: #fff;
}
.breadcrumb-area ul li a:hover {
  color: #014fa1;
}

/* 18. Progress */
.progress-circular {
  margin-bottom: 30px;
  text-align: center;
}
.progress-circular h4 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #363636;
}
.progress-circular p {
  font-size: 16px;
  line-height: 28px;
  color: #686868;
  margin-bottom: 0;
}

.progress-circular.text-white h4 {
  color: #fff;
}
.progress-circular.text-white p {
  color: #a0adc0;
}

/* 19. Approch */
.approch-area {
  background-color: #1f2b3b;
}

.approch-wrap {
  margin-bottom: 30px;
}
.approch-wrap:hover .approch-thumb img {
  transform: scale(1.1);
}
.approch-wrap:hover .approch-details {
  background: #014fa1;
}
.approch-wrap .approch-thumb {
  overflow: hidden;
}
.approch-wrap .approch-thumb a {
  display: block;
}
.approch-wrap .approch-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.approch-wrap .approch-details {
  text-align: center;
  padding: 40px 35px;
  background: #314156;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.approch-wrap .approch-details h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.approch-wrap .approch-details h4 a {
  color: #fff;
}
.approch-wrap .approch-details h4 a:hover {
  color: #fff;
}
.approch-wrap .approch-details p {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.approch-wrap .approch-details .read-more {
  color: #fff;
  font-size: 30px;
  margin-top: 12px;
}

.offer-area .offer-details .cat {
  font-size: 24px;
  color: #014fa1;
  margin-bottom: 30px;
  font-weight: 700;
}
.offer-area .offer-details h4 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 35px;
}
.offer-area .offer-details h5 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 12px;
}
.offer-area .offer-details .price {
  font-size: 18px;
  color: #808285;
  display: block;
}
.offer-area .offer-details .a-btn {
  margin-top: 40px;
}
.offer-area .offer-thumb {
  position: relative;
  text-align: center;
}
.offer-area .offer-thumb .seal {
  position: absolute;
  right: 0;
  top: 0;
}

.cdown {
  display: inline-block;
  width: 110px;
  text-align: center;
  font-weight: 500;
  padding: 18px 0;
  background: #fff;
  margin-right: 25px;
  border-right: 4px solid #014fa1;
  border-bottom: 4px solid #014fa1;
  margin-bottom: 30px;
}
.cdown:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdown {
    width: 100px;
  }
}
.cdown span {
  font-size: 43px;
  color: #014fa1;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdown span {
    font-size: 36px;
  }
}
.cdown p {
  font-size: 14px;
  color: #363636;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

/* 20. Shop */
.product-wrap {
  position: relative;
  margin-bottom: 30px;
}
.product-wrap:hover .product-thumb img {
  transform: scale(1.05);
}
.product-wrap:hover .product-details {
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
.product-wrap:hover .product-hover {
  opacity: 1;
  visibility: visible;
}
.product-wrap .product-thumb {
  position: relative;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 10px 60px 0 rgba(149, 149, 149, 0.17);
}
.product-wrap .product-thumb a {
  display: block;
}
.product-wrap .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.product-wrap .product-details {
  padding: 30px;
  text-align: center;
  position: absolute;
  opacity: 1;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.product-wrap .product-details h5 {
  font-size: 15px;
  /* font-weight: 600; */
  margin-bottom: 11px;
}
.product-wrap .product-details h5 a {
  color: #363636;
}
.product-wrap .product-details h5 a:hover {
  color: #014fa1;
}
.product-wrap .product-details .product-rating {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-wrap .product-details .product-rating li {
  display: inline-block;
  margin: 0 5px;
}
.product-wrap .product-details .product-rating li a {
  color: #fe6b51;
}
.product-wrap .product-details .product-rating li a:hover {
  color: #ffb500;
}
.product-wrap .product-details .product-rating li.active a {
  color: #ffb500;
}
.product-wrap .product-details .product-price {
  color: #808285;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.product-wrap .product-hover {
  position: relative;
  padding: 30px 35px;
  text-align: center;
  /* left: 20px; */
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 767px) {
  .product-wrap .product-hover {
    left: 0;
  }
  .product-wrap .product-details {background:#fff;}
}
.product-wrap .product-hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -195px;
  bottom: 0;
  background-image: url(../img/shape/shape-9.png);
  background-color: #014fa1b8;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.product-wrap .product-hover .product-btns {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.product-wrap .product-hover .product-btns li {
  display: inline-block;
  margin: 0 5px;
}
.product-wrap .product-hover .product-btns li a {
  width: 45px;
  height: 45px;
  color: #363636;
  font-size: 18px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}
.product-wrap .product-hover .product-btns li a:hover {
  background: #ffb500;
  color: #fff;
}
.product-wrap .product-hover .product-btns li span {
  width: 45px;
  height: 45px;
  color: #363636;
  font-size: 18px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
      display: block;
}
.product-wrap .product-hover .product-btns li span:hover {
  background: #ffb500;
  color: #fff;
}
.product-wrap .product-hover .a-btn {
  padding: 18px 30px;
  color: #fff;
  background: #ffb500;
}

.product-filter-nav {
  width: 100%;
  text-align: center;
}
.product-filter-nav button {
  background: none;
  display: inline-block;
  padding: 5px;
  border: 0;
  margin: 0 60px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter-nav button {
    margin: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-filter-nav button {
    margin: 0 25px;
  }
}
@media (max-width: 767px) {
  .product-filter-nav button {
    margin: 0 10px 15px;
  }
}
.product-filter-nav button:before {
  content: "";
  background: #c8c8c8;
  width: 2px;
  height: 40px;
  position: absolute;
  right: -62px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter-nav button:before {
    right: -42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-filter-nav button:before {
    right: -27px;
  }
}
@media (max-width: 767px) {
  .product-filter-nav button:before {
    display: none;
  }
}
.product-filter-nav button:last-child:before {
  display: none;
}
.product-filter-nav button:hover i {
  color: #014fa1;
}
.product-filter-nav button:hover span {
  color: #014fa1;
}
.product-filter-nav button:hover span:after {
  visibility: visible;
  opacity: 1;
}
.product-filter-nav button i {
  color: #1f2b3b;
  font-size: 45px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .product-filter-nav button i {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.product-filter-nav button span {
  display: block;
  color: #1f2b3b;
  font-size: 18px;
  /* font-weight: 600; */
  line-height: 30px;
  position: relative;
  padding-bottom: 22px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.product-filter-nav button span:after {
  content: "";
  background-image: url(../img/shape/border-shape-4.png);
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.product-filter-nav button.active i {
  color: #014fa1;
}
.product-filter-nav button.active span {
  color: #014fa1;
}
.product-filter-nav button.active span:after {
  visibility: visible;
  opacity: 1;
}

.product-area-shape {
  position: relative;
  background: #f5faff;
}
.product-area-shape .shape-1 {
  position: absolute;
  left: 0;
  top: 96px;
  opacity: 0.05;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-1 {
    top: 400px;
    opacity: 0.03;
  }
}
@media (max-width: 767px) {
  .product-area-shape .shape-1 {
    display: none;
  }
}
.product-area-shape .shape-2 {
  position: absolute;
  right: 6px;
  top: 202px;
  opacity: 0.05;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-2 {
    top: 600px;
    opacity: 0.03;
  }
}
@media (max-width: 767px) {
  .product-area-shape .shape-2 {
    display: none;
  }
}
.product-area-shape .shape-3 {
  position: absolute;
  left: 108px;
  top: 55%;
  opacity: 0.05;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-3 {
    opacity: 0.03;
  }
}
@media (max-width: 767px) {
  .product-area-shape .shape-3 {
    display: none;
  }
}
.product-area-shape .shape-4 {
  position: absolute;
  right: 115px;
  top: 75%;
  opacity: 0.05;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-area-shape .shape-4 {
    opacity: 0.03;
  }
}
@media (max-width: 767px) {
  .product-area-shape .shape-4 {
    display: none;
  }
}

.product-showing p {
  color: #363636;
  margin-bottom: 0;
  margin-top: 11px;
}

.pro-filter select {
  border: 2px solid #363636;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #363636;
  font-weight: 600;
  appearance: none;
  -moz-appearance: none;
  width: 180px;
  outline: none;
}

.shop-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-pagination ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.shop-pagination ul li a {
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}
.shop-pagination ul li a:hover {
  color: #fff;
  background-color: #014fa1;
  border-color: #014fa1;
}

/* 9. Gallery */
.photo-gallery-wrap {
  position: relative;
}
.photo-gallery-wrap:hover .gallery-details {
  visibility: visible;
  opacity: 1;
}
.photo-gallery-wrap:hover .gallery-thumb:before {
  visibility: visible;
  opacity: 0.8;
}
.photo-gallery-wrap:hover .gallery-thumb img {
  transform: scale(1.05);
}
.photo-gallery-wrap .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.photo-gallery-wrap .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #014fa1;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.photo-gallery-wrap .gallery-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.photo-gallery-wrap .gallery-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 38px 50px;
  visibility: hidden;
  opacity: 0;
}
.photo-gallery-wrap .gallery-details h4 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 6px;
  color: #fff;
}
.photo-gallery-wrap .gallery-details h4 a {
  color: #fff;
}
.photo-gallery-wrap .gallery-details h4 a:hover {
  color: #1f2b3b;
}
.photo-gallery-wrap .gallery-details .cat {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.photo-gallery-wrap .gallery-details .cat:before {
  content: "";
  background: #fff;
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 11px;
}
.photo-gallery-wrap .gallery-details .cat a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.photo-gallery-wrap .gallery-details .cat a:hover {
  color: #1f2b3b;
}
.photo-gallery-wrap .gallery-details .read-more {
  position: absolute;
  right: 45px;
  bottom: 45px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  font-size: 24px;
  color: #014fa1;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.photo-gallery-wrap .gallery-details .read-more:hover {
  background: #1f2b3b;
  color: #fff;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}

.gallery-filter-nav {
  text-align: center;
  border-bottom: 2px solid #f5faed;
}
.gallery-filter-nav button {
  display: inline-block;
  background: none;
  border: 0;
  font-size: 18px;
  /* font-weight: 700; */
  color: #363636;
  padding: 30px;
  margin: 0 10px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-filter-nav button {
    padding: 20px 15px;
    margin: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-filter-nav button {
    padding: 15px 10px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .gallery-filter-nav button {
    padding: 15px;
    margin: 0 5px;
    font-size: 16px;
  }
}
.gallery-filter-nav button:before {
  content: "";
  background: #014fa1;
  width: 100%;
  height: 2px;
  left: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.gallery-filter-nav button:hover {
  color: #014fa1;
}
.gallery-filter-nav button:hover:before {
  visibility: visible;
  opacity: 1;
}
.gallery-filter-nav button.active {
  color: #014fa1;
}
.gallery-filter-nav button.active:before {
  visibility: visible;
  opacity: 1;
}

.gallery-filter-space {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .gallery-filter-space {
    padding: 0 15px;
  }
}

.gallery-single-wrap .gallery-wrap-img {
  position: relative;
  z-index: 1;
}
.gallery-single-wrap .gallery-wrap-img img {
  width: 100%;
}
.gallery-single-wrap .gallery-wrap-bg {
  padding: 55px 50px 25px;
  background-size: cover;
  background-position: center center;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
  margin-top: -83px;
  z-index: 9;
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(129, 129, 129, 0.19);
  background-color: #F4F7FC;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-single-wrap .gallery-wrap-bg {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-bg {
    margin-left: 30px;
    margin-right: 30px;
    padding: 25px 30px 0;
  }
}
.gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
  width: 25%;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info {
    width: 100%;
  }
}
.gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info span {
  font-size: 16px;
  color: #7b8e9d;
  font-weight: 500;
}
.gallery-single-wrap .gallery-wrap-bg .gallery-wrap-info h5 {
  color: #112433;
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-single-wrap .gallery-wrap-text {
  margin-top: 67px;
  margin-bottom: 45px;
}
.gallery-single-wrap .gallery-wrap-text h3 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-single-wrap .gallery-wrap-text h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-text h3 {
    font-size: 30px;
  }
}
.gallery-single-wrap .gallery-wrap-text p {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .gallery-single-wrap .gallery-wrap-text p {
    font-size: 14px;
  }
}
.gallery-single-wrap .gallery-post-tag {
  background: #f5faed;
  padding: 14px 40px;
  display: inline-block;
}
.gallery-single-wrap .gallery-post-tag span {
  font-size: 16px;
  color: #112433;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gallery-single-wrap .gallery-post-tag span {
    display: block;
    margin-bottom: 15px;
  }
}
.gallery-single-wrap .gallery-post-tag > a {
  color: #7b8e9d;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
.gallery-single-wrap .gallery-post-tag > a:hover {
  color: #014fa1;
}
.gallery-single-wrap .gallery-share-icon {
  background: #f5faed;
  padding: 14px 40px;
  display: inline-block;
}
.gallery-single-wrap .gallery-share-icon span {
  font-size: 16px;
  color: #112433;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gallery-single-wrap .gallery-share-icon span {
    display: block;
    margin-bottom: 15px;
  }
}
.gallery-single-wrap .gallery-share-icon > a {
  color: #fff;
  font-size: 12px;
  margin: 0 3px;
  transition: 0.3s;
  height: 30px;
  width: 30px;
  background: #014fa1;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.gallery-single-wrap .gallery-share-icon > a:hover {
  color: #fff;
  background: #363636;
}

.gallery-wrapper:hover .gallery-img > a:before {
  opacity: 0.8;
  transform: scaleX(1);
}
.gallery-wrapper:hover .gallery-img .gallery-icon {
  opacity: 1;
}
.gallery-wrapper .gallery-img {
  position: relative;
}
.gallery-wrapper .gallery-img > a {
  position: relative;
  display: block;
}
.gallery-wrapper .gallery-img > a:before {
  background: #014fa1;
  content: "";
  height: 100%;
  transform: scaleX(0);
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.gallery-wrapper .gallery-img > a img {
  width: 100%;
}
.gallery-wrapper .gallery-img .gallery-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.gallery-wrapper .gallery-img .gallery-icon > a {
  color: #fff;
  font-size: 50px;
}
.gallery-wrapper .gallery-text {
  background: #1f2b3b;
  padding-top: 21px;
  padding-bottom: 21px;
}
.gallery-wrapper .gallery-text h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 2px;
}
.gallery-wrapper .gallery-text h3 a {
  color: #fff;
}
.gallery-wrapper .gallery-text h3 a:hover {
  color: #014fa1;
}
.gallery-wrapper .gallery-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

/* 4. Service */
.blog-area {
  background-size: contain;
  background-color: #f5faed;
}

.blog-grid-area {
  background-color: #f5faed;
}

.blog-box-wrap {
  position: relative;
  margin-bottom: 30px;
}
.blog-box-wrap:hover .blog-box-thumb img {
  transform: scale(1.05);
}
.blog-box-wrap .blog-box-thumb {
  overflow: hidden;
  position: relative;
}
.blog-box-wrap .blog-box-thumb a {
  display: block;
}
.blog-box-wrap .blog-box-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-box-wrap .blog-box-thumb .blog-box-date {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 13px 15px;
  background-color: #fff;
  color: #363636;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.blog-box-wrap .blog-box-thumb .blog-box-date span {
  font-size: 20px;
  display: block;
}
.blog-box-wrap .blog-box-details {
  position: relative;
  padding: 30px;
  top: -40px;
  left: 30px;
  background: #fff;
  width: calc(100% - 60px);
}
.blog-box-wrap .blog-box-details h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.blog-box-wrap .blog-box-details h4 a {
  color: #363636;
}
.blog-box-wrap .blog-box-details h4 a:hover {
  color: #014fa1;
}
.blog-box-wrap .blog-box-details .read-more {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: #808285;
  text-transform: uppercase;
  border-bottom: 1px solid #808285;
}
.blog-box-wrap .blog-box-details .read-more:hover {
  color: #014fa1;
}
.blog-box-wrap .blog-box-details .read-more i {
  margin-left: 5px;
}

.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.blog-pagination ul li a {
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}
.blog-pagination ul li a:hover {
  color: #fff;
  background-color: #014fa1;
  border-color: #014fa1;
}

.blog-wrap {
  margin-bottom: 40px;
}
.blog-wrap .blog-wrap-thumb a {
  display: block;
}
.blog-wrap .blog-wrap-thumb img {
  width: 100%;
}
.blog-wrap .blog-wrap-details {
  padding: 40px;
  background: #fff;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span i {
  color: #014fa1;
  margin-right: 5px;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span a {
  color: #808285;
}
.blog-wrap .blog-wrap-details .blog-wrap-meta span a:hover {
  color: #014fa1;
}
.blog-wrap .blog-wrap-details .blog-wrap-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-wrap .blog-wrap-details .blog-wrap-title a {
  color: #363636;
}
.blog-wrap .blog-wrap-details .blog-wrap-title a:hover {
  color: #014fa1;
}
.blog-wrap .blog-wrap-details .blog-wrap-text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-wrap .blog-wrap-details .read-more a {
  padding: 20px 50px;
}

.blog-single-wrap {
  margin-bottom: 40px;
}
.blog-single-wrap .blog-wrap-thumb a {
  display: block;
}
.blog-single-wrap .blog-wrap-thumb img {
  width: 100%;
}
.blog-single-wrap .blog-wrap-details {
  padding: 40px;
  background: #fff;
}
.blog-single-wrap .blog-wrap-details h1, .blog-single-wrap .blog-wrap-details h2, .blog-single-wrap .blog-wrap-details h3, .blog-single-wrap .blog-wrap-details h4, .blog-single-wrap .blog-wrap-details h5, .blog-single-wrap .blog-wrap-details h6 {
  font-weight: 600;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span i {
  color: #014fa1;
  margin-right: 5px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span a {
  color: #808285;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-meta span a:hover {
  color: #014fa1;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-title a {
  color: #363636;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-title a:hover {
  color: #014fa1;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text p {
  font-size: 16px;
  line-height: 28px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote {
  background: #363636;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote:before {
  content: "";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #6f6f6f;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #363636;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a:last-child {
  margin-right: 0;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-post-tag a:hover {
  color: #fff;
  background: #014fa1;
  border-color: #014fa1;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  color: #363636;
  display: block;
  margin-bottom: 17px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a:last-child {
  margin-right: 0;
}
.blog-single-wrap .blog-wrap-details .blog-wrap-text .blog-share-icon a:hover {
  color: #014fa1;
}
.blog-single-wrap .blog-author {
  background: #fff;
  padding: 0 60px 44px 60px;
}
.blog-single-wrap .blog-author .author-img {
  margin-bottom: 35px;
}
.blog-single-wrap .blog-author .author-img img {
  margin-top: -60px;
}
.blog-single-wrap .blog-author .author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-single-wrap .blog-author .author-text .author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}
.blog-single-wrap .blog-author .author-text .author-icon a {
  font-size: 16px;
  color: #9498b6;
  margin: 0 5px;
}
.blog-single-wrap .blog-author .author-text .author-icon a:hover {
  color: #014fa1;
}
.blog-single-wrap .blog-author .author-text p {
  margin-bottom: 0;
}
.blog-single-wrap .blog-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
  background: #fff;
  padding: 40px;
}
.blog-single-wrap .blog-comments .blog-comment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 600;
}
.blog-single-wrap .blog-comments .latest-comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar {
    float: none;
  }
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-avatar img {
  width: 100px;
  margin-right: 20px;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text {
  overflow: hidden;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text {
    margin-top: 15px;
  }
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name span {
  color: #014fa1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply {
  color: #363636;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply i {
  margin-right: 5px;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .avatar-name .reply:hover {
  color: #014fa1;
}
.blog-single-wrap .blog-comments .latest-comments ul li .comments-box .comments-text .comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}
.blog-single-wrap .blog-comments .latest-comments ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .blog-single-wrap .blog-comments .latest-comments ul li.children {
    margin-left: 0;
  }
}
.blog-single-wrap .post-comments-form {
  background: #fff;
  padding: 40px;
}
.blog-single-wrap .post-comments-form .post-comments-title {
  margin-bottom: 39px;
}
.blog-single-wrap .post-comments-form form .contact-icon {
  position: relative;
}
.blog-single-wrap .post-comments-form form .contact-icon:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #014fa1;
  top: 18px;
}
.blog-single-wrap .post-comments-form form .contacts-message:after {
  content: "";
}
.blog-single-wrap .post-comments-form form .contacts-name:after {
  content: "";
}
.blog-single-wrap .post-comments-form form .contacts-email:after {
  content: "";
}
.blog-single-wrap .post-comments-form form .contacts-website:after {
  content: "";
}
.blog-single-wrap .post-comments-form form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
  background: #F4F7FC;
}
.blog-single-wrap .post-comments-form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form textarea:focus:-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form textarea:focus::-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
  background: #F4F7FC;
}
.blog-single-wrap .post-comments-form form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input:focus:-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input:focus::-moz-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form input:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-single-wrap .post-comments-form form .a-btn {
  border: 0;
  padding: 22px 50px;
  border-radius: 0;
}

.blog-box-wrap-2 {
  margin-bottom: 30px;
}
.blog-box-wrap-2:hover .blog-box-thumb img {
  transform: scale(1.05);
}
.blog-box-wrap-2 .blog-box-thumb {
  overflow: hidden;
  position: relative;
}
.blog-box-wrap-2 .blog-box-thumb a {
  display: block;
}
.blog-box-wrap-2 .blog-box-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-box-wrap-2 .blog-box-meta {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0;
  margin-bottom: 26px;
}
.blog-box-wrap-2 .blog-box-meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808285;
  margin-right: 20px;
}
.blog-box-wrap-2 .blog-box-meta span i {
  color: #014fa1;
  margin-right: 5px;
}
.blog-box-wrap-2 .blog-box-meta span a {
  color: #808285;
}
.blog-box-wrap-2 .blog-box-meta span a:hover {
  color: #014fa1;
}
.blog-box-wrap-2 .blog-box-details h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
.blog-box-wrap-2 .blog-box-details h4 a {
  color: #363636;
}
.blog-box-wrap-2 .blog-box-details h4 a:hover {
  color: #014fa1;
}
.blog-box-wrap-2 .blog-box-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.blog-box-wrap-2 .blog-box-details .read-more {
  margin-top: 35px;
  background: #014fa1;
  color: #fff;
}
.blog-box-wrap-2 .blog-box-details .read-more:hover {
  background: #ffb500;
  color: #fff;
}

/* 6. Widgets */
.service-category-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-category-widget ul li {
  display: block;
}
.service-category-widget ul li:last-child a {
  border-bottom: 0;
}
.service-category-widget ul li a {
  font-size: 20px;
  color: #363636;
  font-weight: 600;
  font-family: "Microsoft YaHei", sans-serif;
  background: #f2f9ec;
  padding: 25px 40px;
  display: block;
  border-bottom: 2px solid #e3f2d6;
}
.service-category-widget ul li a i {
  float: right;
  line-height: 32px;
}
.service-category-widget ul li a:hover {
  background: #014fa1;
  color: #fff;
  border-color: #014fa1;
}

.service-download-widget {
  background-color: #014fa1;
  background-image: url(../img/bg/widget-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px;
}
.service-download-widget h3 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.service-download-widget h3:before {
  content: "";
  background-image: url(../img/shape/border-shape-white.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
.service-download-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-download-widget ul li {
  display: block;
  margin-bottom: 8px;
}
.service-download-widget ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.service-download-widget ul li a i {
  margin-right: 10px;
}

.blog-sidebar .blog-widget {
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
}
.blog-sidebar .blog-widget .widget-title {
  font-size: 35px;
  font-weight: 600;
  color: #014fa1;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.blog-sidebar .blog-widget .widget-title:before {
  content: "";
  background-image: url(../img/shape/border-shape.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}

.recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-posts li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recent-posts li:first-child {
  border: 0;
  padding-top: 0;
}
.recent-posts li .recent-posts-thumb {
  width: 80px;
  height: 80px;
}
.recent-posts li .recent-posts-thumb img {
  width: 100%;
  border-radius: 50%;
}
.recent-posts li .recent-posts-details {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
}
.recent-posts li .recent-posts-details h6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.recent-posts li .recent-posts-details h6 a {
  color: #363636;
}
.recent-posts li .recent-posts-details h6 a:hover {
  color: #014fa1;
}
.recent-posts li .recent-posts-details span {
  font-size: 12px;
}

.search-widget {
  position: relative;
}
.search-widget input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5f5f5;
  padding: 0 20px;
}
.search-widget input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-widget input:focus:-moz-placeholder {
  color: transparent;
}
.search-widget input:focus::-moz-placeholder {
  color: transparent;
}
.search-widget input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #363636;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.search-widget button:hover {
  background: #014fa1;
}

.categories-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-widget li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}
.categories-widget li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-widget li a {
  display: block;
  color: #808285;
  font-weight: 600;
}
.categories-widget li a:hover {
  color: #014fa1;
}
.categories-widget li a span {
  float: right;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #363636;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}
.social-profile a:hover {
  background: #014fa1;
}

.tag-widget a {
  display: inline-block;
  line-height: 1;
  padding: 12px 15px;
  background: #F4F7FC;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #5f5b5b;
}
.tag-widget a:hover {
  background: #014fa1;
  color: #fff;
}

.banner-widget img {
  width: 100%;
  max-width: 100%;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.logo-side {
  padding: 15px 0;
  background: #014fa1;
  text-align: center;
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}
.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.social-widget a {
  color: #363636;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.social-widget a:hover {
  color: #014fa1;
}

.info-wdget h4 {
  color: #363636;
  font-weight: 500;
  font-size: 22px;
}
.info-wdget p {
  color: #66819a;
  margin-bottom: 5px;
  line-height: 28px;
}

/* 21. Cta */
.cta-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cta-area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(-180deg, #5aac17 0%, rgba(111, 188, 49, 0.5) 60%, rgba(125, 198, 66, 0) 100%);
  background-image: -webkit-linear-gradient(-180deg, #5aac17 0%, rgba(111, 188, 49, 0.5) 60%, rgba(125, 198, 66, 0) 100%);
  background-image: -ms-linear-gradient(-180deg, #5aac17 0%, rgba(111, 188, 49, 0.5) 60%, rgba(125, 198, 66, 0) 100%);
  z-index: -1;
}
.cta-area:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  right: 160px;
  top: 70px;
  background-image: url(../img/shape/shape-2.png);
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}

.cta-text {
  padding: 170px 0 250px;
  text-align: right;
}
@media (max-width: 767px) {
  .cta-text {
    text-align: center;
  }
}
.cta-text .cta-cat {
  margin-bottom: 15px;
}
.cta-text .cta-cat a {
  color: #fff;
  font-size: 24px;
}
.cta-text .cta-cat a:hover {
  color: #1f2b3b;
}
.cta-text .cta-content h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cta-text .cta-content h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
.cta-text .cta-content p {
  margin-bottom: 0;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .cta-text .cta-content p {
    font-size: 18px;
  }
}
.cta-text .cta-btn {
  margin-top: 34px;
}
.cta-text .cta-btn .play-btn {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei", sans-serif;
}
@media (max-width: 767px) {
  .cta-text .cta-btn .play-btn {
    margin: 0 30px 30px;
  }
}
.cta-text .cta-btn .play-btn:hover {
  color: #1f2b3b;
  border-color: #1f2b3b;
}
.cta-text .cta-btn .play-btn i {
  margin-left: 5px;
}
.cta-text .cta-btn .a-btn {
  background: #ffb500;
  color: #fff;
}
.cta-text .cta-btn .a-btn:hover {
  background: #1f2b3b;
}

.cta-area-3 {
  position: relative;
}
.cta-area-3 .cta-thumb-1 {
  position: absolute;
  right: 100px;
  top: -128px;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .cta-area-3 .cta-thumb-1 {
    width: 200px;
    top: -100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta-area-3 .cta-thumb-1 {
    width: 200px;
    top: -100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-area-3 .cta-thumb-1 {
    width: 200px;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .cta-area-3 .cta-thumb-1 {
    display: none;
  }
}

.cta-text-3 {
  text-align: center;
}
.cta-text-3 .cta-cat {
  margin-bottom: 15px;
}
.cta-text-3 .cta-cat a {
  color: #fff;
  font-size: 24px;
}
.cta-text-3 .cta-cat a:hover {
  color: #1f2b3b;
}
.cta-text-3 .cta-content h4 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cta-text-3 .cta-content h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
.cta-text-3 .cta-content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
@media (max-width: 767px) {
  .cta-text-3 .cta-content p {
    font-size: 18px;
  }
}
.cta-text-3 .cta-content .a-btn {
  background: #ffb500;
  color: #fff;
  margin-top: 35px;
}
.cta-text-3 .cta-content .a-btn:hover {
  background: #1f2b3b;
}

.cta-wrapper-2 {
  background-color: #014fa1;
  background-size: cover;
  background-position: center center;
  padding: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper-2 {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper-2 {
    padding: 50px 30px;
  }
}
.cta-wrapper-2 .cta-text-2 .cta-content h3 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper-2 .cta-text-2 .cta-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper-2 .cta-text-2 .cta-content h3 {
    font-size: 38px;
  }
}
.cta-wrapper-2 .cta-text-2 .cta-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  padding-right: 10%;
}
.cta-wrapper-2 .cta-button {
  text-align: right;
}
@media (max-width: 767px) {
  .cta-wrapper-2 .cta-button {
    text-align: left;
    margin-top: 30px;
  }
}
.cta-wrapper-2 .cta-button .a-btn {
  border-radius: 0;
}

/* 8. Contact */
.contact-address-wrapper {
  background: #fff;
  border: 2px solid #e9e9e9;
  padding: 50px 30px 51px 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.contact-address-wrapper:hover {
  border-color: #45577f;
}
.contact-address-wrapper .contact-address-title {
  margin-bottom: 25px;
}
.contact-address-wrapper .contact-address-title h3 {
  font-size: 36px;
  color: #363636;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}
.contact-address-wrapper .contact-address-title h3:before {
  content: "";
  background-image: url(../img/shape/border-shape-4.png);
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
.contact-address-wrapper .contact-link {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.contact-address-wrapper .contact-link li {
  font-size: 15px;
  line-height: 28px;
  color: #7b8e9d;
  font-weight: 400;
  margin-bottom: 45px;
  position: relative;
}
.contact-address-wrapper .contact-link li:before {
  position: absolute;
  content: "";
  background: #e9e9e9;
  width: 40px;
  height: 2px;
  bottom: -24px;
  left: 0;
}
.contact-address-wrapper .contact-link li:last-child {
  margin-bottom: 0;
}
.contact-address-wrapper .contact-link li:last-child:before {
  display: none;
}

.contact-map {
  height: 600px;
  width: 100%;
}

.contact-bg {
  background-color: #F4F7FC;
  background-size: cover;
  background-position: center center;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 0px 20px 40px 0px rgba(161, 161, 161, 0.4);
  margin-bottom: -98px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .contact-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-address-wrapper .contact-address-title h3 {font-size: 20px}
  p {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 14px;
}
.contact-address-wrapper .contact-link li{
    margin-bottom: 25px;
    line-height: 18px;
}
.contact-address-wrapper .contact-link li:before{
    bottom: -14px;
}
}

.contact-title h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

#contact-us-form input {
  height: 60px;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 0 15px;
  color: #7b8e9d;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#contact-us-form input::-webkit-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #014fa1;
}
#contact-us-form input:-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #014fa1;
}
#contact-us-form input::-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #014fa1;
}
#contact-us-form input:-ms-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
  border-color: #014fa1;
}
#contact-us-form input:focus {
  border-color: #014fa1;
}
#contact-us-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
#contact-us-form input:focus:-moz-placeholder {
  color: transparent;
}
#contact-us-form input:focus::-moz-placeholder {
  color: transparent;
}
#contact-us-form input:focus:-ms-input-placeholder {
  color: transparent;
}
#contact-us-form textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 15px;
  height: 150px;
  background: #fff;
  font-weight: 400;
  color: #7b8e9d;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#contact-us-form textarea::-webkit-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea:-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea::-moz-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea:-ms-input-placeholder {
  color: #7b8e9d;
  font-size: 16px;
}
#contact-us-form textarea:focus {
  border-color: #014fa1;
}
#contact-us-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#contact-us-form textarea:focus:-moz-placeholder {
  color: transparent;
}
#contact-us-form textarea:focus::-moz-placeholder {
  color: transparent;
}
#contact-us-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#contact-us-form .a-btn {
  padding: 22px 116px;
  border-radius: 0;
  border: 0;
  background: #014fa1;
  color: #fff;
}
@media (max-width: 767px) {
  #contact-us-form .a-btn {
    padding: 22px 56px;
  }
}
#contact-us-form .a-btn:hover {
  background: #1f2b3b;
}

/* 10. Footer */
.footer-area {
  background: #014fa1;
  position: relative;
  padding: 10px 0;
}
.footer-area .footer-area-wrap {
  position: relative;
  overflow: hidden;
}
.footer-area .footer-thumb-1 {
  position: absolute;
  right: 100px;
  top: -80px;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-thumb-1 {
    display: none;
  }
}
.footer-area .footer-thumb-2 {
  position: absolute;
  left: 80px;
  bottom: 90px;
  z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-thumb-2 {
    display: none;
  }
}

.footer-top {
  position: relative;
  z-index: 3;
}

.footer-bottom .footer-bottom-wrap {
  position: relative;
}
.footer-bottom #scrollUp {
  position: absolute;
  top: -18px;
  right: 150px;
  background: #ffb500;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 13px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  z-index: 99999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom #scrollUp {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .footer-bottom #scrollUp {
    right: 50px;
  }
}
.footer-bottom #scrollUp:hover {
  background: #014fa1;
}

.copyright {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
}
.copyright a {
  color: #dfdfdf;
  font-size: 15px;
}
.copyright a:hover {
  color: #45577f;
  color: #86ca14;
}

.footer-widget {
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    padding: 80px 20px !important;
  }
  .copyright {
  font-size: 14px;
}
  .copyright a{
  font-size: 14px;
}
}
.footer-widget .widget-title {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.footer-widget p {
  color: #9cabbe;
  font-size: 16px;
  line-height: 28px;
}

.category-widget {
  padding-left: 40px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget {
    padding-left: 0;
  }
}
.category-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .category-widget ul li {
    width: 100%;
  }
}
.category-widget ul li a {
  font-size: 16px;
  color: #9cabbe;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-widget ul li a {
    font-size: 14px;
  }
}
.category-widget ul li a:hover {
  color: #014fa1;
}

.about-widget .w-logo {
  margin-bottom: 35px;
}
.about-widget p {
  color: #9cabbe;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.about-widget .w-social {
  margin-top: 30px;
}
.about-widget .w-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #8f97a0;
  background: #293749;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.about-widget .w-social a:hover {
  background: #014fa1;
  color: #fff;
}

.newsletters-widget {
  padding-left: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletters-widget {
    padding-left: 0;
  }
}
.newsletters-widget p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 100px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .newsletters-widget p {
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .newsletters-widget p {
    padding-right: 0;
  }
}
.newsletters-widget form {
  margin-top: 30px;
}
.newsletters-widget form input {
  width: 100%;
  height: 60px;
  border: 2px solid #38485e;
  color: #fff;
  background: none;
  padding: 0 20px;
}
.newsletters-widget form input::-webkit-input-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input:-moz-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input::-moz-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input:-ms-input-placeholder {
  color: #9cabbe;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.newsletters-widget form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.newsletters-widget form input:focus:-moz-placeholder {
  opacity: 0;
}
.newsletters-widget form input:focus::-moz-placeholder {
  opacity: 0;
}
.newsletters-widget form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.newsletters-widget form button {
  background: #014fa1;
  color: #fff;
  margin-top: 15px;
  border: 0;
}
.newsletters-widget form button:hover {
  background: #ffb500;
  color: #fff;
}

.footer-wid-border-wrap .footer-wid-border {
  border-right: 1px solid #324156;
}
.footer-wid-border-wrap .footer-wid-border:last-child {
  border-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-wid-border-wrap .footer-wid-border {
    border-right: 0;
    border-bottom: 1px solid #324156;
  }
  .footer-wid-border-wrap .footer-wid-border:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-wid-border-wrap .footer-wid-border {
    border-right: 0;
    border-bottom: 1px solid #324156;
  }
  .footer-wid-border-wrap .footer-wid-border:last-child {
    border-bottom: 0;
  }
    main .pt-130 {
    padding-bottom: 60px;
}
   .about-area  .pb-130 {
    padding-bottom: 0px;
}
.mt-80 {
    margin-top: 30px;
}
}

.footer-shape {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 162px;
  height: 162px;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  z-index: 1;
}
.footer-shape:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  height: 260px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.footer-shape:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 392px;
  height: 392px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=main.css.map */




header.header-area {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #86ca14;
}

.home-slider-2.slick-initialized.slick-slider {
    margin-top: 80px;
}
.sidebar-open a {
    color: #000000b3;
    font-size: 18px;
    font-weight: 600;
}
.main-menu-wrap .main-menu > ul > li a.mPS2id-highlight {
    color: #014fa1;
    color: #86ca14;
}
.section-title.text-center .icon img {
    opacity: 0;
}
div#amap {
    height: 458px;
}
.map-card{ background: #fff;padding: 10px 20px}
.contact-address-area {
       
}
.logo a img {
    max-height: 70px;
    display: inline-block;
}
.img_er{
    text-align: center;
    margin: 20px auto 0 auto;
    color: #fff;
}
.img_er img{
  max-width: 120px;
}