body {
	margin: 0;
	font-family: "Mulish";
}
html {
  scroll-behavior: smooth;
}
header{display:none;}
p {
	font: 400 16px/28px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #313131;
}
.slider-text h2 {
	font: 600 42px/50px "Merriweather", Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.slider-text p {
	font: 600 20px/28px "Mulish", Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.slider-text a {
	font: 600 22px/24px "Mulish", Helvetica, sans-serif;
	color: #fff;
	padding: 15px 30px;
	background: #9e565a;
	margin: 0;
	display: inline-block;
	transition: all 0.5s;
}
.slider-text a:hover{
	background: #fff;
	color: #111;
}
.pendants-bracelets {
	padding: 50px 0;
}
.body-bg {
	background: #e7e7e7;
}
.pendants-bracelets-img {
	margin: 60px 0;
}
.privany-tearm-content {
	padding: 60px 0 30px 0;
}
.commen-text-content h1 {
	font: 600 34px/36px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: 0 0 35px 0;
}
.commen-text-content h2 {
	font: 600 30px/32px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: 0 0 15px 0;
}
.commen-text-content h3 {
	font: 600 24px/28px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: 0 0 15px 0;
}
.commen-text-content ol, .commen-text-content ul{
	margin: 0 0 20px 0;
	padding: 0 0 0 35px;
}
.commen-text-content li, .commen-text-content ul p, .commen-text-content ol li, .commen-text-content ol p, .commen-text-content p{
	font: 500 18px/30px "Mulish", Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
/*commen-conditions Start*/
/*.commen-conditions{
	padding-left: 30px !important;
}
.commen-conditions ol, .commen-conditions ul{
	padding: 0 !important;
}
.commen-conditions h1, .commen-conditions h2, .commen-conditions h3{
	margin-left: -30px !important;
}
.commen-conditions ul p, .commen-conditions ol p, .commen-conditions p{
	margin-left: -30px !important;
}*/
/*commen-conditions End*/
.commen-text-content p a, .commen-text-content li a {
    color: #9e565a;
    transition: all 0.5s;
    text-decoration: none;
    word-break: break-all;
}
.commen-text-content p a:hover, .commen-text-content li a:hover{
	color: #000;
}
.tabal-section .table th {
    font-weight: 800;
    font-size: 18px;
    vertical-align: middle;
}
.tabal-section tr {
    border: 1px solid #dee2e6;
}
.table-section-commen-padding {
    padding: 15px 0;
}
.tabal-section .table td, .tabal-section .table th {
    border-right: 1px solid #dee2e6;
    text-align: center;
   font: 400 16px/28px "Mulish", Helvetica, sans-serif;
    color: #191919;
    border-bottom: none;
}
.tabal-section .table th{
	font-weight: 600;
}
.tabal-section .pendants-bracelets{
	padding: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.pendants-bracelets .about-us-text p {
	font: 400 18px/33px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: -20px 0 15px 0;
}
.header.main_wrapper.fixed-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: inline-block;
	background:rgba(0, 0, 0, 0.8);
	z-index: 1;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	/* animation:slide-down 0.7s; */
}
.header.main_wrapper.fixed-head::after{
	display: none;
}
.fixed-head .login-btn a:hover{
	background: rgba(0, 0, 0, 0.8);
}
.fixed-head .header-wrapper{
	padding: 0;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
.order-text{
	order: 2;
}
p#error-msg {
    margin: 0px;
}
.inner-page .banner-section::after{
	display: none;
}
/* header start*/
#header {
	background: #fcfcfc;
	padding: 15px 0;
	text-align: center;
}
.navbar-nav li{
	margin: 0 0 0 45px;
}
.navbar-nav li a {
	font: 400 18px/20px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #191919 !important;
	padding: 7px 0 !important;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li a::after {
	height: 2px;
	width: 0px;
	background: #001e29;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	right: 0;
	margin: 0 auto;
	transition: all 0.5s;
}
.navbar-nav li:hover a::after, .navbar-nav li.active a::after{
	width: 100%;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #001e29 !important;
}
.reviews-button {
	margin: 7px 0 0 20px;
}
.jusify-center{
	justify-content: space-between;
}
.navbar-nav li.reviews-button a {
	font: 400 14px/22px "Mulish", Helvetica, sans-serif;
	color: #fff !important;
	background: #001e29;
	padding: 7px 17px !important;
	text-transform: uppercase;
}
.slider-text h3, .about-us-text-content h2{
	font: 700 40px/42px "Mulish", Helvetica, sans-serif;
	color: #000;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	border-left: 4px solid #001e29;
}
.about-us-text-row {
    margin: 100px 0;
}
.about-us-text-row:last-child{
	margin-bottom: 0;
}
.about-us .slider-text p, .about-us-text-content p{
	font: 500 20px/40px "Mulish", Helvetica, sans-serif;
	color: #000;
	margin: 0;
}
.slider-text h2 b{
	font-weight: 700;
}
.align-center{
	align-items: center;
}
.navbar-nav li.reviews-button a:hover{
	background: #fff;
	color: #000 !important;
}
.container-iped .slider-form {
	display: grid;
	align-items: end;
	height: 605px;
	background: none;
	border: none;
	margin: auto;
}
.container-iped .slider-img {
	padding: 0;
}
.navbar{
	background: none !important;
	padding: 0;
}
.about-commen-padding{
	padding: 80px 0 0;
}
.about-us-text {
	text-align: center;
}
.about-us-img {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.about-us-row .about-us-img img, .about-us-row02 .about-us-img img{
	transition: all 0.5s;
}
.about-us-row:hover .about-us-img img, .about-us-row02:hover .about-us-img img{
	transform: scale(1.1);
}
.about-us-text h2 {
	margin: 0 0 40px 0;
	font: 700 34px/36px "Mulish", Helvetica, sans-serif;
	color: #001e29;
	padding: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 0 60px;
}
.about-us-text h2::after {
	width: 38px;
	height: 4px;
	background-color: #001e29;
	left: 0;
	right: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	position: absolute;
}
.about-us-text h2::before {
	width: 38px;
	height: 4px;
	background-color: #001e29;
	right: 0;
	left: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	position: absolute;
}
.about-us-row02 .order-02{
	order: 2;
}
.about-us-row{
	align-items: center;
}
.about-us-desc p {
	font: 400 18px/33px "Mulish", Helvetica, sans-serif;
	color: #191919;
	margin: 0 0 15px 0;
}
.jewlery-commen-padding{
	padding: 80px 0;
}
#extra-page{
	padding: 117px 0 0 0;
}
.inner-top{
	padding-top: 120px;
}
/* header End*/
/* slider start*/
.fixed #slider{
	background-image: url(../images/slider.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
	z-index: 1;
}

.lab-grown-diamonds.about-us .slider-img {
	padding: 231px 0 150px;
}
.lab-grown-diamonds.about-us .slider-text h3{
	color: #fff;
	border-color: #fff;
}
.lab-grown-diamonds.about-us .slider-text p{
	color: #fff;
}
.about-us .slider-text{
	text-align: left;
}
/*.header.main_wrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	background: #001e29;
}*/
.slider-text {
	padding: 0 190px 0 0;
}
.slider-img {
	position: relative;
	display: flex;
	justify-content: end;
	padding: 150px 0 235px;
	align-items: center;
	overflow: hidden;
}
.container-iped .slider-img{
	background-image: url(../images/mobile-slider.jpg);
}
.inner-page .fixed #slider{
	min-height: auto;
}
.banner-section {
	background: #0c1240;
	padding: 21px;
	text-align: center;
	position: relative;
}
.banner-link {
	display: inline-block;
	position: relative;
}
.banner-link h3 {
	font: 600 20px/24px "Mulish", Helvetica, sans-serif;
	background: #bbb;
	color: #111;
	margin: 0;
	padding: 15px 20px;
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0;
	transition: all 0.5s;
	width: auto;
	text-align: left;
}
.banner-link h3::after {
	width: 0;
	height: 0;
	border-right: 34px solid transparent;
	border-bottom: 54px solid #bbb;
	top: 0px;
	left: auto;
	right: -34px;
	content: "";
	display: inline-block;
	position: absolute;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.banner-section::after {
	width: 0;
	height: 0;
	border-right: 55px solid transparent;
	border-bottom: 55px solid #504f4d;
	top: -14px;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	position: absolute;
	transform: rotate(135deg);
	transition: all 0.5s;
	margin: auto;
	bottom: auto;
	z-index: 1;
}
.banner-wrapper:last-child{
	margin: 0;
}
.banner-link:hover h3{
	background: #fff;
	color: #111;
}
.banner-link:hover h3::after{
	border-bottom: 54px solid #fff;
}
.slider-form {
	/* height: 455px; */
	border-radius: 0;
	width: auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	border-bottom: 5px solid #216795;
}
.slider-form-head h2 {
    font: 500 24px/26px "Mulish", Helvetica, sans-serif;
    color: #fff;
    border-bottom: none;
    position: relative;
    text-align: center;
    background: #216795;
    display: inline-block;
    padding: 11px 35px;
}
.slider-form-head h2::after {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #073f64;
	content: "";
	position: absolute;
	left: -17px;
	right: auto;
	top: 7px;
	bottom: auto;
	transform: rotate(135deg);
}
.slider-form-head h2::before {
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #073f64;
	content: "";
	position: absolute;
	right: -17px;
	left: auto;
	top: 7px;
	bottom: auto;
	transform: rotate(225deg);
}


.round {
	position: relative;
	display: flex;
}
.round  #checkbox{
	background-color: #000;
	border: none;
}
.slider-form .form-group span {
	margin: -4px 0 0 9px;
	display: block;
	left: 0;
	position: relative;
	right: 0;
	width: 140px;
}
.slider-form .login100-form-btn {
	font: 500 16px/24px "Mulish", Helvetica, sans-serif;
	text-decoration: none;
	border-radius: 0;
	padding: 10px;
	border: none;
	display: block;
	width: 100%;
	cursor: pointer;
	transition: all 0.5s;
	color: #fff;
	background: #9e565a;
	outline: none;
}
.forgot-pass p{
	font: 600 15px/24px "Mulish", Helvetica, sans-serif;
	margin: 10px 0;
	color: #fff;
}
.slider-form .login100-form-btn:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #000;
	color: #fff;
}
.slider-form .form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 25px 0;
}
.slider-form .form-group a, .slider-form .form-group span {
	font: 500 14px/24px "Mulish", Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}
