body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 30px;
  top: 14%;
  right: -15px;
  background: linear-gradient(to right, #fb930a, #f5e47b);
}

/*header section*/
.hero_area {
  height: 100vh;
 position: relative;
 background-image: url(../images/coin-hero.png);
  /* background-size: cover; */
  background-position: bottom right;
  background-repeat: no-repeat; 
  background-color: #E6AF2E;
}

.sub_page .hero_area {
  height: auto;
  background-position: top right;
}

.hero_area.sub_pages {
  height: auto;
}
.header_section {
  padding: 15px 0;
  margin-top: 50px;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}


.header_section .nav_container {
  margin: 0 auto;
}

.navbar-expand-lg .navbar-collapse {

    justify-content: space-between !important;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
}
.custom_nav-container .navbar-toggler span {
  display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    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: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

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 {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 60px;
  margin-right: 5px;
}

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

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  }
  .navbar_user {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .navbar_user li {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  }
  .navbar_user li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  color: #1e1e27;
  transition: color 0.3s ease;
  }
  .navbar_user li a:hover {
  color: #ff7315;
  }
  .checkout a {
  background: white;
  border-radius: 50%;
  }
  .checkout_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fe4c50;
  font-size: 12px;
  color: #ffffff;
  }
  .navbar-bg {
    position: fixed;
    z-index: 999;
    background-color: #232020;
    top: 0;
    /* padding: 10px; */
    } 

/* .custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
} */

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

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
} */

.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: #000000;
  position: relative;
}

.quote_btn-container a .cart_number {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
}

.quote_btn-container a img {
  width: 20px;
  margin: 0 25px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 70px);
  display: flex;
  align-items: center;
  position: relative;
}

.slider_section .row {
  align-items: center;
}

.slider_section .design-box {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  width: 75px;
}

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

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 4%;
  text-align: center;
  opacity: 0.6;
}

.slider_section .slider_number-container hr {
  width: 1px;
  height: 50px;
  border: none;
  background-color: #ffffff;
}

.slider_section .slider_number-container .number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.slider_section .detail_box h2 span {
  margin-right: 10px;
}

.slider_section .detail_box h2 hr {
  margin: 0;
  border: none;
  width: 55px;
  height: 1px;
  background-color: #000000;
}

.slider_section .detail_box h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  margin-bottom: 30px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

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

.slider_section .carousel-indicators {
  padding: 0;
  margin: 0;
  right: initial;
  bottom: 22%;
  left: 17%;
}

.slider_section .carousel-indicators li {
  text-indent: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background-color: transparent;
  border: none;
  color: #c0c0c0;
  font-size: 24px;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: block;
}

.item_section .item_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.item_section .item_container .box {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 10px;
  padding: 15px;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.15);
}

.item_section .item_container .box .img-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.item_section .item_container .box .img-box img {
  width: 125px;
}

.item_section .item_container .box h6 {
  color: #fbb534;
  text-transform: uppercase;
}

.item_section .item_container .box h5 {
  text-transform: uppercase;
}

.item_section .item_container .box:hover {
  box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
}

.about_section {
  position: relative;
}

.about_section .design-box {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  right: 0;
  width: 75px;
}

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

.about_section .row {
  align-items: center;
}

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

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
  margin-top: 35px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0d0806;
}

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

.price_section {
  background-color: #f8f8f8;
}

.price_section .price_container {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  flex-wrap: wrap;
}
/***********************************************************/
.w3l-ecommerce-main .product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center;
}


.w3l-ecommerce-main .product-grid2 .title {
  font-size: 18px;
  margin: 0 0 6px 0;
  color: #ffc107;
}

.w3l-ecommerce-main .product-grid2 .title a {
  color: #232020;
  font-weight: 700;
}

.w3l-ecommerce-main .product-grid2 .title a:hover {
  color: #ffc107;
}

.w3l-ecommerce-main .product-grid2 .price {
  color: #ffc107;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.w3l-ecommerce-main span.price del {
  color: #6b778d;
  font-weight: 400;
  margin-right: 6px;
}
.w3l-ecommerce-main .product-grid2 .price {
  color: #ffc107;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.w3l-ecommerce-main span.price del {
  color: #6b778d;
  font-weight: 400;
  margin-right: 6px;
}

