:root{
	--body-bg: #100F0E;
    /* --gold: #E4B54C; */
    --gold: #C8912C;
	--white: #fff;
	--black: #000;
	--text-color: #444444;
	--border-color: #d9d9d9;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}a{text-decoration-skip-ink:auto}a[href^="tel"],a[href^="mailto"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
}
input[type="search"]{
	-webkit-appearance:textfield
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline:none
}
html, body {
	font-family: 'Gilroy-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:100%;
	height: 100%;
}
body{
	margin:0;
	padding:0;
	font-size: 18px;
	color: var(--text-color);
	text-size-adjust: none ;
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
	background: var(--body-bg);
}
img{
	display: block;
	max-width: 100%;
}
.container{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.site-wrapper{
	overflow: hidden;
}
/* Comman CSS Start */
.bg-white{
	background: var(--white);
}
.s-py{
	padding-top: 120px;
	padding-bottom: 120px;
}
.s-pt{
	padding-top: 120px;
}
.s-pb{
	padding-bottom: 120px;
}
.d-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
}
.justify-content-center{
	-webkit-justify-content: center;
	justify-content: center;
}
.justify-content-between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.align-items-center{
	-webkit-align-items: center;
	align-items: center;
}
.cta-btn{
	display: inline-block;
	padding: 13px 32px;
	border-radius: 4px;
	font-family: 'Gilroy-Medium';
	font-size: 16px;
}
.cta-btn.white{
	border: var(--white) solid 1px;
	color: var(--white);
}
.cta-btn.white:hover{
	background: var(--white);
	color: var(--black);
}
.cta-btn.black{
	border: var(--black) solid 1px;
	color: var(--black);
}
.cta-btn.black:hover{
	background: var(--black);
	color: var(--white);
}
.cta-btn > svg{
	margin-left: 8px;
}
.p-relative{
	position: relative;
}
.privacy-policy p{
	margin-bottom: 16px;
}
.privacy-policy p:last-child{
	margin-bottom: 0;
}
.service-box ul, .privacy-policy ul{
	margin-bottom: 1rem;
	padding-left: 2rem;
	list-style: outside;
}
.privacy-policy ul li:not(:last-child){
	margin-bottom: 12px;
}
/* Comman CSS End */

