ul{margin: 0px;padding: 0px;list-style: none;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body {
    font-family: 'Times New Roman' !important;
    background: #2d2d38 !important;
}
.title {float: left;width: 100%;}
.title h3 {
    float: left;
    width: 100%;
    color: #dddde5;
    font-size: 80px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
p {
    float: left;
    width: 100%;
    color: #777780;
    font-size: 25px;
    margin-bottom: 0px;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #91c82a !important;border-bottom: 0px !important;}
header#header {
    position: fixed;
    z-index: 1000;
    float: left;
    width: 100%;
    background: #2d2d38;
    /* box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.25); */
    padding-top: 34px;
    padding-bottom: 20px;
    margin-bottom: 33px;
    border-bottom: 2px solid #3c3c46;
}
.deskmenu {
    z-index: 9;
    /* display: flex; */
    position: relative;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    padding: 0;
}
.main_menu .menu li a {
    font-size: 25px;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
    /* font-family: robotomedium; */
    text-transform: capitalize;
    font-weight: 500;
    /* letter-spacing: 2px; */
}
ul.sub-menu a {font-size: 17px !important;}
.main_menu .menu li.active a {color: #d18f3a;/* border-bottom: 2px solid; */}
.main_menu .menu li a:hover {
    color: #d18f3a;
}
.main_menu .menu > li {margin-top: 0px;}
.main_menu li:not(:last-child) {margin-right:68px;}
.main_menu li:not(:first-child) {margin-right: 68px;}
.main_menu li:not(:first-child) {margin-right: 68px;}
.icon-submenu {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    margin-top: -7px;
}
.icon-submenu::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    top: 47%;
    color: rgb(17, 16, 16);
    line-height: 1;
}
.menubar {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    /* border-top: 4px solid #424244; */
}
.main_logo a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.main_log a span {display: none;}
.main_logo a img {
    width: 230px;
    margin: 0 40px;
}
header#header .lern-btn {width: unset;float: unset;margin: 0px;margin-left: 20px;margin-right: 20px;}
.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.cart-btn {margin-left: 33px;margin-right: 20px;}
.main_logo {
    float: left;
    /* width: 100%; */
    /* margin-left: 45px; */
    margin: 0px 30px;
}
.serch a,.cart-btn a {color: #000000;font-size: 27px;}
a.openBtn {float: left;width: 100%;}
.serch form {float: left;width: 100%;display: flex;}
.serch form input[type="text"] {border: none;padding: 10px;border-radius: 25px 0 0 25px;outline: none;/* flex: 1; */font-size: 18px;color: #000;background-color: #fff;width: 100%;font-style: italic;display: none;}
.serch button {background-color: transparent;border: none;/* border-radius: 0 25px 25px 0; *//* padding: 10px 20px; */cursor: pointer;}
.overlay-content {position: relative;top: 46%;width: 80%;text-align: center;margin-top: 30px;margin: auto;}
.overlay-content input[type="text"] {display: block !important;}
.serch {
    margin-right: 16px;
    margin-left: 16px;
}
.overlay {height: 100%;width: 100%;display: none;position: fixed;z-index: 999;top: 0;left: 0;background-color: rgb(0,0,0);background-color: rgba(0,0,0, 0.9);}
.overlay button {float: left;width: 5%;padding: 16px 10px;background: #000!important;font-size: 14px;border: none;cursor: pointer;height: 67px;border-radius: 0 !important;border-top-right-radius: 20px !important;border-bottom-right-radius: 20px !important;}
.overlay button svg {height: 25px;width: 25px;fill: #fff;}
.serch span {color: #000000;font-size: 27px;}
span.closebtn {position: absolute;top: 20px;right: 45px;font-size: 60px;cursor: pointer;color: white;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.menu-icon {/* position: fixed; */top: 20px;left: 20px;cursor: pointer;}
.close-icon {font-size: 30px;color: white;position: absolute;top: 10px;right: 20px;cursor: pointer;}
.sidebar-item {text-align: center;/* border-bottom: 1px solid #666; */}
.sidebar-item li {padding: 15px;border-bottom: 1px solid #fff;}
.sidebar-item a {color: white;text-decoration: none;font-size: 18px;font-family: 'myriad_proregular';}
.sidebar li {margin-right: 0px !important;}
#sidebar {background-color: #333;position: fixed;top: 0;right: -400px;width: 400px;height: 100%;color: white;width: 340px;transition: right 0.3s ease;z-index: 1000;background-color: #027bbf;}
.sidebar_sub_menus > a::after {content: '\25BC'; /* Unicode for downward triangle â–¼ */font-size: 12px;  /* Adjust size as needed */color: white;margin-left: 10px; /* Space between text and icon */transition: transform 0.3s ease; /* For rotation animation */}
.sidebar_sub_menus .sub-menu a:hover {background: unset !important;}
.sidebar_sub_menus.active > a::after {transform: rotate(180deg); /* Rotate the icon when active */}
.sidebar_sub_menus .sub-menu a {padding: 0px !important;text-align: center !important;border-bottom: unset !important;width: 100% !important;justify-content: center !important;text-transform: capitalize !important;}
.servi-submenu {display: none;}
.servi-submenu.open {display: block;}
#sidebar.open {right: 0;}
.sidebar_sub_menus .sub-menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 186px;
    left: 0;
    z-index: 9;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    /* bottom: 0; */
}
.sidebar_sub_menus.active .sub-menu {display: block; /* Show submenu when parent is active */}
.sidebar_sub_menus .sub-menu > li:first-child {display: block;}
.sidebar_sub_menus.active .sub-menu .servi-submenu {display: block;}
.cont-btn {
    margin-left: 20px;
    float: left;
    margin-top: 3px;
}
.cont-btn a {
    background: #101013;
    color: #fff;
    font-size: 22px;
    padding: 37px 38px;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.contact-info {
    display: flex;
    gap: 15px;
    color: #333;
}

.contact-info i {
    color: #82b440;
    margin-right: 5px;
    font-size: 20px;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}
.social-icons a {
    color: #333;
    text-decoration: none;
    font-size: 21px;
}
.social-icons a:hover {
    color: #82b440;
}
.contact-info a {
    color: #3e3e40;
    font-size: 20px;
}
.serch-box {
    display: flex;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 40px;
}
.serch-box input {
    border: transparent;
    background: transparent;
    color: #fff;
    padding-left: 11px;
}
.serch-box span {
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
}
.cart-icon a {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}
.cart-icon {
    display: flex;
}
.serch-box input::placeholder{color: #fff}
/*end-header*/

/*start-bnner*/
.bnner-img {
    float: left;
    width: 100%;
    position: relative;
}
.bnner-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bnner-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 123px 0px;
    background: #00000061;
}
.bnner-content h1 {
    float: right;
    width: 80%;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
}
 

.lern-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.lern-btn a {
    background: #fff;
    border: 1px solid #93ca2b;
    color: #414143;
    text-transform: capitalize;
    font-size: 22px;
    padding: 14px 56px;
    float: left;
}
.lern-btn a:hover{background:#93ca2b;color: #fff;transition: 0.6s;}
/*end-bnner*/

.Jeweler {
    margin-top: 50px;
}
.Jeweler img{float: left;width: 100%;}
.Jeweler-boxes {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.Jeweler-box,.Jeweler-boxs{
    float: left;
    width: 100%;
}
.Jeweler-box img {
    height: 600px;
}
.Jeweler-boxs img {
    height: 315px;
}
.Jeweler-boxes img {
    height: 270px;
}
.faqs {
    margin-top: 80px;
}

.faq-container {
    width: 100%;
    float: left;
    margin-top: 50px;
}


.faq-question {
    width: 100%;
    /* padding: 0; */
    background: transparent;
    border: none;
    color: white;
    font-size: 29px;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-left: 15px;
}
.faq {
    /* background: #2d2d44; */
    border-bottom: 2px solid #444;
    text-align: left;
    padding-bottom: 12px;
}

.faq-question::after {
    content: "+";
    float: right;
    font-size: 20px;
}

.faq-question.active::after {
    content: "-";
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    /* padding: 0 15px; */
    /* background: #1f1f38; */
    transition: max-height 0.3s ease-out;
    /* float: left; */
    /* width: 100%; */
}
.faq-answer ul {
    float: left;
    width: 80%;
    list-style: disc !important;
    padding-left: 55px;
    margin-top: 20px;
}
.faq-answer ul li {
    color: #777780;
    font-size: 20px;
    /* padding: 10px 15px; */
    /* padding-left: 15px; */
    /* margin-top: 15px; */
    list-style: disc !important;
    float: left;
    width: 100%;
}
.hidden {
    display: none;
}

#load-more {
    background: none;
    border: none;
    color: #777780;
    font-size: 27px;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

#load-more:hover {
    text-decoration: underline;
}
.faq-answer p strong {
    font-weight: 600;
}
.faq-answer p {
    color: #777780;
    font-size: 20px;
    /* padding: 10px 15px; */
    padding-left: 15px;margin-top:15px;
}
.about {
    margin-top: 100px;
}
.about-img {
    float: left;
    width: 100%;
	text-align:center;
}

.about-img img {
   /* float: left;
    width: 100%;
    height: 600px;*/
    object-position: top;
}
.about-txt p {
    margin-top: 20px;
}
.about-txt {
    float: left;
    width: 100%;;
}
.about .row {
    align-items: center;
}
footer {
    float: left;
    width: 100%;
    margin-top: 100px;
}
.footer-logo {
    float: left;
    width: 100%;
}
.footer-logo img {
    float: left;
    width: 250px;
}
.contact-info-footer {
    float: left;
    width: 100%;
}
div#gform_confirmation_message_1 {
    color: green;
}
.contact-info-footer h3 {
    float: left;
    width: 100%;
    color: #dddde5;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-info-footer li {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 13px;
}
.contact-info-footer li span {
    margin-right: 10px;
    color: #deab5d;
    font-size: 21px;
}
.contact-info-footer li a {
    /* color: #777780; */
    font-size: 21px;
    color: #dddde5;
}
.contact-info-footer input {
    background: #4e4e58;
    border: unset;
    padding: 11px 15px !important;
    margin-bottom: 20px;
    border-radius: 40px;
    width: 100%;
    color: #ddddda;
    font-size: 20px;
}
.contact-info-footer input[type="submit"] {
    width: unset;
    background: transparent;
    color: #dddde5;
    font-size: 23px !important;
    border: 1px solid;
    padding: 5px 36px !important;
    text-transform: capitalize;
}
.copy {
    float: left;
    width: 100%;
    border-top: 2px solid #FFFFFF;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 30px;
}
.copy p {
    color: #a59696;
    /* font-size: 23px; */
}
.copy p span{
    color: #f8e3a3;
    /* font-size: 23px; */
}
.lg-none {
    display: none !important;
}
.inner-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 160px 0px;
    text-align: center;
}
.inner-content h1 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 45px;
    text-transform: uppercase;
}
.breadcrumb {
    font-size: 20px;
    color: white;
    float: left;
    width: 100%;
    justify-content: center;
}
.breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}
.separator {
    margin: 0 12px;
    position: relative;
}
.separator:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 10px;
    width: 10px;
    top: 7px;
    left: -5px;
    border-radius: 50px;
}
.separator:after {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    height: 10px;
    width: 10px;
    top: 10px;
    left: -2px;
    border-radius: 50px;
}
.contactus.contactus-innerpage {
    margin-top: 100px;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form input,.contact-form textarea {
    background: transparent;
    border: unset;
    padding: 11px 15px !important;
    margin-bottom: 20px;
    border-radius: 40px;
    width: 100%;
    color: #777780;
    font-size: 20px;
    border: 2px solid;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px !important;
}
input#gform_submit_button_1 {
    width: unset;
    background: transparent;
    color: #dddde5;
    font-size: 23px !important;
    border: 1px solid;
    padding: 5px 36px !important;
    text-transform: capitalize;
}
.contactus.contactus-innerpage li {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.contactus.contactus-innerpage li span {
  
    margin-right: 10px;
    color: #deab5d;
    font-size: 21px;
}
.contactus.contactus-innerpage li a {
    /*color: #777780;*/
    font-size: 21px;
      color: #dddde5;
}
.serch-box button {
    background: transparent;
    border: transparent;
    color: #fff;
    font-size: 19px;
}
.gjs-row {
    float: left;
    width: 100%;
}
.about_us_main p {
    color: #fff;
}
.search-result-data,#inner-page,.defult_pages_content {
    margin-top: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #fff !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #fff;
}
section.search-result-data ul li a {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
}
.page-not-link.grey-text a.btn {
    font-size: 20px;
    background: #fff;
    color: #000;
}
.page-not-link.grey-text {
    color: #fff;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.content {display:none;}
.bnner {
    margin-top: 142px;
}
