@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-display: swap;
    font-family: Sunlight VAR;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Sunlight-CondensedContrast.woff2)format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Sunlight VAR;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Sunlight-ExtraCondContrastIta.woff2)format("woff2")
}

/* ------Scroll Bar------- */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 0;
    background-color: #666;
}

::-webkit-scrollbar-thumb {
    background: #222222;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #222222;
}

/* ------Scroll Bar------- */
* {
    box-sizing: border-box;
}

img,
svg {
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #626262;
    font-size: 13px;
    line-height: 21px;
}

/* header scrool */


@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: Sunlight VAR, Times;
    font-weight: 300;
}

p {
    margin: 0 0 15px 0;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* main {
    padding-top: 60px;
} */

section {
    position: relative;
    overflow: hidden;
}


header {
    position: fixed;
    /* box-shadow: 0 0 6px 0 #00000046; */
    z-index: 2;
    width: 100%;
    background: #000000c4;
}

header.fixed {
    /* background-color: #00000080 !important; */
    background-color: #000000 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    font-family: Sunlight VAR, Times;
    letter-spacing: 0.5px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    border-right: 1px solid rgba(0, 0, 0, .05);
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    border: 0;
}

.logo_img {
    width: 24%;
}

.logo_img a {
    display: flex;
    /* height: 60px;
    line-height: 60px; */
    align-items: center;
    justify-content: center;
}

.banner_sec {
    overflow: hidden;
    /* padding-top: 60px; */
}

.banner_sec .owl-item.active .item img {
    animation: zoom 35s linear infinite;
}

.banner_slider .item img {
    height: calc(100vh);
    object-fit: cover;
    object-position: center;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.4, 1.4);
    }
}

.about_sec {
    padding-top: 72px;
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.about_text {
    text-align: center;
}

.about_text h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Sunlight VAR, Times;
    font-size: 34px;
    line-height: 34px;
}

.about_text p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans';
}

#shop_by_shape {
    margin-top: 40px;
}

#shop_by_shape>ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#shop_by_shape li {
    width: 15%;
    display: inline-flex;
    cursor: pointer;
    margin: 0;
}

#shop_by_shape img {
    width: 100%;
}

#shop_by_shape .hover-image {
    display: none;
}

#shop_by_shape li:hover .default-image,
#shop_by_shape .active .default-image {
    display: none;
}

#shop_by_shape li:hover .hover-image,
#shop_by_shape .active .hover-image {
    display: block;
}


.shape-container:not(.active) {
    display: none;
}

.about_img {
    text-align: center;
}

.about_img h2 {
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 34px;
}

.about_img img {
    display: block;
    width: 56% !important;
    margin: auto;
}

.cate_sec {
    padding: 50px 0;
}

.item_inner .image-cover {
    display: block;
    width: 80%;
    margin: 10px auto;
    border-radius: 100%;
    box-shadow: 0 0 8px 0 #cbcbcb;
    background: #fff;
    overflow: hidden;
}

.header-title {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

.box-text-inner {
    padding: 8px;
}

.item_inner .image-cover img {
    width: 100% !important;
    height: auto !important;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
    margin: 0 !important;
    background: transparent !important;
}

.owl-theme .owl-nav [class*=owl-] img {
    width: 20px !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.what-we-do-section {
    display: block;
    padding: 60px 0px;
    background-color: #000;
}

.Collection-1 {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0px 0px 15px 0px rgb(51 51 51 / 15%);
}

.Collection-1 .collection-text h3 {
    margin: 15px 0px;
    font-size: 42px;
    line-height: 48px;
    color: #333;
    font-weight: 400;
    font-family: Sunlight VAR, Times;
}

.Collection-1 .collection-text p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans';
}

.collection_img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.Collection-1:hover,
.Collection:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease;
}

.heading_sec {
    padding: 80px 0;
}

.heading_sec h2 {
    width: calc(83.33333% - 0.41667rem);
    font-size: 96px;
    max-width: 1080px;
    margin: auto;
    line-height: 115px;
    text-transform: uppercase;
}