h3.hny-title,
h3.hny-title.two {
  font-size: 40px;
  line-height: 50px;
  color: #232020;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

h3.hny-title.two {
  color: #fff;
}

h3.hny-title span,
h3.hny-title span {
  color: #ffc107;
}

@media (max-width: 992px) {
  .w3l-ecommerce-main .product-grid2 .title {
    font-size: 16px;
  }

  .w3l-ecommerce-main .cover-top-center-9 {
    min-height: 36em;
  }
}

@media (max-width: 767px) {
  .w3l-ecommerce-main .product-grid2 .title {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .w3l-ecommerce-main .product-grid2 .title {
    font-size: 14px;
  }

  
}

@media (max-width: 1366px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 1199px) {
  body p {
    font-size: 15px;
  }
}

@media (max-width: 667px) {
  a.read-more-btn2.btn {
    padding: 10px 32px;
    font-size: 16px;
    margin-top: 14px;
  }
}

@media (max-width: 667px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 30px;
    line-height: 40px;
  }

  a.read-more-btn.btn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 440px) {

  h3.hny-title,
  h3.hny-title.two {
    font-size: 26px;
    line-height: 36px;
  }
}

.w3l-ecommerce-main {
  /********************* Shopping Demo-2 **********************/
}

.w3l-ecommerce-main .ecom-top-grids {
  background: var(--theme-dark-lite);
}

.w3l-ecommerce-main .ecom-pro-grids {
  background: #232020;
}

.w3l-ecommerce-main .ecom-pro-grids-2 {
  background: #232020;
}

.w3l-ecommerce-main .sports-grid img {
  display: block;
}

.w3l-ecommerce-main .sports-grid-info {
  position: relative;
}

.w3l-ecommerce-main .spt-text-info {
  position: absolute;
  display: block;
  top: 0;
  padding: 20px;
}

.w3l-ecommerce-main .multi-gd-text a {
  display: block;
  position: relative;
}

.w3l-ecommerce-main .multi-gd-img.multi-gd-text h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 30px;
  bottom: 0;
  width: 100%;
}

.w3l-ecommerce-main .multi-gd-img.multi-gd-text h4 span {
  font-weight: 700;
  color: #3a3535;
}

.w3l-ecommerce-main .multi-gd-text a:hover::before {
  width: 100%;
  height: 100%;
}

.w3l-ecommerce-main .multi-gd-text a::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  transition: all 0.5s ease-out 0s;
  z-index: 99;
  content: "";
}

.w3l-ecommerce-main .multi-gd-text img {
  height: auto;
  width: 100%;
}

.w3l-ecommerce-main .multi-gd-text a:hover::after {
  width: 100%;
  height: 100%;
}

.w3l-ecommerce-main .multi-gd-text a::after {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: all 0.5s ease-out 0s;
  z-index: 99;
  content: "";
}

.w3l-ecommerce-main .image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.w3l-ecommerce-main .image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.w3l-ecommerce-main .image-box:hover img {
  transform: scale(1.1);
}

.w3l-ecommerce-main .products-left-img {
  position: relative;
}

.w3l-ecommerce-main .hover-product-inf {
  position: absolute;
  padding: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 20px;
}

.w3l-ecommerce-main .hover-product-inf h4 {
  font-size: 18px;
  color: #232020;
  font-weight: 600;
  margin-bottom: 20px;
}

.w3l-ecommerce-main .ecom-button.btn {
  border: 2px solid #3a3535;
  color: #fff;
  background: #3a3535;
  font-size: 16px;
  padding: 8px 35px;
  letter-spacing: 1px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-weight: bold;
}

.w3l-ecommerce-main .ecom-button.btn:hover {
  opacity: 0.8;
}

.w3l-ecommerce-main .product-grid2 {
  position: relative;
  border: 1px solid gray;
}

.w3l-ecommerce-main .product-grid2 .add-to-cart {
  color: #fff;
  background-color: #232020;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 10px 10px;
  display: block;
  /* position: absolute;
  left: 0;
  bottom: -100%; */
  /* transition: all .3s; */
}

.w3l-ecommerce-main .product-grid2 .add-to-cart:hover {
  background-color: transparent;
  text-decoration: none;
  color: #ffc107;
}

.w3l-ecommerce-main .product-grid2:hover .add-to-cart {
  bottom: 0;
}

.w3l-ecommerce-main .product-grid2 .product-new-label {
  background-color: #232020;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}

.w3l-ecommerce-main .product-grid2:hover .product-new-label {
  opacity: 0;
}

.w3l-ecommerce-main .product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center;
}

.w3l-ecommerce-main .product-grid2 .title {
  font-size: 18px;
  margin: 0 0 6px 0;
  color: #ffc107;
}

.w3l-ecommerce-main .product-grid2 .title a {
  color: #232020;
  font-weight: 700;
}

.w3l-ecommerce-main .product-grid2 .title a:hover {
  color: #ffc107;
}

