@import url('../fonts/icon/font/flaticon.css');
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

/*header section*/
.hero_area {
  height: 98vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-position: bottom;
}
.header_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent; /* 确保背景色不是透明的 */
  transition: 0.5s;
}

/* 2025 01 22 新增 开始 */
.header_section.header_section_dark{
	background-color: white;
}
.carousel-item{
	height:100%;
}

.carousel-inner .container{
	padding-top:160px;
}

.header_section.header_section_dark .custom_nav-container .navbar-nav .nav-item .nav-link
{
	color:black !important;
}
.header_section.header_section_dark .navbar-brand span{
	color:black !important;
}
@media (max-width: 992px){
	.navbar-brand{
		background-color: transparent;
	}
	.carousel-item{
		height:500px;
	}
	.carousel-inner .container{
		padding-top:130px;
	}
	.header_section.header_section_dark .custom_nav-container .navbar-toggler span{
		background-color: black !important;
	}
	.slider_section{
		padding:0 !important;
	}
}
@media (max-width: 768px){
	.carousel-item{
		height:960px;
	}
	.navbar-collapse{
		background-color: white;
	}
	.custom_nav-container .navbar-nav .nav-item .nav-link{
		color:black !important;
	}
	
	.footer-auc-item{
		display: block !important;
		padding-bottom:20px;
	}
	
	.footer-about-us-content .footer-auc-title{
		padding-bottom:15px;
	}
	
	
	.client-slider .sldier-wrapper {
	  padding:70px 45px 0 45px;
	  margin: 0 0px !important;
	}
	
	#hzal.client-slider .seo-client-slider .item{
		margin:0 !important;
	}
	
	#carouselExampleIndicators .img-box{
		text-align:center;
	}
	#carouselExampleIndicators .img-box img{
		width:70% !important;
	}
}

.footer-about-us-intro{
	color:white;
	text-align: center;
	padding-top:180px;
}

.footer-about-us-content{
	text-align: center;
}

.footer-about-us-content .footer-auc-title{
	color:white;
	font-weight: bold;
	font-size:16px;
	margin-top:40px;
}
.footer-auc-list{
	font-size: 0;
	margin-top:10px;
}
.footer-auc-item{
	display: inline-block;
	color:white;
	font-size:14px;
	margin-right:35px;
}
.footer-auc-item:last-child{
	margin-right: 0;
}

.footer-company-intro{
	max-width:100% !important;
}

.footer_section p{
	padding-top:30px !important;
	margin-top:100px !important;
}

.footer-qrcodes{
	margin-top:30px;
	margin-bottom:10px;
}
.footer-qrcodes img{
	width:100px;
	margin-right:20px;
}
.footer-qrcodes img:last-child{
	margin-right:0;
}

.heading_container #customer-service{
	text-align:center !important;
	width: 100%;
}
.heading_container #customer-service a{
	display: block;
	text-align:center !important;
	color:black;
	font-size:14px;
	border-radius: 200px;
	width:200px;
	padding:15px 0;
	
	background-color:white;
	margin:0 auto !important;
	margin-top:40px !important;
}

/* 2025 01 22 新增  结束 */

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #371e71;
}

.sub_page .footer_bg {
  background: none;
  background-color: #371e71;
}

.sub_page .footer_bg .info_section {
  padding-top: 90px;
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 7px 20px;
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  background-color: #A9DFBF;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  color: #3b3a3a;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section div#carouselExampleIndicators {
  width: 100%;
  height: 100%;
  position: unset;
}

.carousel-indicators {
  bottom: 80px;
}

.carousel-indicators li {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #007bff;
}

.slider_section .detail_box {
  color: #ffffff;
}

.slider_section .detail_box h1 span {
  color: #fbb03b;
}

.slider_section .detail_box p {
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 35px;
}


.slider_section .detail_box a:hover {
  background-color: #ffffff;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 8%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .carousel_btn-container {
  width: 95px;
  position: absolute;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 50%;
  z-index: 999;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.slider_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
}

