@import "global.css"; /*全局*/
@import "reset.css"; /*重置*/
@import "layout.css"; /*框架*/
@import "background.css"; /*背景*/
@import "color.css"; /*颜色*/
@import "typography.css"; /*文字*/
@import "button.css"; /*按钮*/
@import "header.css"; /*头部*/
@import "form.css"; /*表单*/
@import "animation.css"; /*动画*/
@import "map.css"; /*业务版图*/
@import "sub.css"; /*二级页面*/
@import "counter.css"; /*数字展示*/
@import "timeline.css"; /*时间线*/
@import "magnific-popup.css"; /*返回顶部*/
@import "backtotop.css"; /*返回顶部*/
@import "demo.css"; /*返回顶部*/

/*首页主轮换*/

.mainSwiper {
  position: relative;
  z-index: 22;
  width: 100%;
  height: 100vh;
  background: #000;
}
.mainSwiper .swiper-slide {
  text-align: left;
  background: var(--color-white);
  justify-content: left;
  align-items: left;
  padding-top: 280px;
  overflow: hidden;
}
.mainSwiper .videoInner {
  position: absolute;
  z-index: 18;
  width: 100%;
  height: 100%;
}
.mainSwiper .swiper-slide video {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 17;
}
.mainSwiper .swiper-slide h2, .mainSwiper .swiper-slide p {
  color: var(--color-white);
}
.mainSwiper .videoInner h2, .mainSwiper .videoInner p {
  z-index: 3;
}
.mainSwiper .swiper-slide h2, .mainSwiper .swiper-slide h2 img {
  height: 18vh;
}
.mainSwiper .swiper-slide p, .mainSwiper .swiper-slide p img {
  height: 14vh;
}

.reg-btn a {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-transform: None;
  color: var(--color-white);
  padding: 19px;
  text-align: center;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: var(--color-dark);
  text-transform: uppercase;
  border: 1px solid var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.reg-btn a:hover {
  color: var(--color-dark);
  background-color: var(--color-white);
  border: 1px solid var(--color-dark);
}

.venue-btn a {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: None;
  color: var(--color-white);
  padding: 15px;
  text-align: center;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: var(--color-dark);
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.venue-btn a:hover {
  color: var(--color-dark);
  background-color: var(--color-white);
}

/*首页模块标题*/

.section-header {
  position: relative;
  z-index: 1;
  width:100%;
}
.section-header h2 {
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  color: var(--color-dark);
  font-weight: 900;
  font-size: 24px;
  padding-top: 24px;
  margin-bottom: 10px;
}
.section-header h2:after {
  position: absolute;
  content: attr(data-title);
  color: var(--color-lightgray);
  font-size: 140px;
  text-transform: uppercase;
  top: -90%;
  left: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing); 
}
.section-header:hover h2:after {
  top: -85%;
}
.section-header-plus h2:after {
  color: #487f47;
}
.section-header-separator-outer {
  overflow: hidden;
  margin: -10px 0;
}
.section-header-separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
  background-color: var(--color-dark);
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.section-header:hover .section-header-separator {
  width: 110px;
}
.section-header-separator-plus {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
  background-color: #76c997;
}

/*首页简介部分*/

#introIndex {
  background: var(--bg-gradient);
}
#introIndex .large-btn {
  float: right;
  width: 90%;
  padding:10px;
  background: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: var(--large-shadow);
  box-shadow: var(--large-shadow);
}
.intropic img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;  
}
/*首页分论坛轮换*/

.subforumSwiper {
  width: 100%;
  height: 480px;
}
.subforumSwiper .swiper-slide {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  background: var(--color-white);
  overflow: hidden;
}
.subforumSwiper .swiper-slide video {
  position: absolute; 
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 17;
}
.subforumSwiper .swiper-slide .mask-bg {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  z-index: 18;
  background: var(--mask);
}
.subforumSwiper .swiper-slide .slide-title {
  width: 100%;
  position: absolute;
  z-index: 19;
  color: var(--color-white);
}
.subforumSwiper .swiper-slide .slide-dec {
  width: 100%;
  padding: 0 100px;
  position: absolute;
  z-index: 19;
  color: var(--color-white);
  font-size: 14px;
}
.subforumSwiper .swiper-slide .slide-dec a {
  font-size: 12px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-dark);
  padding: 12px 24px;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: var(--color-white);
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.subforumSwiper .swiper-slide .slide-dec a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}
.swiper-pagination-subforum {
  position: absolute;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-subforum .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: var(--color-white);
  opacity: .4;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  transition-delay: .1s;
}
.swiper-pagination-subforum .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--color-dark);
  opacity: .8;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  transition-delay: .1s;
}