.heading_sec h2 span {
    display: block;
    white-space: nowrap;
}

.heading_sec h2 img {
    width: 8% !important;
    display: inline-block;
    margin: 0 40px;
    vertical-align: baseline;
}

.heading_sec h2 i {
    font-size: 64px;
    font-style: italic;
    text-transform: none;
}

.heading_sec p {
    margin: auto;
    margin-top: 30px;
    width: calc(60% - 1.25rem);
    font-size: 14px;
    font-family: 'Open Sans';
    line-height: 22px;
}

.heading_sec .logo_icon {
    width: 55px !important;
    margin: 30px 0 0;
}

.product-cats {
    pointer-events: none;
    background: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid__col--3 {
    width: 25%;
}

.product-cats__item {
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    padding-top: 45%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: width ease 0.3s;
    -ms-transition: width ease 0.3s;
    transition: width ease 0.3s;
}

.product-cats__item:before {
    content: "";
    width: 30px;
    height: 10px;
    position: absolute;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    background: url(../images/arrow-light.svg) center/100% no-repeat;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity ease .25s, transform ease .25s;
    -ms-transition: opacity ease .25s, transform ease .25s;
    transition: opacity ease .25s, transform ease .25s;
}

.product-cats__item-img {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    left: unset !important;
    overflow: hidden;
    -webkit-transition: right ease 0.3s;
    -ms-transition: right ease 0.3s;
    transition: right ease 0.3s;
}

.product-cats__item-letter {
    position: absolute;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    top: 40px;
    left: 40px;
    font-size: 120px;
    line-height: 120px;
}

.product-cats__item-letter span {
    background-image: url(../images/smoke-3.jpg);
    background-size: 1000px;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-cats__item:nth-child(1) .product-cats__item-letter span {
    background-position: left top;
}

.product-cats__item:nth-child(2) .product-cats__item-letter span {
    background-position: 20% top;
}

.product-cats__item:nth-child(3) .product-cats__item-letter span {
    background-position: 40% top;
}

.product-cats__item-title {
    bottom: 40px;
    left: 40px;
    color: #fff;
    position: absolute;
    -webkit-transform: rotate(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 27px;
}

.product-cats:hover .product-cats__item:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.product-cats:hover .product-cats__item:hover .product-cats__item-img {
    right: 0
}

.certificate_sec {
    margin-bottom: 50px;
}

.certify_img {
    overflow: hidden;
    border-radius: 20px;
    display: flex;
}

.certify_img img {
    /* width: 100% !important; */
    transition: .5s all ease-in-out;
    height: 450px;
    object-fit: cover;
}

.certify_img:hover img {
    transform: scale(1.1);
}

.collection_sec {
    background: #F5F5F5;
    padding: 40px 0;
}

.domond_d_flex {
    display: flex;
    align-items: center;
    padding: 0 24px;
    flex-wrap: wrap;
}

.diamonds-box {
    display: flex;
    align-items: center;
    width: 50%;
}

.diamonds-imgbox {
    margin: 20px;
}

.diamonds-imgbox img {
    width: 100% !important;
}

.diamonds-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.diamonds-content .diamonds-heading h3 {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    font-family: Sunlight VAR, Times;
    text-transform: uppercase;
}

.diamonds-content .diamonds-heading p {
    color: rgb(88, 86, 86);
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans';
    padding: 5px;
}

.coll_btn {
    display: inline-block;
    border: 1px solid #000000;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    transition: ease 0.3s;
}

.coll_btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.footer-section {
    background-color: #fff;
    padding: 30px 0;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    width: 170px;
}

.footer_logo h3 {
    font-size: 32px;
    margin: 6px 0 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Sunlight VAR, Times;
    line-height: 27px;
}

.social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    width: 90%;
}

.footer_logo .Instagram_wrap {
    margin: 0 3px;
}

.footer_logo .Instagram_wrap a {
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 1s ease;
}

.footer_logo .Instagram_wrap a i {
    font-size: 14px;
}

.footer_logo .Instagram_wrap a:hover {
    background-color: #000;
    color: #ffffff;
}

.footer_detail {
    margin: 30px 0 0;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
}

.section-service .footer_detail .table .td {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px 10px;
}

.section-service .footer_detail article {
    width: 25%;
    text-align: center;
}

.footer-icon-gem {
    background-position: 0 0;
}

.footer-icon-prices {
    background-position: -538% 0;
}

.footer-icon-email {
    background-position: -800% 0;
}

.footer-icon-trustpilot {
    background-position: -600% 0;
}

.footer-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    overflow: hidden;
    background-image: url(../images/footer-icons-juwelo-plus.png);
    background-size: 900%;
}

.section-service .table .td h3 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 27px;
}

