/********** 网站gray **********/
/* body *{-webkit-filter: grayscale(100%); webkit-moz-filter: grayscale(100%); firefox-ms-filter: grayscale(100%); ie9-o-filter: grayscale(100%); operafilter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); filter:gray; ie9-} */

@font-face {
 	font-family: 'AliPuHuiTi';
 	font-weight: 400;
 	src: url("../font/AlibabaPuHuiTi-2-55-Regular.otf") format("otf"),
 		url("../font/AlibabaPuHuiTi-2-55-Regular.ttf") format("ttf"),
 		url("../font/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
 	font-display: swap;
}


/********** Template CSS **********/
:root {
    --primary: #003590;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
button,
button:focus {
  text-decoration: none;
  outline: none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 40px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background:#FFFFFF;
        height:300px;
        border-bottom: 1px solid black;
	    border-left: 1px solid black;
	    border-right: 1px solid black;
    }
    
    .navbar .navbar-nav .navbar-toggler-icon{
    
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



/* Hero Slider Area */
#main-slide .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
  margin-bottom: 35px;
}

#main-slide:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100vh;
  max-height: 100vh;
  object-fit: cover;
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  -webkit-transition: opacity 100ms ease 0s;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}

#main-slide .carousel-item .carousel-caption .hero-sub-heading {
  color: #fff;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  -webkit-transition: opacity 100ms ease 0s;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}

.slider-2 .hero-heading {
  text-transform: capitalize;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main-slide .carousel-control-prev span {
  padding: 15px;
}

#main-slide .carousel-control-next span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
  left: 10px;
}

#main-slide .carousel-control .fa-angle-right {
  right: 10px;
}

#main-slide .carousel-indicators li {
  cursor: pointer;
  width: 3rem;
  height: 0.1rem;
  margin-right: 5px;
  margin-left: 5px;
}

#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 38px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
  color: #fff;
  opacity: 0.6;
}

.carousel .carousel-item.active .animated2 {
  -webkit-animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
          animation: 1s ease-in 200ms normal both 1 running lightSpeedIn;
}

.carousel .carousel-item.active .animated3 {
  -webkit-animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 500ms normal both 1 running bounceInLeft;
}

.carousel .carousel-item.active .animated4 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running flipInX;
          animation: 1s ease-in 500ms normal both 1 running flipInX;
}

.carousel .carousel-item.active .animated5 {
  -webkit-animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
          animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}

.carousel .carousel-item.active .animated6 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .carousel-item.active .animated7 {
  -webkit-animation: 1s ease-in 500ms normal both 1 running bounceIn;
          animation: 1s ease-in 500ms normal both 1 running bounceIn;
}

.carousel .carousel-item.active .animated8 {
  -webkit-animation: 1s ease-in 800ms normal both 1 running bounceInDown;
          animation: 1s ease-in 800ms normal both 1 running bounceInDown;
}

.carousel-fade .carousel-inner .carousel-item {
  max-height: 700px;
  opacity: 0.8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.carousel-fade .carousel-control {
  z-index: 20;
}

.slider-title {
  font-size: 70px;
  font-weight: 900;
}



/*** Header ***/

#header-carousel .carousel-indicators {
  cursor: pointer;
}

#header-carousel .carousel-indicators li {
  width: 30px;
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
/*     background-color: var(--primary); */
/*     border: 10px solid var(--primary); */
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    /* height: 100%;
    opacity: 1; */
}

.courses-news {
    width: 100%;
    height: 230px;
    overflow: hidden;
}