/*.fixed{
	min-height: 100vh;
}*/
.slider-form .form-group a:hover {
	color: #9e565a;
}
.slider-form .form-group a img{
	margin: -2px 5px 0 0;
}
.round {
  position: relative;
  padding: 0 0 0 20px;
}
.slider-form .form-group span {
	margin: -4px 0 0 26px;
	display: block;
	left: 0;
	position: relative;
	right: 0;
	width: 140px;
}
.round label {
	background-color: none;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	margin: auto;
}

.round label::after {
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 4px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background: none;
	border-color: #000;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.input-form input {
	background: none !important;
	box-shadow: none !important;
	outline: none;
	color: #000 !important;
	opacity: 1;
	border-radius: 0;
	padding: 11px;
	border: none;
	border-bottom: 1px solid #384d57 !important;
}
input:checked {
	background:#000;	
}
.user-icon, .password-icon{
	position:relative;
}
.user-icon::after, .password-icon::after{
	position: absolute;
	left: 10px;
	right:auto;
	top: 0;
	bottom:0;
	margin:  auto;
	content: "";
	background-repeat: no-repeat;
	background-position: left center;
	width:16px;
	height: 16px;
}
/*.user-icon::after{
	background-image: url(../images/user.png);
}
.password-icon::after{
	background-image: url(../images/password.png);
}*/
.input-form #username, .input-form #password {
	padding: 15px;
	margin: 0 0 20px 0;
	border-radius: 0;
	background: #e7e7e7 !important;
	border: none !important;
}
/*.input-form #password {
	padding: 15px 40px 15px 40px;
	border-radius: 0;
}*/
.input-form input::placeholder {
	color: #000;
}
.form-register p {
	font: 500 16px/18px "Mulish", Helvetica, sans-serif;
	margin: 15px 0 0 0;
	color: #000;
	width: 100%;
}
.form-register p a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s;
	margin: 0 0 0 20px;
}
.form-register p a:hover {
	color: #9e565a;
}
.form-register{
	text-align: center;
}
.input-form label {
	font: 500 16px/24px "Mulish", Helvetica, sans-serif;
	margin: 10px 0;
	color: #111;
}
.slider-form-head {
	text-align: center;
	position: absolute;
	top: -48px;
	bottom: auto;
	left: 0;
	right: 0;
}
.desktop-hide{
	display: none;
}
.form-register .mobile-login {
	font: 500 16px/23px "Mulish", Helvetica, sans-serif;
	background: #9e565a;
	text-decoration: none;
	border-radius: 0;
	padding: 10px 60px;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
	color: #fff;
	display: inline-block;
}
.form-register .mobile-login:hover {
	background: #fff;
	color: #000;
}
.input-group-addon{
	position: relative;
}
.footer-left.social-media ul li a i{
	font-size:20px;
}
.footer-left.social-media ul li a:hover i{
	color: #9e565a;
}
.input-group-addon a {
	position: absolute;
	right: 10px;
	left: auto;
	display: inline-block;
	/* z-index: 1; */
	top: 0;
	bottom: 0;
	height: 16px;
	margin: auto;
}
.input-group-addon a i {
	color: #000;
	font-size: 22px;
	line-height: 16px;
}
/* slider End*/
/* img-section Start*/
#contact-us {
	background: #e7e7e7;
	padding: 55px 0;
}
.footer-heading{
	margin: 0 0 20px 0;
}
.footer-heading:last-child{
	margin: 0;
}
.main-img-section:hover .img-heading h2{
	color: #111;
}



