
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root{
 --dark_font: #fff;
 --light-blue: #000;
 --white: #fff;
 --gray-txt: #7C7C7C;
 --gray-bg: #dbe1e640;
 --Different-bg: #a8ecea4f;
 --light-bg: #A8ECEA;
 --light-gray-bg: #f1f2f49c;
 --gray-light-bg: #DBE1E6;
 --cofee_bg: #131313;
 --grey: #8E8E8E;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #7676768a;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--light-blue);
}

/*font-family: 'Playfair Display', serif;*/
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    color: #414042;
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-x pan-y;
    font-family: 'Jost', sans-serif;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
     font-family: 'Jost', sans-serif; 
}

input{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #7C7C7C;
    padding:10px;
    width: 100%;
    color: var(--white);
}

input:focus-visible {
    outline: 0px;
}

p{
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-txt);
    line-height: 29px;
}

h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 51px;
    color: var(--white);
}

h2{
    font-family: 'Playfair Display';
    font-weight: 400;   
    font-size: 64px;
    line-height: 85px;
}

h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: var(--light-blue);
}

.ct-section-inner-wrap{
	max-width: 1440px;
}

.ct-new-columns > .ct-div-block {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}

.ct-section-inner-wrap {
    padding-right: 15px;
    padding-left: 15px;
}

img{
	max-width:100%;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

.ct-shortcode{
	width:100%;
}

/*home page css start*/

/*header css start*/

.oxy-nav-menu-hamburger-line {
    background-color: var(--white);
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger-line {
    background-color: #000;
}

.header_section .learn_more {
    background-color: transparent;
    border: 1px solid #fff;
}

.header_section #_nav_menu-6-8 .menu-item.learn_more:hover a {
    color: var(--light-blue) !important;
}

.header_section .learn_more:hover{
    background-color: var(--white);
}

.header_section .oxy-nav-menu-open .menu-primery-men-container ul li a {
    color: var(--light-blue);
}

.header_section .learn_more a{
    color: var(--white) !important;
}

.header_section .oxy-nav-menu-open .learn_more a{
    color: var(--light-blue) !important;
}

.header_section .oxy-nav-menu-open .menu-primery-men-container .oxy-nav-menu-list .current_page_item a {
    color: var(--light-blue);
}

.menu-primery-men-container ul li {
    max-width: 250px;
    margin: 0 auto;
}

.header_section .dmv_header_main .dmv_logo{
    width:20% !important;
}

.header_section .dmv_header_main .dmv_header_menu {
    width: 80% !important;
    justify-content: center;
    align-items: flex-end;
}

.header_section .menu-primery-men-container ul li{
    padding: 0 20px;
    justify-content: center;
}

.header_section .menu-primery-men-container ul li a{
}

.header_section .menu-primery-men-container ul li a:hover{
    color: var(--dark_font);
    transition:0.5s;
}

#_nav_menu-6-8 .menu-item:hover a {
    background-color: transparent !important;
    padding-top: 0 !important;
    border-top-width: 0 !important;
    cursor: pointer;
}

#_nav_menu-6-8 .menu-item a {
     padding-top: 0; 
     padding-left: 0; 
     padding-right: 0; 
     padding-bottom: 0; 
}

.header_section .menu-primery-men-container .oxy-nav-menu-list .current_page_item a{
    color: var(--light-blue);
    font-weight: 500;
    position: relative;
}
.header_section .menu-primery-men-container .oxy-nav-menu-list .current_page_item a:after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #0C7D7A;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
}

.tablepress img {
    max-width: 400px;
}

.header_section .header_section .ct-section-inner-wrap{
    padding-top: 25px;
    padding-bottom: 25px;
}

.header_section {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
    z-index: 99;
    position: relative;
    top: 0;
    background: var(--cofee_bg);
    left: 0;
    transition: 0.5s ease;
    width: 100%;
}

.header_section.sticky-header {
    position: relative;
    transition: 0.5s ease;
    top: -122px;
    transition: 0.5s ease;
}

.header_section .ct-section-inner-wrap {
    max-width: 1440px !important;
}

li.learn_more a{
    color: var(--light-blue) !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
}

#_nav_menu-6-8 .menu-item.learn_more:hover a{
    padding: 10px 20px !important;
    color: var(--white) !important;
}
    

.header_section .menu-primery-men-container ul li.learn_more{
    padding: 0;
    margin-left: 20px;
}

.header_btn{
    display: none;
}

.header_section.sticky-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
}

.header_section .menu-primery-men-container .oxy-nav-menu-list .current_page_item a:after{
    border-color: var(--white);
}

.header_section .menu-primery-men-container ul li a:hover {
    color: var(--dark_font);
}

.header_section .menu-primery-men-container .oxy-nav-menu-list .current_page_item a{
    color: #F1CB6C;
}
    
.header_section .menu-primery-men-container ul li a{
    color: var(--grey);
    transition:0.5s;
    font-weight: 400;
}


.header_section .ct-section-inner-wrap{
    padding: 25px 15px;
}

#_nav_menu-6-8.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
    background-color: var(--white);
    padding: 20px 10px; 
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.oxy-nav-menu .menu-item:hover > .sub-menu {
    transition: 0.9s;
}

#_nav_menu-6-8.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu:hover {
    background-color: #fff; 
}

#_nav_menu-6-8.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover,
#_nav_menu-6-8.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    padding-bottom: 0;
}

.header_section .menu-primery-men-container .oxy-nav-menu-list .sub-menu .current_page_item a:after{
    display: none;
}

.header_section .menu-item-has-children .sub-menu li a {
    color: var(--light-blue);
}

.header_section .menu-primery-men-container .oxy-nav-menu-list .current_page_item a {
    color: var(--dark_font);
}

.header_section .menu-primery-men-container .sub-menu li.current-menu-item a{
    color: var(--light-blue);
}

#_nav_menu-6-8.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a {
    margin: 7px 0;
}

.header_section .menu-primery-men-container .sub-menu li a:hover {
    color: var(--light-blue);
}

.menu-primery-men-container .sub-menu li {
    max-width: 240px;
    margin: 0;
}

.hero_section .ct-section-inner-wrap {
    padding-right: 0;
    padding-left: 0;
}

/*header css end*/

/*banner css start*/

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: 0;
    right: auto;
}

