﻿/*====================================================
	1. Typhography
====================================================*/
html {
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  background-color: #f9f9f9;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #333333;
  font-family: "思源黑体-normal", "PingFang SC", "Helvetica Neue", Helvetica, "Arial,Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

form {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 360px) and (max-width: 575px) {
  h2 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
}

/*=================================================
	Common style
================================================*/
a {
  color: #F18897;
  text-decoration: none;
  transition: all 0.4s ease;
}

a:focus,
a:hover,
.nav-link:focus,
.nav-link:hover {
  color: #F18897;
}

::selection {
  background: #F18897;
  color: #fff;
  text-shadow: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 62px;
  font-weight: 800;
  line-height: 75px;
}

h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 62px;
}

h3 {
  font-size: 37px;
  font-weight: 700;
  line-height: 47px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

nav {
  --bs-breadcrumb-divider: '>';
}

p.text {
  margin-top: 20px;
  text-indent: 2em;
}

span.text:before {
  content: "";
  display: inline-block;
  width: 2em;
}

.img {
  max-width: 100%;
  height: auto;
}

.table-striped td,
.table-striped th {
  padding:10px 20px;
  vertical-align: middle;
}

@media only screen and (min-width:360px) and (max-width:575px) {
  .table-striped td,
  .table-striped th {
    padding:10px 5px;
  }
}

.btn-primary {
  border-color: #F18897;
  background-color: #F18897;
}

.btn-primary:hover,
.btn-primary:active {
  border-color: #F48695 !important;
  background-color: #F48695 !important;
}

.btn-outline-primary {
  padding-left: 20px;
  padding-right: 20px;
  border-color: #F18897;
  color: #F18897;
}

.btn-outline-primary:hover {
  border-color: #F18897;
  background-color: #F18897;
  color: #ffffff !important;
}

.btn.disabled, .btn:disabled {
  color:#fff;
  border-color: #dee2e6;
  background-color:#FFCBCF;
}

.form-control:focus,
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #F18897;
  box-shadow: 0 0 0 0.25rem rgba(255,53,53,.25);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
  --bs-form-select-bg-icon:none;
  padding-right: 2.25rem;
}

.toast {
  --bs-toast-max-width: 500px;
  --bs-toast-font-size: 1em;
  --bs-toast-bg: #fff;
}

/* .b-primary {
  background-color: #FF5E15;
  padding: 20px 26px;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  line-height: 17px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.9s ease;
  box-shadow: 0 0 0 0 #041B52 inset;
}

.b-primary:hover {
  background-color: #FAA6AE;
  color: #ffffff;
  box-shadow: 0 0 0 4em #041B52 inset, 0 5px 15px rgba(0, 0, 0, 0.1);
}

.b-primary i {
  transform: translateX(0px);
  padding-left: 10px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.b-primary:hover i {
  transform: translateX(10px);
  color: #FF5E15;
}

.b-primary:focus {
  color: #ffffff;
} 

.btn-view {
  display: block;
  text-align: center;
  color: #FF5E15;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.btn-view i {
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px);
  transition: all 0.7s ease;
}

.btn-view:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px);
  color: #FF5E15;
} */

.sub-heading {
  position: relative;
  padding-bottom: 40px;
  color: #333333;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  z-index: 1;
}

.sub-heading::after {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  display: inline-block;
  background-color: #FFCBCF;
  border-radius: 8px;
  width: 95%;
  height: 1.1em;
  z-index: -1;
}

@media only screen and (min-width: 360px) and (max-width: 575px) {
  .sub-heading {
    font-size: 20px !important;
  }
}

.pos-relative {
  position: relative;
}

.fix {
  overflow: hidden;
}

.icon-18 {
  font-size: 18px;
}

.icon-20 {
  font-size: 20px;
}

/*=======================================
	Spacing
=======================================*/
.section-padding {
  padding: 60px 0;
}

.top-spacing {
  padding-top: 60px;
}