.mobile-img{
	display: none;
}
/* img-section End*/
/* footer start*/
.footer-right {
	text-align: right;
}
.footer-left ul li span {
	display: flex;
	align-items: center;
}
.footer-right p{
	margin: 0;
}
.footer-left ul {
	margin: 0;
	padding: 0;
}
.footer-left.social-media ul li{
	display:flex;
	align-items:center;
}
.footer-left ul h3 {
	font: 600 20px/22px "Mulish", Helvetica, sans-serif;
	margin: 0 0 20px 0;
	color: #000;
}
.footer-right p{
	font: 400 15px/31px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
}
.bottom-footer{
	background: #e7e7e7;
}
.bottom-footer .container {
	background: #e7e7e7;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #c8c8c8;
}
.footer-row{
	justify-content: space-between;
}
.footer-left ul li a, .footer-left ul li, .footer-left ul li p {
	font: 500 16px/28px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #191919;
	text-decoration: none;
	transition: all 0.5s;
	display: block;
}
.location ul li{
	align-items: start;
}
.footer-left ul li a i {
	margin: 0 10px 0 0;
	font-size: 14px;
}
.location ul li i {
	margin: 0 15px 0 0;
	font-size: 19px;
}
.location ul li b {
	font-size: 18px;
}

.footer-left ul li {
	list-style: none;
	margin: 0 0 6px 0;
}
.footer-left ul li:last-child{
	margin: 0;
}
.footer-left ul li i {
	font-size: 25px;
	margin: 0 10px 0 0;
}
.footer-left ul li a:hover {
	color: #9e565a;
}
.footer-right p a{
	font: 600 16px/18px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #111;
	text-decoration: none;
	transition: all 0.5s;
}
.footer-left p {
	margin: 0;
	color: #111;
	vertical-align: top;
	line-height: 18px;
}
.footer-left p a{
	font: 600 16px/18px "Mulish", Helvetica, sans-serif;
	margin: 0 5px;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
}
.footer-right p a:hover,.footer-left p a:hover {
	color: #9e565a;
}
.footer-left a i {
	color: #191919;
	font-size: 20px;
	transition: all 0.5s;
}
.footer-left a:hover i {
	color: #404040;
}
.footer-left a{
	display: inline-block;
	margin: 0 15px 0 0;
}
.footer-follow-icon a {
	display: inline-block;
	margin: 0 15px 0 0;
}
.footer-follow-icon a i {
	color: #fff;
	font-size: 20px;
	transition: all 0.5s;
}
.footer-follow-icon a:hover i {
	color: #ccc;
}
.footer-heading h3{
	margin:0 0 10px 0 !important;
}
/* footer End*/
/* internal Start*/
.internal-img-section-01, .internal-img-section-02, .internal-img-section-03 {
	background-size: cover;
	height: 100vh;
	background-position: center;
}
.internal-col-section a{
	display: block;
	height: 100%;
}
.internal-img-section-01 {
	background-image: url(../images/img-04.jpg);
}
.internal-img-section-02 {
	background-image: url(../images/img-05.jpg);
	border-left: 0.5px solid #fff;
	/*border-right: 0.5px solid #fff;*/
}
.internal-img-section-03 {
	background-image: url(../images/img-06.jpg);
}
.internal-img-section {
	text-align: center;
}
.internal-img-section a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.internal-img-heading {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	top: auto;
	bottom: 60px;
	text-align: center;
}
.internal-img-heading h2 {
	font: 500 34px/70px "Mulish", Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:all 0.5s ease-in-out;
}
.internal-img-heading h2:hover{
	color:#9e565a;
	transition:all 0.5s ease-in-out;
}
.internal-img-heading h2:hover i{
	color:#9e565a;
	transition:all 0.5s ease-in-out;
	border: 2px solid #9e565a;
}
.internal-img-heading h2 i {
	font-size: 26px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 4px;
	margin: 0 0 0 20px;
	font-weight: inherit;
}
/* internal End*/
.extra-page {
	position: relative;
    padding: 180px 0 50px 0;
}
.extra-page h1{
  font: 500 32px/35px "Mulish", Helvetica, sans-serif;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.extra-page p a, .extra-page ul li a{
  color: #0099d1;
  transition: all 0.5s;
  text-decoration: none;
      word-wrap: break-word;
}
.extra-page p a:hover, .extra-page ul li a:hover{
  color: #000;
}
.extra-page  ul li{
  margin: 0 0 20px 0;
}
.extra-page h2{
  font: 500 28px/30px "Mulish", Helvetica, sans-serif;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.extra-page h3{
  font: 500 24px/28px "Mulish", Helvetica, sans-serif;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}


/* inner page start*/
.inner-page .fixed::after, .inner-page #header::after {
	display: none;
}
.inner-page #header {
	background: #fff;
	box-shadow: rgba(183, 183, 185, 0.2) 0px 7px 29px 0px;
}