.slider_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #582fd7;
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  border: 1px solid #d7d6d6;
  padding: 45px 25px 25px;
}

.service_section .service_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 15px;
}

.service_section .service_container .box .img-box img {
  width: 75px;
}

.service_section .service_container .box .img-box .img2 {
  display: none;
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
}

.service_section .service_container .box .detail-box h5 {
  font-weight: 600;
  position: relative;
}

.service_section .service_container .box:hover .img-box .img1, .service_section .service_container .box.active .img-box .img1 {
  display: none;
}

.service_section .service_container .box:hover .img-box .img2, .service_section .service_container .box.active .img-box .img2 {
  display: inline-block;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #582fd7;
  color: #ffffff;
  border-radius: 5px;
}

.service_section .btn-box a:hover {
  background-color: #6944db;
}

.about_section {
  background-color: #f8f7fb;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  margin-left: 10%;
  margin-right: 5%;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  margin-right: 15%;
}

.about_section .detail-box p {
  margin-top: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #582fd7;
  color: #ffffff;
  border-radius: 5px;
  margin: 25px 0 45px 0;
}

.about_section .detail-box a:hover {
  background-color: #6944db;
}

.welcome-seo .wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 100px;
  margin-bottom: 80px;
}
.welcome-seo .text h2 {
  font-weight: 700;
  line-height: 50px;
}
.welcome-seo .text span {
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 8px 0 20px 0;
}
.welcome-seo .text ul li {
  float: left;
  width: 50%;
  padding-left: 58px;
  position: relative;
  margin-top: 45px;
}
.welcome-seo .text ul li h6 {
  color: #393939;
  margin-bottom: 2px;
}
.welcome-seo .text ul li i {
  position: absolute;
  top:6px;
  left:0;
  font-size: 45px;
  color: #a9a9a9;
}

.our-service.bg-color {
  background: #fafafa;
  margin: 130px 0 0 0;
  padding: 125px 0 90px 0;
}
.our-service .seo-title-one a {
  color: #fff;
  border: none;
  line-height: 45px;
  position: absolute;
  top: 18px;
  right: 0;
}
.our-service .seo-title-one {margin-bottom: 55px;}
.our-service .single-service {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 40px 30px 35px 105px;
  position: relative;
  margin-bottom: 30px;
}
.our-service .single-service h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}
.our-service .single-service img {
  position: absolute;
  top:43px;
  left:35px;
}
.our-service .single-service:hover img {
  transform:scale(1.1);
}
.our-service .single-service h2 {
  font-size: 45px;
  font-weight: 900;
  color: #f6f6f6;
  position: absolute;
  left:35px;
  bottom: 40px;
}
.our-service .single-service:hover {
  box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
  border-color: #fff;
}
.our-service.m-fix {margin: 100px 0 0 0;}
.our-service.m-fix .single-service img {
  left:25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
/* ------------ SEO Service Two --------------*/
.our-service.style-two .single-service img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  top:-55px;
  left:50%;
  margin-left: -55px;
}
.our-service.style-two .single-service:hover img {
  transform:scale(0.95);
}
.our-service.style-two .single-service {
  padding: 78px 30px 32px 30px;
  margin-bottom: 125px;
}
.our-service.style-two .single-service .more {
  font-weight: normal;
  font-size: 15px;
  color: #393939;
  margin-top: 14px;
}
.our-service.style-two .single-service .more i {
  margin-left: 5px;
}
.our-service.style-two .seo-title-one {margin-bottom: 135px;}
/* ------------- SEO Service Details --------------*/
.our-service-details {margin-bottom: 160px;}