.swiper-button-next:after {
    background-size: contain;
    content: '' !important; 
    background-image: url(./images/right_arrow.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    transition: 0.5s;
    top: 0;
    filter: brightness(3);
}

.swiper-button-next:before{
    content: '' !important;
    background: var(--dark_font);
    opacity: 0.5;
    position: absolute;
    width: 1px;
    height: 40px;
    left: -22px;
    top: -10px;
}   

.swiper-button-prev:after {
    background-size: contain;
    content: '' !important;
    background-image: url(./images/left_arrow.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.swiper-button-prev,
.swiper-button-next{
    top:inherit;
    width: 45px;
    height: 20px;
   bottom: 35px;
}
.swiper-button-next {
    left: 210px;
}
.swiper-button-prev{
    left: 124px;
}
.swiper-pagination{
    text-align: left;
    bottom: 80px;
    padding-left: 165px;
    font-weight: 600;
    font-size: 27px;
    line-height: 34px;
    color: var(--dark_font);
}

.swiper-button-next:hover:after{
    filter: brightness(2);
    transition: 0.5s;
    opacity: 0.5;
}

.swiper-button-prev:hover:after {
     filter: brightness(2);
    transition: 0.5s;
    opacity: 0.5;
}
.swiper-button-prev:after {
    filter: brightness(4);
    transition: 0.5s;
}
    
.hero_section .ct-section-inner-wrap{
    padding-top: 0;
    padding-bottom: 40px;
}
.hero_section .mobile_slider{
    display:none;    
}

/*banner css end*/

/*home_abt_section css start*/

.home_abt_section .learn_more{
    margin-top: 20px;
}

.home_abt_section .home_abt_left_img{
    position: relative;
}

.home_abt_section .home_abt_left_img .set_diamond_since_text{
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translate(0, -50%);
}

.home_abt_section .home_abt_left_img .set_diamond_since_text h3{
    font-family: 'Playfair Display';
    color: var(--dark_font);
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
}

.home_abt_left_img{
    justify-content: center;
}

.diamond_heading{
	font-family: 'Playfair Display', serif;
    color: var(--light-blue);
    font-weight: 400;
    font-size: 64px;
    line-height: 85px;
    position: relative;
}

.home_abt_section .ct-section-inner-wrap{
    padding-top: 40px;
    padding-bottom: 40px;
}

.diamond_heading::before{
    position: absolute;
    content: "";
    background-image: url(./images/heading_diamond.svg);
    width: 112px;
    height: 80px;
    background-repeat: no-repeat;
    left: -46px;
    top: 0;
    z-index: -1;
    filter: grayscale(1);
}


.home_abt_text{
    justify-content: center;
}

.learn_more{
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
}

.learn_more:hover{
    background-color: transparent;
    color: var(--white);
    transition: 0.5s;
}

.learn_more.popup_home{
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
    color: var(--white);
    margin: 30px auto 0;
}

.learn_more.popup_home:hover{
    background-color: transparent;
    color: var(--light-blue);
}

/*home_abt_section css end*/

/*home_banner_section css start*/

.home_banner_section .ct-section-inner-wrap{
    padding: 0;
}

/*home_banner_section css end*/

/*home_services_section css start*/

.home_services_section .ct-section-inner-wrap{
    padding-bottom: 0;
}

.home_cust_text_head h2{
    font-weight: 500;
    font-size: 38px;
    line-height: 51px;
    color: var(--light-blue);
}

.home_services_section .ct-section-inner-wrap{
    padding-top: 0;
}
    
.home_cust_text_img{
    flex-direction: row;
    align-items: center;
}

.home_cust_text_head {
    width: calc(100% - 110px);
}

.home_cust_img {
    width: 110px;
}

.home_services_details{
    margin: 30px 0;
}

.home_services_left_img img{
       margin-left: -274px;
    margin-bottom: -10px;
}

.home_services_right_text{
    justify-content: center;
}

.service_heading{
    width: 100%;
    align-items: center;
}

.home_services_col{
    margin-top: 40px;
}

.home_services_section .service_heading{
    margin-top:50px;
}

/*home_services_section css end*/

/*.gallery_slider_section css start*/

.gallery_slider_section .service_slider_head{
    margin-bottom: 50px;
}
    
.gallery_slider_section .swiper-slide img{
    transform:scale(0.6);
    transition:0.5s ease;
    filter: grayscale(1);
}

.gallery_slider_section .swiper-slide-active img{
    transform:scale(0.9);
    transition:0.5s ease;
    filter: grayscale(0);
}

.gallery_slider_section .swiper-wrapper{
    align-items: center;
}

.gallery_slider_section{
    background-color: var(--light-blue);
}

.home_gallery_slider .swiper-slide {
    text-align: center;
}
    
.gallery_slider_section .swiper-button-next {
    right: 0;
    left: inherit;
}

.gallery_slider_section .swiper-button-prev {
    right: 90px;
    left: inherit;
}

.gallery_slider_section .swiper-button-prev:after {
    filter: brightness(3);
}

.gallery_slider_section .swiper-button-next:after {
    filter: brightness(3);
}

.gallery_slider_section .swiper-button-next:before {
    background: var(--white);
}

.gallery_slider_section .swiper-button-prev, 
.gallery_slider_section .swiper-button-next {
    top: 30px;
    bottom: inherit;
}

.service_slider_head h3{
    color: var(--white);
    z-index: 1;
}

.gallery_slider_section{
    position: relative;
    z-index: 1;
}
  
.gallery_slider_section .ct-section-inner-wrap{
    padding: 100px 0;
}

.gallery_slider_section:after {
    position: absolute;
    content: "";
    background-image: url(./images/slider_back.svg);
    width: 1000px;
    height: 900px;
    background-repeat: no-repeat;
    left: 430px;
    top: 140px;
    z-index: -1;
    background-size: contain;
}

.gallery_slider_section{
    position: relative;
}

.gallery_slider_section:before {
    position: absolute;
    content: "";
    background-image: url(./images/Frame.svg);
    width: 100px;
    height: 123px;
    background-repeat: no-repeat;
    right: 293px;
    bottom: 198px;
    left: inherit;
    top: inherit;
}
    
/*gallery_slider_section css end*/ 

/*diamond_slider_section css start*/

.diamond_category {
    border-radius: 200px 200px 0 0;
    padding: 80px 0 45px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: var(--light-gray-bg);
}

.diamond_category h3 {
    font-weight: 500;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--light-blue);
    margin-top: 10px;
    transition: 0.5s ease;
}

.diamond_category img{
    mix-blend-mode: multiply;
    height: 140px;
    transition: 0.5s ease;
}

.diamond_category img:hover{
    transition: 0.5s ease;   
    transform: scale(1.1);
}

.diamond_slider_section .swiper-button-next {
    right: 0;
    left: inherit;
    top: 40px;
    bottom: inherit;
}

.diamond_slider_section .swiper-button-prev {
    right: 90px;
    left: inherit;
    top: 40px;
    bottom: inherit;
}

/*diamond_slider_section css end*/

/*Certified_slider_section css start*/

.Certified_slider_section .ct-section-inner-wrap{
    padding-top: 0;
}

.Certified_slider_section:after,
.Certified_slider_section .swiper-button-prev:after{
    filter: brightness(0);
}

.Certified_slider_section .swiper-button-next:before{
    display: none;
}

.Certified_slider_section .swiper-button-prev {
    left: 0;
    top: 14px;
    width: 60px;
    height: 90px;
    background: #fff;
}

.Certified_slider_section .swiper-button-next {
    right: 0;
    left: inherit;
    top: 14px;
    width: 60px;
    height: 90px;
    background: #fff;
}
.Certified_slider_section img {
    height: 70px;
    object-fit: contain;
}
.Certified_slider_section .swiper-button-next:after,
.Certified_slider_section .swiper-button-prev:after{
    background-position: center;
    width: 45px;
    height: 30px;
}

.Certified_slider_section .swiper-button-prev:hover:after {
      filter: grayscale(1);
    transition: 0.5s;
}
.Certified_slider_section .swiper-slide{
        text-align: center;    
}

/*Certified_slider_section css end*/

/*variation_section css start*/

.variation_section{
    background-color: var(--light-blue);
}

.variation_left_img img{
    padding: 6px;
}


.variation_right_heading h2{
    font-size: 50px;
    line-height: 68px;
    color: var(--white);
}

.variation_right_heading {
    justify-content: center;
}

.variation_section .variation_main .variation_right_heading {
    width: 65% !important;
}

.variation_section .variation_main .variation_left_img {
    width: 35% !important;
}

.certified_image {
    margin: 0;
    margin-top: 60px;
    padding: 0 100px;
}

/*variation_section css end*/

/*footer css start*/

.dmv_contact_footer ul li a:hover{
    color: var(--light-blue);
}

.footer_icon_list ul{
    display: flex;
}

.footer_icon_list ul li a{
    margin: 0 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: var(--light-blue);
    border: 1px solid var(--light-blue);
    display: inline-block;
    line-height: 40px;
    transition: 0.5s;
    text-align: center;
}

.footer_icon_list ul li a:hover{
    background-color: transparent;
    transition: 0.5s;
    filter: brightness(0);
}

.footer_icon_list ul li a:hover img {
    filter: brightness(0) invert(1) grayscale(1);
}

.Footer_rights_text{
    align-items:center;
}

.wpcf7-not-valid-tip{
    position: absolute;
    bottom: -35px;
    left: 0;
    font-size: 14px;
}

.footer_form form{
    position: relative;
}

.footer_section ::placeholder{
    color: #7C7C7C;
}

.wpcf7-response-output{
    margin: 0 !important;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    bottom: -57px;
    left: 0;
}

.footer_form .wpcf7-form p{
    position: relative;
}

.footer_form .wpcf7-form p .wpcf7-submit{
    position: absolute;
    top: -10px;
    right:0;
    width: auto;
    font-size: 0;
    border: 0;
    border: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./images/footer_send_mail.svg)
}

.footer_form .submit:hover {
    background-color: transparent;
    cursor: pointer;
}

.footer_form .wpcf7-spinner {
    position: absolute;
    right: -70px;
    top: 10px;
}

.footer_col {
    padding: 40px 92px;
    background: var(--light-blue);
    position: relative;
}

.footer_mail_img{
    display: flex;
    flex-direction: row;
    width: 100% !important;
    align-items: center;
}

.footer_section .ct-section-inner-wrap{
    padding: 0 15px;
}

.footer_subscribe_text h2 {
    margin: 0 0 5px;
    color: var(--dark_font);
    font-weight: 500;
    font-size: 38px;
    line-height: 51px;
}

.subscribe_img{
    width: 10%!important
}

.footer_subscribe_text {
    width: 75%;
    margin-left: 80px;
}

.footer_subscribe_text .ct-text-block {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: var(--gray-txt);
    margin: 0;
}

.footer_col:before {
    content: "";
    position: absolute;
    border-right: 80px solid transparent;
    border-bottom: 157px solid #fff;
    width: 0;
    bottom: 0;
    left: 0;
    height: 0;
}

.footer_col::after {
    content: "";
    position: absolute;
    border-left: 80px solid transparent;
    border-bottom: 157px solid #fff;
    width: 0;
    bottom: 0;
    right: 0;
    height: 0;
}

.dmv_footer_main{
    margin: 60px 0;
}

.footer_section .menu-item a{
    padding: 0 0 0 20px !important;
    position: relative;
    color: var(--gray-txt);
    background: transparent !important;
    transition: 0.3s ease;
    border: 0 !important;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition-property: inherit !important;
}

.footer_section .menu-item a:hover{
   padding: 0 0 0 25px !important;   
    color: var(--light-blue);  
    transition: 0.3s ease;
}
.footer_section .menu-item{
    padding: 0 0 10px;
}

.footer_section .menu-item a:before {
    position: absolute;
    content: "";
    background-image: url(./images/footer_arrow.svg);
    width: 9px;
    height: 15px;
    background-repeat: no-repeat;
    left: 0;
    top: 6px;
}

.footer_section .dmv_col_two h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--light-blue);
    margin: 0 0 20px;
}