.w3l-ecommerce-main .product-grid2 .price {
  color: #ffc107;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.w3l-ecommerce-main span.price del {
  color: #6b778d;
  font-weight: 400;
  margin-right: 6px;
}

@media (max-width: 992px) {
  .w3l-ecommerce-main .product-grid2 .title {
    font-size: 16px;
  }

  .w3l-ecommerce-main .cover-top-center-9 {
    min-height: 36em;
  }
}

@media (max-width: 767px) {
  .w3l-ecommerce-main .product-grid2 .title {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .w3l-ecommerce-main .product-grid2 .title {
    font-size: 14px;
  }

  
}


/***********************/
.price_section .price_container .box {
  /* min-width: 272px;
  max-width: 224px; */
  /* height: 380px; */
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  justify-content: space-between;
  /* margin: 35px 10px; */
  padding: 45px 0 25px 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.1);

}

.price_section .price_container .box .img-box {
  /* width: 100%;
  display: flex;
  justify-content: center; */
}

.price_section .price_container .box .img-box img {
  width: 100%;
  padding: 1em;
}

.price_section .price_container .box h6 {
  /* font-weight: bold; */
  font-size: 16px;
}

.price_section .price_container .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.price_section .price_container .box .detail-box h5 span {
  color: #fbb534;
}

.price_section .price_container .box .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.price_section .price_container .box:hover a {
  border-color: #fbb534;
  color: #fbb534;
}

.price_section .price_btn {
  display: inline-block;
  padding: 8px 40px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 0;
}

.price_section .price_btn:hover {
  background-color: transparent;
  color: #0d0806;
}
.add-to-cart {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  /* margin-top: 15px; */
  background: transparent;
}
.add-to-cart:hover {
  border-color: #fbb534;
  color: #fbb534;
}
/***********************************************************/
.ring_section {
  text-align: center;
  position: relative;
}

.ring_section .row {
  align-items: center;
}

.ring_section .container {
  box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.08);
}

.ring_section .design-box {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  width: 75px;
}

.ring_section .design-box img {
  width: 100%;
}

.ring_section .ring_container .detail-box h4 {
  text-transform: uppercase;
  color: #fbb534;
}

.ring_section .ring_container .detail-box a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #000000;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}

.ring_section .ring_container .img-box img {
  width: 100%;
}

.client_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .secondary_heading {
  text-align: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fbb534;
  padding: 25px;
  width: 85%;
  margin: 75px auto;
}

.client_section .client_container .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
}

.client_section .client_container .client-id .img-box {
  margin-right: 25px;
}

.client_section .client_container .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .client-id h5 {
  font-weight: bold;
}

.client_section .client_container .client-id h6 {
  color: #f6d768;
}

.client_section .client_container .detail-box {
  width: 55%;
}

.client_section .client_container .detail-box p {
  margin: 0;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
}

.client_section .carousel-control-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.client_section .carousel-control-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 25px;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev-black.png);
}

.client_section .carousel-control-prev-icon:hover {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next-black.png);
}

.client_section .carousel-control-next-icon:hover {
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
}

.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  width: 75px;
}

.contact_section .design-box img {
  width: 100%;
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 12px 45px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5e47b),
    to(#fb930a)
  );
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top: 35px;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #363636;
  color: #ffffff;
}

.info_section .info_container .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 10px 45px 10px;
  background-color: #ffffff;
  width: 200px;
  border-radius: 0 0 50px 50px;
}

.info_section .info_container .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_container .info_logo a img {
  width: 50px;
  margin-right: 10px;
}

.info_section .info_container .info_logo a span {
  text-transform: uppercase;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}

.info_section .info_container .info_contact {
  padding: 115px 10px 45px 10px;
}

.info_section .info_container .info_contact a {
  color: #ffffff;
}

.info_section .info_container .info_contact a img {
  margin-right: 10px;
}

.info_section .info_heading {
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
}

.info_section .info_heading::before {
  content: "";
  width: 45px;
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  background-color: #f8bf46;
}

.info_section .info_form form {
  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;
}

.info_section .info_form form .email_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_form form label {
  color: #5a5959;
}

.info_section .info_form form input {
  width: 500px;
  border: none;
  background-color: #ffffff;
  outline: none;
  padding: 5px;
}

.info_section .info_form form button {
  padding: 8px 65px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5e47b),
    to(#fb930a)
  );
  background: linear-gradient(to bottom, #f5e47b, #fb930a);
  margin-top: 35px;
  text-transform: uppercase;
}

.info_section .info_social {
  padding-top: 35px;
  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;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_social .social_box img {
  min-width: 10px;
  margin: 0 10px;
}

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

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

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