@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetica/HelveticaNeueLight.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueLight.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetica/HelveticaNeueThin.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetica/HelveticaNeueBlackCond.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueBlackCond.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetica/HelveticaNeueBold.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helvetica/HelveticaNeueMedium.woff2') format('woff2'),
    url('../fonts/helvetica/HelveticaNeueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lucida Grande';
  src: url('../fonts/helvetica/LucidaGrande-Bold.woff2') format('woff2'),
    url('../fonts/helvetica/LucidaGrande-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lucida Grande';
  src: url('../fonts/helvetica/LucidaGrande.woff2') format('woff2'),
    url('../fonts/helvetica/LucidaGrande.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 15px;
}

html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* 
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Playfair Display', serif;
} */

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

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

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

.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;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  font-size: 36px;
}

.heading_container h2 span {
  color: #616161;
}

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


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;
}

/*header section*/

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  background: #ffffff;

}

.header_section .header_top .header_top_container {
  display: block;
}

.header_section .header_top .contact_nav {
  display: flex;
  float: right;
}

.header_section .header_top .contact_nav a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}

.full {
  float: left;
  width: 100%;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  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;
  color: #616161;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a.call-link {
  background: #616161;
  margin-right: -15px;
  padding: 15px 25px;
  color: #ffffff;
}

.header_section .header_top .contact_nav a.call-link i {
  color: #ffffff;
}

.header_section .header_top .social_box {
  display: block;
  min-width: 145px;
  float: left;
  padding: 18px 0 0;
}

.header_section .header_top .social_box>a {
  float: left;
  font-size: 18px;
}

.header_section .header_top .social_box a {
  margin-right: 10px;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  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;
  color: #616161;
  border-radius: 100%;
}

.header_section {
  background: #ffffffc4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 35px;
}

.navbar-brand:hover {
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {

  padding: 5px 18px;
  color: #000;
  text-align: center;
  /* border-radius: 5px; */
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #616161;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #616161;
}

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

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .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;
  -webkit-transition: all .3s;
  transition: all .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;
}

.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 {
  background-image: url(../images/Comp1.jpg);
  background-position: right;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
}


.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 3.5rem;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 222px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #616161;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #616161;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #616161;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider_section .carousel_btn-box a {
  top: 50%;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
  background-color: #616161;
  opacity: .6;
}