.footer_section .dmv_footer_main .dmv_col_two{
    padding-left: 140px;
}

.dmv_contact_footer ul{
    padding: 0;
    margin: 0;
}

.dmv_contact_footer ul li{
    display: flex;
    list-style: none;
    align-items: flex-start;
    margin: 0 0 10px;
}

.dmv_contact_footer ul li img{
    margin: 6px 12px 0 0;
}

.dmv_contact_footer ul li a{
    color: var(--gray-txt);
}

.dmv_contact_footer ul li p{
    display: flex;
    margin: 0;
    flex-direction: column;
}

.footer_form {
    width: 40% ;
}

.footer_section .dmv_col_one h5{
    margin-bottom: 12px;
}

.footer_section .dmv_col_one .footer_icon_list{
    margin-bottom: 12px;
}


/*footer css end*/

/*bottom_copyright_section css start*/

.Footer_social ul li a:hover{   
    background: var(--light-bg);
}

.bottom_copyright_section{
    background: var(--light-blue);
    padding: 20px 0 15px;
}

.Footer_rights_text {
    justify-content: center;
}

.Footer_rights_text p{
    color: var(--white);
    margin:0;
}

.bottom_copyright_section .ct-section-inner-wrap{
    padding:0;
}

.Footer_social ul {
    padding:0;
    display: flex;
}

.Footer_social ul li{
    list-style: none;
    margin: 0 10px;
}

.Footer_social ul li a{
    background-color: var(--white);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 42px;
    transition: 0.5s;
    text-align: center;
}

.Footer_social{
    align-items: flex-end;
}

/*bottom_copyright_section css end*/

/*home page css end*/

/*about-us page css start*/

/*banner css start*/

