/*---Fonts Css--*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root{
	--commonColor:     #232323;
	--white: 		   #FFFFFF;
	--blueColor: 	   #024ea2;
	--extrabold: 	   800;
	--bold: 		   700;
	--semibold: 	   600;
	--regular: 		   400;
	--light: 		   300;
}
html, body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: var(--commonColor);
	font-weight: var(--regular);
	line-height: 1.2;
	transition: all 0.5s ease;
}
p{
	color: var(--commonColor);
	margin-bottom: 0px;
	font-weight: var(--regular);
	line-height: 26px;
}
ul,li, ol{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
@media(min-width: 1500px){
.header .container{
	max-width: 1400px;
}

}
a{
	text-decoration: none;
}
.header-top{
	background: var(--commonColor);
	padding: 10px 0;
}
.address.col-md-6 {
  display: flex;
  align-items: center;
  color: var(--white);
}
.locaion-pin,
.contact-no{
	margin-right: 10px;
}
.contact-us.col-md-6 {
  display: flex;
  align-items: center;
}
.call-us p{
	color: var(--white);
	line-height: 17px;
}
.call-us .small{
	font-size: 13px;
}
.call-us .big{
	font-size: 18px;
	font-weight: var(--bold);
}
.head-contact-btn {
  background: #034ea2;
  padding: 10px 20px;
  color: var(--white) !important;
  font-size: 16px;
  text-decoration: navajowhite;
  max-width: 200px;
  display: block;
  text-align: center;
  border-radius: 10px;
  word-wrap: break-word;
  white-space: break-spaces;
  font-weight: var(--semibold);
  letter-spacing: 0.02em;
}
.head-contact-btn:after {
	content: normal;
}
nav .nav-link{
	padding-left: 15px!important;
	padding-right: 15px!important;
	font-size: 16px!important;
	color: var(--commonColor)!important;
}
nav .nav-item .nav-link.active,
nav .nav-link:hover{
	color: #014ca1!important;
}
.main-header {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.3);
  color: var(--white);
  position: relative;
  z-index: 9;
}

.header-banner .carousel-caption {
  left: 260px;
  top: 15%;
  background: rgba(3, 78, 162, 0.6);
  width: 527px;
  height: 497px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-banner .carousel-caption h5{
	font-size: 70px;
	color: var(--white);
	font-weight: var(--bold);
	text-align: left;
}
.header-banner .carousel-caption p{
	color: var(--white);
	font-size: 24px;
	font-weight: var(--semibold);
	margin-bottom: 10px;
	text-align: left;
}
.learnmore-btn {
	font-size: 16px;
	color: #034ea2;
	background-color: var(--white);
	padding: 10px 20px;
	border-radius: 10px;
	display: inline-block;
	max-width: 135px;
	margin-top: 30px;
	text-decoration: none;
}
.contact-form{
	background-color: var(--white);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.26);
	padding: 20px;
	min-width: 330px;
	max-width: 330px;
}
.contact-form h3{
	font-size: 20px;
	color: #3f3f3f;
	font-weight: var(--bold);
	line-height: normal;
	text-align: center;
	margin-bottom: 10px;
}
.contact-form .form-control {
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  height: 50px;
  color: var(--commonColor);
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-form .form-control:focus,
.contact-form .form-control:focus-visible{
	box-shadow: none;
}
.contact-btn{
	border: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	max-width: 100%;
	height: 50px;
}
.quick-search-bar {
  background-color: var(--commonColor);
  padding: 10px 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  top: -58px;
}
.quick-form{
	display: flex;
	justify-content: center;
	align-items: center;
}
.quick-form label{
	color: var(--white);
	font-size: 16px;
	font-weight: var(--bold);
	margin-bottom: 0px;
}
.search-input,
.select-hotal {
  height: 51px;
  background: var(--white);
  border: 0px;
  border-radius: 10px;
  padding: 10px 50px 10px 10px;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  min-width: 446px;
  margin: 0 10px;
}
input:focus{
	box-shadow: none;
	outline: none;
}
.select-hotal{
	background-image: none;
	min-width: 320px;
	padding-right: 15px;
}
.btn-search{
	background-color: var(--blueColor);
}
.quick-search-bar .container{
	max-width: 1172px;
}

.btn-search {
  background-color: var(--blueColor);
  border: 2px solid var(--blueColor);
  width: 164px;
  height: 50px;
  border-radius: 10px;
  color: var(--white);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: var(--bold);
}
.btn-search:hover{
	background-color: transparent;
	border-color: var(--blueColor);
	color: var(--white);
}
.hotal-img {
	transition: all 0.5s ease;
}

.hotal-img:hover {
	transform: scale(1.08);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-after h4{
	color: var(--commonColor);
	font-size: 20px;
	font-weight: var(--regular);
	margin: 0 0px 20px 20px;
}
.about-us-section{
	margin: 89px 0;
}
.common-heading{
	margin-bottom: 30px;
}
.common-heading h1{
	color: var(--commonColor);
	font-size: 34px;
	font-weight: var(--regular);
	text-transform: uppercase;
}
.about-us-content p{
	line-height: 28px;
	color: var(--commonColor);
	font-size: 1rem;
	font-weight: var(--regular);
	margin-bottom: 15px;
}
.about-img-video{
	padding: 40px 0 0 40px;
	position: relative;
}
.about-img-video:before{
	content: '';
	background-color: var(--commonColor);
	height: 268px;
	width: 314px;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
}
.video-thumb{
	position: relative;
	z-index: 2;
}
.about-us-content {
  max-width: 94%;
}
.read-more-link{
	font-size: 13px;
	color: #010101;
	font-weight: var(--bold);
	text-transform: uppercase;
	padding-right: 30px;
	transform: translateX(0px);
	position: relative;
}
.read-more-link:after{
	content: '';
	width: 24px ;
	height: 18px;
	display: inline-block;
	background: url(../images/read_more.png) no-repeat right 0;
	position: absolute;
	right: 0;
	top: 0px;
	transform: translateX(0px);
	transition: transform 0.3s ease;
}
.read-more-link:hover{
	 color: var(--commonColor);
}
.read-more-link:hover:after{
	transform: translateX(10px);
}
.w-80{
	width: 80%!important;
}
.bg-gray{
	background-color: #fcfafa!important;
}
.our-services-section{
	padding: 75px 0 40px;
}


.slider {
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}

.slider .owl-item.active.center .slider-card {
    opacity: 1;
}

.slider-card {
  padding: 0px;
  margin: 0px 0px 30px 0px;
  opacity: 0.9;
  transition: all 0.3s;
  border-radius: 10px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1) ;
	background-color: var(--white);
}

.artist-thumb {
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.services-detail{
	padding: 26px 15px 30px 15px;
}
.services-detail h5 a{
	color: #1a1a1a;
	font-size: 20px;
	font-weight: var(--semibold);
}
.services-detail p{
	margin-bottom: 15px;
}
.slider .owl-item{
	transition: all 0.3s;
	padding-bottom: 40px;
	
}

.slider .owl-item.active.center .slider-card,
.slider-card:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}
.our-services .owl-nav{
	text-align: center;
}
.our-services {
  margin-top: 53px;
}

.our-services .owl-carousel .owl-nav button.owl-prev,
.testimonial-section .testimonials .owl-nav button.owl-prev{
	background: url(../images/read_more.png) no-repeat 0 2px;
	font-size: 0;
	width: 24px;
	height: 20px;
	display: inline-block;
	transform: rotate(180deg);
}
.our-services .owl-carousel .owl-nav button.owl-next,
.testimonial-section .testimonials .owl-nav button.owl-next{
	background: url(../images/read_more.png) no-repeat 0 0;
	font-size: 0;
	margin-left: 20px;
	width: 24px;
	height: 20px;
	display: inline-block;
}

.stone-slab-block{
	padding: 70px 0;
}
.common-head-before{
	text-transform: uppercase;
	font-size: 20px;
	color: #df0000;
	font-weight: var(--regular);
	margin-bottom: 10px;
	display: block;
}
.stone-slab-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 30px;
}
.stone-slab-list li a {
  font-size: 16px;
  font-weight: var(--regular);
  color: var(--commonColor);
  padding-left: 20px;
  position: relative;
  display: flex;
}
.stone-slab-list li a:before{
	content: '';
	background: url(../images/pointer_arrow.png) no-repeat 0 3px;
	width: 10px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(0px);
	transition: transform 0.2s ease;
}
.stone-slab-list li a:hover:before{
	transform: translateX(10px);
}
.first-img {
  height: 370px;
  width: 480px;
  overflow: hidden;
  display: block;
}
.sec-img {
  position: absolute;
  right: 0;
  bottom: -40px;
  max-width: 396px;
  height: 360px;
  overflow: hidden;
}
.first-img img,
.sec-img img{
	max-width: 100%;
	display: block;
}

.testimonial-section{
	padding: 50px 0;
	display: block;
}
.testimonial-section .common-heading h1{
	margin-bottom: 28px;
}
.mb-28{
	margin-bottom: 28px!important;
}

.testimonial-section{
	padding: 50px 0 20px;
}
.testimonials .quote{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.testimonials p{
	margin-bottom: 20px;
}
.testimonials img{
	width: auto!important;
}
.testimonials.owl-drag .owl-item{
	padding: 20px 0;
}
.testimonials.owl-drag .owl-item.center .slider-card{
	background-color: var(--white);
	border-radius: 10px;
	box-shadow: 0 1px 22px rgba(0, 0, 0, 0.18);
}
.testimonials .slider-card{
	background-color: transparent;
	box-shadow: none;
	padding: 10px 20px;
}
.testi-user {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.testi-user .user-thumb{
	height: 77px;
	width: 77px;
	overflow:hidden;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
}
.testi-name{
	font-size: 18px;
	font-weight: var(--bold);
	color: var(--commonColor);
	line-height: 27px;
}
.testimonials .owl-nav {
  position: absolute;
  left: -60px;
  top: 48%;
  width: 113%;
}
.testimonial-section .testimonials .owl-nav button.owl-next {
  float: right;
}

.latest-gallery-section{
	margin-bottom: 30px;
}

.latest-gallery-section .carousel {
	max-height: 300px;
	overflow: hidden;
}
.latest-gallery-section .carousel-indicators button{
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
}
.gallery-text{
	font-size: 20px;
	font-weight: var(--bold);
	color: var(--commonColor);
	padding: 20px;
}
.top-footer {
  padding: 50px 0 20px;
}
.top-footer p {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.footer-call-number{
	font-weight: var(--bold);
	font-size: 50px;
	color: var(--commonColor);
	margin-bottom: 10px;
}
.top-footer p b{
	font-size: 16px;
	font-weight: var(--bold);
}
.footer-bottom{
	padding: 30px 0 0;
	position: relative;
	background-color:var(--commonColor);
}
.footer-bottom:after{
	 content: '';
	 background: url(../images/footer_bg.png) repeat-x 0 bottom;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 height: 100%;
	 width: 100%;

}
.footer-bottom .container{
	position: relative;
	/*z-index: 1;*/
}
.footer-bottom h3{
	color: var(--white);
	font-size: 20px;
	font-weight: var(--bold);
	line-height: 35px;
}
.footer-bottom p {
  color: var(--white);
  position: relative;
  z-index: 999;
}
.social-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 999;
}
.social-icon li{
	margin-right: 10px;
}

.quick-links{
	width: 100;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.quick-links ul.quick-link{
	width: 48%;
}
.quick-link li a{
	color: var(--white);
	font-size: 1rem;
	line-height: 40px;
	text-decoration: none;
	transition: all 200ms;
}
.quick-link li a:hover{
	margin-left: 10px;
}
.contact-us-form-bottom {
  background-color: #3f3f3f;
  padding: 30px;
  border-radius: 20px;
  margin-top: -30px;
  position: absolute;
  z-index: 2;
  height: 420px;
}
.contact-us-form-bottom h3{
	text-align: center;
	line-height: normal;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 40px;
}
.contact-us-form-bottom .form-control{
	color: var(--commonColor);
	font-size: 16px;
	margin-bottom: 20px;
	border: 2px solid var(--white);
	height: 48px;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background-color: #efeeec;
}
.footer-bottom-last {
  background-color: var(--white);
  padding: 10px 0;
  position: relative;
	z-index: 1;
  background-image: none;
}
.copyright {
  font-size: 14px;
  color: var(--commonColor) !important;
  display: block;
  margin-top: 18px;
}
.quick-links{
	position: relative;
	z-index: 999;
}
.navbar-toggler-icon{
	background: url(../images/menu.png) no-repeat 0 0;
	width: 42px;
	height: 42px;
}
.navbar-toggler{
	padding: 0px!important;
	border: 0px;
}
.navbar-toggler:focus{
	border: 0px;
	box-shadow: none;
	outline: none;
}
.main-header .dropdown-menu{
	border: 0px;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.main-header .dropdown-item{
	padding: 10px 20px;
}
.inner-headng{
	position: relative;
}
.inner-headng:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/inner_header.png) repeat-x 0 0;
	bottom: 0;
}
.inner-heading {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  text-align: left;
  width: 100%;
  z-index: 1;
  padding: 20px 0;
}
.inner-heading h1 {	
  display: flex;
  color: #fff;
}

.our-services-section ul{
	list-style-type: none;
}
.our-services-section ul li{
	display: block;
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	padding-left: 20px;
}

.our-services-section ul li:before{
		content: '';
		background: url(../images/pointer_arrow.png) no-repeat 0 3px;
		width: 10px;
		height: 16px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
		transform: translateX(0px);
		transition: transform 0.2s ease;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.portofolio-section .slider-card{
	max-height: 180px;
	overflow: hidden;
	min-height: 180px;
}
.portofolio-section .slider-card img{
	max-width: 100%;
}
.modal-content.portofolio-image {
  width: auto;
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portofolio-section h5 a,
.portofolio-section h5{
	font-size: 14px;
}
.portofolio-section .services-detail {
  padding: 16px 0px 20px 0px;
}

.meet-splendid-family .col-md-7 {
  order: 2;
}

.meet-splendid-family .col-md-5 {
  order: 1;
}

.meet-splendid-family .first-img{
	float: right;
}
.meet-splendid-family .sec-img{
	left: 0;
}
.meet-splendid-family .col-md-5 .video-thumb{
	width: 85%;
}

.pb-8 {
  padding-bottom: 120px;
}
.contact-us-section{
	padding: 80px 0;
}
.contact-us-page {
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 34% 64%;
}

.contact-information{
	background-color: #034ea2;
	padding: 30px 20px;
	border-radius: 10px;
	margin-right: 40px;
}
.contact-information h5{
	color: var(--white)!important;
	margin-bottom: 30px;
}
.contact-us-page h5{
	text-transform: uppercase;
	font-size: 16px;
	color: var(--commonColor);
	font-weight: 700;
}
.contact-info-ul li {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.contact-info-ul li span.contact-info{
	width: 80%;
}
.contact-info-ul li span{
	width: 60px;
}
.contact-information p{
	color: var(--white);
	font-size: 12px;
	line-height: normal;
}
.get-in-touch-form{
	padding: 30px 20px 20px 0px;
}
.get-in-touch-form p{
	line-height: normal;
	font-size: 14px;
	margin-bottom: 25px;
}
.get-in-tocuh-form-box .form-group{
	margin-bottom: 20px;
}
.form-group label{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
	color: var(--commonColor);
}
::-webkit-input-placeholder { /* Edge */
  color: rgba(0, 0, 0, 0.04);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.04);
}

::placeholder {
  color: rgba(0, 0, 0, 0.04);
}

input:focus, select:focus, .form-control:focus{
	box-shadow: none;
}
.get-in-touch-label{
	margin: 20px 0;
}

.get-in-touch-label li{
	font-size: 11px;
	line-height: normal;
	padding-bottom: 5px;
}

.form-group .form-control.textarea{
	min-height: 85px;
}
.get-in-tocuh-form-box .btn-primary{
	background-color: #014ba1;
	padding: 12px 30px;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border: 0px;
}
.get-in-tocuh-form-box .btn-primary:hover{
	 background-color: #023e84;
}
@media(min-width: 1280px){
	.after-header .container{
		 max-width: 80%;
	}
	.container{
		max-width: 1172px;
	}
	.latest-gallery-section .container{
		 max-width: 1400px;	 
	}
}
@media(min-width: 1350px){
	.container{
		max-width: 1170px;
	}
	.latest-gallery-section .container{
		 max-width: 1170px;	 
	}
}
@media(min-width: 1420px){
	.container{
		max-width: 1320px;
	}
	.latest-gallery-section .container{
		 max-width: 1400px;	 
	}
}
@media(max-width: 1400px){
	html, body,
	.head-contact-btn{
		font-size: 14px;
	}
	nav .nav-link{
		font-size: 14px!important;
	}
	.header-banner .carousel-caption{
		top: 7%;
		left: 90px;
		height: 327px;
	}
	.header-banner .carousel-caption h5{
		font-size: 50px;
	}
	.header-banner .carousel-caption p,
	.header-after h4{
		font-size: 18px;
	}
	.common-heading h1{
		font-size: 26px;
	}
	.about-us-content p,
	.stone-slab-list li a{
		font-size: 14px;
	}
	.services-detail h5 a{
		font-size:16px;
	}
	.artist-thumb{
		height: 260px;
	}
	.testi-name{
		font-size: 14px;
		line-height: 20px;
	}
	.gallery-text{
		font-size: 14px;
		padding: 10px 20px;
	}
	.top-footer p{
		font-size: 26px;
		line-height: 34px;
	}
	.footer-call-number{
		font-size: 40px;
	}
	.contact-us-form-bottom h3{
		font-size: 1.2rem;
	}
	.quick-form label{
		font-size: 14px;
	}
	.contact-us-section {
	  padding: 50px 0;
	}
	.contact-info-ul li span{
		width: 20px;
		margin-right: 10px;
	}
	.contact-info-ul li span img{
		max-width: 20px;
	}
	.contact-info-ul li span.contact-info {
	  width: 90%;
	  margin-right: 0;
	  font-size: 15px;
	}
}
@media(max-width: 1100px){
	.search-input, .select-hotal{
		min-width: 286px;
	}
	.select-hotal{
		min-width: 280px;
	}
	.about-us-section {
	  margin: 59px 0;
	}
	.our-services-section {
	  padding: 50px 0 40px;
	}
	.testi-user .user-thumb{
		height: 60px;
		width: 60px;
	}

}
@media(max-width: 991px){
	.contact-us-page {
		grid-template-columns: 100% 100%;
		display: flex;
		flex-direction: column; 
	}
	.contact-information{
		margin-right: 0px;
	}
	.get-in-touch-form{
		padding: 30px;
	}
	.quick-search-bar{
		top: 0px;
	}
	.search-input, .select-hotal {
	  min-width: 236px;
	}
	.select-hotal {
	  min-width: 200px;
	}
	.header-banner .carousel-caption h5{
		font-size: 40px;
	}
	.header-banner .carousel-caption{
		height: 267px;
	}
	.header-banner .carousel-caption p, .header-after h4{
		font-size: 16px;
	}
	.after-header {
	  padding-top: 40px;
	}
	.stone-slab-list{
			grid-template-columns: repeat(1, 1fr);
	}
	.navbar-brand {
	  max-width: 29%;
	}
	.header-top{
		display: none;
	}
	.head-contact-btn{
		max-width: 100%;
	}
	.quick-form{
		flex-direction: column;
	}
	.quick-form form{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.quick-form form label{
		margin-bottom: 10px;
	}
	.search-input, .select-hotal{
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.header-after {
	  margin-bottom: 30px;
	}
	.about-us-content {
	  max-width: 100%;
	  margin-bottom: 30px;
	}
	.main-header .dropdown-toggle::after{
		position: absolute;
		right: 0;
		top: 12px;
	}
	.our-services .row .col-md-3{
		flex: 0 0 auto;
	  width: 50%;
	}
	.services-detail {
	  padding: 15px;
	}
}
@media(max-width: 767px){
	.our-services .row .col-md-3{
		flex: 0 0 auto;
  	width: 100%;
	}
	.services-detail{
		text-align: center;
	}
	.slider-card{
		padding: 10px;
	}
	.services-detail{
		padding-bottom: 10px;
	}
	.first-img{
		margin-top: 30px;
	}
	.top-footer p {
	  font-size: 1.2rem;
	  line-height: normal;
	}
	.footer-call-number {
	  font-size: 2rem;
	}
	.top-footer p {
	  font-size: 1rem;
	  line-height: normal;
	}
	.footer-bottom p{
		margin-bottom: 30px;
	}
	.social-icon {
		  margin-bottom: 30px;
		  display: flex;
		  justify-content: center;
		}
	.contact-us-form-bottom{
		display: none;
	}
	.footer-bottom p, .footer-bottom h3{
		text-align: center;
	}
	.testimonials.owl-drag .owl-item.center .slider-card{
		box-shadow: none;
	}
	.quick-links ul.quick-link {
	  text-align: center;
	}
	.payment-links.text-right {
	  text-align: center;
	}
	.first-img{
		width: 100%;
	}
	.stone-slab-block {
	  padding: 50px 0;
	}
}
@media(max-width: 500px){
	.quick-links ul.quick-link{
		width: 100%;
	}
	.testimonials .owl-nav {
	  left: 50%;
	  bottom: 0;
	  width: auto;
	  transform: translateX(-50%);
	  top: auto;
	}
	.testimonial-section {
	  padding: 20px 0 20px;
	}
	.common-heading h1 {
	  font-size: 20px;
	}
	.header-banner .carousel-caption{
		display: none;
	}
}