.courses-item img{
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.courses-item:hover img {
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.img-news {
	width: 100%;
    height: 230px;
    object-fit: cover;
    overflow: hidden;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link:hover .img-qrcode {
    display: inline;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

.img-qrcode {
	position: absolute;
	height: 150px;
	display: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.img-code:hover + .img-qrcode {
    display: inline;
    margin-top: -20px;
    margin-left: 50px;
}

/*===== portfolio THREE =====*/
.portfolio-three {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-three {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .portfolio-three {
    padding: 60px 0;
  }
}
.portfolio-three .portfolio-menu {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .portfolio-three .portfolio-menu {
    margin-bottom: 15px;
  }
}
.portfolio-three .portfolio-menu button {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-3);
  line-height: 48px;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  margin: 0 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-three .portfolio-menu button {
    font-size: 14px;
    padding: 0 26px;
  }
}
@media (max-width: 767px) {
  .portfolio-three .portfolio-menu button {
    font-size: 14px;
    padding: 0 22px;
    line-height: 42px;
  }
}
.portfolio-three .portfolio-menu button::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
}
.portfolio-three .portfolio-menu button:hover, .portfolio-three .portfolio-menu button.active {
  color: var(--primary);
}
.portfolio-three .portfolio-menu button:hover::before, .portfolio-three .portfolio-menu button.active::before {
  opacity: 1;
}
.portfolio-three .hide {
  display: none;
}
.portfolio-three .show {
  display: block;
}

.portfolio-style-three {
  margin-top: 30px;
}
.portfolio-style-three .portfolio-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.portfolio-style-three .portfolio-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-style-three .portfolio-image .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  border-radius: 8px;
}
.portfolio-style-three .portfolio-image .portfolio-content {
  padding: 16px;
}
.portfolio-style-three .portfolio-image .portfolio-icon {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.portfolio-style-three .portfolio-image .portfolio-icon a {
  font-size: 28px;
  color: var(--white);
  position: relative;
  z-index: 5;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: var(--primary);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-style-three .portfolio-image .portfolio-icon a:hover {
  background-color: var(--primary-dark);
}
.portfolio-style-three .portfolio-text {
  padding-top: 16px;
}
.portfolio-style-three .portfolio-title a {
  color: var(--black);
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-three .portfolio-title a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-style-three .portfolio-title a {
    font-size: 20px;
  }
}
.portfolio-style-three .text {
  color: var(--black);
  margin-top: 8px;
}
.portfolio-style-three:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
/* ===== Buttons Css ===== */
.pricing-style-fifteen .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.pricing-style-fifteen .active.primary-btn, .pricing-style-fifteen .primary-btn:hover, .pricing-style-fifteen .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.pricing-style-fifteen .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/* ===== Buttons Css ===== */
.pricing-style-fourteen .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.pricing-style-fourteen .active.primary-btn, .pricing-style-fourteen .primary-btn:hover, .pricing-style-fourteen .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.pricing-style-fourteen .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.pricing-style-fourteen .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.pricing-style-fourteen .active.primary-btn-outline, .pricing-style-fourteen .primary-btn-outline:hover, .pricing-style-fourteen .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.pricing-style-fourteen .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===========================
  teams css 
===========================*/
.team-area {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .team-area {
    padding: 60px 0;
  }
}
.team-style-six {
  position: relative;
  box-shadow: var(--shadow-2);
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #e8e8e8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-style-six {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .team-style-six {
    margin-top: 30px;
    width: 50%!important;
    margin-left: 25%
  }
}
.team-style-six .team-image {
  padding: 10px 0px;
}
.team-style-six .team-image img {
  width: 80%;
}
.team-style-six .team-content {
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .team-style-six .team-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.team-style-six .team-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.team-style-six .team-content .team-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .team-style-six .team-content .team-name {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-six .team-content .team-name {
    font-size: 20px;
  }
}
.team-style-six .team-content .sub-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: var(--primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .team-style-six .team-content .sub-title {
    font-size: 14px;
  }
}
.team-style-six .team-content .team-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.team-style-six .team-content .team-social .social {
  background-color: var(--white);
  display: inline-block;
  padding: 10px 20px 6px;
  border-radius: 50px;
}
.team-style-six .team-content .team-social .social li {
  display: inline-block;
  margin: 0 8px;
}
.team-style-six .team-content .team-social .social li a {
  font-size: 16px;
  color: var(--dark-3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-style-six .team-content .team-social .social li a:hover {
  color: var(--primary);
}
.team-style-six:hover .team-content {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .team-style-six:hover .team-content {
    padding-top: 25px;
  }
}
.team-style-six:hover .team-content::before {
  opacity: 1;
}
.team-style-six:hover .team-content .team-social {
  top: -20px;
  visibility: visible;
  opacity: 1;
}
.team-style-six:hover .team-content .team-name {
/*   color: var(--white); */
  color: #fff;
}
.team-style-six:hover .team-content .sub-title {
  color: var(--white);
}



#portfolios{
/* 	background: #f9f9f9; */
	padding-top: 10px;
}
#portfolios .mix{
	padding: 0;
}
#portfolios .portfolio-item{
	padding: 10px;
}
#portfolio .mix{
	display: none;
}
.controls{
	text-align: center;
	padding: 0 0 20px;
}
.controls .active{
	color: #3d60f4 !important;
	border-color: #3d60f4;
	background: 0 0;
}
.controls .btn{
	text-transform: uppercase;
	margin: 2px;
}
.controls:hover{
	color: #fff;
	cursor: pointer;
}
.shot-item{
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.shot-item img{
/* 	width: 100%; */
	height: 100%;
	object-fit: contain;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.shot-item .single-content{
	background-color: rgba(22,26,39,.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	width: 100%;
}
.shot-item .single-content .fancy-table{
	display: table;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
}
.shot-item .single-content .fancy-table .table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.shot-item .single-content .zoom-icon{
	margin-bottom: 15px;
}
.shot-item .single-content .zoom-icon a i{
	color: #fff;
	font-size: 22px;
	background: #3d60f4;
	width: 48px;
	height: 48px;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	border-radius: 30px;
}
.shot-item .single-content a{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	font-family: titillium web, sans-serif;
}
.shot-item:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.shot-item:hover .single-content{
	opacity: 1;
}
.shot-item:hover .single-content a{
	margin-bottom: 0;
}


/* 首页视频部分css开始 */
.explore-play-icon {
	width: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

@media (min-width: 320px) and (max-width:750px) {
    .explore-play-icon {
        width: 60px;
    }
}

/* @media (min-width: 751px) { */
/*     .explore-play-icon { */
/*         width:0.64rem !important; */
/*         cursor: pointer; */
/*     } */
/* } */

@media (min-width: 320px) and (max-width:750px) {
    .new-section {
        height: 100vh;
        position: relative;
    }

    .new-section .background {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .new-section .content-wrapper {
        width: 100%;
        position: absolute;
        top: 1.6rem;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: .48rem;
        padding-right: .48rem;
    }

    .new-section .content-title-wrapper h2,.new-section .content-title-wrapper h3 {
        color: #fff;
    }
    
    .new-section .content {
        line-height: 80px;
    }

    .new-section .more-content-new-section {
        margin-top: .64rem;
    }

    .new-section .modal-hidden {
    	display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }
    
    .new-section .modal-show {
    	z-index: 0;
    	display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }

    .new-section .shrink-modal {
    	z-index: 0;
        width: 68%;
        height: 68%;
    }
    
    .new-section .stagger-content {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }
    
    .new-section .stagger-content-show {
    	z-index: 1;
        opacity: 1;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }
}

@media (min-width: 751px) {
    .new-section {
        height:100vh;
        position: relative;
    }

    .new-section .background {
        width: 100vw;
        height: 100vh;
        object-fit: fill;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .new-section .content-wrapper {
        position: absolute;
        top: 1.2rem;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .new-section .content-title-wrapper h2,.new-section .content-title-wrapper h3 {
        color: #fff;
    }
    
    .new-section .content {
        line-height: 80px;
    }

    .new-section .more-content-new-section {
        margin-top: .32rem;
    }

    .new-section .modal-hidden {
    	display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }
    
    .new-section .modal-show {
    	z-index: 0;
    	display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }

    .new-section .shrink-modal {
    	z-index: 0;
        width: 68%;
        height: 68%;
    }

    .new-section .stagger-content {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }
    
    .new-section .stagger-content-show {
    	z-index: 1;
        opacity: 1;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px)
		-webkit-transition: all 0.3s ease-out 0s;
	    -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	    -o-transition: all 0.3s ease-out 0s;
	    transition: all 0.3s ease-out 0s;
    }
}
/* 首页视频部分css结束 */



.property-slider-wrap, .img-property-slide-wrap {
  	position: relative;
}

.property-slider-wrap .tns-outer .tns-inner, .img-property-slide-wrap .tns-outer .tns-inner {
  	padding-bottom: 50px !important;
}

.property-slider-wrap .tns-nav, .img-property-slide-wrap .tns-nav {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -3px;
	z-index: 2;
}

.property-slider-wrap .tns-nav button, .img-property-slide-wrap .tns-nav button {
	background: none;
	border: none;
	display: inline-block;
	margin: 2px;
	position: relative;
}

.property-slider-wrap .tns-nav button:active, .property-slider-wrap .tns-nav button:focus, .img-property-slide-wrap .tns-nav button:active, .img-property-slide-wrap .tns-nav button:focus {
  	outline: none;
}

.property-slider-wrap .tns-nav button:before, .img-property-slide-wrap .tns-nav button:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	right: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.property-slider-wrap .tns-nav button.tns-nav-active:before, .img-property-slide-wrap .tns-nav button.tns-nav-active:before {
  	background-color: #00204a;
}

.gradient-text {
	font-weight: 700;
	background: -webkit-gradient(linear, right top, left top, from(#f82a7e), to(#752a90));
	background: -webkit-linear-gradient(right, #f82a7e 0%, #752a90 100%);
	background: -o-linear-gradient(right, #f82a7e 0%, #752a90 100%);
	background: linear-gradient(270deg, #f82a7e 0%, #752a90 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

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

.property-item .img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.property-item .img-item {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.property-item img{
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

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

.property-item .property-content {
	background: #fff;
	padding: 30px;
	font-size: 13px;
	position: relative;
	width: 100%;
	margin-top: -10px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
	z-index: 2;
}

.property-item .property-content .content-total {
	height: 90px;
	width: 100%;
}

.property-item .property-content .price, .property-item .property-content .city {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.property-item .property-content .price {
 	color: #005555;
}

.property-item .property-content .price span {
	position: relative;
	padding-bottom: 4px;
	display: inline-block;
}

.property-item .property-content .price span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #005555;
}

.property-item .property-content .specs {
  	font-size: 18px;
}

.property-item .property-content .specs .caption {
  	font-size: 14px;
}

.slider-nav {
	margin-top: -100px;
	position: relative;
}

.slider-nav span {
	cursor: pointer;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: white;
}
  
#property-nav .prev {
	left: 0;
}

#property-nav .prev, #property-nav .next {
	position: absolute;
	cursor: pointer;
}

#property-nav .next {
	right: 0;
}

#property-nav .prev, #property-nav .next {
	position: absolute;
	cursor: pointer;
}

#property-nav span {
	display: inline-block;
	cursor: pointer;
	padding: 7px 20px;
	border-radius: 30px;
	background: rgba(0, 32, 74, 0.1);
	color: #00204a;
	text-align: center;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

#property-nav span:hover {
	display: inline-block;
	cursor: pointer;
	padding: 7px 20px;
	border-radius: 30px;
	background: #003590;
	color: #fff;
	text-align: center;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}


/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #001973;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features-center {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  overflow: hidden;
}

.features-info-left {
  display: flex;
  justify-content: center;
}

.features-info-right {
  padding-left: 20px;
  margin-top: -40px;
}

.features .features-item .features-img {
  max-height: 240px;
  width: auto;
  margin-top: -25px;
  margin-bottom: 20px;
}

.features-center img{
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.features-center:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.features .features-item+.features-item {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #001973;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

.headStyle{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:9999;
}


button.clickButton  {
  border: none;
  background: transparent;
  padding: 0 24px;
  font-size: 16px;
  line-height: 52px;
  font-family: "Open Sans Condensed", sans-serif;
  position: relative;
  color: #3E4651;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-align: center;
}
button.clickButton:before  {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 48px;
  background: transparent;
  border: 2px solid #003590;
  z-index: -1;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
 button.clickButton:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 30px;
  width: 80%;
  z-index: -1;
  transition: 0.3s linear;
}
 button.clickButton:hover:after {
  opacity: 0;
  background: #003590;
}
button.clickButton:hover {
  color: #fff;
}
button.clickButton:hover:before {
  width: 100%;
  background: #003590;
  box-shadow: 0 10px 90px -2px rgba(0, 0, 0, 0.2);
}

.portfolio-button{
	text-align: center;
	margin-top: 10px;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
	
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover .imghover {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
  background: rgba(0, 0, 0, .5);
}

@media (min-width: 751px) {
	.hovereffect .overlay {
	  position: absolute;
	  overflow: hidden;
	  width: 66%;
	  height: 65%;
	  left: 17%;
	  top: 20%;
	  border-bottom: 1px solid #FFF;
	  border-top: 1px solid #FFF;
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	  transition: opacity 0.35s, transform 0.35s;
	  -webkit-transform: scale(0,1);
	  -ms-transform: scale(0,1);
	  transform: scale(0,1);
	}
	
	.hovereffect h2 {
	  text-transform: uppercase;
	  text-align: center;
	  position: relative;
	  font-size: 17px;
	  background-color: transparent;
	  color: #FFF;
	  padding: 1em 0;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	  transition: opacity 0.35s, transform 0.35s;
	  -webkit-transform: translate3d(0,-100%,0);
	  transform: translate3d(0,-100%,0);
	}
	
	.hovereffect a, .hovereffect p {
	  font-size: 18px;
	  text-align: left;
	  line-height: 30px;
	  color: #F3F6F8;
	  padding: 3em 0;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	  transition: opacity 0.35s, transform 0.35s;
	  -webkit-transform: translate3d(0,100%,0);
	  transform: translate3d(0,100%,0);
	}
	
}

@media (min-width: 320px) and (max-width:750px) {
	.hovereffect .overlay {
	  position: absolute;
	  overflow: hidden;
	  width: 90%;
	  height: 85%;
	  left: 5%;
	  top: 20%;
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	  transition: opacity 0.35s, transform 0.35s;
	  -webkit-transform: scale(0,1);
	  -ms-transform: scale(0,1);
	  transform: scale(0,1);
	}

	.hovereffect h2 {
	  height: 1px;
	}
	
	.hovereffect a, .hovereffect p {
	  font-size: 12px;
	  line-height: 15px;
	  text-align: left;
	  color: #F3F6F8;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	  transition: opacity 0.35s, transform 0.35s;
	  -webkit-transform: translate3d(0,100%,0);
	  transform: translate3d(0,100%,0);
	}
}

@media (min-width: 751px) {
	.world-map {
		width: 100%;
		max-width: 100%;
		height: 75vh;
		padding-top: 0;
	}
}

@media (min-width: 320px) and (max-width:750px) {
	.world-map {
		margin-top: -40px;
		width: 100%;
		max-width: 100%;
		height: 40vh;
		padding-top: 0;
	}
}

.col-lg-2-new {
    flex: 0 0 auto;
    width: 20%;
}