.table>:not(caption)>*>* {
    padding: 0;
}

.section-service .td,
.section-service .th {
    display: table-cell;
    vertical-align: top;
}

.footer_detail p a,
.footer_detail p {
    color: #626262;
}

.footer_copyright {
    background-color: #282828;
    text-align: center;
    padding: 10px 0;
}

.copyright {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: normal;
    font-size: 12px;
}


.page-title-section {
    text-align: center;
    padding: 50px 0 15px;
    background: #000;
    position: relative;
}

.page-title-section .page-header {
    margin: 0 0 10px;
}

.page-title-section .page-header h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1px;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    justify-content: center;
    font-size: 14px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb a,
.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.page-title-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #ffffff;
    margin-left: -20px;
}

.about_sec .card {
    text-align: center;
    border: none;
    padding: 0;
    background: transparent;
}

.about_sec .card .card_img {
    text-decoration: none;
    overflow: hidden;
    display: block;
    position: relative;
}

.about_sec .card img {
    width: 100%;
    height: auto;
    transition: 1s linear;
}

.about_sec .card .card_img:hover img {
    transform: scale(1.1);
}

.about_sec .card-body {
    padding-bottom: 0;
}

.about_sec .card-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    letter-spacing: 1px;
}

.about_sec .card-body p {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.contact_wepper_main {
    padding: 40px 0;
}

.contact-details {
    background-color: #ffffff;
    padding: 35px 20px;
    max-height: 150px;
    min-height: 150px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 0 20px -8px #00000038;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.contact-content-main,
.contact-content-main a {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.571;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content-main h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-content-main p {
    margin: 0;
}

.contact-details:hover {
    box-shadow: unset;
    transform: translateY(-20px);
}

.contact_form {
    padding: 50px 0;
    background: #f6f6f6;
}

.get-in-touch {
    text-align: left;
    margin-bottom: 15px;
}

.contact-form .form-control {
    border-radius: 0;
    background: transparent;
    border-color: #797979;
    font-size: 12px;
    text-transform: capitalize;
    margin: 6px 0;
    padding: 10px 10px;
    box-shadow: unset;
    letter-spacing: 1px;
}

.bttns {
    margin-top: 15px;
}

.footer_widget h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 18px;
}

.footer_widget ul li,
.footer_widget p {
    margin-bottom: 8px;
    line-height: normal;
    display: flex;
    align-items: baseline;
    padding: 2px 0;
}

.footer_widget ul li:last-child,
.footer_widget p:last-child {
    margin-bottom: 0;
}

.footer_widget ul a,
.footer_widget p a {
    font-size: 13px;
    color: #4b4b4b;
    display: inline-block;
    position: relative;
    right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer_widget ul a:hover {
    right: -20px;
    color: #000;
}

.footer_widget i {
    margin-right: 5px;
}

/*capability_tabs*/

.capability_tabs .nav.nav-tabs {
    justify-content: space-around;
}

.capability_tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 0;
    color: #5e5e5e;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid transparent;
}

.capability_tabs .nav-tabs .nav-item.show .nav-link,
.capability_tabs .nav-tabs .nav-link.active {
    color: #000000;
    border-color: #000;
}

.capability_tabs .tab-content {
    padding: 40px 0;
}

.img_wrap {
    padding: 30px;
    background-image: url(../images/photo__bg.png);
    display: flex;
}

.capbility_wrap {
    padding-left: 20px;
}

.capbility_wrap img {
    width: 35px;
    margin-bottom: 20px;
}

.capability_tabs .capbility_wrap p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans';
    width: 80%;
}

.capbility_wrap h3 {
    margin-bottom: 16px;
}

.capability_tabs .nav-tabs.nav-pills .nav-link {
    border: 0 !important;
}

.capability_tabs .tab-content {
    background-color: #f5f5f5;
    padding: 30px 18px !important;
}

.capability_tabs .nav-tabs.nav-pills .nav-item.show .nav-link,
.capability_tabs .nav-tabs.nav-pills .nav-link.active {
    color: #000000;
    background: #f5f5f5;
}

.tab-content .row {
    align-items: center;
}

.divider-bold {
    border-top-width: 2px;
    width: 130px;
    border-color: #000000;
    opacity: 1;
    margin: -20px auto 0;
}

.table-responsive {
    text-align: center;
}

.table-responsive th,
.table-responsive td,
.table-responsive img {
    padding: 5px !important;
    vertical-align: middle;
}

.product_sec {
    padding: 50px 0;
    background: #F5F5F5;
}

.flow_text {
    padding-left: 20px;
}

.flow_text p {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

.flow_text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.flow_text ul li {
    list-style: disc;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
}

.box_img_main {
    padding: 2px 4px;
}

.box_img_main a {
    display: block;
    position: relative;
}

.box_img_main .box-text-inner {
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    width: 100%;
}

.box_img_main a:hover .box-text-inner {
    opacity: 1;
    transform: translateY(-50px);
}

/*.coll_sec{
    padding: 50px 0;
}
 .coll_sec .image-cover {
    position: relative;
}

.coll_sec .image-cover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(206, 206, 206, .1);
    z-index: 1;
} */
.shows_sec {
    padding: 40px 0;
    background-color: #F5F5F5;
}

.shows_sec h2 {
    font-size: 24px;
    line-height: 24px;
}

.shows_sec .table>:not(caption)>*>* {
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

.footer_menu ul {
    column-count: 2;
}

.footer_menu ul li {
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    padding: 8px 0;
}

.navbar-toggler,
.btn-close {
    border: 0;
    box-shadow: unset !important;
}

.sectwo .sctoboxes {
    margin-bottom: 30px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

.sectitle .title {
    font-size: 35px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

#section-325-10177>.ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#image-327-10177 {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.ct-image {
    max-width: 100%;
}

#div_block-328-10177 {
    width: 100%;
    align-items: center;
    text-align: center;
    height: 1px;
    background-color: #ae9350;
}

.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.ct-section>.ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#section-325-10177 {
    text-align: center;
}

#section-325-10177 {
    display: block;
}

.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}


