/*--
    Common Css
--*/
body {
  font-size: 14px;
  line-height: 25px;
  color: #3b4045;
  font-family: "微软雅黑";
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px; }

h1 {
  font-size: 44px;
  line-height: 56px; }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 23px;
  line-height: 25px; }

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
  font-size: 18px;
  line-height: 25px;
  margin: 0px; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
img{max-width:100%;}
.mt-100 {
  margin-top: 100px; }

.bg-1 {
  background-image: url(../images/call-to-action.jpg); }

.bg-opacity {
  position: relative; }
  .bg-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.section {
  padding: 100px 0; }
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px; }
  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size:28px;
    line-height: 40px; }
  .heading p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; }

.subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  line-height: 45px; }

.btn {
  border-radius: 0; }

.btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #2da1da;
  -moz-box-shadow: 0 15px 40px rgba(62, 167, 217, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(62, 167, 217, 0.5);
  box-shadow: 0 15px 40px rgba(62, 167, 217, 0.5);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
  .btn-main:hover, .btn-main:focus {
    background-color: #2da1da;
    color: #fff; }

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }


/*--
    .hero-area start
--*/
.hero-area {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/bg.jpg') top left no-repeat;
  }
  
  .hero-area h1 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 19px;
    margin-top: 30px;
    line-height: 1.2; }
  .hero-area p {
    font-size: 18px;
    line-height: 1.75; }
  .hero-area .btn-main {
    margin-top: 30px; }

/* .hero-area  */
.navbar{
  background-color: rgb(244, 244, 244);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 30px 0;
  margin: 0 0 30px 0;
  border: 0; 
  text-align:center;
  overflow:hidden;
  }
  
.navbar p{
	margin-top:20px;
}

.navbar span{
	font-size: 24px;
	line-height:36px;
	font-family: Arial;
	color: #44a9d9;
	font-weight: bold;
	font-style: italic;
}

.logo {
  display: inline-block; }
  .logo h1 {
    color: #444;
    font-size: 25px;
    margin: 0;
    line-height: 1; }

.menu {
  margin-top: 14px; }
  .menu li {
    display: inline-block;
    margin: 0 10px; }
    .menu li a {
      color: #444;
      font-size: 14px;
      font-weight: bold; }
      .menu li a:hover, .menu li a:focus {
        background: none; }

/*--
    feature start
--*/
.feature.section {
  padding-bottom: 100px; }

.feature .feature-box {
  margin-bottom: 40px; }
  .feature .feature-box i {
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block; 
	color: #2da1da;
	}
  .feature .feature-box h4 {
    font-weight: bold;
	display: inline-block;
    margin:0 0 20px 10px; 
	color:#2da1da;
	}
  .feature .feature-box p {
    font-size:14px;
	line-height:175%;
	}

.promo-details {
  background: #2da1da; }
  .promo-details h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left; }
  .promo-details p {
    color: #fff;
    font-size: 16px; 
	line-height:175%;
	margin-top:1em;
	}

/*--
    Feature-list start
--*/
.feature-list h4{
	font-size:24px;
	color:#2da1da;
}
.feature-list p{
	font-size:16px;
	line-height:175%;	
	margin-top:1em;
}



.feature-list .btn-main {
  margin-top: 15px; }

/*--
  Gallery start
--*/
.gallery {
  text-align:center;
  }

.gallery .block:hover{
	opacity:0.5;
}
/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px; }
  .testimonials .testimonial-block i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    color: #2da1da; }
  .testimonials .testimonial-block p {
    font-family: "Droid Serif", serif;
    font-size: 14px;
    color: #777; }
  .testimonials .testimonial-block .author-details {
    margin-top: 30px; }
    .testimonials .testimonial-block .author-details img {
      border-radius: 50%;
      width: 50px; }
    .testimonials .testimonial-block .author-details h4 {
      font-weight: 700;
      font-size: 20px;
      margin-top: 10px; }

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .call-to-action .block h2 {
    margin-bottom: 6px;
    color: #fff;
    padding-bottom: 0; }
  .call-to-action .block p {
    padding-right: 30px;
    color: #fff; }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group .btn-main {
      padding: 13px 40px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      border: none;
      padding-left: 15px;
      box-shadow: none; }

footer {
  text-align: center;
  background: #040305;
  padding: 50px 0px; }
  footer .footer-logo {
    color: #fff;
	font-size:20px;
	font-weight:400;
	margin-bottom:40px;
	}
	
  footer p{
	  color:#FFF;
	  font-size:14px;
  }
  
  footer p.copyright-text {
    font-weight: 300;
    font-size: 12px;
    color: #888;
    letter-spacing: 3px;
    margin-top: 15px; }
    footer p.copyright-text a {
      color: #282828; }
      footer p.copyright-text a:hover {
        text-decoration: none; }

@media only screen and (max-width:641px){
	td{display:block;}
	.hero-area{padding-bottom:50px;}
	.hero-area h1{
		font-size:20px;
	}
	.hero-area p{font-size:16px;}
	.heading{padding:70px 0 0;}
	.heading h2{
		font-size:20px;
	}
	.subheading{font-size:20px;}
	.btn-main{
		font-size:14px;
		padding:7.5px 25px;
	}
}		