#people {
  padding: 60px 0;
}

#people .people-info {
  margin-bottom: 20px;
  text-align: center;
}

#people .people-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #d9232d;
}

#people .people-info address, #people .people-info p {
  margin-bottom: 0;
  color: #000;
}

#people .people-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#people .people-info a {
  color: #000;
}

#people .people-info a:hover {
  color: #d9232d;
}

#people .people-address, #people .people-phone, #people .people-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #people .people-address, #people .people-phone, #people .people-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #people .people-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#people .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#people .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#people .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#people .php-email-form .error-message br + br {
  margin-top: 25px;
}

#people .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #d9232d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#people .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#people .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #d9232d;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#people .php-email-form input, #people .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#people .php-email-form input::focus, #people .php-email-form textarea::focus {
  background-color: #d9232d;
}

#people .php-email-form button[type="submit"] {
  background: #d9232d;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#people .php-email-form button[type="submit"]:hover {
  background: #13a456;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}







/*------------------------------------------*/

#uniview {
  background: #f9f9f9;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 60px 0px;
  
}

.portfolio-details .portfolio-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
  /*color: #d9232d;*/
  
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #d9232d !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*-------------------------------------------*/
#H3CNE-Cloud {
  background: #f9f9f9;
}

#H3CNE-Security{
  background: #f9f9f9;
}

#H3CIE-WLAN {
  background: #f9f9f9;
}

#H3CIE-RS {
  background: #f9f9f9;
}

#H3CNE-PM {
  background: #f9f9f9;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.abouta{
padding: 60px 0;
}

.abouta .section-header{
  color: #d9232d;
}

.abouta .content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #d9232d;
}

.abouta .content h3 {
  font-weight: 700;
  line-height: 5px;
  font-size: 20px;
}

.abouta .content ul {
  list-style: none;
  padding: 0;
}

.abouta .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
  font-weight: 700;
}

.abouta .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #009970;
}

.abouta .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services{
  padding: 60px 0px;
  background: #f9f9f9;
}
.more-services img {
  border-radius: 0;
}

.more-services .card {
  border: 0;
  text-align: ceneter;
}

.more-services .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}

.more-services .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #334240;
  transition: ease-in-out 0.3s;
}

.more-services .card-title a:hover {
  color: #d9232d;
}

.more-services .btn {
  border-radius: 50px;
  padding: 4px 30px 6px 30px;
  border: 2px solid #d9232d;
}

.more-services .btn:hover {
  color: #fff;
  background: #1bbca3;
}

/*--------------------------------------------------------------
# H3C
--------------------------------------------------------------*/

#h3c .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#h3c .gallery-item img {
  transition: all ease-in-out 0.4s;
}

#h3c .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# uniview
--------------------------------------------------------------*/
#uniview{
  padding: 0px 0;
}
#uniview .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#uniview .gallery-item img {
  transition: all ease-in-out 0.4s;
}

#uniview .gallery-item:hover img {
  transform: scale(1.1);
}



/* #faq
--------------------------------*/
#faq {
 padding: 60px 0px;
 background: #f9f9f9;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 1080px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
  color: #d9232d;
}

#faq p {
  text-align: center;
}





/*--------------------------------------------------------------
# APP
--------------------------------------------------------------*/
#APP {
  background: #f9f9f9;
  padding: 60px 0;
}

#APP .section-header p {
  margin-bottom: -28px;
}

.APP .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.APP .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.APP {
padding-top: 0px;
padding-bottom: 0px;
}



.APP .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.APP h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.APP .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.APP .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.APP .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.APP .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.APP .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.APP .content p:last-child {
  margin-bottom: 0;
}

.APP .content p: {
  color: red;

}

.APP .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.APP .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# migration
--------------------------------------------------------------*/
#migration {
  background: #fff;
  padding: 60px 0;
}

#migration .section-header p {
  margin-bottom: -28px;
}

.migration .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.migration .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.migration {
padding-top: 0px;
padding-bottom: 0px;
}



.migration .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.migration h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.migration .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.migration .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.migration .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.migration .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.migration .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.migration .content p:last-child {
  margin-bottom: 0;
}

.migration .content p: {
  color: red;

}

.migration .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.migration .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/
#site {
  background: #fff;
  padding: 60px 0;
}

#site .section-header p {
  margin-bottom: -28px;
}

.site .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.site .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.site {
padding-top: 0px;
padding-bottom: 0px;
}