.breadcrumb_section{
    /*background-image: url(./images/banner1.png);*/
    background-image: url(https://keystarlgd.co/wp-content/uploads/2022/11/Group-77asdasd09.jpg);
    position: relative;
    z-index: 1;
}

/*.breadcrumb_section:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0,0,0,0.6);*/
/*    z-index: -1;*/
/*}*/

.breadcrumb_title{
    width:100%;
    text-align:center;
}

.banner_text p{
    margin: 0;
    text-transform: capitalize;
    margin-top: 10px;
    color: var(--white);
}

.banner_text a{
    color: var(--white);
}

.page-id-13 .home_abt_section{
    padding:60px 0 0;
}

/*banner css end*/

/*cmpny_section css start*/

.cmpny_pro_left_img{
    width: 27% !important;
    margin-top: 150px;
}

.cmpny_pro_text{
    width: 38% !important;
}

.cmpny_pro_right_img {
    margin-top: -240px;
}

.cmpny_section{
    position:relative;
}

.cmpny_section .ct-section-inner-wrap{
    padding-top:270px;
}

.abt_diamond_img{
    top: -30px;
    right: 650px;
    position: absolute;
    filter: grayscale(1);
}

.abt_third_diamond_img{
    top: 280px;
    left: 60px;
    position: absolute;
    filter: grayscale(1);
}

.abt_second_diamond_img {
    position: absolute;
    bottom: 180px;
    right: 90px;
    filter: grayscale(1);
}

.cmpny_pro_text h3{
    font-size: 48px;
    line-height: 107px;
}

/*cmpny_section css end*/

/*vision_section css start*/

.values_main_details{
    align-items: center;
}

.values_text_dt p{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.values_text_dt p b{
    color: #ffffffb8;
}

.values_main_details h5{
    margin:20px 0;
}

.vision_section{
    background-color: var(--light-blue);
}

.vision_section .values_img {
    filter: brightness(20);
}

/*vision_section css end*/


/*goal_section css start*/

.goal_section .goal_text_dt h3{
    font-size: 48px;
    line-height: 58px;
}

.goal_section .diamond_heading::before {
    top: -10px;
}

.goal_sub_heading p{
    font-size: 18px;
    line-height: 27px;
    margin:10px 0;
}

.goal_section .home_cust_text_head {
    margin:20px 0 20px 0;
}

.goal_sub_heading p{
    margin: 20px 0 !important;
}

.goal_text_dt {
    justify-content: center;
}


/*goal_section css end*/

/*usp_section css start*/

.usp_section .service_slider_head {
    margin-bottom: 50px;
}

.usp_services{
    background: var(--white);
    padding: 35px;
}

.usp_services h5{
    margin: 18px 0;
}

.usp_services p{
    font-size: 14px;
    line-height: 20px;
}

/*usp_section css end*/

/*about-us page css end*/

/*Manufacturing Process css start*/

/*diamond_process css start*/

.page-id-333 .planning_section {
    padding: 50px 0;
}

.diamond_process .ct-section-inner-wrap{
    padding-top: 100px;
}

.diamond_pro_right_img,
.step_two .diamond_pro_right_img,
.step_four .diamond_pro_right_img{
    align-items: end;
}

.diamond_pro_right_text {
    justify-content: center;
}

.diamond_pro_steps{
    color: var(--light-blue);
    font-weight: 300;
    font-size: 96px;
    line-height: 103px;
    opacity: 0.1;
}

.diamond_pro_right_text h3{ 
    font-size: 48px;
    line-height: 56px;
    margin: 10px 0px 32px 41px;
}

.diamond_process .diamond_heading::before, 
.planning_section .diamond_heading::before {
    width: 110px;
    height: 80px;
    top: -10px;
}

.diamond_process,
.planning_section,
.diamond_process{
    position: relative;
}

.rough_arrow{
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%, 0px) !important;
}

.planning_section.step_four .ct-section-inner-wrap {
    padding: 0 15px 80px;
}

/*diamond_process css end*/

/*Manufacturing Process css end*/


/*Education css start*/

/*planning_section css start*/

.diamond_pro_dt_text ul li {
    color: var(--gray-txt);
}

.diamond_pro_dt_text p{
    margin: 0;
}

.planning_section .ct-section-inner-wrap{
    padding: 0 15px;
}

.planning_arrow{
    position: absolute;
    bottom: -120px;
    left: 50%;
    translate: calc(-50% - 0px);
}

.polish_arrow{
    position: absolute;
    bottom: -80px;
    left: 50%;
    translate: calc(-50% - 0px);
}

.diamond_pro_dt_text h4 {
    margin: 35px 0 5px;
}

/*planning_section css end*/

/*cs_section css start*/

.cs_section .ct-section-inner-wrap{
    padding: 100px 15px;
}

.cs_diamond_img img{
    margin: 0;
}

/*cs_section css end*/

/*difference_section css start*/

.difference_section{
    background: var(--gray-bg);
}

.difference_text_main {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin: 50px 0 40px;
}

.difference_text_main p{
    margin: 0 50px;
}

.difference_may,
.difference_no,
.difference_yes{
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Poppins';
    color: var(--light-blue);
}

.difference_yes:before{
    position: absolute;
    content: "";
    background-image: url(./images/right.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: -31px;
    top: 6px;
}

.difference_no:before{
    position: absolute;
    content: "";
    background-image: url(./images/wrong.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: -36px;
    top: 6px;
}

.difference_may:before{
    position: absolute;
    content: "";
    background-image: url(./images/desh.svg);
    width: 22px;
    height: 5px;
    background-repeat: no-repeat;
    left: -34px;
    top: 17px;
}

.difference_inner_div{
    background: var(--light-blue);
    border: 5px solid var(--grey);
    padding: 40px 30px 10px;
}

.compare_main{
    width: 12.34% !important;
    align-items: center;
    justify-content: center;
}

.compare_main p {
     background: var(--light-blue);
    border: 3px solid var(--grey);
    border-radius: 50%;
    width: 95px;
    text-align: center;
    height: 95px;
    line-height: 93px;
    font-size: 34px;
    margin: 0;
    color: var(--white);
    margin-top: -320px;
}

.mined_img {
    height: 440px;
    object-fit: contain;
    margin-bottom: 50px;
    background: #fff;
}
.mined_img img {
    height: 100%;
    object-fit: cover;
}

.difference_inner_div h4{
    font-weight: 700;
    font-size: 57px;
    line-height: 67px;
    font-family: 'Playfair Display';
    color: var(--dark_font);
    margin-bottom: 40px;
}

.difference_left_div{
    width: 39.33% !important;
    align-items: end;
}

.difference_left_div ul{
    padding-left: 50px;
}

.difference_left_div ul li{
    list-style: none;
    position: relative;
    font-size: 24px;
    line-height: 34px;
    color: var(--dark_font);
    margin-bottom: 20px;
}

.difference_left_div ul li:before {
    position: absolute;
    content: "";
    background-image: url(./images/right.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: -42px;
    top: 5px;
}

.difference_left_div ul li.real_list:before{
    background-image: url(./images/right.svg);
    background-repeat: no-repeat;
}

.difference_left_div ul li.not_list:before{
    background-image: url(./images/wrong.svg);
    background-repeat: no-repeat;
}

.difference_left_div ul li.maybe_list:before{
    background-image: url(./images/desh.svg);
    background-repeat: no-repeat;
    height: 7px;
    top: 14px;
}

/*difference_section css end*/

/*.video_section_wrap css start*/

.video_section_wrap video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video_section_wrap .oxy-rich-text {
    height: 650px;
    overflow: hidden;
    width: 100%;
}
.video_section_wrap {
    position: relative;
}

.video_button_wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    align-items: center;
}
    
.video_button_wrap h3{
    font-family: 'Playfair Display';
    font-size: 48px;
    line-height: 64px;
    align-items: center;
    margin-bottom: 60px;
    color: var(--white);
}

.video_btn {
    flex-direction: row;
    align-items: center;
}

.video_btn h3{
    margin: 0;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.video_btn .ct-fancy-icon>svg {
    color: var(--white);
    margin-right: 20px;
}
    
/*.video_section_wrap css end*/

/*education_section css start*/

.education_section .usp_services{
    align-items: center;
    height: 100%;
}

.education_section .usp_services h5 {
    margin: 20px 0 10px;
    text-align: center;
}

.education_section .usp_services p{
    text-align: center;
}

.education_img {
    width: 80px;
}

/*education_section css end*/

/*Education page css end*/

/*Buy Melee & Pointers page css start*/

.dropdown.bootstrap-select {
  width: 100% !important;
}

.select_box_wrap .bootstrap-select button {
  background: #fff;
  border-color: #dddddd;
}

button:focus {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.cps_flex ul {
  display: flex;
  align-items: center;
}

.cps_wrap {
  display: flex;
  align-items: center;
}

.cps_wrap h4 {
  margin-right: 15px !important;
}

.cps_wrap .my_custom_check .custome_checkbox label {
  padding: 0;
  padding-left: 30px;
  background: transparent;
  border: 0;
}

.search_input_wrap .search_input {
  padding: 10px 18px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
    background: #fff;
    border: 1px solid #dddddd;

}

input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.search_filter_wrap .form-control {
  padding: 10px 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-color: 1px solid #dddddd;
  width: 100%;
  margin-bottom: 12px;
}

.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  box-shadow: none;
}

.my_custom_check .custome_checkbox [type="checkbox"]:not(:checked)+label:before, .my_custom_check .custome_checkbox [type="checkbox"]:checked+label:before {
  top: 0;
}

.my_custom_check .custome_checkbox [type="checkbox"]:not(:checked)+label:after, .my_custom_check .custome_checkbox [type="checkbox"]:checked+label:after{
  top: 10px;
}

/*pointer_section css start*/

.pointer_section .ct-section-inner-wrap{
    padding: 100px 15px;
}

/*pointer_section css end*/

/*diamond_sieve_section css start*/

.diamond_sieve_main {
    align-items: center;
    text-align: center;
    position: relative;
}

.sieve_img {
    position: absolute;
    bottom: -150px;
    right: 290px;
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before{
    font-size: 0;
}

.dataTables_paginate a{
    text-decoration: none;
}

.table_section .ct-section-inner-wrap{
    align-items: center;
}

.table_section .diamond_sieve_main{
    margin-bottom: 60px;
}

.no-footer #tablepress-2_length,
.no-footer #tablepress-2_filter,
.no-footer table caption{
    display: none;
}

.diamond_sieve_main .oxy-rich-text p {
    max-width: 994px;
}

.diamond_sieve_section .ct-section-inner-wrap{
    align-items: center;
}

/*diamond_sieve_section css end*/

/*melee_diamond_section css strat*/

.melee_diamond_left_text{
    justify-content: center;
}

.melee_diamond_left_text{
    width: 40% !important;
}

.cs_diamond_img {
    width: 50% !important;
    align-items: flex-end;
}

.melee_diamond_left_text .oxy-rich-text p {
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0 30px;
}

.melee_diamond_left_text h4{
    font-size: 38px;
    line-height: 51px;
    color: var(--light-blue);
    font-family: 'Playfair Display';
}

.melee_diamond_left_text h2{
    background: var(--gray-light-bg);
    font-family: 'Playfair Display';
    font-size: 38px;
    line-height: 51px;
    color: var(--dark_font);
    padding: 16px 20px;
}

.melee_diamond_left_text,
.melee_diamond_section {
    position: relative;
}

.melee_diamond_section .ct-section-inner-wrap{
    padding: 0 15px;
}

.range_main_img {
    width: 80% !important;
    align-items: flex-end;
}

.range_diamond_img {
    position: absolute;
    z-index: -1;
    left: 140px;
    top: 170px;
}

.range_boottom_img{
    position: absolute;
    z-index: -1;
    right: -40px;
    bottom: 210px;
}

.melee_bottom_img{
    position: absolute;
    z-index: -1;
    right: 250px;
    bottom: 100px;
}

/*melee_diamond_section css end*/

/*table css start*/

.page-id-21 .diamond_search_table {
    width: 100%;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #0c7d7a;
}

/*table css end*/

/*Buy Melee & Pointers page css end*/

/*contact css start*/

.submit_btn input{
    margin: 0 !important;
}

.wrap_all_tab_content {
    flex-direction: row;
    width: 100%;
    position: relative;
    justify-content: center;
}

.move_content_on_map {
    position: absolute;
    top: 70px;
    left: -10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    width: 350px;
    padding: 20px;
    font-weight: 400;
    max-height: 200px;
    color: #959595;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    border-radius: 20px 20px 0 20px;
}

.tabbing_contact_detail_section .tabs-1911-tab-active{
    font-size: 24px;
    font-weight: 500;
    color: var(--light-blue);
}

.form_div_right {
    margin-top: -65px;
    width: 50%;
    padding: 0 15px;
}

.map_div_left .oxy-rich-text {
    width: 100%;
    height: 645px;
    overflow: hidden;
}

.map_div_left .oxy-rich-text iframe {
    width: 100%;
    margin-top: -160px;
    height: 745px;
}

.form_heading_text h3{
    font-size: 34px;
    font-weight: 600;
    padding-left: 25px;
    line-height: 44px;
    font-family: 'Playfair Display', serif;
}

.move_content_on_map .oxy-rich-text h3{
    color: var(--light-blue);
}

.move_content_on_map .oxy-rich-text a{
    color: var(--light-blue);
}

.move_content_on_map .oxy-rich-text p{
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 23px;
}

.tabbing_contact_detail_section .tabs-1911-tab {
    justify-content: center;
    padding: 0 15px;
}

.tabbing_contact_detail_section .ct-section-inner-wrap {
    padding-top: 125px;
}

.form_heading_text h5{
    font-size: 21px;
    line-height: 28px;
    color: var(--dark_font);
}

.form_heading_text h3::before {
    left: -14px;
    background-size: 80px;
    width: 82px;
    height: 60px;
    top: -7px;
}

.tabbing_contact_detail_section .wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
    line-height: 14px;
    bottom: 0;
    position: relative;
    left: 0;
}

.form_heading_text{
    margin-bottom: 20px;
}

.map_div_left {
    width: 50%;
    padding: 0 15px;
}

.contact_section .ct-section-inner-wrap{
    align-items: flex-end;
}

.conatct_form {
    background-color: var(--white);
    padding: 40px;
    width: 100%;
    max-width: 660px;
    box-shadow: 0px 0px 60px 10px rgb(0 0 0 / 15%);
    z-index: 9;
}

.conatct_form h3{
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 38px;
    margin-left: 50px;
    line-height: 92px;
    z-index: 9;
}

.conatct_form input {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DBE1E5;
}

.tabbing_contact_detail_section input{
    padding: 10px 0;
}

textarea:focus-visible {
    outline: 0px;
}

textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #74C7C5;
    padding: 10px;
    width: 100%;
}

.conatct_form textarea {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DBE1E5;
    height: 160px;
}

.conatct_form .wpcf7-spinner {
    top: 10px;
    right: -70px;
    position: absolute;
}

.submit{
    background-color: transparent;
    color: var(--light-blue);
    border: 1px solid #0C7D7A;
    color: var(--light-blue);
    border-bottom: 1px solid #0C7D7A !important;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
}

.submit:hover {
    background-color: var(--light-blue);
    color: var(--white);
    transition: 0.5s;
}

.conatct_form .wpcf7-form p{
    position: relative;
    margin: 0;
}

/*contact css end*/

/*privacy polic page css start*/

/*terms_section css start*/

.terms_section .ct-section-inner-wrap{
    position: relative;
    align-items: center;
}

.terms_condition_main {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}

.terms_top_img {
    position: absolute;
    top: 490px;
    right: 340px;
    z-index: -1;
}

.first_frame {
    position: absolute;
    top: 0;
    right: -132px;
    z-index: -1;
}

.second_frame {
    position: absolute;
    top: 100px;
    left: -125px;
    z-index: -1;
}

.terms_bottom_img {
    position: absolute;
    bottom: 550px;
    left: 105px;
    z-index: -1;
}

.terms_bottom_img_second {
    position: absolute;
    bottom: 170px;
    right: 65px;
    z-index: -1;
}

.terms_condition_main h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: var(--light-blue);
    margin: 45px 0 15px;
}

.terms_condition_main p{
    font-size: 14px;
    line-height: 20px;
}

.terms_condition_main ul{
    padding-left: 20px;
}

.terms_condition_main p b{
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1D;
}

.terms_condition_main ul li {
    font-size: 14px;
    line-height: 20px;
    color: #7C7C7C;
}
/*terms_section css end*/

/*privacy polic page css end*/

.map_section .map_main_wrap iframe{
    height: 100%;
    height : 900px;
    margin-bottom:-8px;
}

.map_section .ct-section-inner-wrap{
    padding: 0;
}

.pum-theme-304 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: 17px;
    top: 17px;
    color: #000;
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
}

.pum-theme-304 .pum-container, .pum-theme-lightbox .pum-container {
    border: none;
    box-shadow: 0 0px 12px 0px rgb(2 2 2);
}

.pum-theme-304 .pum-title, .pum-theme-lightbox .pum-title {
    color: var(--light-blue);
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}

.wp-video {
     width: 100% !important;
}

.wp-video-shortcode video, video.wp-video-shortcode {
    height: auto !important;
}

.mejs-container {
    max-height: 620px !important;
}
.pum-container.pum-responsive.pum-responsive-medium {
    width: 1140px;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, 0);
    height: 720px;
    overflow: hidden;
    margin: 0;
}

.diamond_category_col .diamond_category_video {
    width: 40% !important;
}

.diamond_category_col .diamond_category_dt_text {
    width: 50% !important;
}

.diamond_category_col{
    justify-content: space-between;
}


/*login page css start */

#pum-360 .pum-container.pum-responsive.pum-responsive-medium {
    width: 580px;
    top: 110px !important; 
    height: auto;
    position: relative;
}

.pum-container.pum-responsive.pum-responsive-medium {
    top: 50px !important;
    position: relative;
    position: fixed;
    /*max-height: 89vh;*/
    max-height: 66vh;
    overflow: auto;
}
.pum-theme-304 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    background-color: #FFF;
}

.popmake .diamond_heading {
    display: inline-block;
    font-size: 48px;
    padding-bottom: 20px;
    line-height: 58px;
}

.popmake .pum-theme-304 .pum-content, .pum-theme-lightbox .pum-content {
    text-align: center !important;
}

.custome_checkbox {
    text-align: left;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 15px;
    padding-left: 15px;
}

.popmake .popmake-content .um input{
    border: 0 solid #ddd !important;
    border-bottom: 1px solid #DBE1E6 !important;
}

.popmake .pop_img{
    position: absolute;
    top: -20px;
    left: -20px;
}

.popmake .um-field {
    padding: 45px 0 0 0;
}