.bottom-spacing {
  padding-bottom: 60px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.p-20 {
  padding: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px
}

.mt-100 {
  margin-top: 100px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-10 {
  margin-right: 10px;
}

@media only screen and (max-width:575px) {
  .top-spacing {
    padding-top: 30px;
  }
}

/*===============================
	2. top header
===============================*/
/* .top-header {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  line-height: 35px;
} */

.header-location {
  margin-left: 30px;
  flex-grow: 1;
}

.header-location p {
  color: #333333;
  font-size: 0.9em;
  cursor: pointer;
}

.header-location ul {
  width: 296px;
  padding:10px;
}

.header-location ul li {
  display: inline-block;
  width: 65px;
  text-align: center;
  line-height: 2em;
  font-size: 0.9em;
}

.header-location ul li a {
  border-radius: 5px;
  padding:0.02rem 0.2rem;
}

.header-location ul li .dropdown-item.active {
  color:#F48695;
  font-weight: bold;
  background-color: #ffffff;
}

.top-follow li {
  white-space: nowrap;
  font-size: 0.85em;
  margin-right: 20px;
  cursor: pointer;
}

.top-follow li i,
.top-follow li img {
  margin-right: 5px;
}

.top-follow li a {
  color:#333333;
}

@media only screen and (max-width: 991px) {
  .top-follow {
    display: none !important;
  }
}

/* .top-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-right-portion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-right-portion a {
  color: #9B9B9B;
  font-size: 14px;
  font-weight: 400;
}

.header-right-portion a:hover {
  color: #9B9B9B;
}

.social-icon ul li {
  display: inline-block;
  margin: 4px;
}

.social-icon ul li a i {
  text-align: center;
  display: inline-block;
}

.header-socials ul li a i {
  width: 20px;
  height: 20px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  color: #FF5E15;
  font-size: 10px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0 #041B52 inset;
  transition: all 0.3s ease;
}

.header-socials ul li a:hover i {
  color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 4em #041B52 inset, 0 5px 15px rgba(0, 0, 0, 0.1);
} */

/*===================================
	3. main menu area
===================================*/
.main-menu-area {
  background-color: #F1F1F1;
}

.main-menu-area.sticky {
  position: fixed;
  top: -25px;
  right: 0;
  width: 100%;
  z-index: 2;
  margin-top: 25px;
  margin-bottom: 5px;
  transition: all 0.7s ease;
  box-shadow: 1px 1px 1px #bac0c5;
}

.main-menu-area .canvas_open span {
  background-color:#333333;
}

.main-menu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.main-menu-inner .logo {
  margin:5px 0 3px 0;
}

.main-menu ul {
  text-align: center;
  z-index: 1;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  line-height: 40px;
}

.main-menu ul li a {
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 15px;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
  color: #F18897 !important;
}

.main-menu ul ul {
  text-align: left !important;
  background: #F9F9F9;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
  width: 160px;
  display: block;
  position: absolute;
  content: "";
  top: 100px;
  visibility: hidden;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s ease;
  border-radius: 10px;
}

.main-menu ul ul li {
  display: block;
}

.main-menu ul li:hover ul {
  opacity: 1;
  top:70px;
  visibility: visible;
}

.main-menu ul ul li a {
  padding:2px 25px;
  font-size: 15px;
  font-weight: 500;
}

.main-menu ul ul li:first-child a {
  border-radius: 10px 10px 0 0;
}

.main-menu ul ul li:last-child a {
  border-radius: 0 0 10px 10px;
}

.main-menu ul ul li:hover a,
.main-menu ul ul li.active a {
  color: #F18897;
}

@media only screen and (max-width:991px) {
  .main-menu {
    display: none !important;
  }
}

/* .nav-links li a .fa-angle-down {
  padding-left: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover .fa-angle-down {
  transform: translateY(5px);
} */

/* .drop-down li a i {
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.drop-down li a:hover i {
  opacity: 1;
  visibility: visible;
  color: #ffffff;
} */

/* .btn-search {
  padding-right: 30px;
  font-size: 20px;
  color: #FAA6AE;
} */

/* search popup start  */
/* .td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
  z-index: 9999;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 3px;
  width: 60px;
  height: 57px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #FF6600;
  background: none;
  font-size: 20px;
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  box-shadow: none;
} 

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
} */

/*===================================
	3. banner section start
====================================*/	
.banner-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 180px 0;
	position: relative;
	z-index: 0;
}

@media only screen and (max-width:575px) {
  .banner-section {
    padding: 60px 0;
  }
}

.banner-content span {
  font-size: 22px;
  display: block;
  color: #ffffff;
  font-weight: 600;
	opacity:0.9;
  padding-top: 15px;
}

/*===================================
	banner section Ends
====================================*/

/*===================================
	4. left menu section start
====================================*/
.left-menu {
  margin-right: 20px;
}

.left-menu ul {
  display: block;
  background-color: #f9f9f9;
  overflow: hidden;
}

.left-menu li {
  display: block;
  margin-bottom: 10px;
}

.left-menu li a {
  display: block;
  padding: 5px 60px 5px 30px;
  border-left: 3px solid transparent;
  white-space: nowrap;
  color:#333333;
}

.left-menu li a.active {
  color:#FBA5AB;
  border-left: 3px solid #FBA5AB;
  background-color: #fff;
}

.left-menu li a:hover {
  color:#FBA5AB;
}

.left-menu.sticky {
  position: fixed;
  z-index: 10;
  top: 80px;
}

@media only screen and (max-width:1300px) {
  .left-menu li a {
    padding: 5px 20px 5px 10px;
  }
}
/*===================================
	left menu section Ends
====================================*/	

/*===================================
	5. content section start
====================================*/
.content-section {
  margin-bottom: 20px;
  padding: 60px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width:575px) {
  .content-section {
    padding: 30px 20px;
  }
}

/*===================================
	content section Ends
====================================*/	

/*===================================
	6. timeline section start
====================================*/
.timeline-section {
}

.timeline-section .timeline {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  border-bottom: 1px solid #e3d3d3;
}

.timeline-section li {
  display: inline-block;
  padding: 0 30px;
}

.timeline-section a {
  position: relative;
  bottom: -2px;
  display: block;
  padding: 10px 5px;
  font-size: 20px;
  line-height: 22px;
  border-bottom:3px solid transparent;
  color: #9b9b9b;
}

.timeline-section a.active {
  color: #F18897;
  border-bottom:3px solid #F18897;
}

.timeline-section .dot {
  z-index: 10;
  left: 53px;
  bottom: -7px;
}

.timeline-section .left,
.timeline-section .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-section .left,
.timeline-section .right img {
  cursor: pointer;
}

.timeline-section .center {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.timeline-section .center > div {
  width: 300px;
  border: 1px solid #F18897;
  border-radius: 5px;
}

.timeline-section .center .top {
  background-color: #F18897;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.timeline-section .center .top span {
  margin-left: 5px;
}

.timeline-section .center .content {
  padding: 50px 30px;
  font-size: 18px;
  line-height: 26px;
}

.timeline-section .center .person {
  top: 120px;
  left: -70px;
}
/*===================================
	timeline section Ends
====================================*/	

/*===================================
	7. faq section start
=====================================*/
.faq_section ul {
}

.faq_section li {
  margin-bottom:30px;
  line-height: 1.2em;
}

.faq_section h4 {
  margin-bottom:10px;
}
/*===================================
	faq section Ends
====================================*/

/*===================================
	8. pager start
=====================================*/
.pager .btn {
  margin-right: 20px;
}

.pager .btn:last-child {
  margin-right: 0;
}

.article-item {
  padding-bottom: 20px;
  color: #333333 !important;
}

.article-item img {
  width: 100%;
  border-radius: 8px;
}
/*===================================
	pager Ends
====================================*/

/*===================================
	17. footer section start
=====================================*/
.footer-section {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #F1F1F1, #F3F3F3);
  opacity: 0.9;
}

.footer-section p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 800px) {
  .footer-section {
    padding-top: 30px;
  }
  .footer-child {
    text-align: center;
  }
  .footer-child.pt-80 {
    padding-top: 40px;
  }
}

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-logo,
.footer-contact {
  margin-right: 40px;
  border-right: 1px solid #DEDEDE;
}

.footer-logo .logo {
  margin-right: 30px;
  margin-bottom: 20px;
  width: 105px;
  height: 48px;
}

@media only screen and (max-width: 800px) {
  .footer-logo {
    margin-right: 0;
    justify-content: center;
    border-right: 0;
  }
  .footer-contact {
    border-right: 0;
  }
  .footer-contact,
  .footer-logo .logo {
    margin-right: 0;
  }
}

.footer-contact a {
  color: #333333;
}

.footer-contact a:hover {
  color: #F18897;
}

.footer-contact .contact li {
  padding-bottom: 8px;
  font-size: 16px;
}

.footer-contact .follow {
  display: flex;
  align-items: center;
}

.footer-contact .follow li {
  display: flex;
  justify-content:center;
  align-items: center;
  margin-right: 15px;
  width: 36px;
  height: 36px;
  background: #dedede;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
}

.footer-contact .follow img {
  width: 28px;
}

@media only screen and (max-width: 800px) {
  .footer-contact .follow {
    justify-content: center;
  }
}

.follow-tooltip {
  --bs-tooltip-padding-x: 15px;
  --bs-tooltip-padding-y: 15px;
  --bs-tooltip-bg: #ffffff;
  --bs-tooltip-color: #333333;
  --bs-tooltip-max-width: 300px;
}

.follow-tooltip ul {
  display: flex;
}

.follow-tooltip ul li {
  padding: 0 10px;
  white-space: nowrap;
}

.follow-tooltip ul li img {
  width: 102px;
  height: 102px;
}

.footer-links li {
  padding-bottom: 3px;
  transition: all 0.4s ease;
}

.footer-links li a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #F18897;
}