.site .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.site h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.site .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.site .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.site .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.site .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.site .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.site .content p:last-child {
  margin-bottom: 0;
}

.site .content p: {
  color: red;

}

.site .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.site .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# network
--------------------------------------------------------------*/
#network {
  background: #f9f9f9;
  padding: 60px 0;
}

#network .section-header p {
  margin-bottom: -28px;
}

.network .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.network .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.network {
padding-top: 0px;
padding-bottom: 0px;
}



.network .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.network h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.network .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.network .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.network .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.network .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.network .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.network .content p:last-child {
  margin-bottom: 0;
}

.network .content p: {
  color: red;

}

.network .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.network .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# train
--------------------------------------------------------------*/
#train {
  background: #f9f9f9;
  padding: 60px 0;
}

#train .section-header p {
  margin-bottom: -28px;
}

.train .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.train .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.train {
padding-top: 0px;
padding-bottom: 0px;
}



.train .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.train h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.train .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.train .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.train .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.train .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.train .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.train .content p:last-child {
  margin-bottom: 0;
}

.train .content p: {
  color: red;

}

.train .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.train .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# guarantee
--------------------------------------------------------------*/
#guarantee {
  background: #fff;
  padding: 60px 0;
}

#guarantee .section-header p {
  margin-bottom: -28px;
}

.guarantee .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.guarantee .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.guarantee {
padding-top: 0px;
padding-bottom: 0px;
}



.guarantee .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.guarantee h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.guarantee .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.guarantee .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.guarantee .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.guarantee .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.guarantee .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.guarantee .content p:last-child {
  margin-bottom: 0;
}

.guarantee .content p: {
  color: red;

}

.guarantee .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.guarantee .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# project
--------------------------------------------------------------*/
#project {
  background: #f9f9f9;
  padding: 60px 0;
}

#project .section-header p {
  margin-bottom: -28px;
}

.project .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.project .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.project {
padding-top: 0px;
padding-bottom: 0px;
}



.project .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.project h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.project .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.project .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.project .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.project .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.project .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.project .content p:last-child {
  margin-bottom: 0;
}

.project .content p: {
  color: red;

}

.project .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.project .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# consultation
--------------------------------------------------------------*/
#consultation {
  background: #fff;
  padding: 60px 0;
}

#consultation .section-header p {
  margin-bottom: -28px;
}

.consultation .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.consultation .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.consultation {
padding-top: 0px;
padding-bottom: 0px;
}



.consultation .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.consultation h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.consultation .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.consultation .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.consultation .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.consultation .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.consultation .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.consultation .content p:last-child {
  margin-bottom: 0;
}

.consultation .content p: {
  color: red;

}

.consultation .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.consultation .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# things
--------------------------------------------------------------*/
#things .pt-4 {
  overflow-y: scroll; 
  overflow-x: hidden; 
  height: 340px;

 }

#things
::-webkit-scrollbar {
      width: 1px;
}
::-webkit-scrollbar-track {
      background-color: #fff;
}
::-webkit-scrollbar-thumb {
      background-color: #d9232d;
}
::-webkit-scrollbar-button {
      background-color: #fff;
}
::-webkit-scrollbar-corner {
      background-color: #fff;
}

/*--------------------------------------------------------------
# things
--------------------------------------------------------------*/
#things {
  background: #fff;
  padding: 60px 0;
}

#things .section-header p {
  margin-bottom: -28px;
}

.things .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.things .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.things {
padding-top: 0px;
padding-bottom: 0px;
}



.things .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.things h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.things .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.things .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.things .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.things .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.things .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.things .content p:last-child {
  margin-bottom: 0;
}

.things .content p: {
  color: red;

}

.things .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.things .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# weak
--------------------------------------------------------------*/
#weak .pt-4 {
  overflow-y: scroll; 
  overflow-x: hidden; 
  height: 340px;

 }

#weak
::-webkit-scrollbar {
      width: 1px;
}
::-webkit-scrollbar-track {
      background-color: #fff;
}
::-webkit-scrollbar-thumb {
      background-color: #d9232d;
}
::-webkit-scrollbar-button {
      background-color: #fff;
}
::-webkit-scrollbar-corner {
      background-color: #fff;
}

/*--------------------------------------------------------------
# weak
--------------------------------------------------------------*/
#weak {
  background: #f9f9f9;
  padding: 60px 0;
}

#weak .section-header p {
  margin-bottom: -28px;
}

.weak .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.weak .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.weak {
padding-top: 0px;
padding-bottom: 0px;
}