/*首页嘉宾部分*/

#guestIndex {
  background: var(--bg-gradient);
}
.js-marquee, .js-marquee-wrapper {
  display: flex;
  align-items: center;
}
.guest_item {
  width: 180px;
  height: 380px;
  padding: 40px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 20px;
  text-align: center;
}
.guest_item  h6 {
  padding: 0;
  margin: 12px 0;
  font-size: 16px;
  line-height: 16px;
  color: var(--color-white);
}
.guest_item  p {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: var(--color-white);
}
.guest_item img  {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: var(--shadow);
}
@media (max-width: 767px) {
  .guest_item {
    margin-right: 15px;
    padding: 10px 20px;
  }
  .guest_item img {
    height: 25px;
  }
}

/*首页高光部分*/

.highlight_col {
  width: 100%;
}
.highlight_container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.front, .back{
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 340px;
  padding: 20px;
  height: auto;
   border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
.front {
  padding: 0;
  background: var(--color-white);
}
.front img {
  width: 100%;
  height: auto;
}
.back {
  background: var(--bg-gradient);
}
.front i {
  font-size: 40px;
}
.back i {
  font-size: 60px;
}
.highlight_container:hover .front, .highlight_container:hover .back{
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.highlight_container .back{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.highlight_container .front{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.highlight_container:hover .back{
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.highlight_container:hover .front{
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*首页位置部分*/

#venueIndex {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
#venueIndex img {
  border-radius: 0 5px 5px 0;
}
.venue_info {
  width: 100%;
  background: var(--bg-gradient);
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}


/*首页新闻列表*/

.news_item {
  position: relative;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  background-color: #fafafa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.news_item:hover {
  background-color: var(--color-white);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
.news_item .news_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
}
.news_item .news_thumb img {
  width: 100%;
  max-width: 100%;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.news_item:hover .news_thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news_item .news_thumb .news_sort {
  position: absolute;
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 12px;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.news_item .news_content {
  padding: 30px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
.news_item .news_title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 16px;
}
.news_item .news_title a {
  color: var(--color-dark);
}
.news_item .news_desc {
  font-size: 14px;
  margin-bottom: 22px;
}
.news_item .btn_link {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.news_item .btn_link span {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.news_item .btn_link span:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--color-dark);
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
}
.news_item:hover .btn_link {
  padding: 0 15px;
  color: var(--color-white);
  background-color: var(--color-dark);
}
.news_item:hover .btn_link span:after {
  opacity: 0;
}
.news_more a {
  font-size: 14px;
  font-weight: 700;
  text-transform: None;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  padding: 11px 60px;
  background-color: var(--color-white);
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.news_more  a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}

/*页尾布局*/

.footer {
  background: #f8fbf4 url("../img/bg-footer.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.footer li::selection {
  background: #ffa800;
}
.footer .footer-primary {
  padding-top: 60px;
  padding-bottom: 120px;
}
.footer .footer-widget {
  margin-bottom: 20px;
}
.footer .footer-widget_title {
  color: #50875e;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.footer .footer-widget_title:before {
  font-family: 'icomoon';
  content: "\e91b";
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
  margin-left: -4px; 
}
.footer .footer-widget_content li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.footer .footer-widget_content li span i {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-dark);
}
.footer .footer-widget_content li.nameline {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-left: 3px solid #ffa800;
  padding-left: 8px;
}
.footer .contact-list li {
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}
.footer .contact-list li a {
  color: rgba(255, 255, 255, 1);
}
.footer .footer-form {
  position: relative;
}
.footer .footer-form .form-control {
  border-color: transparent;
  background-color: #00243b;
  color: #8097a1;
  font-size: 14px;
  border-radius: 4px;
}
.footer .footer-form .form-control:focus {
  border-color: #8097a1;
}
.footer .footer-form .form-control::-webkit-input-placeholder {
  color: #8097a1;
}
.footer .footer-form .form-control:-moz-placeholder {
  color: #8097a1;
}
.footer .footer-form .form-control::-moz-placeholder {
  color: #8097a1;
}
.footer .footer-form .form-control:-ms-input-placeholder {
  color: #8097a1;
}
.footer .footer-form .footer-form__submit {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  border-radius: 50%;
  color: #ffa800;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer .footer-form .footer-form__submit:hover {
  color: #fff;
  background-color: #3b895a;
}
.footer .custom-control-label:before,
.footer .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  border-color: rgba(230, 233, 235, 0.1) !important;
}
.footer .footer-widget-nav li,.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #50875e;
  font-size: 14px;
  margin-bottom: 11px;
}
.footer .footer-widget-nav li a:hover {
  color: #50875e;
}
.footer .social-icons li {
  margin-right: 25px;
}
.footer .social-icons li a {
  font-size: 18px;
  color: #fff;
}
.footer .social-icons li a:hover {
  color: #3b895a;
}
.footer .btn_download {
  min-width: 125px;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.footer .btn_download i {
  margin-right: 10px;
}
.footer .btn_download:before {
  background-color: #3b895a !important;
}
.footer .footer-secondary {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid rgba(230, 233, 235, 0.1);
}
.footer .footer-secondary .footer_copyrights {
  color: #f9f9f9;
}
.icpArea {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  text-align: right;
  color: #50875e;
  font-size: 14px;
}
.footer-light {
  background-color: #fff;
}
.footer-light #scrollTopBtn,
.footer-light .social-icons li a,
.footer-light .footer-widget_title,
.footer-light .footer-secondary .footer_copyrights {
  color: #ffa800;
}
.footer-light .footer-widget-nav li a {
  color: #9b9b9b;
}
.footer-light .custom-control-label:before,
.footer-light .custom-control-input:checked~.custom-control-label::before {
  border-color: #e7ebef !important;
}
.footer-light .footer-form .form-control {
  color: #8097a1;
  background-color: #e6e9eb;
}
.footer-light .footer-form .form-control:focus {
  border-color: #8097a1;
}
.footer-light .footer-form .footer-form__submit {
  color: #fff;
  background-color: #ffa800;
}
.footer-light .footer-secondary {
  border-color: #e5e8ea;
}
.footer-light .btn_download {
  border: 1px solid #e5e8ea;
}
.footer-light .btn_download:hover {
  border-color: #3b895a;
}
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 40px;
  background: #007964;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #009e83;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #007964;
  color: #fff;
  text-decoration: none;
}





/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: -100px;
}
.pagetitle_heading {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 700;
}
.pagetitle_subheading {
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  display: inline-block;
  margin-bottom: 15px;
}
.pagetitle_heading .text-underlined {
  border-bottom: 4px solid #fff;
}
.pagetitle_desc {
  font-size: 17px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 34px;
}
.page-title {
  padding: 240px 0 120px 0;
  height:450px;
}
.page-title-img {
  height: 450px;
  width: 900px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.page-title-img img {
  height: 450px;
  width: 900px;
}
.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.page-title .breadcrumb-item.active {
  color: #fff;
}
.page-title .breadcrumb-item a {
  position: relative;
  color: #fff;
}
.page-title .breadcrumb-item a:hover {
  color: #ffa800;
}
.page-title-layout1,
.page-title-layout3 {
  padding-bottom: 35px;
}
.page-title-layout1 .breadcrumb,
.page-title-layout3 .breadcrumb {
  margin-top: 90px;
}
.page-title-layout2 {
  padding-top: 230px;
  padding-bottom: 130px;
}
.page-title-layout2 .pagetitle_heading {
  font-size: 37px;
  line-height: 1.5;
}
.page-title-layout4 .pagetitle_desc {
  max-width: 480px;
  margin: auto;
}
.page-title-layout5 {
  padding-bottom: 240px;
}
.page-title-layout5 .pagetitle_heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.5;
}
.page-title-layout5+.pricing .pricing-wrapper {
  position: relative;
  margin-top: -93px;
  z-index: 3;
}
.page-title-layout6 {
  padding-top: 250px;
}
.page-title-layout8 {
  padding-top: 240px;
  padding-bottom: 35px;
}
.page-title-layout8 .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}
.page-title-layout8 .breadcrumb {
  margin-top: 80px;
}
.page-title-layout9 {
  padding-bottom: 35px;
}
.page-title-layout9 .breadcrumb {
  margin-top: 90px;
}
.page-title-layout10 {
  padding-bottom: 170px;
}
.page-title-layout11 {
  padding-top: 250px;
}
.page-title-layout11 .pagetitle_heading {
  font-size: 36px;
  line-height: 1.3;
}
.page-title-layout11 .pagetitle_subheading {
  padding: 10px 15px;
  border-radius: 2px;
  color: #fff;
  background-color: #3b895a;
}
.page-title-layout12 {
  padding-top: 250px;
  padding-bottom: 160px;
}
.page-title-layout12 .pagetitle_heading {
  font-size: 50px;
}
.page-title-layout13 {
  padding-top: 250px;
  padding-bottom: 35px;
}
.page-title-layout13 .pagetitle_desc {
  max-width: 500px;
  margin: auto;
}
.page-title-layout13 .breadcrumb {
  margin-top: 100px;
}
.page-title-layout14 {
  padding-top: 290px;
  padding-bottom: 190px;
}
.page-title-layout14 .pagetitle_desc {
  max-width: 480px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-title {
      padding: 150px 0 60px 0;
      height: 300px;
    }
    .page-title-img {
      height: 300px;
      width: 300px;
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
    }
    .page-title-img img {
      height: 300px;
      width: 300px;
    }
  .page-title .pagetitle_heading {
    font-size: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding: 150px 0 50px 0;
  }
  .page-title .pagetitle_subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .page-title .pagetitle_desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .page-title .pagetitle_heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-left: 20px;
}
.widget_plusa {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 4px;
  background: var(--bg-gradient);
}

.widget_plusb {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

.widget_plusb .news_item {
  background-color: #f4f4f4;
  margin-bottom: 0;
}
.widget_plusb .news_item:hover {
  background-color: #f4f4f4;
}

.news_item:hover .news_thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widget_plusb .news_item .news_content {
  padding: 20px;
}

.widget_plusb .news_item .news_title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
}
.widget {
  position: relative;
  padding: 40px 40px 20px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 30px;
  height: 3px;
  background-color: #3b895a;
}

.widget .widget__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 26px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  height: 60px;
  border: 2px solid #eaeaea;
}

.widget-search .widget__form-search .form-control:focus {
  border-color: #3b895a;
}

.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  min-width: 0;
  line-height: 60px;
  height: 60px;
  width: 40px;
  color: #ffa800;
}

