/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}.m-choose {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: #b8860b solid;
border-color:#b8860b ;
  color: #141313 !important;
 margin-left: 15px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.35);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.m-choose:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(184, 134, 11, 0.45);
  background: linear-gradient(135deg, #a0750a, #b8860b);
}
.m-choose:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .m-choose {
    font-size: 13px;
    padding: 8px 16px;
    margin-top: 8px;
  }
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.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;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  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;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color:#f5edda;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  padding: 3px 15px;
  margin: 10px 15px;
  color: #1b1919;
  text-align: center;
  text-transform: uppercase;
}

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 {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 34px;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

 /* footer */
      .footer_section{background:#14141b;padding-top:50px;color:#b7b7c2}
    .footer_section h6{color:#fff;font-weight:700;font-size:16px;margin-bottom:18px;position:relative;padding-bottom:10px}
    .footer_section h6::after{content:"";position:absolute;bottom:0;right:0;width:40px;height:2px;background:#b8860b}
    .footer_section .f-about p{font-size:14px;line-height:1.9;color:#9a9aa5}
    .footer_section .f-links a{display:block;color:#b7b7c2;text-decoration:none;font-size:14px;margin-bottom:12px;transition:color .2s ease,margin-right .2s ease}
    .footer_section .f-links a:hover{color:#b8860b;margin-right:5px}
    .footer_section .f-contact{list-style:none;padding:0;margin:0}
    .footer_section .f-contact li{display:flex;align-items:flex-start;gap:10px;font-size:14px;margin-bottom:14px;color:#b7b7c2}
    .footer_section .f-contact li i{color:#b8860b;margin-top:3px}
    .footer_section .f-social{margin-top:15px}
    .footer_section .f-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#23232e;color:#fff;margin-left:8px;transition:background .2s ease,transform .2s ease}
    .footer_section .f-social a:hover{background:#b8860b;transform:translateY(-3px);color:#fff}
    .footer_bottom{border-top:1px solid #26262f;margin-top:40px;padding:18px 0;text-align:center;font-size:13px;color:#8a8a96}
    .footer_bottom a{color:#b8860b;font-weight:600;text-decoration:none}
    .footer_bottom a:hover{text-decoration:underline}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 1px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}.logo {
    width: 170px;
    height: auto;
    max-height: 100px;
    vertical-align: middle;
}/* ============ LOWER SECTIONS REDESIGN ============ */

/* --- about: split panel with gold accent --- */
.about_section{background:linear-gradient(135deg,#faf7f0 0%,#f3ecd9 100%);position:relative}
.about_section .img-box{position:relative;padding:12px}
.about_section .img-box::before{content:"";position:absolute;inset:0;border:3px solid #b8860b;border-radius:20px;transform:rotate(-2deg)}
.about_section .img-box img{border-radius:16px;position:relative;box-shadow:0 14px 34px rgba(0,0,0,.15)}
.about_section .detail-box .heading_container h2{position:relative;padding-bottom:12px}
.about_section .detail-box .heading_container h2::after{content:"";position:absolute;bottom:0;right:0;width:60px;height:3px;background:#b8860b;border-radius:2px}
.about_section .detail-box p{line-height:2;color:#555}
.about_section .detail-box a{background:#b8860b;color:#fff;padding:12px 36px;border-radius:30px;display:inline-block;text-decoration:none;font-weight:600;box-shadow:0 6px 16px rgba(184,134,11,.35);transition:.25s}
.about_section .detail-box a:hover{background:#1a1a1a;transform:translateY(-2px);color:#fff}

/* --- blog: magazine cards --- */
.blog_section{background:#fff}
.blog_section .heading_container h2{position:relative;display:inline-block;padding-bottom:12px}
.blog_section .heading_container h2::after{content:"";position:absolute;bottom:0;right:50%;transform:translateX(50%);width:60px;height:3px;background:#b8860b;border-radius:2px}
.blog_section .box{border:none;border-radius:18px;overflow:hidden;box-shadow:0 6px 22px rgba(0,0,0,.08);margin-top:30px;height:calc(100% - 30px);display:flex;flex-direction:column;transition:.3s;background:#fff}
.blog_section .box:hover{transform:translateY(-8px);box-shadow:0 20px 44px rgba(184,134,11,.18)}
.blog_section .box .img-box{overflow:hidden;position:relative}
.blog_section .box .img-box::after{content:"مقال";position:absolute;top:14px;right:14px;background:rgba(184,134,11,.95);color:#fff;font-size:12px;font-weight:600;padding:5px 16px;border-radius:20px;z-index:2}
.blog_section .box .img-box img{width:100%;height:215px;object-fit:cover;transition:transform .35s}
.blog_section .box:hover .img-box img{transform:scale(1.08)}
.blog_section .box .detail-box{padding:22px;display:flex;flex-direction:column;flex:1}
.blog_section .box .detail-box h5{font-size:16px;font-weight:700;line-height:1.7}
.blog_section .box .detail-box p{font-size:13.5px;line-height:1.95;color:#6a6a6a;flex:1}
.blog_section .box .detail-box a{margin-top:14px;align-self:flex-start;background:transparent;color:#b8860b;font-weight:700;text-decoration:none;font-size:14px;border-bottom:2px solid #b8860b;padding-bottom:2px;transition:.2s}
.blog_section .box .detail-box a:hover{color:#1a1a1a;border-color:#1a1a1a}

/* --- FAQ: dark luxe --- */

/* --- contact: light card --- */
.contact_section{background:#fff;padding:70px 0}
.contact_section .heading_container h2{position:relative;padding-bottom:12px}
.contact_section .heading_container h2::after{content:"";position:absolute;bottom:0;right:0;width:55px;height:3px;background:#b8860b;border-radius:2px}
.contact_section .form_container{background:#faf7f0;border-radius:20px;padding:34px 30px;border:1px solid #f0e8d5}
.contact_section .form_container form > div{margin-bottom:16px}
.contact_section input{width:100%;border:1.5px solid #e8e2d2 !important;background:#fff;border-radius:12px !important;padding:13px 16px !important;font-size:14px;outline:none;transition:.2s}
.contact_section input:focus{border-color:#b8860b !important;box-shadow:0 0 0 3px rgba(184,134,11,.1)}
.contact_section .btn_box button{background:#b8860b;border:none;border-radius:30px;padding:13px 48px;color:#fff;font-weight:700;transition:.25s;cursor:pointer}
.contact_section .btn_box button:hover{background:#1a1a1a}
.contact_section .map iframe{border-radius:20px;border:1px solid #f0e8d5;min-height:420px}
@media(max-width:767px){.contact_section .map iframe{min-height:320px;margin-top:24px}}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 1px 1px;
  margin: 15px 25px;
}
.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #1b1a1a;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-right: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  margin-top: 5px;
  -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;
  background-color: #f9fafa;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel {
  width: 100%;
  z-index: 3;
}

.slider_section .detail-box {
  color: #000000;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider_section .detail-box p {
  margin: 25px 0;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #b8860b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #b8860b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #b8860b;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #b8860b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #b8860b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #b8860b;
}

.slider_section .img-box img {
  width: 100%;

}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #b8860b;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  background-color: #b8860b;
}

.furniture_section .box {
  margin-top: 45px;
  background-color: #f7fafa;
  padding: 25px;
  border-radius: 5px;
}

.furniture_section .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;
  height: 275px;
  padding: 25px;
}

.furniture_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.furniture_section .box .detail-box {
  margin-top: 15px;
}

.furniture_section .box .detail-box h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.furniture_section .box .detail-box .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.furniture_section .box .detail-box .price_box .price_heading {
  margin-bottom: 0;
}

.furniture_section .box .detail-box .price_box .price_heading span {
  color: #b8860b;
}

.furniture_section .box .detail-box .price_box a {
  color: #b8860b;
  text-transform: uppercase;
  font-size: 15px;
}

.about_section {
  background-color: #f9fafa;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b8860b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #b8860b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #b8860b;
}

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #b8860b;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #b8860b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #b8860b;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px;
  padding: 35px 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.client_section .box .img-box {
  border-radius: 100%;
  border: 10px solid #b8860b;
  margin-right: 25px;
  min-width: 175px;
  max-width: 175px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  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;
}

.client_section .box .detail-box .name {
  text-align: center;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #b8860b;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #b8860b;
  background-position: center;
  border-radius: 100%;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #000000;
}

.client_section .carousel-control-next {
  left: initial;
}

.contact_section {
  margin-top: 5px;
  position: relative;
  
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #333;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #333;
}

.contact_section .form_container input::placeholder {
  color: #333;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #b8860b;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #b8860b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #b8860b;
}

.contact_section .map_container {
  height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #191e1f;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #b8860b;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #b8860b;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  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;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 10px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b8860b;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #b8860b;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.info_section .info_form button:hover {
  background-color: transparent;
  color: #b8860b;
}

.info_section .info_form .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_form .social_box a {
  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: 5px;
  width: 45px;
  height: 45px;
  border: 1px solid #b8860b;
  color: #b8860b;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_form .social_box a:hover {
  color: #b8860b;
  border-color: #b8860b;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */