@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
html{
    scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
    font-family: 'Righteous', cursive;
    font-size:14px;
	line-height: 20px;
	color: #020b1e;
	background-color: #fffcfa;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
chexbox, div, form, h1, h2, h3, h4, h5, h6, img, input, label, li, ol, option, p, radiobutton, select, td, textarea, tr, ul {
	padding: 0;
	margin: 0
}
ul {
	padding: 0;
	margin: 0;
	
}
ol {
	padding: 0;
	margin: 0;
	list-style-type: none
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #000;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover {
	text-decoration: none;
}
img {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	max-width: 100%;
	height: auto;
}
.chexbox {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px
}
.clr, .spacer {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.clearfix:after, .clearfix::before {
	content: '';
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.container{
    max-width: 1350px;
}
.btn{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #000000;
	height: 54px;
	display: inline-block;
	background: #ffc318;
	line-height: 54px;
	padding: 0 35px;
	border-radius: 30px;
	outline:none;
	border:none;
	box-shadow: none;
}
.btn:hover{
	background-color:#000;
	color:#fff;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.btn:focus{
	outline:none;
	border:none;
	box-shadow: none;
}
/* ======header part css starts here======= */
header {
	position: absolute;
	left: 0;
	top: 20px;
	right: 0;
	z-index: 99;
}
.sticky header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #343332;
	box-shadow: 0 2px 5px #959595;
	padding:10px 0;
}
.sticky .logo {
	max-width: 180px;
}
header .header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .h_info i {
	font-size: 24px;
	color: #000000;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
header .h_info a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #000000;
	height: 54px;
	display: inline-block;
	background: #ffc318;
	line-height: 54px;
	padding: 0 35px;
	border-radius: 30px;
}
header .h_info a:hover {
	background-color:#fff;
	color:#000;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
/* ======header part css ends here======== */
/* ======banner part css starts here======== */
.homebannerSection{
    position: relative;
}
.homebannerSection .banner_text {
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 99;
}
.homebannerSection .banner_text_wrapper h2 {
	font-family: 'Righteous', cursive;
	font-size: 49px;
	font-weight: 400;
	line-height: 66px;
	color: #ffffff;
	position: relative;
	padding-bottom: 34px;
	margin-bottom: 40px;
}
.homebannerSection .banner_text_wrapper h2::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 208px;
	height: 15px;
	background: #ffc318;
}
.homebannerSection .banner_text_wrapper .content h6 {
	font-family: 'Righteous', cursive;
	font-size: 35px;
	font-weight: 400;
	line-height: 46px;
	color: #ffffff;
	max-width: 565px;
}
.homebannerSection .banner_text_wrapper a.btn{
    height:63px;
    line-height: 63px;
    background-color: #fff;
    color:#000000;
    margin-top: 60px;
    padding:0 40px;
}
.homebannerSection .banner_text_wrapper a.btn:hover{
	background-color:#ffc318;
	color:#000;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.homebannerSection figure.banner_img {
	clip-path: polygon(100% 0, 100% 2%, 20% 100%, 0 64%, 0 0);
	position: relative;
	padding-top: 70%;
}
.homebannerSection figure.banner_img img{
    width:100%;
	position: absolute;
	top:0;
	left:0;
	height:100%;
	object-fit: cover;
}
.homebannerSection figure.banner_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.6);
}
/* .homebannerSection figure.banner_img::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 208px;
	background: url(../images/sofanew2.png) no-repeat;
	background-size: contain;
	width: 338px;
	height: 338px;
	line-height: 338px;
	z-index: 999;
	background-size: 80%;
} */
/* .quality_wrapper::after {
	content: '';
	position: absolute;
	bottom: -116px;
	left: 274px;
	background: url(../images/sofanew2.png) no-repeat;
	background-size: contain;
	width: 338px;
	height: 338px;
	line-height: 338px;
	z-index: 999;
}  */
/* .quality_wrapper::before{
	content: '';
	position: absolute;
	bottom: 160px;
	left: 332px;
	width:300px;
	height:300px;
	background:#fff;
} */
/* .bannerSlider .item{
	transform: translateY(-42px);
} */
.bannerSlider .item figure {
	position: relative;
	/* padding-top: 88%; */
}
/* .bannerSlider .item figure img{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
} */
/* .bannerSlider .owl-stage-outer{
	padding-top: 50px;
} */


/* ======banner part css ends here======== */
/* ======quality part css starts here======== */
.qualitySection {
	/* margin-top: -350px; */
	z-index: 99;
	position: relative;
	/* margin-bottom: 155px; */
	/* transform: translateY(-230px); */
	margin: -15% 0 0;
	padding-bottom: 50px;
}
.qualitySection .right_part h1,
.qualitySection .right_part h1 span{
    font-family: 'Righteous', cursive;
	font-size: 45px;
	font-weight: 400;
	line-height: 54px;
	color: #000000;
    display: block;
}
.qualitySection .right_part h1 span{
	font-size: 35px;
	font-weight: 400;
	line-height: 45px;
	color: #3e3e3e;
}
.qualitySection .quality_list li {
	font-family: 'Righteous', cursive;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	color: #000000;
	list-style: none;
	padding: 10px 0;
	border-top: 1px solid #dedede;
}
.qualitySection .quality_list{
	margin-top: 30px;
}
.qualitySection .quality_wrapper {
	/* max-width: 1105px; */
	max-width: inherit;
	margin: 0 auto;
	position: relative;
}
.qualitySection .left_part {
	text-align: center;
	position: relative;
	right: 230px;
	bottom: 0;
}
.qualitySection .right_part{
	position: relative;
    right: 100px;
}
.qualitySection .left_part figure {
	width: 338px;
	height: 338px;
	line-height: 338px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
    display: inline-block;
}
/* ======quality part css ends here======== */
/* ======guarantee part css starts here======== */
.guaranteeSection{
    padding:0 90px;
}
.guaranteeSection .guaranteewrapper_content{
	border-top: 1px solid #dad9d8;
	border-bottom: 1px solid #dad9d8;
	padding: 4px 0;
	max-width: 1120px;
	margin: 0 auto;
}
.guaranteeSection .guaranteewrapper span {
	font-family: 'Righteous', cursive;
	font-size: 40px;
	font-weight: 400;
	line-height: 54px;
	color: #000000;
	margin-right: 20px;
}
.guaranteeSection .guaranteewrapper {
	max-width: 1120px;
	margin: 0 auto;
	background: #f0f0f0;
	padding: 30px 0;
}
.guaranteeSection .right_part figure{
  width:180px;
  height:180px;
  line-height: 180px;
  text-align: center;
  background: #fff;
  border-radius:50%;
}
.guaranteeSection .right_part {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ======guarantee part css ends here======== */
/* ======service part css starts here======== */
.serviceSection {
	padding: 120px 0 190px 0;
}
.serviceSection .service_top_wrapper h3 {
	font-family: 'Righteous', cursive;
	font-size: 30px;
	font-weight: 400;
	line-height: 44px;
	color: #000000;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.serviceSection .service_top_wrapper p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #464646;
	max-width: 622px;
	margin: 0 auto;
	text-align: center;
}
.serviceSection .service_bottom{
    margin-top: 55px;
}
.serviceSection .service_wrapper {
	position: relative;
	margin-bottom: 30px;
}
.serviceSection .service_wrapper .heading {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	left: 0;
	right: 0;
}
.serviceSection .service_wrapper .heading h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
	display: block;
	padding: 12px 30px 12px 30px;
}
.serviceSection .service_wrapper figure{
    position: relative;
    padding-top:50%;
}
.serviceSection .service_wrapper figure img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.serviceSection .service_wrapper .servicetext .content_para p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: #4d4d4d;
	padding: 22px 0;
}
.serviceSection .servicetext ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	color: #4d4d4d;
	list-style: none;
}
.serviceSection .service_wrapper .price h6{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	color: #000000;
	display: block;
	/* padding-bottom: 30px; */
}
.serviceSection .btn_wrapper .btn{
    font-weight: 600;
    border:none;
    line-height: 54px;
    padding: 0 31px;
}
.serviceSection .btn_wrapper .btn-primary {
	margin-right: 20px;
}
.servicetext ul {
	min-height: 80px;
	padding-bottom: 20px;
}
.servicetext .content_para p {
	min-height: 113px;
}
p:empty {
	height: auto;
	padding: 0;
	margin: 0;
}
.service_bottom .row{ 
	row-gap: 30px;
}
.densitySection .left_bottom h6:first-child {
	margin-bottom: 15px;
}
/* ======service part css ends here======== */
/* ======density part css starts here======== */
.densitySection{
    padding:30px 0;
    background: #f0f0f0;
    position: relative;
}
.densitySection .left_top_heading h6 {
	font-family: 'Righteous', cursive;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px;
	color: #686868;
	display: block;
	margin-bottom: 40px;
	padding-bottom: 15px;
	position: relative;
}
.densitySection .left_top_heading h6::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 63px;
	height: 8px;
	background: #003b48;
}
.densitySection .left_top_title,
.densitySection .left_top_title span{
    font-family: 'Righteous', cursive;
	font-size: 40px;
	font-weight: 400;
	line-height: 54px;
	color: #000;
	display: block;
    text-transform: uppercase;
}
.densitySection .left_part .content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #323232;
	padding-bottom: 20px;
}
.densitySection .left_part .content p:last-child{
	padding-bottom: 0;
}
.densitySection .left_part .content{
	padding: 30px 0;
}
.densitySection .left_part .content{
	padding: 30px 0;
}
.densitySection .left_bottom h6{
    font-family: 'Righteous', cursive;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
    text-transform: uppercase;
    display: block;
}
.densitySection .left_bottom h6 span{
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color: #4f4f4f;
    text-transform: initial;
    display: block;
}
.densitySection .left_bottom ul li{
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #323232;
    text-transform: initial;
    list-style: none;
}
.densitySection .left_bottom ul{
    padding:23px 0;
}
.densitySection .left_bottom a.btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 53px;
	padding: 0 44px;
	margin-top: 24px;
}
.densitySection .right_part figure{
    border:9px solid #fff;
	position: relative;
}
.densitySection .right_part figure::before {
	position: absolute;
	content: '';
	bottom: 54px;
	background: url(../images/dots.png) no-repeat;
	background-size: contain;
	width: 67px;
	height: 28px;
	right: -50px;
}
.densitySection .right_part {
	position: relative;
	top: -140px;
}
/* ======density part css ends here======== */
/* ======map part css starts here======== */
.mapSection{
    position: relative;
}
.mapSection .map iframe {
	width: 100%;
	height: 620px;
}
.mapSection .contact_section {
	max-width: 1040px;
	position: absolute;
	bottom: 50px;
	background: #fff;
	left: 20px;
}
.mapSection .contact_section .left_part h4{
    font-family: 'Righteous', cursive;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	color: #000000;
}
.contact_section .address p,
.contact_section .time span,
.contact_section .phone span,
.contact_section .location span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	color: #000000;
}
.contact_section .time span{
	line-height: 30px;
}
.contact_section .time {
	padding: 10px 0;
}
.contact_section .phone{
	padding:0 0 10px 0;
}
.contact_section .time span{
	display: block;
}
.mapSection .contact_section .left_part h4 {
	font-family: 'Righteous', cursive;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	color: #000000;
	padding-bottom: 10px;
}
.mapSection .contact_form input[type="text"],
.mapSection .contact_form input[type="email"],
.mapSection .contact_form input[type="tel"],
.mapSection .contact_form textarea {
	width: 100%;
	height: 50px;
	background: #f8f8f8;
	padding: 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 35px;
	color: #323232;
	border: none;
	margin-bottom: 16px;
}
.mapSection .contact_form input[type="text"]::placeholder,
.mapSection .contact_form input[type="email"]::placeholder,
.mapSection .contact_form input[type="tel"]::placeholder,
.mapSection .contact_form textarea:focus{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 35px;
	color: #323232;
 
}
.mapSection .contact_form input[type="text"]:focus,
.mapSection .contact_form input[type="email"]:focus,
.mapSection .contact_form input[type="tel"]:focus,
.mapSection .contact_form textarea:focus{
	outline:none;
	box-shadow: none;
	border:none;
 
}
.mapSection .contact_form textarea{
 height:82px;
 resize:none;
}
.contact_section .contact_form h4 {
	font-size: 24px;
	line-height: 32px;
	color: #000;
	padding-bottom: 20px;
}
.mapSection .contact_form input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #000;
	height:47px;
	line-height: 47px;
	padding:0 35px;
	border:none;
	box-shadow: none;
	outline:none;
	margin-top: 20px;
}
.mapSection .contact_form input[type="submit"]:hover{
	background-color:#ffc318;
	color:#000;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.contact_section .contact_form{
	border-left:1px solid #d3d3d3;
	padding:44px 44px 30px 40px;
}
.contact_section .left_part_wrapper{
	padding: 40px 34px 30px 34px;
}
/* ======map part css ends here======== */
/* ======footer part css starts here======== */
.footerSection{
	padding:25px 0;
	background-color:#232323 ;
}
.footerSection .footer_wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.footerSection .footer_wrapper p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
}
.homebannerSection::before {
	position: absolute;
	content: '';
	background: url(../images/bannertop1.png) no-repeat;
	background-size: contain;
	width: 647px;
	height: 548px;
	right: 0;
	z-index: 1;
	top: 0px;
}
.wpcf7-not-valid-tip {
	position: absolute;
	right: 8px;
	top: -3px;
	font-family: 'Open Sans', sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-family: 'Open Sans', sans-serif;
}
.modal h5 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 22px;
    line-height: 35px;
    display: block;
}
.modal-body label {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}
.wpcf7-list-item{
	margin: 0;
}
.wpcf7-list-item.last{
	margin: 0 0 0 12px;
}
.modal-content button.close{
	width: 30px;
height: 30px;
line-height: 30px;
background: #000;
border: none;
color: #fff;
}
.modal-content button.close span{
	font-size: 27px;
}
.modal-body input[type="text"], 
.modal-body input[type="text"],
 .modal-body input[type="email"],
  .modal-body input[type="tel"],
   .modal-body textarea {
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #dee2e6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	vertical-align: top;
	outline: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	margin-bottom: 10px;
	position: relative;
}
.modal-body textarea{
	height: 90px;
	resize: none;
}

