/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Playfair+Display:400,400i,900|Roboto:300,400,500");
:root {
  --mainFont:'Gotham';
}

.carousel-inner .carousel-item img{
  height: 650px;
}
.carousel-inner .carousel-item .pBanner{
  height: 500px;
}

.carousel-inner .itemDesc{
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 10%;
  color: #FFFFFF;
}

.carousel-inner .itemDesc:hover{
  transform: scale(1.2);
}

.carousel-inner .itemDesc .title{
  font-size: 3.5rem;
}
.carousel-inner .itemDesc .desc{
  font-size: 1.25rem;
  margin-top: 10px;
}



.scaleView:hover{
  transform: scale(1.1);
}


.full-width {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {

  .main-line-txt:before {
    left:10%;
    width:20%;
  }

  .main-line-txt:after {
    left:70%;
    width:20%;
  }
}


.news_area{
  background-color: #FFFFFF !important;
}


body {
  font-family: var(--mainFont), sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background-color: #FFFFFF !important;
}

body:after {
   content: "";
   position: fixed;
   top: 0;
   height: 100vh;
   left: 0;
   right: 0;
   z-index: -1;
   /*background: url(..img/system/site-bg.jpg) center center;*/
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
 }

section {
  overflow: hidden !important;
}

.message_submit_form:focus {
  outline: none;
}

input:hover, input:focus {
  outline: none !important;
}

.gray_bg {
  background-color: #fff7ef;
}


h1, h2, h3, h4, h5, h6 {
  color: #2a2a2a;
  font-family: var(--mainFont), serif;
}


p {
  color: #666666;
  font-family: var(--mainFont), sans-serif;
  line-height: 1.929;
  font-size: 14px;
  margin-bottom: 0px;
  color: #8a8a8a;
}

h2 {
  font-size: 36px;
  line-height: 28px;
  color: #2a2a2a;
  font-weight: 700;
}

@media (max-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

img {
  max-width: 100%;
}

a{
  text-decoration: none !important;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  .mb_110 {
    margin-bottom: 220px;
  }
}

.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mt_130 {
    margin-top: 70px;
  }
}

.mb_130 {
  margin-bottom: 130px;
}

@media (max-width: 576px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.list-style {
  width: 14px;
  height: 14px;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

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

.color-reverse{
  -webkit-filter: invert(80%);
  filter: invert(80%);
}


.top_bar{
  display: flex;
}

.top_bar .top_bar_right_nav .top_bar_right_menu{
  display: block;
}

.top_bar_right_menu .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-right: 10px;
  padding-left: 10px;
}


@media (max-width: 576px) {
  .top_bar .top_bar_right_nav .top_bar_right_menu {
    display: none;
  }
}

.top_bar .top_bar_right_nav .row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.top_bar .top_bar_right_nav .row a{
  color: #000000;
  font-size: 16px;
}

.top_bar .top_bar_right_nav .row .dropdown-menu a{
  color: #000000;
}

.img_rotate img {
   transition: All 0.4s ease-in-out;
   -webkit-transition: All 0.4s ease-in-out;
   -moz-transition: All 0.4s ease-in-out;
   -o-transition: All 0.4s ease-in-out;
 }

.img_rotate img:hover{
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2)
}


.txt_break_all{
  word-break: break-all;
}


.banner-line{
  margin-top: -100px;
  z-index: 977;
  position: relative;
  height: 130px;
}

.banner-line .shubiao{
  position: absolute;
  text-align: center;
  position: absolute;
  top: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #3D3D3D;
  font-size: 12px;
}

.banner-line .shubiao img{
  width: 70px;
  height: 70px;
  margin: 0 auto;
}


/* ipad设备 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-line{
    margin-top: -60px;
  }
}