/*login page css end */


/*solitede diemond page css start*/

.title {
  margin: 0 0 50px;
  text-align: center;
}
.title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  color: #0c7d7a;
  font-family: "Playfair Display", serif;
  position: relative;
  margin: 0;
  display: inline-block;
  z-index: 9;
}
.title h2:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 2px;
  background: url(./images/diamond-title.svg);
  width: 103px;
  height: 75px;
  background-repeat: no-repeat;
  z-index: -1;
}
.search_diamond_inner_wrap {
  padding: 35px;
  border: 6px solid #d5eeee;
  background: #e5f9f9;
}

.search_filter_wrap h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0c7d7a;
    margin: 0 0 10px;
}

.search_filter_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
    padding-bottom: 10px;
}
.dragscroll {
  overflow: hidden;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.search_filter_wrap ul li {
  margin-right: 15px;
}
.search_filter_wrap ul li input {
  display: none;
}
.search_filter_wrap ul li label {
  background: #fff;
    border: 1px solid #dddddd;
    display: block;
    padding: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}

.search_filter_wrap ul li label span {
    font-size: 12px;
    text-transform: capitalize;
}

.search_filter_wrap ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.search_filter_wrap ::-webkit-scrollbar-track {
  background: #e5f9f9;
}

.search_filter_wrap ::-webkit-scrollbar-thumb {
  background: #0c7d7a;
}

.search_filter_wrap ::-webkit-scrollbar-thumb:hover {
  background: #0c7d7a;
}

.search_filter_wrap ul li label img {
  filter: grayscale(1);
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.search_filter_wrap ul li input:checked + label {
  border: 1px solid #0c7d7a;
  color: #0c7d7a;
}
.search_filter_wrap ul li input:checked + label img {
  filter: grayscale(0);
}
.search_filter_wrap .shape_wrap {
  margin-bottom: 20px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.col-md-6 {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
.shape_wrap.cut_wrap ul li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7c7c7c;
  width: auto;
  height: auto;
  padding: 14px 18px;
}

.shape_wrap.color_wrap ul li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7c7c7c;
    width: auto;
    height: auto;
    padding: 10px 18px;
}
.range_slider_wrap {
  max-width: 530px;
}
.irs--round .irs-bar {
  background-color: #0c7d7a;
}
.irs--round .irs-handle {
  top: 29px;
  width: 16px;
  height: 16px;
  border: 0;
  background-color: #0c7d7a;
  border-radius: 24px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #0c7d7a;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #a8ecea;
}
.irs--round .irs-handle {
  box-shadow: 0 0 0px 6px rgb(116 199 197 / 25%);
}

.advance_search h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #0c7d7a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  margin: 0 0 30px;
  position: relative;
  border-bottom: 1px solid #0c7d7a;
  user-select: none;
}
.advance_search h3 span {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.advance_search h3 img {
  transform: rotate(180deg);
  transition: 0.5s ease;
}
.advance_search h3 span:before {
  position: absolute;
  content: "";
  right: -30px;
  top: 12px;
  width: 16px;
  height: 2px;
  background: #0c7d7a;
}

.advance_search h3 span:after {
  position: absolute;
  content: "";
  right: -23px;
  top: 5px;
  width: 2px;
  height: 16px;
  background: #0c7d7a;
}

.advance_search_content {
  display: none;
  margin: 0 0 20px;
}

.advance_search_content.open {
  display: block;
}
.advance_search h3.active span:after {
  display: none;
}
.advance_search h3.active img {
  transform: rotate(0);
}

.custome_checkbox [type="checkbox"]:not(:checked),
.custome_checkbox [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.custome_checkbox [type="checkbox"]:not(:checked) + label,
.custome_checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7c7c7c;
}

/* checkbox aspect */
.custome_checkbox [type="checkbox"]:not(:checked) + label:before,
.custome_checkbox [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

.custome_checkbox [type="checkbox"]:checked + label:before {
  border: 1px solid #0c7d7a;
  background: #0c7d7a;
}

/* checked mark aspect */
.custome_checkbox [type="checkbox"]:not(:checked) + label:after,
.custome_checkbox [type="checkbox"]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 8px;
  left: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #0c7d7a;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
.custome_checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.custome_checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  color: #fff;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

.top_button_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left_button_wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.left_button_wrap ul li {
  margin-right: 40px;
}
.btn_green {
  background: #0c7d7a;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c7d7a;
  transition: 0.5s ease;
}
.btn_green img {
  margin-right: 10px;
  filter: brightness(0) grayscale(1) invert(1);
  transition: 0.5s ease;
}
.btn_green:hover {
  background: #fff;
  color: #0c7d7a;
}
.btn_green:hover img {
  filter: inherit;
}
.btn_white {
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #0c7d7a;
  text-decoration: none;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c7d7a;
  transition: 0.5s ease;
}
.btn_white img {
  margin-right: 10px;
  filter: inherit;
  transition: 0.5s ease;
}
.btn_white:hover {
  background: #0c7d7a;
  color: #fff;
}
.btn_white:hover img {
  filter: brightness(0) grayscale(1) invert(1);
}
.location_select label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7c7c7c;
  margin-right: 10px;
}
.location_select select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dbe1e6;
  padding: 10px 0;
  box-shadow: none;
  outline: 0;
}
.tabs-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin: 40px 0;
  border-bottom: 1px solid #dbe1e6;
}
.tabs-nav ul li {
  padding: 0 25px;
}
.tabs-nav ul li:first-child {
  padding-left: 0;
}
.tabs-nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #1c1c1d;
  padding: 10px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.tabs-nav ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #0c7d7a;
  transform: translate(-50%, 0);
  transition: width 0.5s ease;
}
.tabs-nav ul li.active a {
  color: #0c7d7a;
  font-weight: 500;
}
.tabs-nav ul li.active a:after {
  width: 43px;
}
.table-responsive {
  overflow-x: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  white-space: nowrap;
}
.diamond_search_table table thead tr th {
  background: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
  padding: 18px 10px;
  text-align: left;
}
.diamond_search_table table tbody tr td {
  padding: 13px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7c7c7c;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}
.diamond_search_table table tbody tr td .shape img {
  width: 24px;
  margin-right: 5px;
  height: 30px;
  object-fit: contain;
}
.diamond_search_table table tbody tr td .shape {
  display: flex;
  align-items: center;
}