.inner-breadcrumbs-head h2 {
	font: 800 44px/60px "Mulish", Helvetica, sans-serif;
	margin: 0 0 40px 0;
	padding: 0 120px;
	display: inline-block;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
.about-us-content {
	background-image: url(../images/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
	padding: 180px 0 50px 0;
}
.about-us-right-content h6 {
	font: 800 24px/39px "Mulish", Helvetica, sans-serif;
	margin: 0 0 15px 0;
	color: #191919;
}
.about-us-left-img{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.about-us-left-img img{
	transition: all 0.5s;
}
.about-us-left-img:hover img{
	transform: scale(1.1);
}
.about-content-top{
	margin: 0 0 50px 0;
	text-align: center;
}
.inner-breadcrumbs-head {
	text-align: center;
}
.inner-breadcrumbs-head h2::before {
	content: "";
	width: 90px;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	right: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}
.inner-breadcrumbs-head h2::after {
	content: "";
	width: 90px;
	height: 4px;
	background: #000;
	position: absolute;
	right: 0;
	left: auto;
	margin: auto;
	top: 0;
	bottom: 0;
}
/* inner page End*/

/* contect-us-page */
#contact {
	margin: 243px 0 155px;
	text-align: center;
}
#contact .contact-titel {
	margin: 0 0 80px 0;
}
#contact .contact-titel h2 {
	font: 700 44px/50px "Mulish", Helvetica, sans-serif;
	display: inline-block;
	position: relative;
	padding: 0 120px;
	margin: 0;
}
#contact .contact-titel h2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 3px;
	background-color: #191919;
	left: 0;
}
#contact .contact-titel h2::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 3px;
	background-color: #191919;
	right: 0;
}
#contact .contact-details ul{
	margin: 0;
	padding: 0;
}
#contact .contact-details ul li{
	display: flex;
	align-items: start;
	list-style: none;
	margin: 0 0 25px 0;
	justify-content: center;
}
#contact .contact-details ul li:last-child{
	margin: 0;
}
#contact .contact-details ul li p {
	font: 700 22px/24px "Mulish", Helvetica, sans-serif;
	margin: 0;
	text-align: left;
}