#section-325-10177>.ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

#section-325-10177 {
    display: block
}

#section-325-10177 {
    text-align: center
}

#div_block-326-10177 {
    width: 100%;
    align-items: center;
    text-align: center;
    height: 1px;
    background-color: #ae9350
}

#div_block-340-10177 {
    width: 100%;
    align-items: center;
    text-align: center;
    height: 1px;
    background-color: #ae9350;
}

.ct-section-inner-wrap {
    padding-top: 32px;
    padding-right: 10%;
    padding-bottom: 32px;
    padding-left: 10%;
}


/* Skip the middleman css */
.Skip_middleman {
    background-color: #fdf1e0;
}

.Skip_middleman {
    min-height: 585px;
}

.Skip_middleman .right h4 {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: var(--font-ivy-28-line-height);
}

.Skip_middleman {
    padding: 100px 0px;
}

.section-header.center h2 {
    padding: 20px;
    text-align: center;
}

.Skip_middleman .left .middleman-img {
    margin: 0 auto;
    text-align: center;
}

.ring-img {
    width: 180px;
}

.ring-img-t {
    width: 100px;
}

.Skip_middleman {
    background-color: #fdf1e0;
}



.Skip_middleman .left .middleman-img {
    margin: 0 auto;
    text-align: center;
}