.diamond_search_table table tbody tr td a.login_link {
  color: #74c7c5;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.diamond_search_table table tbody tr td a.login_link:hover {
  color: #0c7d7a;
}
.diamond_search_table .view_btn {
  color: #0c7d7a;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #0c7d7a;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 20px;
  display: inline-block;
}
.diamond_search_table .view_btn:hover {
  background: #0c7d7a;
  color: #fff;
}
.diamond_search_table table tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
.diamond_search_table table tbody tr td:last-child {
  border-right: 1px solid #dddddd;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
}
.pagination ul li a {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid #dddddd;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7c7c7c;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-left: 15px;
}
.pagination ul li a.active {
  border-color: #0c7d7a;
  color: #0c7d7a;
}
.pagination ul li a:hover {
  color: #0c7d7a;
  border-color: #0c7d7a;
}
.data_row_show p {
  margin: 0;
}
.pagination_wrap {
    margin: 30px 0 21px;
}
.pagination_wrap .row {
  align-items: center;
}   

.solitare_custom_template_wrapper .ct-code-block{
    width: 100%;
}

/*solitede diemond page css end*/


.form-control {
  position: relative;
  height: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dbe1e6;
}
.form-label {
  position: absolute;
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.5;
  top: 0.5rem;
  width: 100%;
  color: #7c7c7c;
  transition: all 0.2s ease;
    left: 0;
    text-align: left;
}
.form-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 0;
  resize: none;
  border: none;
  outline: none;
  color: #000;
  background: transparent;
  transition: all 0.2s ease;
}
.form-input::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form-input:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form-input::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
}
.form-input:not(:-moz-placeholder-shown).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 0;
  font-size: 0.875rem;
  z-index: 9;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-input:not(:-ms-input-placeholder).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 0;
  font-size: 0.875rem;
  z-index: 9;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-input:focus ~ .form-label,
.form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
  top: -0.75rem;
  left: 0;
  font-size: 0.875rem;
  z-index: 9;
  transition: all 0.2s ease;
}
.form-areas {
  resize: none;
  max-width: 100%;
  min-height: 7rem;
  max-height: 16rem;
}

.login_wrap_inner {
  max-width: 370px;
  margin: 0 auto;
}

.forgot_password {
  text-align: right;
  margin-bottom: 40px;
}
.forgot_password a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1d;
  text-decoration: none;
}

.login_wrap_inner .form_field .form-control:last-child {
  margin-bottom: 10px;
}
.submit_button {
  text-align: center;
}

.submit_button .btn_green {
  display: inline-flex;
}

.create_account_wrap {
  text-align: center;
  margin: 30px 0 0;
}

.create_account_wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7c7c7c;
}

.create_account_wrap p a {
  color: #0c7d7a;
  text-decoration: none;
}

.signup_wrap_inner {
  max-width: 1350px;
  margin: 0 auto;
}

.signup_wrap_inner .col-md-4 {
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
}

.signup_wrap_box {
  background: #fafbfc;
  padding: 25px 20px;
  height: 100%;
}

.signup_wrap_box h4 {
  margin: 0 0 35px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #0c7d7a;
  text-align:left;
}

.signup_wrap {
  margin-bottom: 50px;
}

/*buyy table css start*/

.diamond_table_section .column-4 ul {
    background-color: #000 !important;
    display: flex !important;
    justify-content: center;
    max-width: 460px;
    height: 65px;
    align-items: center;
}

.diamond_table_section thead th.column-4{
    background-color:#000 !important;
}

.table_section{
    background-color: #dbe1e633;
}

.tablepress .odd td {
    background-color: #fff;
}

.diamond_search_table table.dataTable  tbody tr td {
    padding: 17px 10px;
}

.diamond_table_section .diamond_search_table table thead tr th {
    padding: 18px 20px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.diamond_table_section{
    background-color: #dbe1e633;
}

.diamond_table_section .column-4 .extra-small-imgs,
.diamond_table_section .column-4 .larg-imgs,
.diamond_table_section .column-4 .mid-imgs,
.diamond_table_section .column-4 .small-imgs{
    display: flex;
}

.diamond_table_section .column-4 .extra-small-imgs li,
.diamond_table_section .column-4 .larg-imgs li,
.diamond_table_section .column-4 .mid-imgs li,
.diamond_table_section .column-4 .small-imgs li{
    margin: 0 5px;
    display: flex;
    padding: 6px 0;
}

.diamond_table_section .column-1 {
    color: var(--light-blue);
    font-weight: 500;
    font-size: 38px;
    font-family: 'Playfair Display';
    line-height: 51px;
}

.diamond_table_section table caption{
    display: none;
}

.diamond_search_table {
    width: 100%;
    overflow: auto;
}

.extra-small-imgs li img{
    height:35px;
    width: auto;
}

.small-imgs li img{
    height: 41px;
    width: auto;
}

.diamond_search_table table tbody tr td {
    padding: 6px 10px;
}

.mid-imgs li img{
    height: 47px;
    width: auto;
}

.larg-imgs li img{
    height: 57px;
    width: auto;
}

.tablepress .row-hover tr:hover td {
    background-color: transparent;
}

.diamond_table_section .diamond_search_table table tbody tr td {
    border: 1px solid #dddddd;
    vertical-align: middle;
}

/*buyy table css end*/

.kyc_wrap_inner {
  max-width: 1350px;
  margin: 0 auto;
}

.kyc_wrap_form_field .col-md-4 {
  width: 33.333%;
  padding-left: 12px;
  padding-right: 12px;
}

.kyc_wrap_form_field {
  margin: 0 0 40px;
}

.kyc_wrap_form_field h2 {
  font-weight: 500;
    margin-bottom: 30px;
  font-size: 38px;
  line-height: 51px;
  color: #0c7d7a;
  font-family: "Playfair Display", serif;
}

.diamond_pro_dt_text ul{
    padding-left: 25px;
    list-style: disc;
}

.my_cutom_top_btn {
    position: fixed;
    right: 20px;
    bottom: 60px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    border-radius: 5px;
    z-index: 9;
}
/*.my_cutom_top_btn button {*/
/*    background: rgb(12, 125, 122);*/
/*    border: 0px;*/
/*    color: rgb(255, 255, 255);*/
/*    font-size: 20px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    transition:0.5s ease;*/
/*}*/
/*.my_cutom_top_btn button:hover {*/
/*    background: #F1CB6C;*/
/*    color: #000;*/
/*}*/

.my_cutom_top_btn button {
    background: #fff;
    border: 0px;
    color: #000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition:0.5s ease;
}
.my_cutom_top_btn button:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0 7px 0 #fff;
}

.section_404_wrap .heading_wrap{
    align-items: center;
}

.section_404_wrap .heading_wrap .ct-headline{
    font-size: 200px;
    line-height: 280px;
    font-weight: 600;
    color: #0c7d7a;
    margin: 0 0 20px;
}
.logo_404 {
    max-width: 330px;
    margin: 0 0 20px;
}

/*kelvin css start*/