#contact .contact-details ul li span {
	font: 400 18px/30px "Mulish", Helvetica, sans-serif;
	margin: 0 0 0 15px;
	text-align: left;
}
#contact .contact-details ul li a {
	font: 400 18px/20px "Mulish", Helvetica, sans-serif;
	margin: 0;
	text-decoration: none;
	color: #191919;
	transition: all 0.5s;
}
#contact .contact-details ul li a:hover{
	color: #659101;
}
.commen-home .herder-sedow{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* Responsive start*/

@media (max-width: 1500px) {
	.slider-img{
		padding: 100px 0;
	}
}
@media (max-width: 1300px) {
	.slider-form{
		width: 375px;
	}
}
@media (max-width: 1214px){
	.internal-img-heading h2{
		font-size: 27px;
		line-height: 29px;
	}
}
@media (max-width: 1199px) {
	.navbar-nav li {
		margin: 0 0 0 25px;
	}
	.slider-text {
		padding: 0 0 310px 0;
	}
	.navbar-nav li a{
		font-size: 16px;
	}
	.footer-center-border{
		padding: 0 30px;
		margin: 0 30px;
	}
	.footer-left ul li a, .footer-left ul li, .footer-left ul li p{
		font-size: 14px;
	}
	.slider-text h2{
		font-size: 40px;
		line-height: 50px;
	}
	.internal-img-heading h2 {
		font-size: 25px;
		line-height: 27px;
	}
}
@media (max-width: 1024px) {
	.desktop-hide {
		display: block;
	}
	.form-register p{
		font-size: 16px;
		color: #fff;
	}
	.form-register p a{
		color:  #fff;
		margin: 0 0 0 20px;
	}
	.form-register .mobile-login{
		font-size: 20px;
		line-height: 26px;
	}
	.fixed #slider{
		background-image: url(../images/slider-iped.jpg);
		background-position: center;
	}
	.slider-form form {
		display: none;
	}
	.slider-form {
		width: 375px;
		height: auto;
		border: none;
	}
	.slider-img {
		padding: 40px 0 0 0;
	}
	.form-col {
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	.slider-form {
		width: auto;
		padding: 35px 55px;
		display: inline-block;
		margin: 0 auto;
		background: none;
	}
	.about-us-content, .extra-page{
		padding: 50px 0;
	}
	#contact {
		margin: 130px 0;
	}
}
@media (min-width: 992px) {
	.navbar-toggler{
		display: none !important;
	}
	.desktop-hide-menu {
		display: none;
	}
	.only-mobile{
		display: none;
	}
}