.slider_section .carousel_btn-box a:hover {
  color: #ffffff;
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

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

.about_section .img-box {
  position: relative;
}

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

.about_section .detail-box p {
  color: #7a7a7a;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #616161;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #616161;
  margin-top: 15px;
}

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




.call_section {
  background: url(../images/Banner2.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 200px 0;
  background-attachment: fixed;
}

.call_section1 {
  background: url(../images/Comp2.jpg );
  background-position: left;
  background-size: cover;
  color: #ffffff;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* } */

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

.details-text p {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 27px;
  text-align: justify;
}

.call_section .img-box {
  position: relative;
}

a.btn.btn-outlined {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 39px;
  padding: 10px 25px;
  font-weight: 600;
}

a.btn.btn-outlined-dark {
  /* border: 2px solid #000; */
  color: #000;
  /* border-radius: 39px; */
  /* padding: 6px 15px; */
  /* margin-left: 15px; */
  /* font-weight: 600; */
  font-size: 14px;
  /* text-transform: uppercase; */
}

.call_section .detail-box h3 {
  color: #616161;
  font-weight: bold;
  font-size: 3rem;
}

.insta {
  padding: 40px;
  background: #4F4843 !important;
}


/* footer section*/
.footer_section {
  background-color: #e4e4e4;
  padding: 50px 11px;
  text-align: center;
  color: #fff;
  position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

.top-img {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.footer_section ul li {
  display: inline-block;
  color: #000;
  margin: 40px 10px;
}

.footer_section ul li a {
  color: #000;
}

.contact .contact_form label {
  font-weight: 500;
}

/* .sposer img {

  margin: 0 11px;
} */
.sposer .d-flex div {
  /* margin: 0 10px; */
  width: 100%;
}

.footer_link a i.fa.fa-instagram {
  font-size: 25px;
}

.footer_items a {
  position: relative;
}

.footer_items .item {
  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;
  text-align: center;
  margin-top: 25px;
}


.footer_items .item:hover .img-box::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.social-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: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
}

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

section.form-section input,
section.form-section select {
  border: 1px solid #eaeaea;
  box-shadow: -4px 4px 10px #ececec;
  padding: 3px 15px;
  border-radius: 42px;
  color: #000;
  height: 62px;
  line-height: 62px;
}

/* 
.social-box a {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #000;
  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%;
}

.social-box a i {
  font-size: 20px;
} */


/* .social-box a:hover {
  color: #ccc;
} */


.footer-info {
  text-align: center;
  margin-top: 45px;
}

.footer-info p {
  color: #ffffff;
  margin: 0;
  padding-bottom: 25px;
}

.footer-info p a {
  color: inherit;
}


.btn.btn-outlined-dark:hover {
  opacity: 0.6;
}

.jumbotron {
  border-radius: 0;
  background-size: cover !important;
}

.about_.jumbotron {
  background: url('../images/about-bg.png') no-repeat;
  padding: 13rem 2rem 7rem;
}

.jumbotron h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.aboutus,
.career,
.contact,
.social,
.product,
.jewelry {
  padding: 90px 0;
}

.contact_map {
  padding: 90px 0 0;
}

.contact_map iframe {
  filter: grayscale(1);
}

.aboutus p,
.career p,
.contact p,
.social p {
  color: #888;
}


.aboutus p {
  text-align-last: center;
  text-align: justify;
  padding: 25px 0;
}

.aboutus.layout_padding p {
  text-align-last: left;
  text-align: justify;
  padding: 3px 0;
}

.career_.jumbotron,
.contact_.jumbotron,
.product_.jumbotron,
.jewelry_.jumbotron {
  background: url('../images/background.jpg') no-repeat;
  padding: 12rem 2rem 6rem;
  margin-bottom: 0;
}

.jumbotron.social_ {
  /* background-color: gray; */
  background: #4F4843;
  padding: 12rem 2rem 6rem;
}

.social h3 {
  margin: 30px 0;
}

#toparrow.visible {
  opacity: 1;
  transition: 1s ease;
  visibility: visible;
}

#toparrow {
  color: #fff;
  padding: 9px 10px;
  position: fixed;
  bottom: 14px;
  right: 26px;
  cursor: pointer;
  text-align: center;
  background: #c2b571;
  border: none;
  line-height: 10px;
  outline: none;
  transition: 1s ease;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  z-index: 2;
}

#toparrow i.fa.fa-arrow-up {
  font-size: 20px;
}

#navbarSupportedContent .navbar-nav .nav-item {
  align-self: center;
}

#navbarSupportedContent .dropdown-menu {
  padding: 0;
}

#navbarSupportedContent .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding: 10px 12px;
}

.footer_link a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin: 0 20px;
}

.footer_link p {
  margin-bottom: 7px;
}

.footer_link a:hover {
  font-weight: normal;
}

.contact form .send_button {
  border: 0;
  background-color: #000;
  color: #fff;
  outline: none !important;
  width: 100%;
  padding: 10px 0;
  margin: 20px 0;
}

#navbarSupportedContent .dropdown-menu {
  background-color: #ffffffc4;
  border: none;
}

#navbarSupportedContent .dropdown .dropdown-toggle::after {
  display: none;
}

#navbarSupportedContent .dropdown-item.active,
#navbarSupportedContent .dropdown-item:active {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.product_card {
  margin: 15px auto;
}

.product_card .card img.card-img-top {
  height: 140px;
  width: 140px;
  margin: 20px auto 5px;
  object-fit: cover;
}

.product_card .card .card-title {
  margin-bottom: 1.5rem;
}