.widget-search .widget__form-search .btn:before {
  display: none;
}

.widget-search .widget__form-search .btn:hover {
  color: #3b895a;
}

.widget-categories ul li {
  margin-bottom: 11px;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #222;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a:hover {
  color: #3b895a;
}

.widget-categories ul li a.active {
  color: #ffa800;
}

.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  color: #3b895a;
  margin-left: 10px;
  border: 2px solid rgba(14, 44, 62, 0.1);
  background-color: #fff;
}

.widget-tags ul li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #ffa800;
  border: 1px solid #ffa800;
  background-color: #fff;
  text-transform: capitalize;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #fff;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}

.widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-post-item .widget-post__title {
  font-size: 16px;
  margin-bottom: 0;
}

.widget-post-item .widget-post__title a {
  color: #ffa800;
}

.widget-post-item:hover .widget-post__title a {
  color: #3b895a;
}

.widget-post-item .widget-post__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 15px;
}

.widget-post-item .widget-post__img img {
  border-radius: 3px;
}

.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/* Widget Download */
.widget-download .btn {
  padding: 0 25px;
  height: 75px;
  text-align: left;
}

.widget-download .btn span {
  display: block;
  margin-top: 20px;
}

.widget-download .btn img {
  position: absolute;
  top: 0;
  left: 25px;
  width: 22px;
  height: 24px;
}

.widget-contact .btn:hover {
  color: #ffa800;
}

.widget-contact .btn:before {
  background-color: #fff !important;
}

.widget-contact__info .widget-contact__title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 12px;
}

.widget-contact__info .widget-contact__list {
  margin-bottom: 30px;
}

.widget-contact__info .widget-contact__list li {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .sidebar {
    margin-left: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }

  .widget .widget__title {
    margin-bottom: 20px;
  }

  .widget-categories ul {
    padding: 0;
  }

  .widget-categories ul li a {
    font-size: 13px;
    padding: 10px;
  }

  .widget-download .btn {
    height: 60px;
  }
}

#downloadarea  p a, #hotel p a {
  font-size: 12px;
  font-weight: 700;
  text-transform: None;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
  padding: 11px 23px;
  background-color: var(--color-white);
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  -webkit-transition: all 0.3s var(--easing);
  -o-transition: all 0.3s var(--easing);
  transition: all 0.3s var(--easing);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#downloadarea  p a:hover, #hotel p a:hover {
  color: var(--color-white);
  background-color: var(--color-dark);
}