.weak .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.weak h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.weak .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.weak .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.weak .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.weak .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.weak .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.weak .content p:last-child {
  margin-bottom: 0;
}

.weak .content p: {
  color: red;

}

.weak .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.weak .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# IPV6
--------------------------------------------------------------*/
#IPV6 {
  background: #fff;
  padding: 60px 0;
}

#IPV6 .section-header p {
  margin-bottom: -28px;
}

.IPV6 .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.IPV6 .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.IPV6 {
padding-top: 0px;
padding-bottom: 0px;
}



.IPV6 .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.IPV6 h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.IPV6 .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.IPV6 .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.IPV6 .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.IPV6 .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.IPV6 .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.IPV6 .content p:last-child {
  margin-bottom: 0;
}

.IPV6 .content p: {
  color: red;

}

.IPV6 .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.IPV6 .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# web
--------------------------------------------------------------*/


#web {
  background: #f9f9f9;
  padding: 60px 0;
}

#web .section-header p {
  margin-bottom: -28px;
}

.web .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.web .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.web {
padding-top: 0px;
padding-bottom: 0px;
}



.web .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.web h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.web .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.web .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.web .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.web .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.web .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.web .content p:last-child {
  margin-bottom: 0;
}

.web .content p: {
  color: red;

}

.web .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.web .content div img{
  padding-left: 0px;
  padding-right: 0px;

}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
#product {
  background: #fff;
  padding: 60px 0;
}

#product .section-header p {
  margin-bottom: -28px;
}

.product .col-lg-13{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.product .col-lg-6{
  padding-left: 20px;
  padding-right: 20px;
}


.product {
padding-top: 0px;
padding-bottom: 0px;
}



.product .sections-title{
  padding-bottom: 20px;
  padding-top: 15px;
}

.product h2{
   margin-bottom: 50px;
    font-weight: 300;
}
.product .content h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
   /*line-height: 500px;*/
/*  margin-bottom: 20px;*/
   margin-bottom: 50px;
  text-transform: uppercase;
}

.product .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.product .content ul {
  list-style: none;
  padding: 0;
  padding-left: 20px;
  font-size: 15px;
}

.product .content ul li {
  padding: 8px 0 0 28px;
  position: relative;
  line-height: 20px;

  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

}

.product .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
/*  font-size: 20px;*/
   font-size: 15px;
  color: #d9232d;
  padding-top: 4.5px;
}

.product .content p:last-child {
  margin-bottom: 0;
}

.product .content p: {
  color: red;

}

.product .content div p{
  padding-bottom: 0px;
  margin: 0 0 10px 0
  font-size: 15px;
  font-family: "Poppins", sans-serif;

}

.product .content div img{
  padding-left: 0px;
  padding-right: 0px;

}



/*--------------------------------------------------------------
# sectionss General
--------------------------------------------------------------*/
.sections {
  padding: 60px 0;
}

.sections-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.sections-title {
  padding-bottom: 20px;
}

.sections-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
/*  color: #aaaaaa;*/
/*  color: #d9242d;*/
  color: #556270;
  font-family: "Poppins", sans-serif;
}

.sections-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.sections-title p {
  /*margin: 0;*/
  margin: 20x;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
  /*color: #d9242d;*/
}








/*--------------------------------------------------------------
# sectionss General
--------------------------------------------------------------*/
.sections1-title i {
  font-size: 24px;
  color: #d9242d;
}

.sections1 {
  padding: 60px 0;
}

.sections1-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.sections1-title {
  padding-bottom: 20px;
}

.sections1-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.sections1-title h2::after {
  content: "";
  /*width: 120px;*/
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.sections1-title p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  /*color: #556270;*/
  color: #d9242d;
}

.sections1-title p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}


/* iso Section
--------------------------------*/
#iso {
  background: #fff;
  padding: 60px 0;
}

#iso .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#iso .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#iso .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#iso .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#iso .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#iso .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#iso .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#iso .member .social {
  margin-top: 15px;
}

#iso .member .social a {
  transition: none;
  color: #fff;
}

#iso .member .social a:hover {
  color: #d9232d;
}

#iso .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* qualification Section
--------------------------------*/
#qualifi {
  background: #fff;
  padding: 60px 0;
}

#qualifi .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#qualifi .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#qualifin .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#qualifi .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#qualifi .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#qualifi .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#qualifi .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#qualifi .member .social {
  margin-top: 15px;
}