.client-slider {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 65px 0;
  margin-bottom: 100px;
}
.client-slider h2 {font-weight: 900;}
.client-slider .sldier-wrapper {
  padding:70px 45px 0 45px;
  margin: 0 -22px;
}
.client-slider .seo-client-slider .item {margin:0 22px;}
.client-slider .seo-client-slider .item .clearfix {
  background:#fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 45px 30px 40px 40px;
}
.client-slider .seo-client-slider .item .clearfix img {
  width: 70px;
  height: 70px;
}
.client-slider .seo-client-slider .item .clearfix .text {
  width: calc(100% - 70px);
  padding-left: 22px;
}
.client-slider .seo-client-slider .item .clearfix .text h5 {
  font-weight: 700;
}
.client-slider .seo-client-slider .item .clearfix .text span {
  display: block;
  margin: 0 0 10px 0;
}
.client-slider .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #3e60c2;
  border: none;
  position: relative;
  margin-top: 50px;
}
.client-slider .owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top:-5px;
  right: -5px;
  bottom: -5px;
  left:-5px;
  background: rgba(62,96,194,0);
}
.client-slider .owl-theme .owl-dots .owl-dot.active span,
.client-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #3e60c2;
}
.client-slider .owl-theme .owl-dots .owl-dot.active span:before,
.client-slider .owl-theme .owl-dots .owl-dot:hover span:before {
  background: rgba(62,96,194,0.3);
}

.portfolio_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio_section .col-md-4 {
  padding: 0;
}

.portfolio_section .img-box {
  position: relative;
  margin: 10px;
}

.portfolio_section .img-box img {
  width: 100%;
}

.portfolio_section .img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box a img {
  width: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(37, 28, 229, 0.8);
  border-radius: 7px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.portfolio_section .img-box:hover::before {
  width: 90%;
  height: 90%;
}

.portfolio_section .img-box:hover a {
  opacity: 1;
}

.portfolio_section .img-box:hover a img {
  opacity: 1;
}

.portfolio_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.portfolio_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #582fd7;
  color: #ffffff;
  border-radius: 5px;
}

.portfolio_section .btn-box a:hover {
  background-color: #6944db;
}

/* contact section */
.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .contact-form {
  padding: 25px;
  border-radius: 20px;
}

.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}

.contact_section .contact-form input.input_message {
  height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #3d3c3c;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #3d3c3c;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #3d3c3c;
}

.contact_section .contact-form input::placeholder {
  color: #3d3c3c;
}

.contact_section .contact-form button {
  border: none;
  outline: none;
  display: inline-block;
  padding: 10px 45px;
  background-color: #582fd7;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 25px;
}

.contact_section .contact-form button:hover {
  background-color: #6944db;
}

/* end contact section */
.footer_bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: top;
}

.info_section {
  color: #ffffff;
  padding-top: 195px;
  padding-bottom: 75px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_insta .insta_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_insta .insta_container img {
  width: 100%;
}

.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #ffffff;
  padding: 10px 20px;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  border: none;
  display: inline-block;
  padding: 8px 30px;
  background-color: #582fd7;
  color: #ffffff;
  border-radius: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.info_section .info_form form button:hover {
  background-color: #6944db;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

.feature-one {
  position: relative;
}
.feature-one__moc {
  position: absolute;
  bottom: -75px;
  right: 70px;
  z-index: 15;
}
.feature-one .container {
  position: relative;
  padding-top: 105px;
  padding-bottom: 110px;
}
.feature-one .container:before {
  content: '';
  width: 1000000px;
  height: 100%;
  background-color: #FCFBF9;
  position: absolute;
  top: 0;
  right: 300px;
}
.feature-one .block-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-one__single + .feature-one__single {
  margin-top: 55px;
}
.feature-one__icon, .feature-one__content {
  display: table-cell;
  vertical-align: top;
}
.feature-one__content {
  padding-left: 40px;
}
.feature-one__icon .inner {
  width: 101px;
  height: 101px;
  background-image: linear-gradient(120deg, #8d0f37 0%, #c40a3b 50%, #ea072e 100%);
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
.feature-one__icon .inner i {
  color: #fff;
  font-size: 50px;
}
.feature-one__title {
  color: #2A2D3B;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .04em;
  margin: 0;
  text-transform: uppercase;
}
.feature-one__text {
  color: #868994;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-top: 20px;
}

/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #ffffff;
}

.footer_section a {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */