@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@font-face {
    font-family: fiona-houston-edition;
    src: url(../fonts/fiona-houston-edition.otf);
}
:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #000;
  --theme-color-second: #000;
  --theme-bg-color: #000;
  --theme-heading-font: fiona-houston-edition;
  --theme-default-font: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--theme-default-font);
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	bottom: -50px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #c6cc94;
	text-align: center;
	border: 1px solid #c4d6a6;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
	z-index: 99;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
	background: #EEEFE0;
	border: 2px solid #EEEFE0;
	padding: 11px 35px;
	display: inline-block;
	color: #000000;
	font-weight: 600;
	text-align: center;
	font-family: var(--theme-default-font);
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	border-radius: 50px;
	box-shadow: 1px 3px 0px #C8C8C8;
}
.btn1:hover {
  background: #C8C8C8;
  border: 2px solid #C8C8C8;
  color: #000000;
  	box-shadow: 1px 3px 0px #EEEFE0;
}
.heading h2 {
	font-size: 45px;
	font-weight: 600;
	font-family: var(--theme-heading-font);
	margin-bottom: 15px;
	text-transform: uppercase;
}
.heading h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

/* Nav ber */
.small {
  display: none;
}
.main-header{
  padding: 10px 0;
  position: relative;
  background-color: #fff;
}
.main-header .container-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-here img{
  width: 150px;
}
.menunav{
    display: flex;
  align-items: center;
  gap: 20px;
}
.menunav ul{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 35px;
}
.menunav ul li a {
	color: #4a4a4a;
	font-size: 15px;
	font-family: var(--theme-default-font);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* banner */
.banner .carousel-item{
  padding: 310px 0;
}

.banner .carousel-control-prev, .banner .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity 0.15s ease;
}
.banner .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	top: 15%;
	width: 100%;
	height: 100%;
}
.slider1{
background: url('../image/slider-1.jpg') no-repeat center;
background-size: cover;
}
.slider2{
background: url('../image/slider-2.jpg') no-repeat center;
background-size: cover;
}
.slider3{
background: url('../image/slider-1.jpg') no-repeat center;
background-size: cover;
}
.banner-heading {
	color: #fff;
}

.banner-heading .subheading {
	font-size: 37px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 25px;
}
.banner-heading .heading-sty {
	font-size: 69px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 65px;
}
.banner-heading p {
	max-width: 505px;
}
/* Fade-in from the left */
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-500px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Fade-in from the right */
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*.carousel-item.active .subheading{*/
/*  opacity: 0;*/
/*  animation: fadeleft 2s ease-out forwards;*/
/*}*/
/*.carousel-item.active .heading-sty {*/
/*  opacity: 0;*/
/*  animation: fadeleft 3s ease-out forwards;*/
/*}*/
/*.carousel-item.active .banner-heading p {*/
/*  opacity: 0;*/
/*  animation: fadeleft 4s ease-out forwards;*/
/*}*/

/*.carousel-item.active .banner-heading .btn-sec {*/
/*  opacity: 0;*/
/*  animation: fadeleft 3s ease-out forwards;*/
/*}*/
.dopdow-arrow a i{
  color: #FCD8CD;
  font-size: 45px;
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.dopdow-arrow{
  text-align: center;
  position: relative;
  margin-top: -25px;
  animation: upDown 2s ease-in-out infinite;
}
.about-sec .about-img img {
	width: 110%;
	position: relative;
	margin-left: -65px;
}

.product-sec{
  position: relative;
}
.product-sec::before{
  content: "";
  position: absolute;
  background: url('../image/style1.png') no-repeat;
  width: 100%;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.jewellery-service {
	position: relative;
  cursor: pointer;
  transition: all 0.6s;
    overflow: hidden;
}
.jewellery-service-img {
	position: relative;
  overflow: hidden;
}
.jewellery-service-img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.7));
	z-index: 1;
}
.jewellery-service .bttom-con {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
  z-index: 11;
}
.jewellery-service-img img{
  transition: all 0.6s;
}
.jewellery-service-img:hover  img{
  transform: scale(1.1) ;
}
.jewellery-service .bttom-con h4 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
.service-sec{
  padding: 7px 0;
}
.contact_sec form input {
	width: 100%;
	outline: none;
	border: 1px solid #dee7e1;
	border-radius: 60px;
	padding: 15px 13px;
	font-size: 15px;
	color: #000000c2;
	font-weight: 400;
	background: #dee7e1;
}
.contact_sec form textarea {
	width: 100%;
	outline: none;
	border: 1px solid #dee7e1;
	border-radius: 30px;
	padding: 13px;
	font-size: 15px;
	color: #000000c2;
	font-weight: 400;
	background: #dee7e1;
}
.contact_sec form button {
	background: #5b5b5b;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 16px 15px;
	border-radius: 70px;
	font-weight: 300;
	border: none;
	transition: 0.8s;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0;
}
.contact_sec{
  background-color: #f4ece3;
}
.contact_sec .right_content .heading h2 {
	font-size: 30px;
  margin-bottom: 25px;
}
.contact_sec .instagram-img{
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  position: relative;
  transition: all 0.6s;
}
.contact_sec .instagram-img .overlay {
background-color: #d1d0b17a;
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
  transform: translateY(-100%);
  transition: all 0.6s;
}
.contact_sec .instagram-img .overlay i {
	font-size: 35px;
	color: #fa5146;
}
.contact_sec .instagram-img:hover .overlay {
    width: 100%;
  height: 100%;
  position: absolute;
   transform: translateY(0);
  transition: all 0.6s;
}
.instagram-box a{
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.instagram-box img{
  width: 80px;
  margin: 0 auto;
}
.instagram-box h4 {
	color: #464646;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 11px;
	font-weight: 400;
}

/* faq-content */
/* .faq-contact {
  padding-top: 90px;
} */

.faq-contact .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #eeefe0;
  box-shadow: none;
  border: none !important;
}

.faq-contact .accordion-item {
  border: none;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none !important;
}

.faq-contact .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}
.faq-contact .accordion-item {
	margin-bottom: 10px;
	border-radius: 14px;
	text-align: start;
	background: #0c2c6200;
	color: #000;
	border: none;
	border-radius: 15px;
	overflow: hidden;
}

.faq-contact .accordion-body {
  background: #eeefe0;
}

.faq-contact .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  background: #eeefe0 !important;
}

.faq-contact .accordion-button:not(.collapsed)::after {
  background-image: url(../image/down-arrow.png) !important;
 
}

.faq-contact .accordion-button::after {
  flex-shrink: 0;
 width: 30px;
  height: 14px;
  margin-left: auto;
  content: "";
  background-image: url(../image/down-arrow.png) !important;
  background-repeat: no-repeat;

}

.faq-contact .get-intouch button:hover {
  background-color: #000;
  color: #000;
}
.faq-contact .accordion-item h2 {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: 0;
}

.faq-contact .accordion-item p {
  color: #000;
 margin-bottom: 0;
}

.faq-contact .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 18px;
  color: #000;
  text-align: left;
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: "Urbanist", sans-serif;
}
.faq-contact{
  background: url('../image/faq-bg.png') no-repeat center;
  background-size: cover;
}

.testimonial_sec .review-item p {
	color: #242424;
	font-size: 15px;
	line-height: 25px;
}
.review-item .ratting i {
	color: #ffc754;
}
.testimonial_sec .review-item .top_img i {
	font-size: 60px;
	margin-bottom: 5px;
	color: #ffc754;
	display: inline-block;
}
.testimonial_sec .review-item {
	padding: 15px 55px;
	background: url('../image/review-bg.jpg') no-repeat bottom;
	border-radius: 10px;
	text-align: center;
	min-height: 300px;
	background-size: cover;
border: 2px solid #d1d0b1;
}
.review-headed {
	font-size: 17px;
	margin-bottom: 9px;
	color: #515151;
	font-weight: 600;
}
.testimonial_sec .heading h2{
  margin-bottom: 30px;
}
/* footer */


.footer {
  background-color: #d1d0b1;
  padding: 75px 0 45px;
}

.footer .heading h4 {
  font-size: 38px;
}

.footer .heading h5 {
  /* color: #ffdead; */
  margin-bottom: 18px;
}

.footer .btom_content {
  display: flex;
  gap: 110px;
}

.footer .heading ul li a {
	display: inline-flex;
	align-items: start;
	gap: 10px;
	color: #515050;
}

.footer .heading ul li a i {
	font-size: 18px;
	color: #2f2f2f;
}

.footer .heading ul li {
  margin-bottom: 14px;
}

.footer .social h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.footer .social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer .social a {
  color: #0f0f0f;
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border-radius: 60px;
  border: 2px solid #fff;
}
 .coy-txt{
  text-align: center;
 }
 .coy-txt a{
  color: #181818;
}
.ft-logo img{
  width: 205px;
}
.footer-border {
	background-color: #24242426;
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
.m-backtotop > div.arrow i {
	font-size: 24px;
}

.about-bg{
  background: url('../image/about-banner.jpg') no-repeat center;
  background-size: cover;
}
.faq-bg{
    background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),  url('../image/faq-banner.jpg') no-repeat center;
  background-size: cover;
}
.blog-bg{
   background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),  url('../image/blog-banner.jpg') no-repeat center;
  background-size: cover;
}
.contact-bg{
     background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),  url('../image/contact-banner.jpg') no-repeat center;
  background-size: cover;
}
.product-bg{
      background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/product-banner.jpg') no-repeat center;
  background-size: cover;
}
.terms-bg{
       background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/term(2).jpg') no-repeat center;
  background-size: cover;
}
.inner-page h1 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 2px;
  color: #fff;
}

.inner-page {
	padding: 200px 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 10px;
	margin-bottom: 0px;
	background-color: initial !important;
	border-radius: 4px;
}

.breadcrumb li a {
	color: #fff
}

.breadcrumb-item.active {
	color: #fff !important
}
.about-us-sec{
  background-color: #f4ece3;
}
.about-us-sec .about-img img{
  border-radius: 15px;
}
.gaps{
  margin-top: 0px;
}
.inner-blog-txt h1{
  font-size: 40px;
}

.faq-contact-page .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #eeefe0;
  box-shadow: none;
  border: none !important;
}

.faq-contact-page .accordion-item {
  border: none;
}

.faq-contact-page .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border: none !important;
}

.faq-contact-page .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}
.faq-contact-page .accordion-item {
	margin-bottom: 10px;
	border-radius: 14px;
	text-align: start;
	background: #0c2c6200;
	color: #000;
	border: none;
	border-radius: 15px;
	overflow: hidden;
}

.faq-contact-page .accordion-body {
  background: #eeefe0;
}

.faq-contact-page .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  background: #eeefe0 !important;
}

.faq-contact-page .accordion-button:not(.collapsed)::after {
  background-image: url(../image/down-arrow.png) !important;
 
}

.faq-contact-page .accordion-button::after {
  flex-shrink: 0;
 width: 30px;
  height: 14px;
  margin-left: auto;
  content: "";
  background-image: url(../image/down-arrow.png) !important;
  background-repeat: no-repeat;

}

.faq-contact-page .get-intouch button:hover {
  background-color: #000;
  color: #000;
}
.faq-contact-page .accordion-item h2 {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: 0;
}

.faq-contact-page .accordion-item p {
  color: #000;
 margin-bottom: 0;
}

.faq-contact-page .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 18px;
  color: #000;
  text-align: left;
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: "Urbanist", sans-serif;
}

/* BLOG SEC */

.blog-sec1 .blog-contain {
  padding:18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.blog-sec1 .blog-contain .img-top {
  padding-bottom: 15px;
}

.blog-sec1 .blog-contain .img-top img {
  border-radius: 5px;
}

.blog-sec1 .blog-contain .blog-content .heading h3 {
  color: #000;
}

.blog-sec1 .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.blog-sec1 .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.blog-sec1 .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-sec1 a.blog-btn {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.5s;
}

.blog-sec1 a.blog-btn i {
  transition: 0.5s;
}

.blog-sec1 a.blog-btn:hover i {
  margin-left: 15px;
  transition: 0.5s;
}

.blog-sec1 .baby-care-sec .product-description a {
  color: #ba083c;
}

.blog-sec1 .blog-contain .blog-content .heading h5 {
	font-family: var(--theme-default-font);
	font-size: 27px;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: 0px;
}
.blog-contain h5 a {
	color: #373737;
  font-family: var(--theme-heading-font);
}

/* contact */

.contact-section .contact-number li {
  display: flex;
  gap: 18px;
  margin-bottom: 39px;
  }
  
  
  .contact-section .contact-number i {
    color: #fff;
   background: #d1d0b1;
    min-width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
  }
  .contact-section .contact-number li p {
    margin-bottom: 3px;
    font-weight: 600;
    color: #000000c9;
    font-size: 20px;
    text-transform: capitalize;
  }
  .contact-section .contact-number li a {
    color: #828080;
  }
  
  .contact-section h3{
    margin-bottom: 20px;
  }
  
  .contact-section .contact-number li:last-child{
    margin-bottom: 0;
  }
  
  
  .contact-section #contact-form {
    background-size: cover;
    padding: 30px 25px;
    border-radius: 10px;
    color: #fff;
    background: #424242e8;
}
  .contact-section #contact-form input{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 10px;
    outline: none;
  }

  .contact-section #contact-form select{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 10px;
    outline: none;
  }
  

  .contact-section #contact-form select option{
   background-color: #000000;
  }
  
  .contact-section #contact-form input::placeholder{
    opacity: 1;
    color: #fff;
  }
  .contact-section #contact-form textarea::placeholder{
    opacity: 1;
    color: #fff;
  }
  .contact-section .gap {
    margin-bottom: 44px;
  }
  .contact-section #contact-form textarea{
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 10px;
    outline: none;
    height: 120px;
  }
  
  .contact-section #contact-form button {
    padding: 15px 10px;
    width: 100%;
    border: none;
    letter-spacing: 3px;
  }

  .contact-section .form-check-input {
    width: 20px!important;
    border: 1px solid #fff!important;
    height: 20px!important;
    padding: 0px!important;
}

.contact-section .form-check-input:checked {
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
}
.map-sec{
  line-height: 0;
}
.map-sec iframe{
  width: 100%;
  height: 450px;
}

/* ....inner blog..... */

.inner_area_banner{
  background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 background: url(../image/area-banner-1.jpg) no-repeat center;
 color: #fff;
 padding: 200px 0px;
 text-align: center;
}
.inner_area_banner h2 {
 font-size: 67px;
 text-transform: uppercase;
 letter-spacing: 17px;
 font-weight: 700;
}
.area_Section{
 padding: 70px 0px;
}
.title_area h3 {
 color: #032c6c;
 font-size: 40px;
 line-height: 49px;
 margin-bottom: 24px;
}
.title_area h4 {
 color: #032c6c;
 font-size: 30px;
 margin-bottom: 14px;
}
.title_area p {
 color: #1c1c1c;
 font-size: 18px;
 line-height: 28px;
}
.title_area {
 margin-bottom: 34px;
}
.area_location_img {
 padding-top: 31px;
 margin-bottom: 24px;
}
.area_location_img img {
 border: 4px solid #fff;
}
.area_location_img h3 {
 font-size: 26px;
 
}

.area_location_img iframe {
 width: 100%;
 height: 340px;
 margin-bottom: 24px;
}
.contact_info {
 
 color: #fff;
 border-radius: 7px;
 box-shadow: 0px 0px 10px 1px rgb(175 174 174 / 50%);
 margin-bottom: 22px;
 overflow: hidden;
}
.contact_info a img {
 margin-bottom: 26px;
}
.contact_info h3 {
 font-size: 32px;
 font-weight: 600;
 margin-bottom: 5px;
}
.contact_info p {
 font-size: 18px;
 line-height: 30px;
 margin-bottom: 37px;
}
.contact_info a {
 display: block;
 color: #fff;
 margin-bottom: 8px;
 font-size: 18px;
}
.contact_info a i.fa {
 margin: 0 10px 0 0px;
}