/*  footer-bottom*/
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom p {
  font-size: 14px;
  color: #aaaaaa;
}

.footer-bottom a {
  margin-left: 10px;
  color: #aaaaaa;
}

.footer-bottom a:hover,
.footer-bottom a:active {
  color:#F18897;
}

@media only screen and (max-width: 800px) {
  .footer-bottom p span,
  .footer-bottom p a {
    display: block;
  }
}

/* .terms-condition p a {
  transition: all 0.4s ease;
  font-size: 14px;
}

.terms-condition p a:hover {
  color: #FF586C;
} */

/* right bar */
.right_bar {
  position: fixed;
  right: 0;
  bottom: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
  border-radius: 20px 0px 0px 20px;
}

.right_bar ul {
  display: block;
  padding: 5px 0 5px 10px;
}

.right_bar ul li {
  display: flex;
  align-items: center;
  width: 118px;
  padding: 15px 10px;
  background: transparent;
  font-size: 0.8em;
  cursor: pointer;
}

.right_bar ul li img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .right_bar {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right_bar span {
    font-size: 1em !important;
  }
}

/*  scroll to up button  */
.to-top {
  position: fixed;
  right: 40px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #F18897;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  pointer-events: none;
  opacity: 0;
}

.to-top i {
  color: #ffffff;
}

.to-top.active {
	bottom: 40px;
	pointer-events:auto;
	opacity: 1; 
}

.error_content {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  height:530px;
  background-color: #fcf4eb; 
  background-image: url(../image/error-bg.png); 
  background-position: bottom; 
  background-repeat: no-repeat;
}

.error_content h1 {
  margin-bottom: 80px;
  font-size: 9em;
  letter-spacing: 10px;
  color: #FECDA1;
}

.error_content p {
  font-size: 1.2em;
}

.error_content a.btn {
  margin-top: 50px;
  border-radius: 20px;
  border-color: #F1A871;
  background-color: #fff;
  color: #F1A871;
}

.error_content a.btn:hover,
.error_content a.btn:active {
  background-color: #fff;
  color: #F1A871 !important;
}