#qualifi .member .social a {
  transition: none;
  color: #fff;
}

#qualifi .member .social a:hover {
  color: #d9232d;
}

#qualifi .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  margin: 60px;
}

.pricing .box {
  
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3{
  padding-top: 60px;
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
 /* background: #f8f8f8;*/
}

.pricing h4 {
  font-size: 36px;
  color: #d9232d;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #d9232d;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #d9232d;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #e1444d;
}

.pricing .featured h3 {
  color: #fff;
  background: #d9232d;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d9232d;
  color: #fff;
}




/* system
--------------------------------*/
#system {
 /* background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;*/
  padding: 60px 0 40px 0;
  position: relative;
}

#system::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#system .container {
  position: relative;
  z-index: 10;
}

#system .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#system .about-col .img {
  position: relative;
}

#system .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#system .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #d9232d;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#system .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#system .about-col:hover .icon {
  background-color: #fff;
}

#system .about-col:hover i {
  color: #d9232d;
}

#system .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 18px 0 12px 0;
  background: #f9f8f8;
  height: 50px;
  padding-top: 13px;
}

#system .about-col h2 a {
  color: #000;
}

#system .about-col h2 a:hover {
  color: #d9232d;
}

#system .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  overflow-y: scroll; 
  overflow-x: hidden; 
  height: 180px;
  
  /*border: 1px solid  #d9232d;*/
}

#system .about-col
::-webkit-scrollbar {
      width: 2px;
}
::-webkit-scrollbar-track {
      background-color: #fff;
}
::-webkit-scrollbar-thumb {
      background-color: #d9232d;
}
::-webkit-scrollbar-button {
      background-color: #fff;
}
::-webkit-scrollbar-corner {
      background-color: #fff;
}


/* system




/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
#steps {
  /*padding-top: 0px;*/
}

#steps .row {
  overflow: hidden;
}


#steps .content-item {
  padding: 20px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

#steps.fa-phone:before {
    content: "\f095";
}

#steps .content-item span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #d9242d;
}

#steps .content-item h4 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0;
  color: #2d405f;
}

#steps .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .steps .content-item {
    padding: 40px 0;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #d9232d;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #343a40;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #d9232d;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #d9232d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
/*  background: rgba(0, 0, 0, 0.9);*/
}

/*#header.header-transparent {
  background: transparent;
}*/

/*#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 18px 0;
}*/

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;
  border-left: 4px solid #d9242d;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 20px;
  }
}

#header.header-scrolled, #header.header-inner-pages {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-scrolled .logo a, #header.header-inner-pages .logo a {
  color: #493c3e;
}

/*--------------------------------------------------------------
# Header1
--------------------------------------------------------------*/
#headerA {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.9);
}

#headerA.header-transparent {
  background: transparent;
}

#headerA.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 18px 0;
}

#headerA .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;
  border-left: 4px solid #d9242d;
  text-transform: uppercase;
}

#headerA .logo a {
  color: #fff;
}

#headerA .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #headerA .logo {
    font-size: 20px;
  }
}

#headerA.header-scrolled, #header.header-inner-pages {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#headerA.header-scrolled .logo a, #header.header-inner-pages .logo a {
  color: #493c3e;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 13px;   /*主导航字体*/
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 4px;
  letter-spacing: 0.4px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  /*鼠标经过文字色彩设置*/
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #e43c5c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  transform: scaleX(1);
 /* 鼠标经过文字下划线出现*/
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  /*min-width: 180px;*/
   min-width: 200px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;       /* 子导航字体*/
  text-transform: none;
  /*color: #333333;*/
  color: #493c3e;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #d9242d;
 /* color: #e43c5c;*/
}

/*.icofont-navigation-menu:before {
  
  content: "\efa2";
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 25px;
}*/

/*.icofont-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
}*/

.nav-menu .drop-down > a:after {
  /*content: "\ea99";
  font-family: IcoFont;*/
  content:  "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;

}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  /*font-family: IcoFont;*/
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}

.header-scrolled .nav-menu > ul > li > a, .header-inner-pages .nav-menu > ul > li > a {
  color: #493c3e;
  /*白色背景边色黑色字体效果*/
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    /*content: "\ea9d";*/
    content: "\f107";
     /*color: #d9242d;*/
     color: #fff;
  }
}

