/*!
 * Start Bootstrap - Guoyan Page v1.0.0 ()
 * Copyright 2013-2019 JunjieMao
 * Licensed under MIT (https://github.com/BlackrockDigital/Guoyan-page/blob/master/LICENSE)
 */

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  background: #fff;
}

#page {
	  height:100%;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

li {
  list-style: none;
}

button:focus {
  outline: 0 !important;
  outline: 0 !important;
}

.js .animate-box {
  opacity: 0;
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}

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


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus ,textarea:focus ,select:focus {
	outline: none;
}

i {
    font-style: normal;
}

.text_cut {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fw400 {
	font-weight: 400;
}

#page {
position: relative;
	width: 100%;
}
.w {
    width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width : 1440px) {
	.w {
		width: 1140px;
	}
}
@media screen and (max-width : 720px) {
	.w {
		width: 100%;
	}
}

.fl {
    float: left;
}

.fr {
    float: right;
}
ul {
	padding-left: 0;
	margin: 0;
}


/* footer */
.footer {
    background: #112e60;
    height: 120px;
/*     position: relative;
    bottom: 0; */
	width: 100%;
    
}
.footer .rgba-bg {
	color: #7082a0;
    font-size: 20px;
    height: 120px;
	line-height: 120px;
}
@media screen and (max-width: 720px) {
	.footer .rgba-bg {
		font-size: 0.7rem;
	}
}
.footer-content {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 720px) {
	.footer-content {
		width: 100%;
	}
}
.footer-content .contact-us {
	margin-right: 30px;
}
.footer-content a {
    color: #fff;
}







/* 
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ccc;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.colorlib-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .colorlib-nav {
    margin: 0;
  }
}

.colorlib-nav .top-menu {
  padding: 30px 30px;
}

@media screen and (max-width: 1000px) {
  .colorlib-nav .top-menu {
    padding: 28px 1em;
  }
}

.colorlib-nav #colorlib-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.colorlib-nav #colorlib-logo a {
  position: relative;
  color: #fff;
}

.colorlib-nav #colorlib-logo a i {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}

.colorlib-nav .menu-1 {
  line-height: 50px;
}

@media screen and (max-width: 1000px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}

.colorlib-nav ul {
  padding: 0;
  margin: 0;
}

.colorlib-nav ul li {
  position: relative;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

.colorlib-nav ul li a {
  position: relative;
  padding: 20px 13px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.colorlib-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.colorlib-nav ul li a:hover .underline {
  height: 4px;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  width: 580px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(31, 30, 114, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(31, 30, 114, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: -220px;
  text-align: left;
  background: #fff;
  padding: 0px 20px 30px 20px;
  border-radius: 2px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.colorlib-nav ul li.has-dropdown .dropdown .product-title {
  font-size: 14px;
  color: #313131;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
}

.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 270px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.colorlib-nav ul li.has-dropdown .dropdown a {
  display: block;
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
}

.colorlib-nav ul li.has-dropdown .dropdown a:hover li p {
  color: #1ac7e9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  cursor: pointer;
  display: block;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li p {
  padding: 0px 0;
  display: block;
  color: #616161;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.colorlib-nav ul li.has-dropdown .dropdown li p:hover {
  color: #1ac7e9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.colorlib-nav ul li.btn-cta a {
  color: #fff;
  background: #337ab7;
  padding: 10px 15px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.colorlib-nav ul li.btn-cta a:hover {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active>a {
  position: relative;
}

.colorlib-nav ul li.active>a:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.colorlib-nav ul li .underline {
  position: absolute;
  width: 0%;
  height: 4px;
  background-color: #fff; */
  /* border-radius: 2px; */
/*   left: 60%;
  bottom: -4px;
  margin-left: -45%; */
  /* transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease; */
/* }

.colorlib-nav ul li .underline-1 {
  width: 0%;
  left: 75%;
  margin-left: -63%; */
  /* transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease; */
/* }

.colorlib-nav ul li:hover .underline {
  width: 56%;
}

.colorlib-nav ul li:hover .underline-1 {
  width: 71%;
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1000px) {
  #colorlib-offcanvas {
    display: block;
  }
}

.offcanvas #colorlib-offcanvas {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown>a:after {
  position: absolute;
  right: 0px;
  top: 5px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
  margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
  border-bottom: 1px solid #337ab7;
  padding-bottom: 5px;
}

.video-hero {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0;
}

@media screen and (max-width: 1000px) {
  .video-hero {
    heifght: inherit;
    padding: 3em 0;
  }
}

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.8em !important;
}

.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white>i {
  color: #fff;
  background: #fff;
}

.colorlib-nav-toggle.colorlib-nav-white>i::before,
.colorlib-nav-toggle.colorlib-nav-white>i::after {
  background: #fff;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 1000px) {
  .colorlib-nav-toggle {
    display: block;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: black;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.widgets-col {
  width: 20%;
  padding: 0 5px 0 5px;
  position: relative;
}

footer {
  background-color: #0a0d3d;
}

.widgets-col p {
  color: #fff;
}

footer a {
  color: #fff;
}

.widgets-col img {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
}

.widgets-col ul.widget_app li {
  list-style: none;
  display: inline-block;
}

.widgets-col ul {
  padding: 0;
}

.footer-widgets {
  padding-top: 60px;
}

.widgets-col>h3 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: #fff;
  font-family: "Bree Serif", serif;
  line-height: 40px;
}

.widgets-col>h3 span {
  color: var(--main-color);
}

.widgets-col ul li {
  list-style: none;
  padding: 1px;
}

.widgets-col,
.coppy-right {
  font-family: "Open Sans", sans-serif;
}

.widgets-col ul li a {
  line-height: 33px;
  text-decoration: none;
  display: block;
}

.widgets-col ul li a:hover {
  color: #6de0f5;
}

.widgets-col h4 {
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}

.coppy-right { */
  /* padding: 60px 0 0 0; */
/*   background-color: #0a0d3d;
  clear: both;
}

.coppy-right p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 5px;
}
 */