@media (max-width: 991px) {
	.form-register p a {
		margin: 0 0 0 19px;
	}
	.privany-tearm-content {
		padding: 30px 0;
	}
	.menu-mobile.active .dim-overlay{
		display: none !important;
	}
	.privany-tearm-header-remove header{
		display:none !important;
	}
	.nav-links li a i {
		font-size: 28px;
	}
	.nav-links li a {
		text-align: left;
	}
	#header {
		padding: 25px 0px;
	}
	.hs-navigation {
		top: 80px !important;
		height: 100vh !important;
	}
	.dim-overlay::before {
		top: 80px !important;
	}
	.logo {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 5px;
		margin: 0 auto;
		text-align: center;
		z-index: 999;
		width: 200px;
		align-items: center;
		display: flex;
	}
	.mobile-hide-menu {
		display: none;
	}
	.footer-left ul li a, .footer-left ul li, .footer-left ul li p {
		font-size: 15px;
	}
	.navbar-brand{
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 200px;
	}
	.tabal-section .table th {
	    font-size: 16px;
	}
	.tabal-section .table td, .tabal-section .table th {
	    font-size: 15px;
	}
.internal-img-heading {
	top: auto;
	text-align: center;
	margin: auto;
	bottom: 10px;
}
	.internal-img-heading h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.internal-img-section-01, .internal-img-section-02, .internal-img-section-03{
		height:auto;
	}
	.internal-img-section-01 a, .internal-img-section-02 a, .internal-img-section-03 a {
		padding: 400px 0 0 0;
	}
	.internal-img-section-01 {
		background-image: url(../images/img-04-mobile.jpg);
		/*background-position: center -10px;*/
	}	