.benner_wrap_abt{
  background-image: url(../img/banner_abt.png);
  padding:50px 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_wrap_text h1{
  color: #fff;
  font-size: 38px;
  font-family: 'Playfair Display';
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.banner_links_wrap a,
.banner_links_wrap p {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.pointer_text h2{
  font-size: 64px;
}

.pointer_text .title{
  text-align: left;
  margin-left: 48px;
}

.pointer_img {
  display: flex;
  justify-content: end;
}

.pointer_wrap p {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.pointer_wrap .row{
  align-items: center;
}

.sieve_heading_text p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.sieve_wrap_main {
  padding: 0px 0px;
}
.sieve_wrap_main .row{
  align-items: center;
  justify-content: end;
}
.sieve_wrap_main_2 .row{
  justify-content: flex-start;
} 
.custom_html_wrapper .sieve_img {
  display: flex;
  justify-content: flex-end;
  position: static;
}
.sieve_wrap_main_2 .sieve_img{
  justify-content: start;
}
.sieve_text h3{
  font-size: 38px;
  font-weight: 500  ;
  font-family: 'Playfair Display';
  color: #0c7d7a;
  margin: 0;
  margin-bottom: 20px;
}
.sieve_text p{
  font-size: 18px;
  line-height: 32px;
}
.sieve_text {
  max-width: 604px;
  margin: 0 0 0 auto;
}
.sieve_wrap_main_2 .sieve_text {
  margin: 0 auto 0 0;
}
.sieve_text_bg h4 {
  margin: 0;
  font-family: 'Playfair Display';
  font-size: 38px;
  font-weight: 500;
} 
.sieve_text_bg {
  display: inline-block;
  background-color: #f1f3f5;
  padding: 10px;  
}
.col-md-7{
    width: 58.33333333%;
    padding-left: 12px;
    padding-right: 12px;
}
.col-md-5{
  width: 41.66666667%;
  padding-left: 12px;
  padding-right: 12px;
}
.sieve_wrap_2{
  margin-top: 100px;
}
.table_abt{
  background-color: #f8f9fa;

}
.diamond_search_table table tbody tr td {
  padding: 10px 10px;
}

.melee_diamonds {
    position: absolute;
    top: -100px;
    right: 30%;
}
.star_img_content_after {
    position: absolute;
    bottom: 227px;
    right: 20%;
    z-index: -2;
}
.star_img {
    position: absolute;
    top: 16%;
    left: -5%;
    z-index: -1;
}
.range_img {
     position: absolute;
    top: 61%;
    left: 36%;
    z-index: -1;
}
.sieve_wrap_main {
    position: relative;
}
.custom_html_wrapper {
    width: 100%;
}
.usp_services {
    width: 100% !important;
}
.pagination {
    justify-content: end;
}

/*kelvin css end*/

.dimaond_color_wrap{
    padding: 0 !important;
    order: 2;
}

.diamond_color_inner {
    margin-top: 30px;
    margin-bottom: 30px;
}



/********start video css start**********/

#pum-740 .mejs-controls{
    display: none;
}

#pum-740 .popmake {
    top: 0 !important;
    left: 0 !important;
    margin-left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: block !important;
    position: relative;
}

#pum-740 .pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: initial;
}

#pum-740 .wp-video-shortcode video, video.wp-video-shortcode {
    height: 100vh !important;
    width: 100% !important;
    object-fit: cover;
}

#pum-740.pum.pum-overlay{
    padding: 0 !important;
    overflow-y: initial !important;
}

#pum-740 .popmake-close.pum-close {
    bottom: 0;
    top: auto;
    position: absolute;
    right: 0;
    background-color: transparent;
    color: #fff;
    border: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: end;
}

#pum-740 .wrap_vid_logo{
    z-index: -1;
    height: 100vh;
}

#pum-740 .wrap_vid_logo .logo_wrapper{
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9;
}

#pum-740 .popmake-close.pum-close span{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 50px;
    margin-right: 60px;
    transition: 0.5s;
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#pum-740 .popmake-close.pum-close span:hover{
    transition: 0.5s;
    background-color: #fff;
    color: #000;
}

/*#pum-740  .pum-container .pum-content+.pum-close>span, .pum-content, .pum-title {*/
/*    position: initial;*/
/*}*/

#pum-740 .mejs-overlay-button {
    display: none;
}

.video_popup_load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: #000;
}

.video_popup_load .ct-section-inner-wrap{
	    width: 100%;
    max-width: 100%;
    padding: 0;
}
.video_popup_load video#home_vid{
	    width: 100vw;
    height: 100vh;
}

/*************start video css end***********/ 

/* new design css start */

.home_abt_section{
    background: var(--light-blue);
}

.white_title{
    color: var(--white);
}

.black_title{
    color: var(--light-blue);
}

.home_cust_text_head h2 {
    color: var(--light-blue);
    margin-bottom: 15px;
}

.home_services_col {
     margin-top: 0; 
}

.gallery_slider_section {
    background-color: var(--light-blue);
}

.diamond_slider_section .swiper {
    padding: 100px 2px 10px;
}

.testi_content p{
    margin: 0;
    position: relative;
    height: 204px;
    overflow: hidden;
}

.testi_content::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 23px;
    width: 43px;
    height: 37px;
    background-image: url(./images/quote.svg);
    background-repeat: no-repeat;
}

.tesi_wrapper {
    border: 1px solid #CACACA;
    position: relative;
}

.testi_content {
    padding: 80px 70px;
    position: relative;
    border-bottom: 1px solid #CACACA;
}

.user_details_wrapper p{
    margin: 0;
}

.testi_img{
    position: absolute;
    right: 30px;
    bottom: 90px;
}

.user_details_wrapper{
    padding: 22px 45px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    display: block !important;
    opacity: 1 !important;
}

.footer_icon_list ul li a img {
    filter: brightness(0) invert(1) grayscale(1);
}

.home_diamond_bottom_section .ct-section-inner-wrap {
    padding: 0;
    align-items: center;
    overflow: hidden;
}

.home_diamond_bottom_section .bottom_content_set h4 {
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display';
    margin: 50px 0px 70px;
    padding: 0 120px;
}

.dmv_footer_text {
    font-family: 'Rubik';
    margin: 20px 0;
}

.Footer_rights_col{
    justify-content: flex-start;
    padding: 20px 0 0;
}

.Footer_rights_text {
    align-items: self-start;
}

.diamond_slider_section .swiper-button-prev:after,
.diamond_slider_section .swiper-button-next:after,
.Certified_slider_section .swiper-button-next:after {
    filter: brightness(0);
}

.swiper-button-next:before {
    content: '' !important;
    background: var(--gray-txt);
}

.home_abt_section .home_abt_text p{
    color: #E6EDEF;
    margin-top: 15px;
}

.abt_our_story .home_abt_text p{
    color: var(--gray-txt);
    margin-top: 15px;
}


.mejs-layer {
    width: 40% !important;
    height: 100vh !important;
    transform: translate(-50%, 0);
    left: 50%;
}

.abt_our_story{
    background-color: var(--dark_font);
}

#pum-312 .mejs-layer {
    height: 100% !important; 
}


#pum-312 .wp-video-shortcode video, video.wp-video-shortcode {
    height: 100% !important;
}
.form_div_right .submit_btn input.wpcf7-form-control.has-spinner.wpcf7-submit.submit {
    border: 1px solid var(--light-blue);
    border-bottom: 1px solid var(--light-blue)!important;
    
}
.conatct_form input{
    color:#000;
}

.diamond_slider_section {
    user-select: none;
}

#pum-312 .pum-content.popmake-content{
    height: 92%;
}

#pum-312 .pum-content.popmake-content p iframe,
#pum-312 .pum-content.popmake-content p{
    height: 100%;
    width: 100%;
}

.footer_app_link ul li{
    margin-right: 10px;
}

.footer_app_link ul{
    display: flex;
}
li.new_loc {
    margin-bottom: 5px !important;
}
.footer_certi_wrapper {
    width: 130px;
    margin-top: 15px;
}
.hide{
    display:none;
}
.footer_bottom_address {
    color: #fff;
    font-size: 18px;
}
.foter_bottom_contacts ul li {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0px;
    gap:10px;
}
.foter_bottom_contacts ul {
    display:flex;
    align-items: center;
    margin-top: 15px;
    gap:30px;
}
.foter_bottom_contacts ul li img{
    filter: invert(1);
}
.foter_bottom_contacts ul li p{
    margin:0;
}
.foter_bottom_contacts ul li a{
    color:#fff;
}
.foter_bottom_contacts ul li a:hover,
.footer_bottom_address:hover{
    color:#C6AD64;
}