.area_Section .contact_form {
	background: #fff;
	border: 1px solid #c6cc94;
	border-radius: 7px;
	box-shadow: 0px 0px 10px 1px rgb(175 174 174 / 50%);
	padding: 28px;
	margin-top: 56px;
}
.area_Section .contact_form h3 {

 margin-bottom: 20px;
 font-weight: 700;
 font-size: 26px;
}
.area_Section .contact_form input {
 width: 100%;
 display: block;
 margin-bottom: 12px;
 outline: none;
 border: 1px solid #c6cc94;
 height: 40px;
 font-size: 15px;
 padding: 0px 12px;
 border-radius: 2px;
}
.area_Section .contact_form textarea {
 width: 100%;
 display: block;
 margin-bottom: 12px;
 outline: none;
 border: 1px solid #c6cc94;
 height: 100px;
 font-size: 15px;
 padding: 12px 12px;
 border-radius: 2px;
}

.area_Section .contact_form button{
    width: 100%;
 display: block;
 margin-bottom: 12px;
 outline: none;
 border: 1px solid #c6cc94;
 height: 40px;
 font-size: 15px;
 padding: 0px 12px;
 border-radius: 2px;
 text-transform: uppercase;
 background: #c6cc94;
 color: #fff;
 letter-spacing: 1px;
 font-size: 18px;
 font-weight: 600;
 border-radius: 2px;
 cursor: pointer;
}
.img-inner-blog {
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 15px;
}

.area_link a {
 display: block;
 text-align: center;
 background: #ec1e42;
 color: #fff;
 margin-bottom: 12px;
 border-radius: 3px;
 box-shadow: 0px 0px 1px 1px rgb(175 174 174 / 50%);
 padding: 15px 0px;
 text-transform: uppercase;
 letter-spacing: 1px;
 transition: all 0.6s;
}
.area_link a:hover{
 background: #000;
  transition: all 0.6s;
 color: #fff;
}
.area_link {
 margin-bottom: 22px;
}
.map_sitebar iframe {
 width: 100%;
 border: 1px solid #3d3d3e !important;
 height: 490px;
}
.area_side_bar .footr-con img {
	border-radius: 6px;
}
.fott-content h6 a {
	color: #1c1c1c;
	font-size: 15px;
	font-weight: 500;
}
.fott-content h6 {
	margin-bottom: 9px;
}

.product-con {
	background: #d1d0b1;
	padding: 10px;
  border: 1px solid #d1d0b1;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  transition: all 0.6s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-con .product-names {
	padding: 10px 10px 0 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}
.product-con .product-names h4 {
	margin-bottom: 0;
	font-size: 29px;
	transition: all 0.6s;
	color: #000000;
}
.product-con .product-img {
	border-radius: 13px;
	overflow: hidden;
}
.product-con .product-img img{
  transition: all 0.6s;
}
.product-con:hover .product-img img{
  transform: scale(1.1);
}
.product-con:hover{
    border: 1px solid #d1d0b1;
    background: #fff;
} 
.inner-producted  h1 {
	font-size: 60px;
}
.product-gallery{
  	border-radius: 13px;
	overflow: hidden;
}
.product-gallery img{
  transition: all 0.6s;
}
.product-gallery:hover img{
   transform: scale(1.1);
}
.gapping{
  margin-top: 30px;
}
.about-us-sec .heading p {
	margin-bottom: 8px;
}
.terms-and-conditions-sec .heading p {
	margin-bottom: 8px;
}
.footer .heading h5 {
	font-size: 25px;
}
.review-headed {
	font-size: 25px;
	margin-bottom: 2px;
	color: #515151;
	font-weight: 600;
}
.contact_sec .instagram-img {
	border-radius: 156px;
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.6s;
}