.internal-img-section-02 {
	background-image: url(../images/img-05-mobile.jpg);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	/*background-position: center -10px;*/
}
	.internal-img-section-03{
		background-image: url(../images/img-06-mobile.jpg);
		background-position: center -10px;
	}
	.about-us-left-img {
		text-align: center;
		margin: 0 0 30px 0;
	}
	.about-us-right-content{
		text-align: center;
	}
	.about-us-right-content p:last-child{
		margin: 0;
	}
	.tabal-section {
		padding: 20px 0;
	}
	.tabal-section h3{
		font-size: 28px;
		line-height: 36px;
	}
	.tabal-section .table th{
		font-size: 16px;
	}
	.tabal-section .table td, .tabal-section .table th{
		font-size: 15px;
	}
	.footer-left {
		/*margin: 0 0 30px 0;*/
		padding: 0;
		border: none;
	}
	#contact-us {
		padding: 40px 0;
	}
	#extra-page {
		padding: 100px 0 0 0;
	}
	.about-us-desc p{
		font-size: 16px;
		line-height: 27px;
	}
	.about-us-row {
		align-items: start;
	}
	.about-commen-padding {
		padding: 20px 0 0;
	}
	.jewlery-commen-padding {
		padding: 30px 0;
	}
	#navbarNav .navbar-nav {
		padding: 15px;
	}
	#navbarNav {
		position: absolute;
		left: 0;
		right: 0;
		top: 53px;
		z-index: 9;
		background: #fff;
		padding: 0;
		border-radius: 0;
		box-shadow: 0px 5px 10px -2px rgba(60, 60, 60, 0.2);
		text-align: center;
		border: 2px solid #c3c3c3;
	}
	.navbar-light .navbar-toggler {
		outline: none !important;
		border: none !important;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav li a{
		display: inline-block;
	}
	.navbar-nav li {
		margin: 0 0 10px 0;
	}
	.navbar-nav li:last-child{
		margin: 0;
	}
	.footer-commen-left {
		margin: 0 0 30px 0;
	}
	.footer-left.social-media {
		margin: 0;
	}
}
/*@media (max-width: 768px) {
	.inner-img-section{
		padding: 65px 0 0 0;
	}
}*/
@media (max-width: 767px) {
	.bottom-footer .footer-left p{
		text-align: center;
	}
	.slider-text h2 {
		font-size: 32px;
		line-height: 45px;
	}
	.commen-text-content h1{
		font-size: 26px;
		line-height: 30px;
	}
	.commen-text-content li, .commen-text-content ul p, .commen-text-content ol li, .commen-text-content ol p, .commen-text-content p{
		font-size: 16px;
		line-height: 28px;
	}
	.location{
		margin: 0;
	}
	.tabal-section .table td, .tabal-section .table th {
	    font-size: 13px;
	    padding: 12px 5px;
	}
	.tabal-section h3 {
		font-size: 19px;
		line-height: 28px;
		margin: 0 0 10px 0;
	}
	.tabal-section p, .tabal-section p a{
		font-size: 16px;
		line-height: 28px;
	}
	.tabal-section .table td, .tabal-section .table th {
		font-size: 13px;
		padding: 12px 5px;
	}
	.contact-us-row {
		padding: 0 0 50px 0;
	}
	iframe {
		height: 300px;
		margin: 30px 0 0 0;
	}
	
	.internal-img-section {
		height: 50vh;
	}
	.internal-img-heading h2 {
		font-size: 28px;
		line-height: 42px;
	}
	.about-us-img{
		margin: 0 0 20px 0;
	}
	.about-us-row02 .order-02 {
		order: inherit;
	}
	.extra-page h1{
		font-size: 28px;
		line-height: 30px;
	  }
	  .extra-page h2{
		font-size: 24px;
		line-height: 26px;
	  }
	  .extra-page h3{
		font-size: 20px;
		line-height:22px;
	  }
	  .extra-page p, .extra-page ul li{
		font-size: 16px;
		line-height: 30px;
	  }
	  #contact .contact-details ul li span{
		line-height: 31px;
	  }
	  .footer-right{
			margin: 15px 0 0 0;
			text-align: center;
		}

}
@media (max-width: 575px) {
	.footer-left-margin {
		margin: 0 0;
	}
	.commen-text-content h1 {
		font-size: 24px;
		line-height: 35px;
		margin: 0 0 15px 0;
	}
	#contact {
		margin: 60px 0;
	}
	#contact .contact-titel {
		margin: 0 0 30px 0;
	}
	.footer-left a{
		margin: 0 7px;
	}
	.desktop-img{
		display: none;
	}
	.mobile-img{
		display: inline-block;
	}
	.footer-follow-icon {
		text-align: center;
	}
	.about-content-top{
		margin: 0 0 30px 0;
	}
	.inner-breadcrumbs-head h2{
		font-size: 30px;
		line-height: 40px;
		padding: 0 70px;
		margin: 0 0 15px 0;
	}
	.inner-breadcrumbs-head h2::before, .inner-breadcrumbs-head h2::after {
		width: 40px;
	}
	.about-us-right-content h6 {
		font-size: 18px;
		line-height: 34px;
	}
	p{
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
	.slider-form {
		padding: 15px;
	}
	.slider-text {
		padding: 0 0 200px 0;
	}
	#navbarNav{
		top: 48px;
	}
	.commen-text-content ol, .commen-text-content ul{
		padding: 0 0 0 15px;
	}
	.navbar-brand {
		width: 70px;
	}
	#header {
		padding: 20px 0px;
	}
	.form-register p {
		font-size: 16px;
	}
	.logo{
		width: 160px;
	}
	.commen-text-content h2 {
		font-size: 19px;
		line-height: 22px;
	}
	.footer-left p a{
		font-size: 14px;
		line-height: 18px;
	}
	.footer-right p a{
		font-size: 14px;
		line-height: 18px;
	}
	.commen-text-content h3 {
		font-size: 18px;
		line-height: 20px;
	}
	#contact .contact-details ul li p{
		font-size: 20px;
		line-height: 22px;
	}
	#contact .contact-titel h2{
		padding: 0 60px;
	}
	#contact .contact-details ul li span {
		font-size: 16px;
		line-height: 28px;
		margin: 0;
	}
	#contact .contact-titel h2::before, #contact .contact-titel h2::after {
		width: 30px;
	}
	#contact .contact-details ul li a{
		font-size: 16px;
		line-height: 28px;
	}
	#contact .contact-details ul li p{
		margin: 0 0 6px 0;
		text-align: center;
	}
	#contact .contact-details ul li{
		display: block;
	}
	#contact .contact-titel h2{
		font-size: 28px;
		line-height: 30px;
	}
	.pendants-bracelets .about-us-text p{
		font-size: 16px;
	}
	.pendants-bracelets {
		padding: 10px 0;
	}
	.table-full-width02{
		font-size: 16px;
	}
	iframe {
		height: 250px;
		margin: 30px 0 0 0;
	}
	.about-us-text h2{
		font-size: 28px;
		line-height: 36px;
	}
	.fixed #slider{
		background-image: url(../images/slider-mobile.jpg);
	}
	.contact-us-desc p{
		font-size: 17px;
		line-height: 30px;
	}
	.contact-us-desc p b{
		font-size: 19px;
	}
	.extra-page-content h2{
		font-size: 24px;
		line-height: 36px;
	}
	.extra-page {
		padding: 20px 0;
	  }
	  .extra-page h1 {
		font-size: 20px;
		line-height: 26px;
	  }
	  .extra-page h2 {
		font-size: 18px;
		line-height: 26px;
	  }
	  .extra-page h3 {
		font-size: 17px;
		line-height: 22px;
	  }
	  .slider-text p{
	  	font-size: 17px;
	  	line-height: 26px;
	  }
}
@media (max-width: 360px) {
	.form-register p a{
		margin: 0 0 0 8px;
	}
	.slider-text h2 {
		font-size: 22px;
		line-height: 25px;
	}
	.tabal-section .table td, .tabal-section .table th {
	    font-size: 12px;
	}
	.inner-breadcrumbs-head h2{
		font-size: 22px;
		line-height: 36px;
	}
	.about-us-right-content h6 {
		font-size: 16px;
		line-height: 32px;
	}
	.table-section-commen-padding {
		padding: 4px 0;
	}
	iframe {
		height: 150px;
		margin: 10px 0 0 0;
	}
	.about-us-text h2{
		font-size: 26px;
		line-height: 32px;
	}
	.about-us-text h2::before, .about-us-text h2::after {
		width: 23px;
	}
	.about-us-text h2 {
		font-size: 20px;
		line-height: 29px;
		padding: 0 38px;
	}
	.internal-img-heading h2 {
		font-size: 22px;
		line-height: 42px;
	}
}
/* Responsive end*/