/* Typography CSS Start */
p{
	font-size: 18px;
	line-height: 24px;
}
p strong{
	font-weight: bold;
}
h1{
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 24px;
	font-family: 'Ogg-Roman';
}
h2{
	font-size: 64px;
	line-height: 72px;
	margin-bottom: 24px;
	font-family: 'Ogg-Roman';
}
h3{
	font-size: 24px;
	margin-bottom: 24px;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child{
	margin-bottom: 0;
}
/* Typography CSS End */

/* Header CSS Start */
.top-price-bar{
	width: 100%;
}
.top-price-bar iframe{
	width: calc(100% + 8px) !important;
	margin: 0 -4px;
}
header{
	position: fixed;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.header-wrapper{
	padding: 24px 48px;
	/* padding: 16px 48px; */
	position: relative;
}
.header-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header.scrolled .header-wrapper:before{
	height: 0;
}
header.scrolled{
	background: rgba(0,0,0,.7);
	backdrop-filter: blur(5px);
}
.header_logo{
	/* width: 140px; */
	width: 220px;
	display: block;
}
.navbar ul li{
	display: inline-block;
	margin-left: 45px;
}
.navbar ul li:first-child{
	margin-left: 0;
}
.navbar ul li a{
	font-size: 16px;
	color: #fff;
	position: relative;
}
.navbar ul li a::after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: auto;
	right: 0;
	width: 0%;
	height: 1px;
	background: var(--white);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar ul li a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
.navbar ul li a.active::after{
	width: 100%;
}
/* Header CSS End */

/* Footer CSS Start */
footer *{
	font-size: 15px;
}
footer{
	background: var(--white);
	padding-top: 80px;
}
.footer-left{
	max-width: 24%;
	width: 100%;
}
.footer-left .logo{
	/* width: 165px; */
	width: 220px;
	display: inline-block;
	/* margin-bottom: 24px; */
	margin-bottom: 12px;
}
.footer-left p{
	line-height: 20px;
	margin-bottom: 24px;
}
.footer-left .social{
	margin-top: 24px;
	display: flex;
}
.footer-left .social li{
	margin-right: 8px;
}
.footer-left .social li a{
	border: var(--border-color) solid 1px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #C3C3C3;
}
.footer-left .social li a:hover{
	border: var(--black) solid 1px;
	color: var(--black);
}
.footer-right{
	margin-left: auto;
	max-width: 63%;
	width: 100%;
}
.footer-right .f-col h4{
	font-size: 18px;
	font-family: 'Gilroy-SemiBold';
	margin-bottom: 16px;
	color: var(--black);
}
.footer-right .f-col ul li{
	margin-bottom: 20px;
}
.footer-right .f-col ul li:last-child{
	margin-bottom: 0;
}
.footer-right .f-col ul li a{
	color: var(--text-color);
	position: relative;
}
.footer-right .f-col ul li a::after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: auto;
	right: 0;
	width: 0%;
	height: 1px;
	background: var(--black);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.footer-right .f-col ul li a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
.footer-right .f-col a:hover{
	color: var(--black);
}
.footer-right .f-col address{
	background: url(../images/location.svg) no-repeat left 3px;
	margin-bottom: 24px;
	padding-left: 24px;
	line-height: 22px;
}
.footer-right .f-col .email{
	background: url(../images/email.svg) no-repeat left 1px;
	display: inline-block;
	margin-bottom: 24px;
	padding-left: 24px;
}
.footer-right .f-col .phone{
	background: url(../images/phone.svg) no-repeat left;
	padding-left: 24px;
}
.copyright{
	margin-top: 80px;
	border-top: var(--border-color) solid 1px;
	width: 100%;
	text-align: center;
	padding: 40px 0;
	font-size: 15px;
}
/* Footer CSS End */

/* Homepage CSS Start */
.hero-section{
	background-size: cover !important;
	background-position: center bottom !important;
	width: 100%;
	/* height: calc(100vh - 46px); */
	height: 100vh;
	align-items: flex-end;
}
.title{
	color: var(--white);
	position: relative;
}
.title span{
	color: var(--gold);
}
.title.line{
	padding-bottom: 24px;
}
.title.line:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 160px;
	height: 2px;
	background: var(--gold);
}
.hero-section .content{
	text-align: center;
	margin-bottom: 40px;
}
.hero-section .content p{
	color: var(--white);
	margin-bottom: 32px;
}
.emas-metal-section{
	background: url(../images/bg-1.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.emas-metal-section .shape{
	position: absolute;
	top: 0;
	right: 0;
}
.emas-metal-img{
	max-width: 700px;
	width: 100%;
	margin: -96px auto 0 auto;
}
.emas-metal-section .content{
	position: absolute;
	bottom: 0;
	right: 20px;
	max-width: 290px;
	width: 100%;
}
.emas-metal-section .content p{
	font-size: 20px;
	line-height: 28px;
	color: var(--white);
}
.emas_img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.pearls_precious_section{
	width: 100%;
	position: relative;
	background:#fff url(../images/why-us-pattern.png) no-repeat left bottom;
}
.pearls_precious_section .flower{
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
}
.pearls_precious_section .img-block{
	max-width: calc(50% - 10%);
	width: 100%;
	position: relative;
}
.pearls_precious_section .img-block img{
	z-index: 1;
	position: relative;
}
.pearls_precious_section .img-block::before{
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	width: 148px;
	height: 148px;
	background: var(--gold);
	z-index: 0;
}
.pearls_precious_section .img-block::after{
	content: '';
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 148px;
	height: 148px;
	background: var(--gold);
	z-index: 0;
}
.pearls_precious_section .content{
	max-width: 48%;
	width: 100%;
	padding-right: 80px;
}
.pearls_precious_section .content h2{
	color: var(--black);
}
.pearls_precious_section .content h3{
	font-size: 20px;
	font-family: 'Gilroy-SemiBold';
	color: var(--black);
}
.divider{
	width: 100%;
	height: 1px;
	background: var(--border-color);
	margin: 120px 0;
}
.why_us_section .title-block{
	max-width: 38%;
	width: 100%;
}
.why_us_section .title-block h2{
	color: var(--black);
}
.why_us_section .title-block p{
	margin-bottom: 40px;
}
.why_us_section .content{
	max-width: 50%;
	width: 100%;
	padding: 0;
}
.why_us_section .content .box-wrapper{
	background: var(--white);
	border: var(--border-color) solid 1px;
	border-radius: 16px;
	padding: 40px;
	margin-bottom: 32px;
}
.why_us_section .content .box-wrapper:last-child{
	margin-bottom: 0;
}
.why_us_section .content .box-wrapper .icon{
	padding: 14px;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: var(--border-color) solid 1px;
	border-radius: 12px;
}
.why_us_section .content .box-wrapper h3{
	font-size: 24px;
	margin-bottom: 8px;
}
.why_us_section .content .box-wrapper .info{
	max-width: calc(100% - 88px);
}
.non-manufactured-section{
	background: url(../images/pattern.svg) no-repeat;
	background-size: 100% auto;
}
.non-manufactured-section .img-block{
	order: 5;
	max-width: calc(50% - 80px);
	width: 100%;
}
.non-manufactured-section .img-block img{
	width: 100%;
}
.non-manufactured-section .content{
	max-width: calc(50% - 56px);
	width: 100%;
}
.non-manufactured-section .content h3{
	color: var(--white);
	font-size: 20px;
}
.non-manufactured-section .content p{
	color: rgb(255,255,255,.6);
	max-width: 500px;
	width: 100%;
}
.history-section{
	background: #fff url(../images/round.svg) no-repeat center;
}
.history-section .img-block{
	max-width: 50%;
	width: 100%;
	position: relative;
}
.history-section .img-block img{
	width: 100%;
}
.history-section .img-block .logo{
	width: 180px;
	position: absolute;
	bottom: 48px;
	left: 48px;
}
.history-section .content{
	max-width: calc(50% - 100px);
	width: 100%;
}
.history-section .content h2{
	color: var(--black);
}
.history-section .content p{
	margin-bottom: 24px;
}
.history-section .content p:last-child{
	margin-bottom: 0;
}
.home-contact{
	background: url(../images/home-contact-bg.png) center calc(100% - 50%);
	background-size: cover;
}
.home-contact .content{
	max-width: 40%;
	width: 100%;
}
.home-contact .content p{
	color: var(--white);
}
.home-contact .form-wrapper{
	max-width: 50%;
	width: 100%;
}
.form-wrapper .form-group label{
	color: var(--white);
	font-size: 16px;
	margin-bottom: 8px;
	display: block;
}
.form-wrapper .form-group{
	margin-bottom: 24px;
}
.form-wrapper .form-group input,
.form-wrapper .form-group textarea{
	font-family: 'Gilroy-Regular';
	font-size: 16px;
	color: #707072;
	width: 100%;
	background: rgba(255,255,255,.05);
	border: rgba(255,255,255,.12) solid 1px;
	min-height: 56px;
	padding: 16px;
	border-radius: 4px;
	backdrop-filter: blur(20px);
}
.form-wrapper .form-group textarea{
	min-height: 140px;
	resize: none;
	margin: 0;
}
.form-wrapper .submit{
	cursor: pointer;
	background: none;
	font-family: 'Gilroy-Medium';
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.form-wrapper .form-group input::-moz-placeholder,
.form-wrapper .form-group textarea::-moz-placeholder{
	color: #707072;
	opacity: 1;
}
.form-wrapper .form-group input::placeholder,
.form-wrapper .form-group textarea::placeholder{
	color: #707072;
	opacity: 1;
}
/* Homepage CSS End */

/* Aboutpage CSS Start */
.sub-banner-section{
	background-size: cover !important;
	background-position: center bottom !important;
	width: 100%;
	min-height: 500px;
	align-items: flex-end;
}
.sub-banner-section h1{
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 14px;
}
.sub-banner-section p{
	color: var(--white);
}
.we-are-block .img-block{
	order: 5;
	max-width: 60%;
	width: 100%;
}
.we-are-block .img-block img{
	width: 100%;
}
.we-are-block .content{
	max-width: calc(40% - 100px);
	width: 100%;
}
.we-are-block .content > span{
	margin-bottom: 24px;
	display: block;
}
.we-are-block .content p:not(:last-child),
.emas-group-block .content .sub-content p:not(:last-child),
.non-manufactured-section .content p:not(:last-child),
.service-box .content p:not(:last-child){
	margin-bottom: 16px;
}
.we-are-block .content h2,
.emas-group-block h2{
	color: var(--black);
}
.we-are-block .content h3{
	font-size: 20px;
	font-family: 'Gilroy-SemiBold';
	color: var(--black);
}
.emas-group-block{
	position: relative;
}
.emas-group-block h2{
	align-self: flex-start;
}
.emas-group-img{
	margin-left: 100px;
}
.emas-group-block .content{
	max-width: 585px;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.emas-group-block .content h2{
	margin-bottom: 40px;
}
.emas-group-block .content .sub-content{
	max-width: 300px;
	width: 100%;
	margin-left: auto;
}
.emas-group-block .content .sub-content h3{
	color: var(--black);
	font-size: 20px;
	font-family: 'Gilroy-SemiBold';
	margin-bottom: 16px;
}
.what-we h2{
	align-self: flex-start;
}
.what-we .content-left{
	max-width: 40%;
	width: 100%;
}
.what-we .content{
	max-width: 50%;
	width: 100%;
}
.what-we .content .box{
	padding: 40px;
	border: rgba(255,255,255,.1) solid 1px;
	border-radius: 16px;
	margin-bottom: 24px;
}
.what-we .content .box:last-child{
	margin-bottom: 0;
}
.what-we .content .box h3{
	font-size: 24px;
	color: var(--white);
	font-family: 'Gilroy-SemiBold';
	margin-bottom: 12px;
}
.what-we .content-left p,
.what-we .content .box p{
	color: rgb(255,255,255,.6);
}
/* Aboutpage CSS Start */

/* Servicepage CSS Start */
.service-section{
	width: 100%;
}
.service-box{
	margin-top: 120px;
}
.service-box:first-child{
	margin-top: 0;
}
.service-box .img-block{
	max-width: 50%;
	width: 100%;
	position: relative;
}
.service-box .img-block img{
	position: relative;
	z-index: 1;
	width: 100%;
}
.service-box .img-block:before{
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	width: 148px;
	height: 148px;
	background: var(--gold);
	z-index: 0;
}
.service-box .img-block:after{
	content: '';
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: 148px;
	height: 148px;
	background: var(--gold);
	z-index: 0;
}
.service-box .content{
	max-width: calc(50% - 90px);
	width: 100%;
}
.service-box .content h2{
	color: var(--black);
}
.service-box .content h3{
	font-size: 20px;
	margin-bottom: 24px;
	font-family: 'Gilroy-SemiBold';
	color: var(--black);
}
.service-box .content p{
	margin-bottom: 24px;
}
.service-box .content p:last-child{
	margin-bottom: 0;
}
.service-box.img-right .img-block{
	order: 5;
}
/* Servicepage CSS End */

/* Newspage CSS Start */
.news-block{
	border: var(--border-color) solid 1px;
	margin-top: 80px;
}
.news-block:first-child{
	margin-top: 0;
}
.news-block > a{
	display: inline-flex;
	flex-wrap: wrap;
}
.news-block > a .content span,
.news-block > a .content p{
	color: var(--text-color);
}
.news-block .img-block{
	max-width: 50%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
}
.news-block .content{
	max-width: 50%;
	width: 100%;
	padding: 56px;
}
.news-block .content span{
	margin-bottom: 16px;
	display: block;
}
.news-block .content h3{
	font-size: 24px;
	font-family: 'Gilroy-SemiBold';
	margin-bottom: 24px;
	color: var(--black);
}
.news-block .content p{
	margin-bottom: 16px;
}
.news-block .content p:last-child{
	margin-bottom: 0;
}
.news-block.img-right .img-block{
	order: 5;
}

.news-details-wrapper{
	padding-top: 80px;
	padding-bottom: 80px;
}
.news-details-wrapper .container{
	max-width: 980px;
	width: 100%;
}
.news-details-wrapper .back-link{
	color: var(--text-color);
}
.news-details-wrapper .news-block{
	margin-top: 24px;
	border: 0;
}
.news-details-wrapper .news-block .img-block{
	margin-bottom: 24px;	
}
.news-details-wrapper .news-block .img-block,
.news-details-wrapper .news-block .img-block img,
.news-details-wrapper .news-block .content{
	max-width: 100%;
	width: 100%;
}
.news-details-wrapper .news-block .content{
	padding: 0;
}
.news-details-wrapper .news-block .content h3{
	font-size: 32px;
}
/* Newspage CSS End */

/* Contactpage CSS Start */
.contact-details h2{
	color: var(--black);
	margin-bottom: 48px;
}
.contact-box{
	position: absolute;
	right: 0;
	max-width: 600px;
	width: 100%;
	background: var(--white);
	border: var(--border-color) solid 1px;
	padding: 56px;
}
.contact-box ul li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	border-bottom: var(--border-color) solid 1px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.contact-box ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.contact-box ul li span{
	max-width: 200px;
	width: 100%;
	font-family: 'Gilroy-SemiBold';
	color: var(--black);
}
.map-block{
	width: 100%;
}
.map-block iframe{
	height: 520px;
}
.text-danger { color:red;}
/* Contactpage CSS End */

/*** Responsive Media Query Start ***/
@media (max-width: 1399px) {

	.sub-banner-section{
		min-height: 380px;
		padding-bottom: 80px;
	}

}
@media (max-width: 1199px) {
	h1{
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 20px;
	}
	h2{
		font-size: 56px;
		line-height: 64px;
		margin-bottom: 20px;
	}
	.s-pt{
		padding-top: 80px;
	}
	.s-pb{
		padding-bottom: 80px;
	}
	.s-py{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.divider{
		margin: 80px 0;
	}
	.emas_img{
		width: 20%;
	}
	.title.line{
		padding-bottom: 20px;
	}
	
	.pearls_precious_section .content{
		padding-right: 40px;
	}
	.why_us_section .content .box-wrapper{
		padding: 24px;
	}
	.pearls_precious_section .flower{
		width: 100px;
	}
	.history-section .content{
		max-width: calc(50% - 64px);
	}
	.footer-left .logo{
		margin-bottom: 16px;
	}

	.news-block .content{
		padding: 40px;
	}
	.news-block .content span{
		font-size: 16px;
	}

	.service-box{
		margin-top: 80px;
	}
	.we-are-block .content{
		max-width: calc(40% - 40px);
	}

	.emas-group-block h2{
		width: 100%;
		margin-bottom: 24px;
	}
	.emas-group-block h2 br{
		display: none;
	}
	.emas-group-block .content{
		max-width: 55%;
	}
	.emas-group-block .content .sub-content{
		max-width: 50%;
	}
	.map-block iframe{
		height: 460px;
	}
	

}

@media (max-width: 991px) {

	h1{
		font-size: 70px;
		line-height: 70px;
	}
	h2{
		font-size: 40px;
		line-height: 48px;
	}
	h3{
		margin-bottom: 20px;
	}
	p{
		font-size: 16px;
	}

	.header-wrapper{
		padding: 16px 24px;
	}

	.emas-metal-img{
		max-width: 75%;
	}
	.emas-metal-section .content{
		max-width: 230px;
	}
	.emas-metal-section .content p{
		font-size: 16px;
		line-height: 22px;
	}
	.why_us_section .content .box-wrapper h3{
		font-size: 20px;
	}
	.why_us_section .content{
		max-width: 55%;
	}
	.pearls_precious_section .img-block{
		max-width: calc(50% - 7%);
	}
	.pearls_precious_section .content{
		padding-right: 0;
	}
	.non-manufactured-section .img-block{
		max-width: calc(50% - 20px);
	}
	.history-section .content{
		max-width: calc(50% - 40px);
	}
	.history-section .img-block .logo{
		width: 130px;
		bottom: 32px;
		left: 32px;
	}
	.footer-left{
		max-width: 27%;
	}
	.footer-left .logo{
		width: 130px;
	}
	.footer-right{
		max-width: 70%;
	}

	.sub-banner-section{
		min-height: 360px;
	}
	.sub-banner-section h1{
		font-size: 70px;
		line-height: 70px;
	}
	.what-we .content .box{
		padding: 32px;
	}
	.emas-group-block h2{
		margin-bottom: 32px;
		width: 100%;
	}
	.emas-group-block h2 br{
		display: none;
	}
	.emas-group-img{
		margin-left: 0;
		max-width: 60%;
		width: 100%;
	}
	.emas-group-block .content{
		max-width: 50%;
	}
	.emas-group-block .content .sub-content{
		max-width: 65%;
	}
	.map-block iframe{
		height: 400px;
	}
	.news-details-wrapper{
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

@media (max-width: 799px) {
	.footer-left{
		max-width: 100%;
		padding-bottom: 32px;
		margin-bottom: 32px;
		border-bottom: var(--border-color) solid 1px;
		text-align: center;
	}
	.footer-left p{
		max-width: 450px;
		width: 100%;
		margin: 0 auto 24px auto;
		line-height: 22px;
	}
	.footer-left .social{
		justify-content: center;
	}
	.footer-right{
		max-width: 100%;
	}
	.contact-box{
		max-width: 520px;
	}
}

@media (max-width: 767px) {
	
	.s-pt{
		padding-top: 60px;
	}
	.s-pb{
		padding-bottom: 60px;
	}
	.s-py{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.divider{
		margin: 40px 0;
	}
	h2.title br{
		display: none;
	}

	header{
		background: rgba(0,0,0,.9);
		backdrop-filter: blur(5px);
	}
	.hamburger-menu{
		width: 30px;
		height: 30px;	
	}
	.hamburger-menu span,
	.hamburger-menu span:before,
	.hamburger-menu span:after{
		background: var(--white);
		width: 30px;
		height: 1.5px;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.15s linear
	}
	.hamburger-menu span:before,
	.hamburger-menu span:after{
		content: '';
		position: absolute;
	}
	.hamburger-menu span:before{
		transform: translateY(-7px);
	}
	.hamburger-menu span:after{
		transform: translateY(7px);
	}
	.hamburger-menu.open span{
		background: transparent;
	}
	.hamburger-menu.open span:before{
		transform: rotate(45deg);
	}
	.hamburger-menu.open span:after{
		transform: rotate(-45deg);
	}
	.navbar{
		display: none;
		position: absolute;
		background: var(--white);
		left: 0;
		top: 100%;
		width: 100%;
		padding: 24px 20px;
		-webkit-box-shadow: rgba(0,0,0,.06) 0 10px 30px;
		box-shadow: rgba(0,0,0,.06) 0 10px 30px;
	}
	.navbar ul li{
		margin: 0 0 32px 0;
		width: 100%;
	}
	.navbar ul li:last-child{
		margin-bottom: 0;
	}
	.navbar ul li a{
		font-size: 18px;
		color: var(--black);
	}
	.navbar ul li a::after{
		background: var(--black);
	}

	.sub-banner-section{
		min-height: 300px;
	}
	.sub-banner-section h1{
		font-size: 56px;
		line-height: 56px;
	}
	.emas-metal-section .shape svg{
		width: 140px;
		height: 140px;
	}
	.emas-metal-img{
		max-width: 90%;
		margin: -64px auto 0 auto;
	}
	.emas-metal-section .content{
		bottom: -20px;
	}
	.pearls_precious_section .img-block,
	.pearls_precious_section .content,
	.why_us_section .title-block,
	.non-manufactured-section .img-block,
	.non-manufactured-section .content,
	.history-section .img-block,
	.history-section .content,
	.home-contact .content,
	.home-contact .form-wrapper,
	.non-manufactured-section .content p,
	.service-box .img-block,
	.service-box .content,
	.we-are-block .img-block,
	.we-are-block .content,
	.emas-group-block .content .sub-content,
	.what-we .content-left,
	.what-we .content{
		max-width: 100%;
	}
	.pearls_precious_section .content{
		margin-top: 60px;
	}
	.why_us_section .content,
	.non-manufactured-section .content,
	.history-section .content,
	.home-contact .form-wrapper,
	.service-box .content,
	.we-are-block .content,
	.emas-group-block .content,
	.what-we .content{
		margin-top: 40px;
	}
	.why_us_section .title-block p{
		margin-bottom: 24px;
	}
	.non-manufactured-section .content,
	.service-box.img-right .content,
	.we-are-block .content{
		order: 6;
	}
	.why_us_section .content .box-wrapper{
		margin-bottom: 24px;
	}

	footer{
		padding-top: 60px;
	}
	.copyright{
		margin-top: 60px;
	}

	.news-block{
		margin-top: 40px;
	}
	.news-block .img-block{
		max-width: 100%;
		min-height: 400px;
	}
	.news-block .content{
		max-width: 100%;
	}
	.news-block.img-right .content{
		order: 6;
	}
	.service-box{
		margin-top: 60px;
	}

	.contact-box{
		position: static;
		max-width: 100%;
		padding: 32px;
	}
	.contact-details h2{
		margin-bottom: 32px;
	}

	.emas-group-block .content{
		position: static;
		max-width: 100%;
	}
	.emas-group-img{
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	.emas-group-img > img{
		width: 100%;
	}
	.emas-group-block .content h2{
		margin-bottom: 16px;
	}
	.what-we .content .box{
		padding: 32px;
	}
	.map-block iframe{
		height: 370px;
	}
	.news-details-wrapper{
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.news-details-wrapper .news-block .content h3{
		font-size: 24px;
	}
	
}

@media (max-width: 759px) {
	.top-price-bar{
		height: 73px;
		overflow: hidden;
	}
	.top-price-bar iframe{
		height: 74px !important;
	}
}

@media (max-width: 575px) {

	h1{
		font-size: 48px;
		line-height: 56px;
	}
	h2{
		font-size: 32px;
		line-height: 42px;
	}
	h3{
		font-size: 18px;
	}
	.cta-btn{
		width: 100%;
		text-align: center;
	}
	.sub-banner-section{
		min-height: 180px;
		margin-top: 68px;
		padding-bottom: 40px;
	}
	.pearls_precious_section .content h3,
	.why_us_section .content .box-wrapper h3,
	.non-manufactured-section .content h3,
	.service-box .content h3{
		font-size: 18px;
	}

	.form-wrapper .form-group input,
	.form-wrapper .form-group textarea{
		min-height: 48px;
		padding: 13px 16px;
	}

	.emas-metal-section .content{
		position: static;
		margin-left: auto;
	}
	.emas-metal-img{
		margin: 20px auto 20px auto;
	}

	footer{
		padding-top: 40px;
	}
	.footer-left{
		text-align: left;
	}
	.footer-left p{
		max-width: 100%;
	}
	.footer-left .social{
		justify-content: flex-start;
	}
	.f-col{
		width: 100%;
		margin-bottom: 40px;
	}
	.f-col:last-child{
		margin-bottom: 0;
	}
	.footer-right .f-col ul li,
	.footer-right .f-col address,
	.footer-right .f-col .email{
		margin-bottom: 16px;
	}
	.copyright{
		margin-top: 40px;
		padding: 24px 0;
	}

	.sub-banner-section h1{
		font-size: 40px;
		line-height: 30px;
	}
	.news-block .img-block{
		min-height: 300px;
	}
	.news-block .content{
		padding: 24px;
	}
	.contact-box{
		max-width: 100%;
		padding: 24px;
	}
	.contact-box ul li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.contact-box ul li span{
		max-width: 100%;
		margin-bottom: 4px;
	}
	.what-we .content .box{
		padding: 24px;
	}
	.map-block iframe{
		height: 320px;
	}
}

/*** Responsive Media Query End ***/