.modal-body input[type="submit"] {
	background: #000;
	border: 1px solid #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
	height: 50px;
	padding: 0 35px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	margin-top: 20px;
}
.modal-body input[type="submit"]:hover {
	background-color: #ffc318;
	border: 1px solid #ffc318;
     color: #000;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.modal-content {
	color: #000;
	padding: 20px;
	background: #fff;
}
/* ======footer part css ends here======== */
@media only screen and (max-width: 1400px) {
	.logo {
		max-width: 290px;
	}
	.homebannerSection figure.banner_img {
		clip-path: polygon(100% 0, 100% 21%, 9% 100%, 0 84%, 0 0);
		padding-top: 85%;
	}
	.homebannerSection .banner_text_wrapper h2 {
		font-family: 'Righteous', cursive;
		font-size: 41px;
		font-weight: 400;
		line-height: 54px;
		color: #ffffff;
		position: relative;
		padding-bottom: 34px;
		margin-bottom: 30px;
	}
	.homebannerSection::before {
		position: absolute;
		content: '';
		background: url(../images/bannertop1.png) no-repeat;
		background-size: contain;
		width: 647px;
		height: 548px;
		right: -303px;
		z-index: 1;
		top: 0;
	}
	.qualitySection {
		/* margin-top: -289px; */
		z-index: 99;
		position: relative;
		/* margin-bottom: 155px; */
	}
	.qualitySection .right_part {
		position: relative;
		right: 120px;
	}
	.qualitySection .right_part h1, .qualitySection .right_part h1 span {
		font-size: 42px;
		font-weight: 400;
		line-height: 49px;
	}
	.homebannerSection .banner_text_wrapper h2::after {
		height: 10px;
	}
	.homebannerSection .banner_text_wrapper .content h6 {
		font-size: 30px;
		line-height: 38px;
		max-width: 520px;
	}
	.homebannerSection .banner_text_wrapper a.btn {
		margin-top: 43px;
		font-size: 16px;
		padding: 0 35px;
		height: 52px;
		line-height: 52px;
	}
	.homebannerSection .banner_text {
		top: 49%;
	}
	header .h_info a {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		padding: 0 35px;
	}
	/* header::before {
		right: -303px;
		z-index: -1;
		top: -29px;
	} */
	.quality_wrapper::after {
		bottom: 122px;
		left: -33px;
	}
	.qualitySection {
		/* margin-top: -182px; */
		/* margin-bottom: 100px; */
	}
	.qualitySection .right_part h1 span {
		font-size: 32px;
		line-height: 45px;
		color: #3e3e3e;
	}
	.serviceSection .btn_wrapper .btn {
		font-size: 16px;
	}
	.qualitySection .quality_wrapper {
		max-width: 1105px;
		margin: 0 auto;
		position: relative;
	}
}
.phoneonly{
	display: none;
}
.desktoponly{
	display: block;
}