.Skip_middleman .left .middleman-img img {
    max-width: 100%;
    position: relative;
    transition: all 0.5s ease-in-out;
}



@media (min-width: 1440px) {
    .Skip_middleman .left .middleman-img img:nth-child(1) {
        width: 111px;
        margin-bottom: 8px;
        top: 0;
    }

    .Skip_middleman .left .middleman-img img:nth-child(2) {
        bottom: 0;
    }
}

@media (min-width: 1440px) {
    .Skip_middleman:hover .middleman-img img:nth-child(1) {
        top: 19px;
    }
}


@media (min-width: 1440px) {
    .Skip_middleman:hover .middleman-img img:nth-child(2) {
        bottom: 19px;
    }
}

.paddingtb {
    padding: 100px 0px;
}

.paddingt {
    padding-top: 100px;
}

.section-header.center h2 {
    padding: 20px;
    text-align: center;
}

.cate_sec {
    padding: 50px 0;
}

.main-css {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0px;
}

.ww-1 {
    display: flex;
}

p.ww-hd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
}

span.ww-ic i {
    font-size: 18px;
    margin-right: 10px;
    padding: 18px;
    width: 50px;
    border-radius: 30px;

}

span.w110 i {
    background: #d6b6edb8;
}

span.w220 i {
    background: #f5edcf;
}

span.w330 i {
    background: #cfd7f5;
}

span.w440 i {
    background: #b0dfbd8f;
}

section.Warranty {
    padding-top: 20px;
}

.ww-1 {
    border: 1px solid #0000003b;
    padding: 5px 30px 5px 8px;
    border-radius: 30px;
}

span.navbar-toggler-icon {
    filter: invert(1);
}

.banner_text {
    position: absolute;
    top: 25px;
    width: 70%;
    text-align: center;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 1;
    color: #ffffff;
    pointer-events: none;
}

.banner_text h1 {
    color: #ffffff;
    font-size: 60px;
}

.banner_slider {
    pointer-events: auto;
}

.inner-banner .item img {
    height: auto !important;
}

.about_page {
    padding-top: 100px;

    text-align: center;
}

.why_section {
    padding: 100px 0;
}

.title {
    font-size: 30px;
    /* text-decoration: underline; */
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ab-pg {
    font-size: 13px;
    line-height: 21px;
}

.title-h3 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.about-banner {
    background-image: url('../images/ab-bottom-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.about-banner::before {
    position: absolute;
    background-color: #6767677d;
    content: "";
    inset: 0;
}

.inner-tp-banner {
    background-image: url('../images/gallery-banner.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.inner-tp-banner::before {
    position: absolute;
    background-color: #6767677d;
    content: "";
    inset: 0;
}

.procces_section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#pageloader {
    background: rgb(255 255 255 / .8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%
}

#response {
    font-size: 14px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 0;
    display: none;
    background: #fff
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none
}

@media only screen and (min-width: 992px) {
    .procces_section {
        gap: 5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .process--box {
        width: 60%;
    }
}

@media only screen and (min-width: 1366px) {
    .process-bg-img {
        height: 55.5rem;
    }
}


/* @media only screen and (max-width: 767px) {
    .process_section.section--padding {
        padding-top:0
    }
} */

@media only screen and (min-width: 768px) {
    .process-bg-img {
        height: 30rem;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (min-width: 992px) {
    .process-bg-img {
        height: 41rem
    }

}


@media only screen and (max-width: 600px) {
    .process-bg-img {
        height: 12rem;
        display: none;
    }

    section.about_page {
        padding-bottom: 20px !important;
    }

    section.process_section {
        padding-top: 0px !important;
    }

    .ab-pg {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.1rem;
        padding: 0 20px;
    }

    .title {
        font-size: 26px;
        /* text-decoration: underline; */
        margin-bottom: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 38px;
        padding: 0 22px;
    }

    .why_section {
        padding: 50px 0;
    }

    .why-cnt {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .contact-form {
        padding-bottom: 40px;
    }

    .offcanvas-body ul li a {
        color: #000 !important;
    }
}