/* Mobile Navigation */    /*手机前端*/
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
 /* top: 15px;*/   /*白色背景显示主键位置*/
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
   color: #d9242d;
 /* color: #fff;*/
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #d9242d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  /*content: "\ea99";
  font-family: IcoFont;*/
  content:  "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  /*content: "\eaa1";*/
  content: "\f106";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
 /* padding-left: 20px;*/
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  /*color: #fff;*/
  color: #d9242d;
}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #d9232d;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f9f9f9;
}

.new-bg {
  background: #f9f9f9;
  height: 30px;
}

.about .section-bg {
  background: #f9f9f9;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f9f9f9;
  min-height: 40px;
  margin-top: 90px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #fff;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #fff 0%, #f5f5f5 50%, #fff 100%);
}

#featured-services i {
  color: #d9232d;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #333;
}

#featured-services h4 a:hover {
  color: #d9232d;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
}

/* technology
--------------------------------*/
#technology {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;*/
  padding: 60px 0 40px 0;
  position: relative;
}

#technology::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#technology .container {
  position: relative;
  z-index: 10;
}

#technology .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#technology .about-col .img {
  position: relative;
}

#technology .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#technology .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #d9232d;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#technology .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#technology .about-col:hover .icon {
  background-color: #fff;
}

#technology .about-col:hover i {
  color: #d9232d;
}

#technology .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 18px 0 12px 0;
  background: #f9f8f8;
  height: 50px;
  padding-top: 13px;
}

#technology .about-col h2 a {
  color: #000;
}

#technology .about-col h2 a:hover {
  color: #d9232d;
}

#technology .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  overflow-y: scroll; 
  overflow-x: hidden; 
  height: 180px;
  
  /*border: 1px solid  #d9232d;*/
}

#technology .about-col
::-webkit-scrollbar {
      width: 2px;
}
::-webkit-scrollbar-track {
      background-color: #fff;
}
::-webkit-scrollbar-thumb {
      background-color: #d9232d;
}
::-webkit-scrollbar-button {
      background-color: #fff;
}
::-webkit-scrollbar-corner {
      background-color: #fff;
}


/* technology
--------------------------------*/
#about {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;*/
  padding: 60px 0 40px 0;
  position: relative;
 /* margin-bottom: 10px;*/
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #d9232d;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #d9232d;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #d9232d;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0px;
  padding: 0 20px 20px 20px;

  overflow-y: scroll; 
  height: 200px;
 /* border: 1px solid  #d9232d;*/


}



/* Services Section
--------------------------------*/
#services {
  background: #f9f9f9;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #d9232d;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #d9232d;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "黑体";
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #d9232d;
  border: 2px solid #d9232d;
}

/* Call To Action Section
--------------------------------*/


#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  /*background: url("") center top no-repeat fixed;*/
  /*background-size: cover;*/
  padding: 60px 0px;
  /*padding-bottom: 60px;*/
  position: relative;
  background: #f9f9f9;

}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #d9232d;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #d9232d;
}


/* profile Section
--------------------------------*/
#profile {
  background: #fff;
  padding: 60px 0;
}

#profile .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#profile .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#profile .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#profile .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#profile .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#profile .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#profile .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#profile .member .social {
  margin-top: 15px;
}

#profile .member .social a {
  transition: none;
  color: #fff;
}

#profile .member .social a:hover {
  color: #d9232d;
}

#profile .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/* qualification Section
--------------------------------*/
#qualification {
  background: #fff;
  padding: 60px 0;
}

#qualification .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#qualification .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#qualification .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#qualification .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#qualification .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#qualification .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#qualification .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#qualification .member .social {
  margin-top: 15px;
}

#qualification .member .social a {
  transition: none;
  color: #fff;
}

#qualification .member .social a:hover {
  color: #d9232d;
}

#qualification .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/*--------------------------------------------------------------
# Team1
--------------------------------------------------------------*/
.team1 {
  padding: 60px 0;
  text-align: center;
}

.team1 .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team1 .member .member-img {
  position: relative;
  overflow: hidden;
}

.team1 .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team1 .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team1 .member .social a:hover {
  background: #3b8af2;
}

.team1 .member .social i {
  font-size: 18px;
}

.team1 .member .member-info {
  padding: 25px 15px;

}

.team1 .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team1 .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team1 .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team1 .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #d9232d;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #d9232d;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #d9232d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #d9232d;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #d9232d;
}

#contact .php-email-form button[type="submit"] {
  background: #d9232d;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #d9232d;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #d9232d;
  width: 60px;
}

#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: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #d9232d;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #d9232d;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
