﻿.nav-menu /* common css */
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i|Raleway:400,600'); @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.otf') format('opentype');
    src: local('FontAwesome');
}

@font-face {
    font-family: 'MizoArial';
    src: url('../fonts/MizoArial.ttf') format('truetype');
}

@font-face {
    font-family: 'arialbd';
    src: url('../fonts/arialbd.ttf') format('truetype');
}


.bg {
    background-image: url(../images/index/1.jpg);
    height: 100% !important;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    max-width: 100% !important;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

p {
    line-height: 22px;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

a:focus, .btn:focus {
    outline: none;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 100%;
    color: #000;
    line-height: 100%;
    font-style: normal;
    text-decoration: unset;
    overflow-x: hidden;
}

input {
    background: none;
    border: 0 none;
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: middle;
}

img {
    border: 0 none;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: center;
}

.text_left {
    text-align: center;
}

.text_center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.clearfix {
    clear: both;
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

a:hover, a:focus {
    text-decoration: none;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* index page */

/* header */
.slider_banner .slider_img {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}

.bnr_txt_wrap {
    position: absolute;
    top: 40%;
    text-align: right;
    color: #fff;
    right: 0;
    left: 0;
}

.bnr_txt {
    width: 44%;
    float: right;
    background-color: rgba(0,0,0,0.40);
    padding: 40px 50px;
}

    .bnr_txt h2 {
        font-size: 50px;
        text-transform: uppercase;
        font-family: 'PT Serif', serif;
        font-weight: 400;
        padding-bottom: 18px;
        letter-spacing: 3px;
    }

    .bnr_txt p {
        font-size: 16px;
        color: rgb(131,214,255);
        padding-left: 35px;
        padding-bottom: 24px;
    }

.cmn_btn {
    display: inline-block;
}

    .cmn_btn a {
        color: rgb(255,255,255);
        padding: 10px 19px;
        background-color: #0c2e6a;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-decoration: none;
        display: block;
        line-height: 100%;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        border-radius: 50px;
    }

        .cmn_btn a:hover {
            color: #fff;
            background-color: #000;
        }


    .cmn_btn button, .cmn_btn input[type=button], .cmn_btn input[type=reset], .cmn_btn input[type=submit] {
        color: rgb(255,255,255);
        padding: 10px 19px;
        background-color: #314672;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-decoration: none;
        display: block;
        line-height: 100%;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        border-radius: 50px;
    }

        .cmn_btn button:hover, .cmn_btn input[type=button]:hover, .cmn_btn input[type=reset]:hover, .cmn_btn input[type=submit]:hover {
            color: #fff;
            background-color: #314672;
        }

/******************** bx wrapper ************************/
.slider_banner .bx-wrapper {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

    .slider_banner .bx-wrapper .bx-controls-auto, .slider_banner .bx-wrapper .bx-pager {
        bottom: 26%;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .slider_banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: center;
        width: 480px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 90%;
    }

    .slider_banner .bx-wrapper .bx-pager.bx-default-pager a {
        width: 17px;
        height: 17px;
        margin: 0 6px;
        outline: 0;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #fff;
        border: 4px solid #0177b5;
    }

        .slider_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
            width: 24px;
            height: 4px;
            border-radius: 0;
            border: none;
            background-color: #91713b;
            margin-top: -9px;
        }

    .slider_banner .bx-wrapper .bx-prev, .slider_banner .bx-wrapper .bx-next, .slider_banner .bx-wrapper .bx-controls-auto .bx-start, .slider_banner .bx-wrapper .bx-controls-auto .bx-stop {
        display: none;
    }

/******************** end bx wrapper ************************/

/* nav bar */
.nav_bar_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.navbar-default {
    background: rgba(0, 0, 0, 0.60);
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: inherit;
}

.nav_top {
    padding-left: 377px;
    height: 50px;
}

.nav_logo {
    position: absolute;
    background-color: red;
    top: 0;
    padding: 11px 23px;
    background-color: #91713b;
    left: 70px;
}

    .nav_logo:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 0;
        border-color: transparent #c18216 transparent transparent;
    }

    .nav_logo:after {
        position: absolute;
        content: '';
        bottom: 0;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #c18216 transparent transparent transparent;
    }

.contact_info ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    padding-right: 90px;
}

    .contact_info ul li span.cntct_txt a {
        color: #fff;
    }

        .contact_info ul li span.cntct_txt a:hover {
            text-decoration: underline;
            color: #91713b;
        }

    .contact_info ul li span {
        vertical-align: middle;
    }

.cntc_icon i {
    font-size: 16px;
    color: #91713b;
    padding-right: 10px;
}

.login_btn.cmn_btn {
    padding-top: 10px;
}

    .login_btn.cmn_btn a {
        padding: 7px 14px;
    }

.nav_menu .navbar_nav li {
    list-style: none;
    display: block;
    position: relative;
    float: left;
}

    .nav_menu .navbar_nav li a {
        font-size: 13px;
        padding: 22px 18px;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        display: block;
        transition: color 0.3s;
        line-height: 20px;
        text-decoration: none;
    }

    .nav_menu .navbar_nav li:last-child a {
        padding-right: 0px;
    }

    .nav_menu .navbar_nav li.active a, .nav_menu .navbar_nav li:hover a {
        color: #91713b;
        outline: none;
        text-decoration: none;
    }

    .nav_menu .navbar_nav li a::before {
        position: absolute;
        bottom: 18%;
        left: 50%;
        color: transparent;
        content: '.';
        text-shadow: 0 0 transparent;
        font-size: 2em;
        -webkit-transition: text-shadow 0.3s, color 0.3s;
        -moz-transition: text-shadow 0.3s, color 0.3s;
        transition: text-shadow 0.3s, color 0.3s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .nav_menu .navbar_nav li:hover a::before, .nav_menu .navbar_nav li.active a::before {
        color: #fff;
        text-shadow: 10px 0 #fff, -10px 0 #fff;
    }

/* open sub menu css */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

/* end */
.navbar_toggle {
    display: none;
}

.contact_info {
    width: 75%;
}

    .contact_info ul {
        float: left;
    }

    .contact_info .cmn_btn.login_btn {
        float: right;
    }

.nav_menu_hght {
    background-color: rgba(0,0,0,0.40);
}

.nav_menu ul {
    float: right;
}

.navbar_nav {
    padding-right: 377px;
}

.collapse {
    display: block;
}

/* End nav bar */

/* welcome section */
.welcome_sec {
    padding: 80px 0;
}

h3.cmn_sec_hdr {
    color: #000;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-style: italic;
    letter-spacing: 2px;
    text-align: right;
    position: relative;
    margin-bottom: 60px;
}

    h3.cmn_sec_hdr span {
        color: #91713b;
    }

    h3.cmn_sec_hdr::before {
        content: "";
        background: #4c3d31;
        width: 69px;
        height: 2px;
        position: absolute;
        right: 22%;
        top: 51%;
    }

.wel_img_grid {
    position: relative;
    overflow: hidden;
}

    .wel_img_grid img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .wel_img_grid:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.padd_btm {
    padding-bottom: 16px;
}

.padd_right {
    padding-right: 8px;
}

.padd_left {
    padding-left: 8px;
}

.wel_info h5 {
    font-size: 38px;
    padding-bottom: 36px;
}

    .wel_info h5 span {
        color: #4c3d31;
    }

.wel_info p {
    font-size: 16px;
    padding-bottom: 36px;
    line-height: 25px;
}

    .wel_info p.btm_txt {
        padding-bottom: 8px;
    }

    .wel_info p span {
        font-weight: 600;
    }

.wel_info ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 3px;
}

    .wel_info ul li i {
        color: #91713b;
        font-size: 16px;
        padding-right: 10px;
    }

.read_more_link {
    text-align: right;
}

.wel_info a {
    color: #91713b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

    .wel_info a:hover {
        color: #4c3d31;
    }

/* End welcome section */

/* diamond grading section */
.diamond_grad_wrap {
    padding: 120px 0;
    background-color: #91713b;
    text-align: center;
}

    .diamond_grad_wrap h4 {
        font-size: 27px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 50px;
    }

    .diamond_grad_wrap .cmn_btn a {
        color: #000;
        background-color: rgb(255, 255, 255);
        font-size: 18px;
        padding: 14px 22px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

        .diamond_grad_wrap .cmn_btn a:hover {
            color: #fff;
            background-color: #4c3d31;
        }

/* End diamond grading section */

/* diamond type section */
.diamond_type_section {
    padding: 80px 0;
}

.diam_top_img {
    text-align: center;
    padding-bottom: 40px;
}

    .diam_top_img img {
        position: relative;
    }

        .diam_top_img img:after {
            position: absolute;
        }

.icon_grid {
    text-align: center;
}

.sub_icn_grid {
    padding: 10px 0;
}

.icon_base {
    width: 103px;
    height: 103px;
    border: 2px solid #fff;
    margin: 0 auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.icon_grid:hover .icon_base, .icon_grid.active .icon_base {
    border: 2px solid #4c3d31;
}

.icon_base i {
    color: #000;
    line-height: 98px;
    font-size: 42px;
}

.sub_icn_grid h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 30px 0;
    padding-bottom: 15px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .sub_icn_grid h3::after {
        content: '';
        position: absolute;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
        width: 20%;
        height: 2px;
        background: #91713b;
        left: 40%;
        bottom: 0;
    }

.icon_grid:hover .sub_icn_grid h3, .icon_grid.active .sub_icn_grid h3 {
    color: #91713b;
}

    .icon_grid:hover .sub_icn_grid h3::after, .icon_grid.active .sub_icn_grid h3::after {
        background: #4c3d31;
        width: 60%;
    }

.sub_icn_grid p {
    font-size: 16px;
    color: #232323;
    line-height: 28px;
    word-break: break-all;
}

/* end diamond type section */

/* news section */
.news_section {
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #eeeeee;
    text-align: left;
}

h3.cmn_sec_hdr.news_txt::before {
    right: 14%;
}

.news_brd_btm {
    border-bottom: 1px solid #333333;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.data_info h6 {
    font-size: 22px;
    color: #6e6e6e;
    padding-bottom: 28px;
}

.data_info h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 28px;
}

.data_info p {
    font-size: 16px;
    color: #747474;
    padding-bottom: 30px;
    line-height: 30px;
}

.news_btn a {
    color: #4c3d31;
    background-color: transparent;
    font-size: 13px;
    border: 2px solid #4c3d31;
    padding: 8px 12px;
    letter-spacing: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .news_btn a:hover {
        color: #fff;
        background-color: #4c3d31;
    }

.news_grid_img {
    position: relative;
    overflow: hidden;
}

    .news_grid_img img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .news_grid_img:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/* end news section */

/* our team section */
.our_team_section {
    padding: 80px 0;
}

h3.cmn_sec_hdr.team_txt::before {
    right: 23%;
}

.team_grid {
    padding: 40px;
    background-color: #4c3d31;
    margin-right: 30px;
}

.team_info {
    width: 72%;
    float: left;
    padding-top: 0px;
    padding-right: 32px;
}

.team_img {
    width: 28%;
    float: left;
    border: 6px solid #0580b8;
}

.team_info p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
    line-height: 28px;
}

.team_info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.team_info h5 {
    font-size: 15px;
    color: #014868;
    font-weight: 600;
}

/* end our team section */

/* footer section */
.footer_section {
    background-color: #212121;
}

.footer_top {
    padding: 16px 0;
    border-bottom: 1px solid #2f2f2f;
}

    .footer_top i {
        padding-right: 12px;
    }

.footer li a {
    color: #fff;
    line-height: 20px;
}

    .footer li a:hover {
        color: #91713b;
    }

.contact p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.email {
    text-align: right;
    color: #fff;
}

    .email p a {
        color: #91713b;
        text-decoration: none;
    }

.ftr_btm_grid {
    padding: 50px 0;
}

    .ftr_btm_grid h2 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 22px;
    }

.ftr_img_info p {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 28px;
}

.copyright {
    background-color: #141414;
    padding: 15px 0;
    border-top: 1px solid #2f2f2f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    left: 0px;
    bottom: 0;
    height: 55px;
    width: 100%;
}

.cpyrght_right a {
    color: #fff;
    text-decoration: none;
}

    .cpyrght_right a:hover {
        color: #91713b;
    }

.cpyrght_left {
    text-align: left;
}

    .cpyrght_left a {
        color: #91713b;
        text-transform: uppercase;
        text-decoration: none;
    }

.cpyrght_right {
    text-align: right;
}

/* end footer section */

/* login page */
.top_img {
    background-image: url('../images/login/top-bg.jpg');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
}


h3.cmn_sec_hdr.login_txt {
    color: #fff;
    margin-top: 156px;
    margin-bottom: 0;
    font-size: 35px;
}

    h3.cmn_sec_hdr.login_txt::before {
        right: 25%;
    }

.login_section {
    padding-top: 50px;
    padding-bottom: 80px;
}

    .login_section h3 {
        font-size: 40px;
        padding-bottom: 18px;
        font-family: 'PT Serif', serif;
        font-weight: 400;
    }

.customer_wrap h4 {
    font-size: 23px;
    color: #314672;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    padding-bottom: 20px;
}

.customer_wrap p {
    font-size: 16px;
}

.input_form {
    padding-top: 10px;
}

.cmn_input {
    width: 100%;
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    padding: 8px 15px;
    font-size: 14px;
    color: #000;
    font-style: italic;
    margin-bottom: 15px;
    height: 41px;
}

.input_form ::-webkit-input-placeholder {
    color: #000;
}

.input_form :-moz-placeholder {
    color: #000;
    opacity: 1;
}

.input_form ::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.input_form :-ms-input-placeholder {
    color: #000;
}

.input_form ::-ms-input-placeholder {
    color: #909;
}

.input_form ::placeholder {
    color: #000;
}

.cmn_btn.login_btm_btn {
    float: right;
}

    .cmn_btn.crt_acnt_btn a, .cmn_btn.login_btm_btn a {
        font-size: 14px;
        background-color: #212121;
        display: block;
    }

        .cmn_btn.crt_acnt_btn a:hover, .cmn_btn.login_btm_btn a:hover {
            color: #fff;
            background-color: #91713b;
        }

.btm_right {
    text-align: right;
}

.frgt_txt a {
    font-size: 15px;
    color: #ff0000;
    font-weight: 600;
    padding-top: 10px;
    float: left;
    text-decoration: none;
}

.blk_bord {
    border-top: 1px solid #333333;
    padding-top: 10px;
}

.acnt_hght {
    height: 280px;
}

.left_pd {
    padding-left: 0;
}

.right_pd {
    padding-right: 0;
}

/* End login page */

/* forgot password */
.input_form.frgt_pwd {
    width: 40%;
    padding-bottom: 60px;
}

.btn_right {
    text-align: right;
}

.forgot_btm .cmn_btn a {
    font-size: 14px;
    background-color: #212121;
}

    .forgot_btm .cmn_btn a:hover {
        color: #fff;
        background-color: #314672;
    }

/* end forgot password */

/* create account */
.create_account_wrap .input_form {
    padding-top: 0;
    padding-bottom: 10px;
}

.head-btn-group button:hover {
    background-color: rgba(12,46,147,.7);
}

.create_account_wrap .cmn_input {
    font-style: normal;
}

.selectdiv {
    position: relative;
}

    .selectdiv::after {
        color: #a5a5a5;
        content: "\f0d7";
        font: 17px/1 FontAwesome;
        height: 34px;
        padding: 30px 0 0 8px;
        pointer-events: none;
        position: absolute;
        right: 30px;
        top: -3px;
    }

    .selectdiv label {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        font-weight: 400;
    }

    /* IE11 hide native button */
    .selectdiv select::-ms-expand {
        display: none;
    }

    .selectdiv select {
        appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-image: none;
    }

input:focus, textarea:focus, select:focus {
    outline: 0px;
}

/* end create account */

/** redesign search page **/
.common-search {
    border: 1px solid #dddddd;
    display: table;
    width: 100%;
    padding: 3px;
    background: #f2f2f2;
}

    .common-search li {
        background: #fff;
        border-right: 1px solid #f2f2f2;
        color: #010101;
        display: table-cell;
        font-size: 12px;
        line-height: 100%;
        padding: 5px;
        font-family: "Nunito",sans-serif;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        height: 22px;
        vertical-align: middle;
    }

        .common-search li.active, .common-search li:hover {
            background: #314672;
            color: #fff;
        }

.stoneid .common-search li:hover {
    background: #E0E0E0;
}

.common-search li:last-child {
    border: none;
}

/** redesign search page **/

/**search-page**/
.admin_comm {
    background: #eeeeee;
}

.search_wrap .container-fluid {
    padding: 10px;
}

.search_panel {
    background: #fff;
    padding: 15px;
}

    .search_panel h3 {
        position: relative;
        padding-bottom: 13px;
        padding-top: 0;
        background: url(../images/border.png) repeat-x 0 bottom;
        color: #000;
        font-size: 20px;
        line-height: 100%;
        font-family: 'tt6804m';
        margin-bottom: 13px;
        text-transform: uppercase;
        font-family: time new roman;
        font-style: normal;
        letter-spacing: 2px;
        padding-left: 80px;
    }

        .search_panel h3::before {
            content: "";
            background: #4c3d31;
            width: 69px;
            height: 2px;
            position: absolute;
            left: 0;
            top: 12px;
        }

        .search_panel h3 span {
            color: #91713b;
        }

.shape_wrap {
    border: 1px solid #dddddd;
    min-height: 100px;
    width: 100%;
}

    .shape_wrap ul {
        display: table;
        width: 100%;
        background-color: #f3f3f3;
    }

    .shape_wrap li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0;
        position: relative;
        overflow: hidden;
    }

        .shape_wrap li a {
            text-decoration: none;
            display: block;
        }

            .shape_wrap li a .diam_shape_img {
                font-size: 3rem;
                height: 50px;
                margin: 0 auto;
                width: 50px;
                position: relative;
                color: #333333;
                -webkit-transition: all .5s ease;
                -o-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease;
            }



        .shape_wrap li.active {
            background: #314672;
        }

            .shape_wrap li.active a .diam_shape_img, .shape_wrap li.active a p, .diam_shape_img {
                color: #fff;
            }

        .shape_wrap li .diam_shape_name {
            color: #000000;
            font-size: 14px;
            font-family: 'MizoArial';
            line-height: 110%;
            margin-top: 7px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

        .shape_wrap li.active a .check_box {
            background: #333;
            border-color: #333;
            color: #fff;
            position: relative;
        }

    .shape_wrap .check_box {
        width: 12px;
        height: 12px;
        border: 1px solid #333;
        background: #fff;
        margin: 7px auto 0;
    }

    .shape_wrap li.active a .check_box:before {
        position: absolute;
        color: #fff;
        content: "\f00c";
        font-family: 'FontAwesome';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 9px;
        margin: auto;
        line-height: 100%;
    }

.search_panel .tot_count {
    border: 1px solid #dddddd;
    padding: 22px 2%;
    text-align: center;
}

    .search_panel .tot_count .count_icon_img {
        font-size: 3rem;
        color: #bcbcbc;
        display: inline-block;
        vertical-align: middle;
    }

    .search_panel .tot_count p {
        display: inline-block;
        vertical-align: middle;
        font-family: 'PT Serif', serif;
        color: #333333;
        margin-left: 15px;
        line-height: 100%;
    }

        .search_panel .tot_count p span {
            font-size: 3rem;
            color: #212121;
            padding-left: 5px;
        }

.diam_search_wrap h6 {
    font-size: 15px;
    color: #010101;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 8px 0 8px 0;
    text-transform: uppercase;
    line-height: 110%;
}

/* color toggle */
.diam_search_wrap .color #fancy_color {
    display: none;
}

.diam_search_wrap .color #color_toggle span.clr_type,
.diam_search_wrap .color #shape_toggle span.clr_type {
    display: inline-block;
    margin-right: 10px;
}

    .diam_search_wrap .color #color_toggle span.clr_type span,
    .diam_search_wrap .color #shape_toggle span.clr_type span {
        padding-left: 10px;
    }

    .diam_search_wrap .color #color_toggle span.clr_type a,
    .diam_search_wrap .color #shape_toggle span.clr_type a, {
        text-decoration: none;
    }

    .diam_search_wrap .color #color_toggle span.clr_type:hover a h6,
    .diam_search_wrap .color #shape_toggle span.clr_type:hover a h6,
    .diam_search_wrap .color #color_toggle span.clr_type.active a h6,
    .diam_search_wrap .color #shape_toggle span.clr_type.active a h6 {
        color: #314672;
    }

.diam_search_wrap .color #fancy_color {
    width: 100%;
    float: left;
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #dddddd;
}

    .diam_search_wrap .color #fancy_color ul {
        margin: 0;
        padding: 0;
    }

        .diam_search_wrap .color #fancy_color ul li {
            list-style: none;
            display: inline-block;
            width: 32.9%;
            height: 30px;
        }

            .diam_search_wrap .color #fancy_color ul li:last-child {
                border-right: 0;
            }

            .diam_search_wrap .color #fancy_color ul li .btn-default {
                color: #000;
                background: none;
                border: none;
                box-shadow: none;
            }

.diam_search_wrap button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 0px;
}

.diam_search_wrap .btn-group {
    width: 100%;
}

.diam_search_wrap .color #fancy_color ul li .btn-default.active.focus,
.diam_search_wrap .color #fancy_color ul li .btn-default.active:focus,
.diam_search_wrap .color #fancy_color ul li .btn-default.active:hover,
.diam_search_wrap .color #fancy_color ul li .btn-default.focus:active,
.diam_search_wrap .color #fancy_color ul li .btn-default:active:focus,
.diam_search_wrap .color #fancy_color ul li .btn-default:active:hover,
.diam_search_wrap .color #fancy_color ul li .open > .dropdown-toggle.btn-default.focus,
.diam_search_wrap .color #fancy_color ul li .open > .dropdown-toggle.btn-default:focus,
.diam_search_wrap .color #fancy_color ul li .open > .dropdown-toggle.btn-default:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.diam_search_wrap .color #fancy_color ul li .btn-group ul li {
    display: block;
    width: 100%;
}

.diam_search_wrap ul.multiselect-container.dropdown-menu {
    height: 190px;
    overflow-x: hidden;
}

ul.multiselect-container.dropdown-menu li {
    height: 26px !important;
}
/* end color toggle */

/* multi select css */
.cmn_multi_wrap .multiselect-container {
    height: 140px;
    overflow: auto;
}

.cmn_multi_wrap span.select_comm {
    width: 48.3%;
    float: left;
}

.cmn_multi_wrap span.multi_left {
    margin-right: 12px;
}

.cmn_multi_wrap .btn-group, .cmn_multi_wrap .btn-group-vertical {
    width: 100%;
}

.cmn_multi_wrap .btn-default {
    width: 100%;
    color: #010101;
    background-color: #f2f2f2;
    border-color: #dddddd;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    font-family: 'MizoArial';
    height: 41px;
}

.cmn_multi_wrap .open > .dropdown-menu {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #dddddd;
}

.cmn_multi_wrap .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cmn_multi_wrap b.caret {
    margin-left: 0;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cmn_multi_wrap .btn-default.active.focus, .cmn_multi_wrap .btn-default.active:focus, .cmn_multi_wrap .btn-default.active:hover, .cmn_multi_wrap .btn-default:active.focus, .cmn_multi_wrap .btn-default:active:focus, .cmn_multi_wrap .btn-default:active:hover, .cmn_multi_wrap .open > .dropdown-toggle.btn-default.focus, .cmn_multi_wrap .open > .dropdown-toggle.btn-default:focus, .cmn_multi_wrap .open > .dropdown-toggle.btn-default:hover {
    color: #010101;
    background-color: #f2f2f2;
    border-color: #dddddd;
    box-shadow: none;
}

.cmn_multi_wrap .btn-group .dropdown-toggle:active, .cmn_multi_wrap .btn-group.open .dropdown-toggle {
    outline: 0;
    background: #f2f2f2;
    border: 1px solid #dddddd;
}

.cmn_multi_wrap .multiselect-container > li {
    font-family: 'MizoArial';
}

.diam_search_wrap input[type="text"] {
    color: #010101;
    font-family: 'MizoArial';
    font-size: 14px;
    height: 38px;
    line-height: 100%;
    padding: 10px;
    width: 49%;
    background: #f2f2f2;
}

.diam_search_wrap ::-webkit-input-placeholder {
    color: #010101;
}

.diam_search_wrap :-moz-placeholder {
    color: #010101;
    opacity: 1;
}

.diam_search_wrap ::-moz-placeholder {
    color: #010101;
    opacity: 1;
}

.diam_search_wrap :-ms-input-placeholder {
    color: #010101;
}

.diam_search_wrap ::-ms-input-placeholder {
    color: #010101;
}

.diam_search_wrap ::placeholder {
    color: #010101;
}

/** stone certi toggle **/
.diam_search_wrap .form-control.stn_id_txt {
    background: #f2f2f2 none repeat scroll 0 0;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #010101;
    display: block;
    font-family: 'MizoArial';
    font-size: 14px;
    height: 33px;
    line-height: 100%;
    padding: 13px 8px 8px;
    width: 100% !important;
}

.stone_certi_id #certificate_id {
    display: none;
}

.stone_certi_id #stone_certi_toggle span.stone_typ {
    display: inline-block;
    margin-right: 10px;
}

    .stone_certi_id #stone_certi_toggle span.stone_typ span {
        padding-left: 10px;
    }

    .stone_certi_id #stone_certi_toggle span.stone_typ a {
        text-decoration: none;
    }

    .stone_certi_id #stone_certi_toggle span.stone_typ:hover a h6, .stone_certi_id #stone_certi_toggle span.stone_typ.active a h6 {
        color: #91713b;
    }

.stone_certi_id #certificate_id {
    width: 100%;
    float: left;
}

/** end stone certi toggle **/

/* diam search btn */
.diasearch_btn_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .diasearch_btn_wrap .comm_btn.save_search_btn {
        background-position: 18px -51px;
        float: left;
        margin-left: 0;
        margin-right: 15px;
    }

    .diasearch_btn_wrap .comm_btn.advnc_search_btn {
        background-position: 18px 11px;
    }

    .diasearch_btn_wrap .comm_btn.search_btn {
        background-position: 18px -110px;
    }

    .diasearch_btn_wrap .comm_btn.reset_btn {
        background-position: 18px -171px;
    }

    .diasearch_btn_wrap .comm_btn {
        background-color: #212121;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 600;
        padding: 11px 17px 10px 45px;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 50px;
        float: right;
        margin-left: 15px;
        border: 0;
        letter-spacing: 3px;
        background-image: url(../images/search.png);
        background-repeat: no-repeat;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        margin-bottom: 10px;
    }

        .diasearch_btn_wrap .comm_btn:hover {
            background-color: #314672;
            color: #fff;
            /*background-image: url(../images/search-hover.png);*/
        }

/**admin-header**/
.header_menu_wrap {
    padding: 10px 10px;
    border-bottom: 1px solid #c5c5c5;
}

.dash_header {
    margin-top: 0px;
}

    .dash_header .head_comm {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 20px;
        margin-right: 20px;
    }

        .dash_header .head_comm:last-child {
            margin-right: 0;
            padding-right: 0;
        }

.logout.head_comm {
    font-size: 23px;
    color: #212121;
    cursor: pointer;
}

.breadcum .breadcrumb {
    background: transparent;
    margin: 0;
}

.breadcum li {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
}

    .breadcum li a {
        text-decoration: none;
        color: #000;
        font-family: 'Raleway', sans-serif;
    }

    .breadcum li.active a, .breadcum li:hover a {
        color: #314672;
    }

.breadcrumb > li + li:before {
    padding: 0 10px;
    color: #000;
    content: "/\00a0";
}

.login_user span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    vertical-align: middle;
    margin-right: 15px;
}

.user_nm {
    cursor: pointer;
}

.login_user .user_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.dash_header .head_comm::after {
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #333333 0%, #ffffff 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #333333 0%, #ffffff 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #333333 0%, #ffffff 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #333333), color-stop(100, #ffffff));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #333333 0%, #ffffff 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #333333 0%, #ffffff 100%);
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    content: "";
}

.dash_header .head_comm:last-child::after {
    display: none;
}

/** end admin-header**/

/***search-result***/
.result_option .resu_opt li {
    float: left;
    margin-right: 3px;
    list-style: none;
}

    .result_option .resu_opt li p {
        font-size: 13px;
        line-height: 110%;
        color: #000;
        border-right: 1px solid #000;
        padding: 0 10px;
        font-weight: 600;
    }

    .result_option .resu_opt li:last-child, .result_option .resu_opt li:last-child p {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

.resu_opt right li a.add {
    text-decoration: none;
}

.result_option .result_count li {
    color: #000;
    font-size: 13px;
    line-height: 110%;
    display: inline-block;
    margin-right: 7px;
    list-style: none;
    font-weight: 600;
    font-family: sans-serif;
}

    .result_option .result_count li:last-child {
        margin-right: 0;
    }

.result_option .resu_opt li .resu_img {
    height: 20px;
    margin: 0 auto;
    width: 25px;
    color: #212121;
    font-size: 20px;
    position: relative;
}

.badge {
    display: inline-block;
    width: 24px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    background-color: #213e9a;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -15px;
    height: 24px;
    padding-left: 6px;
    font-family: sans-serif;
}

.result_option .resu_opt li a:hover p, .result_option .resu_opt li a:hover .resu_img {
    color: #314672;
}

.result_option .resu_opt li a {
    text-decoration: none !important;
}

.search_result_head {
    margin-bottom: 5px;
}

.fa.fa-user, .fa.fa-tachometer {
    padding-right: 7px;
}

.select_row {
    background-color: #f4f4f4;
}

/***search-result***/

/**grid data**/
.search_reasult_grid table {
    width: 100%;
}

.search_reasult_grid th {
    background: #212121;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e8e8e8;
}

    .search_reasult_grid th a {
        color: #fff;
        text-decoration: none;
    }

.search_reasult_grid td {
    color: #000;
    padding: 8px 10px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    font-family: 'MizoArial';
}

    .search_reasult_grid td a {
        color: #91713b;
        text-decoration: underline;
    }

/**grid data**/

/***stone-detail***/
.stone_img {
    padding: 30px 0;
    text-align: center;
}

.stone_detail_wrap .main_desc p {
    color: #010101;
    line-height: 120%;
    text-transform: uppercase;
}

    .stone_detail_wrap .main_desc p.carat {
        font-size: 18px;
        font-family: 'PT Serif', serif;
        color: #010101;
    }

    .stone_detail_wrap .main_desc p.name {
        font-size: 24px;
        padding: 5px 0;
        color: #000;
        font-family: 'PT Serif', serif;
    }

    .stone_detail_wrap .main_desc p.graded {
        font-size: 16px;
        color: #717171;
        font-family: 'MizoArial';
    }

    .stone_detail_wrap .main_desc p.price {
        font-size: 24px;
        margin: 0px 0 6px;
        font-family: 'PT Serif', serif;
        color: #000;
    }

    .stone_detail_wrap .main_desc p.stock_no {
        font-size: 16px;
        color: #717171;
        margin-bottom: 10px;
        font-family: 'MizoArial';
    }

.stone_dtl_btn {
    text-align: center;
}

    .stone_dtl_btn a {
        display: inline-block;
        padding: 14px 20px;
    }

        .stone_dtl_btn a.que {
            background-color: #212121;
        }

            .stone_dtl_btn a.que:hover {
                background-color: #4c3d31;
            }

        .stone_dtl_btn a:first-child {
            margin-right: 10px;
        }

.main_desc p.dtl_btm_txt {
    font-size: 16px;
    margin-top: 25px;
    line-height: 120%;
    font-family: 'MizoArial';
    text-transform: none;
}

.stone_detail_wrap {
    margin-top: 20px;
    padding-bottom: 101px;
}

.stone_dtl_desc h5 {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 11px;
}

.table_wrap {
    overflow: hidden;
}

    .table_wrap .stone_table {
        float: left;
        margin-right: 2%;
        width: 32%;
    }

        .table_wrap .stone_table ul {
            overflow: hidden;
            margin-bottom: 10px;
            border: 1px solid #e8e8e8;
        }

        .table_wrap .stone_table li:nth-child(odd) {
            color: #5c5c5c;
        }

        .table_wrap .stone_table li {
            border-bottom: 1px solid #e8e8e8;
            color: #000;
            float: left;
            font-size: 16px;
            min-height: 30px;
            overflow: hidden;
            padding: 4px 7px;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 50%;
            font-family: 'MizoArial';
        }

            .table_wrap .stone_table li:nth-last-child(-n+2) {
                border-bottom: 0;
            }

            .table_wrap .stone_table li:nth-child(2n)::before {
                content: " : ";
            }

    .table_wrap h4 {
        background: #e8e8e8;
        padding: 7px;
        font-family: 'PT Serif', serif;
        font-size: 18px;
    }

.stone_table:last-child {
    margin-right: 0%;
}

.main_desc_div {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .main_desc_div .left_div {
        width: 48%;
        float: left;
        position: relative;
    }

        .main_desc_div .left_div:after {
            background-image: -moz-radial-gradient( 90deg, rgb(51,51,51) 0%, rgb(255,255,255) 100%);
            background-image: -webkit-radial-gradient( 90deg, rgb(51,51,51) 0%, rgb(255,255,255) 100%);
            background-image: -ms-radial-gradient( 90deg, rgb(51,51,51) 0%, rgb(255,255,255) 100%);
            opacity: 0.8;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 1px;
            height: 83px;
            content: "";
        }

    .main_desc_div .right_div {
        width: 50%;
        float: right;
    }

/***stone-detail***/

/**compare**/
.compare_table {
    table-layout: fixed;
    display: table;
}

    .compare_table .stone_com_box {
        border: 1px solid #e8e8e8;
        width: 323px;
        background: #fff !important;
        position: relative !important;
        display: table-cell;
    }

.compare_diam_modal .modal-content {
    border-radius: 8px;
}

.compare_table tbody tr td {
    width: 328px;
    border: 0;
    padding: 0;
}

.compare_diam_modal .modal-body {
    padding: 15px 0;
}

.compare_diam_modal .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    background-color: #e8e8e8;
    font-size: 20px;
    color: #000;
    font-family: 'PT Serif', serif;
    border-radius: 8px 8px 0 0;
}

    .compare_diam_modal .modal-header .close {
        margin-top: 0;
        opacity: 1;
        background-color: #000;
        border-radius: 50px;
        width: 22px;
        height: 22px;
        text-align: center;
        color: #fff;
        text-shadow: none;
        font-size: 22px;
        padding-right: 1px;
    }

.compare_table .stone_com_box {
    position: relative;
    margin: 0 15px;
    border: 1px solid #e8e8e8;
}

.compare_diam_modal .modal-dialog {
    width: 70%;
}

.compare_table td.stone_com_box:last-child {
    margin-right: 0;
}

.dtl_stone_img {
    padding: 15px;
    text-align: center;
}

    .dtl_stone_img img {
        width: 150px;
    }

.close_com {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
}

    .close_com a {
        color: #000;
        font-size: 25px;
    }

.compare_table .table_wrap ul {
    margin-bottom: 0px;
}

.table_wrap li:nth-child(2n+1) {
    color: #5c5c5c;
    border-right: 1px solid #e8e8e8;
}

.table_wrap li {
    border-bottom: 1px solid #e8e8e8;
    color: #000;
    float: left;
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    min-height: 31px;
    overflow: hidden;
    padding: 4px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}

/**compare**/

/** user-admin panel **/
.panel_wrap {
    padding-top: 10px;
}

.panel_grid li {
    list-style: none;
    float: left;
    width: 15.5%;
    margin: 0 10px 20px;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
    line-height: 1;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -o-transition: all .5s ease;
}

    .panel_grid li:hover {
        background-color: #0c2e6a;
    }
    .panel_grid li a {
        text-decoration: none;
    }

.grid_icon {
    float: left;
    width: 25%;
}

.grid_desc {
    float: left;
    width: 75%;
    text-align: right;
}

.icon_outer {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0,0.10);
    -moz-box-shadow: inset 0 0 10px 0px rgba(0, 0, 0,0.10);
    box-shadow: inset 0 0 10px 0px rgba(0, 0, 0,0.10);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.panel_grid li:hover .icon_outer {
    background-color: #fff;
}

.icon_inner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.panel_grid li:hover .icon_inner {
    border: 1px solid #0c2e6a;
}
.panel_grid li:hover .grid_type, .panel_grid li:hover .grid_no, .panel_grid li:hover .grid_status {
    color: #fff !important;
}
span.comm_icon {
    position: absolute;
    text-align: center;
    font-size: 34px;
    color: #505050;
    left: 0;
    right: 0;
    line-height: 80px;
}

.grid_type {
    font-size: 20px;
    color: #000;
    font-family: 'PT Serif', serif;
    padding-bottom: 12px;
}

.grid_no {
    font-family: 'arialbd';
    color: #314672;
    font-size: 32px;
    padding-bottom: 3px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
}
.logout.head_comm a {
    color: #314672;
    text-decoration: none;
}
.title span {
    color: #314672 !important;
}
.grid_status {
    font-size: 16px;
    font-family: 'MizoArial';
    color: #6c6c6c;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
}

.panel_grid li:hover .grid_no {
    color: #000;
}

.panel_grid li:hover .grid_status {
    color: #000;
}

.cut_wrap {
    clear: both;
}

/** end user-admin panel**/
.preloadder, .preloadderForGrid {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

    .preloadder:before, .preloadderForGrid:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        z-index: -1;
    }

.tabs {
    text-align: center;
}

.title_main {
    font-weight: bold;
    color: #91713b;
}

.well_info li i {
    color: #91713b;
    font-size: 16px;
    padding-right: 10px;
    text-align: justify;
}

.contants p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    word-spacing: 2px;
    text-indent: 50px;
}

.colntect_info {
    font-weight: bold;
    color: #213e9a;
    text-transform: uppercase;
}

.contants {
    text-align: justify;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .tab-list {
        display: none;
    }

    .tabs.enabled .tab-heading {
        cursor: pointer;
    }

        .tabs.enabled .tab-heading.active-tab-heading {
            cursor: default;
        }

    .hidden-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .tabs.enabled .tab-heading {
        display: none;
    }

    .tab-list li {
        display: inline;
        cursor: pointer;
    }

    .hidden-mobile {
        display: block !important;
    }
}

.tab-panel {
    margin-bottom: 70px;
}

.tabs.enabled .tab-heading:focus,
.tabs.enabled .tab-list li:focus {
    outline: 1px solid #ccc;
}

.tabs.enabled .tab-heading.active-tab-heading:focus,
.tabs.enabled .tab-list li.active-tab:focus {
    outline: none !important;
}

@media (max-width: 767px) {
    .tabs.enabled .tab-heading {
        padding: 0.5em;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
        background: #ddd;
        position: relative;
    }

        .tabs.enabled .tab-heading:after {
            content: "";
            display: block;
            position: absolute;
            right: 20px;
            top: 40%;
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #000;
        }

        .tabs.enabled .tab-heading:hover,
        .tabs.enabled .tab-heading.active-tab-heading:hover {
            background-color: #efefef;
        }

        .tabs.enabled .tab-heading.active-tab-heading {
            background: #fff;
        }

            .tabs.enabled .tab-heading.active-tab-heading:after {
                border-bottom: 10px solid #000;
                border-top: 0;
            }
}

@media (min-width: 768px) {
    .tab-list {
        font-size: 1em;
        margin: 2em 0 0 0;
        padding: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 11px;
        line-height: 1em;
    }

        .tab-list li {
            background: #eee;
            padding: 10px 20px;
            margin-right: 1em;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border: 1px solid #ddd;
        }

            .tab-list li:hover {
                background: #91713b;
            }

            .tab-list li.active-tab {
                background: #fff;
                border-bottom-color: #fff;
            }
}

/** our company **/

/** contact us **/
.contact_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .contact_wrap h3 {
        font-size: 40px;
        padding-bottom: 40px;
        font-family: 'PT Serif', serif;
        font-weight: 400;
    }

.add_wrap li {
    color: #000;
    font-size: 18px;
    line-height: 100%;
    position: relative;
    padding-left: 23px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 10px;
}

.add_wrap .contact_name {
    display: inline-block;
    width: 17%;
    vertical-align: top;
    font-weight: 600;
}

.add_wrap .txt {
    color: #000;
    font-size: 17px;
    line-height: 23px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.contact_name .fa {
    color: #212121;
    padding-right: 10px;
    font-size: 20px;
}

a.mail_add {
    color: #000;
    text-decoration: underline;
}

    a.mail_add:hover {
        color: #91713b;
    }

.map_iframe {
    padding-top: 15px;
}

/*for carat*/
.ds-title {
    margin-bottom: 12px;
}

    .ds-title h5 {
        font-size: 20px;
    }

.ds-input, .ds-input-output {
    float: left;
}

.ds-input-output {
    padding-left: 25px;
}

.dsinput-output {
    display: none;
    width: 100%;
}

.ds-input-add {
    float: left;
    background: #314672;
    padding: 5px;
    text-align: center;
    font-size: 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    float: left;
}

.ds-input-clear {
    margin-left: 1%;
    background: #9da1a2;
}

    .ds-input-clear a {
        transform: rotate(45deg);
    }

.ds-input-add a {
    color: #fff;
}

    .ds-input-add a:hover {
        color: #fff;
        text-decoration: none;
    }

.ds-input-add:hover {
    background: #91713b;
}

.output-box {
    background: #d6e2e7;
    color: #000000;
    float: left;
    padding: 10px 10px 5px 10px;
    position: relative;
}

.output-close {
    position: absolute;
    right: -8px;
    top: -10px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

    .output-close a {
        color: #b2c2c9;
        font-size: 14px;
    }

/* carat toggle */
.diam_search_wrap .color #fancy_color {
    display: none;
}

.diam_search_wrap .color #carat_toggle span.clr_type, 
.diam_search_wrap .color #shape_toggle span.clr_type {
    display: inline-block;
    margin-right: 10px;
}

    .diam_search_wrap .color #carat_toggle span.clr_type span, 
    .diam_search_wrap .color #shape_toggle span.clr_type span {
        padding-left: 10px;
    }

    .diam_search_wrap .color #carat_toggle span.clr_type a, 
    .diam_search_wrap .color #shape_toggle span.clr_type a {
        text-decoration: none;
    }


    .diam_search_wrap .color #shape_toggle span.clr_type:hover a h6,
    .diam_search_wrap .color #carat_toggle span.clr_type:hover a h6,
    .diam_search_wrap .color #carat_toggle span.clr_type.active a h6,
    diam_search_wrap .color #shpe_toggle span.clr_type.active a h6 {
        color: #314672;
    }

.diam_search_wrap .color #fancy_color {
    width: 100%;
    float: left;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
}

/*outbox*/
.output-box {
    background: #d6e2e7;
    color: #000000;
    float: left !important;
    margin-right: 10px;
    padding: 10px 10px 5px 10px;
    position: relative;
}

.ds-input, .ds-input-output {
    display: -webkit-box;
    float: left;
    display: inline-block;
}

/*color*/
.colored li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.squar_a {
    width: 15px;
    height: 15px;
    background: #F6A09D;
    border: 1px solid black;
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    border-radius: 3px;
}

.squar_b {
    width: 15px;
    height: 15px;
    background: #eca3bc;
    border: 1px solid black;
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    border-radius: 3px;
}

.squar_c {
    width: 15px;
    height: 15px;
    background: #87C8F0;
    border: 1px solid black;
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    border-radius: 3px;
}

.squar_d {
    width: 15px;
    height: 15px;
    background: #52BE80;
    border: 1px solid black;
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    border-radius: 3px;
}

.squar_e {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid black;
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    border-radius: 3px;
}

.squar_z {
    padding: 5px 17px;
    border: 1px solid black;
    display: inline-block;
    margin-right: 8px;
    margin-top: 6px;
    border-radius: 3px;
    font-weight: bold;
    color: #213e9a;
    text-align: center;
    font-family: sans-serif;
}

.count_col {
    color: red;
}

.grid_contact {
    float: right;
    border-radius: 25px;
    padding-top: 5px;
    text-align: center;
    font-size: 25px;
}

    .grid_contact a {
        background-color: #fff;
        border: 2px solid grey;
        padding: 5px;
        border-radius: 10px;
    }

        .grid_contact a:hover {
            background-color: lightskyblue;
        }

.add_btn {
    width: 150px;
    max-width: 100%;
    padding: 5px;
}

    .add_btn a {
        font-size: 14px;
        background-color: #212121;
        color: rgb(255,255,255);
        padding: 10px 19px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-decoration: none;
        display: block;
        line-height: 100%;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        border-radius: 50px;
    }

        .add_btn a:hover {
            background-color: #91713b;
        }

/*careers*/
.career_blog {
    margin: 50px 0;
}

.career_left {
    float: left;
    width: 40%;
}

    .career_left .accordion-container {
        border: 1px solid #ddd;
    }

    .career_left .set {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }

        .career_left .set > a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
            color: #000;
            font-weight: 400;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            font-size: 16px;
        }

            .career_left .set > a i {
                float: right;
                margin-top: 7px;
                color: #cccccc;
                font-size: 13px;
            }

    .career_left .content {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        display: none;
    }

.job_info {
    padding: 10px;
}

#content p {
    text-align: justify;
}

#content p {
    line-height: 1.8;
    font-size: 16px;
}

.career_left .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.job_info p strong {
    padding-right: 5px;
}

ul.content-ul {
    margin: 0;
    padding: 0;
}

    ul.content-ul li {
        padding: 5px 0 5px 5px;
        margin-left: 50px;
        font-weight: 500;
    }

.career_left .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

    .career_left .set > a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #000;
        font-weight: 400;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-size: 16px;
    }

        .career_left .set > a i {
            float: right;
            margin-top: 7px;
            color: #cccccc;
            font-size: 13px;
        }

.career_left .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.job_info {
    padding: 10px;
}

#content p {
    text-align: justify;
}

#content p {
    line-height: 1.8;
    font-size: 16px;
}

.career_left .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.job_info p strong {
    padding-right: 5px;
}

.career_right {
    float: right;
    width: 56%;
}

.car_form {
    margin-bottom: 0;
}

.field_label {
    font-size: 16px;
    padding-bottom: 5px;
}

span.red {
    color: red;
}

.field_control {
    margin-bottom: 20px;
}

    .field_control input {
        width: 100%;
        height: 40px;
        padding: 10px;
        background-color: #f2f2f2;
        box-shadow: none;
        border: 1px solid #ddd;
        color: #000;
    }

.content_info {
    text-align: justify;
}

    .content_info h1 {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        color: #4c3d31;
        padding: 25px;
    }

/*term & conditions*/
.main_info {
    margin-top: 25px;
}

.welcome_header .underline_1 {
    height: 1px;
    width: 200px;
    background-color: #d4d4d4;
    margin: auto;
    margin-top: 16px;
    display: block;
}

.welcome_header .underline_2 {
    height: 3px;
    width: 70px;
    background-color: #91713b;
    margin: auto;
    margin-top: -2px;
    display: block;
}

.welcome_header {
    text-align: justify;
    color: #1f2732;
}

.note {
    padding: 25px;
    text-align: center;
}

@media (max-device-width: 1280px) and (orientation: landscape) {
    .search_panel .tot_count {
        border: 1px solid #dddddd;
        padding: 0px 2%;
        text-align: center;
    }

        .search_panel .tot_count p {
            font-size: 13px !important;
        }

            .search_panel .tot_count p span {
                font-size: 13px !important;
            }

    .title {
        font-size: 16px !important;
        text-transform: uppercase;
        font-weight: bold;
    }

    .ds-input-add {
        font-size: 20px !important;
    }
}

@media (max-width:1600px) and (min-width:1200px) {
    .dash_header .head_comm {
        padding-right: 10px !important;
        margin-right: 10px !important;
    }

        .dash_header .head_comm:last-child {
            padding-right: 0px !important;
            margin-right: 0px !important;
        }

    .login_user span {
        margin-right: 5px;
    }
}

/*webtrack css*/

.dflex-row {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.ui-grid-contents-wrapper .dflex-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dflex-row label {
        white-space: nowrap;
        margin-right: 10px;
        font-size: 12px;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

.head-btn-group {
    padding-right: 0 !important;
    text-align: right;
    display: flex;
}

.comm-search-btn, .h-clear-btn {
    background-color: #212121;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 17px 7px 45px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    margin-right: 5px;
    border: 0;
    letter-spacing: 3px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-bottom: 0px;
    min-width: 132px;
}

.comm-search-btn {
    background-position: 18px -114px;
}

    .comm-search-btn:hover, .h-clear-btn:hover {
        background-color: #0c2e6b99;
        color: #212121;
        background-image: url(../images/search-hover.png);
    }

.h-clear-btn {
    background-position: 18px -175px;
    margin-right: 0px;
}

.mr-0 {
    margin-right: 0 !important;
}

.d-flex-line {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.ml-auto {
    margin-left: auto
}

* {
    outline: 0;
}

.head-btn-group.mt-10 {
    margin-top: 15px;
}

@media (max-width:1600px) and (min-width:1200px) {
    .comm-search-btn, .h-clear-btn {
        padding: 7px 12px 7px 35px;
        min-width: 112px;
        font-size: 13px;
    }

    .h-clear-btn {
        background-position: 16px -176px;
        margin-right: 0px;
    }

    .comm-search-btn {
        background-position: 13px -114px;
    }

    .st-box {
        min-width: auto !important;
    }
    .title {
        font-size: 16px !important;
    }
}

.d-flex-m {
    display: flex !important;
}

@media (max-width:1199px) and (min-width:1024px) {
    .head-btn-group {
        margin-top: 15px !important;
        display: flex !important;
        /* transform: scale(.8); */
    }

    ul.resu_opt.right.ml-auto {
        display: flex;
    }
    .title {
        font-size: 14px !important;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .head-btn-group {
        margin-top: 15px;
    }

    .d-flex-line {
        flex-wrap: wrap;
    }

    .dflex-row {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    .result_option {
        flex-wrap: wrap;
    }
    .dflex-row .input-group {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .d-flex-m {
        flex-wrap: wrap;
    }

    .ppr-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .mpr-0 {
        padding-right: 0;
    }

    .head-btn-group {
        display: flex !important;
    }

    ul.resu_opt.right.ml-auto {
        display: flex;
    }
}

@media (max-width:767px) {
    .head-btn-group {
        text-align: center;
        display: flex !important;
        margin-top: 10px;
        transform: scale(.8);
        transform-origin: center;
        padding-left: 0;
    }

    .dflex-row label {
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: left;
        width: 100%;
    }

    .dflex-row {
        margin-bottom: 10px;
    }

    .d-flex-line {
        display: flex;
        flex-wrap: wrap;
    }

    .d-flex-m {
        flex-wrap: wrap;
    }

    .dflex-row {
        margin-bottom: 0 !important;
        flex-wrap: wrap;
    }

    ul.resu_opt.right.ml-auto {
        display: flex;
    }
}

@media (min-width:768px) {
    .pl-0 {
        padding-left: 0;
    }

    .pr-0 {
        padding-right: 0;
    }
}
.comm-search-btn:focus {
    outline: 0;
    color: #fff;
}
.comm-search-btn:hover {
    color: #333;
}
*{
    outline:0;
}


.modal {
    z-index: 99999 !important;
}
#Demand_Popup .form-group.news-field.ck-box {
    margin-left: 20px;
    margin-bottom: 10px;
    width: 100%;
}

#Demand_Popup .form-group .checkbox input {
    width: 20px;
    height: 20px;
}
#Demand_Popup .form-group span.lbl-txt {
    margin-left: 10px;
    display: block;
}
.sweet-alert button {
    background-color: #314672 !important;
}
a {
    color: #314672;
    text-decoration: none;
}
.fa.fa-camera, .fa.fa-video-camera, .fa.fa-certificate {
    color: #314672 !important;
}
.comm-search-btn:hover {
    background-color: rgba(12,46,107,.6);
}
/*.col-md-2.logo {
    margin-top: 12px;
}
.dash_header {
    margin-top: 12px;
}*/
.ttil {
    padding: 20px 0 !important;
}
.login_section{
    margin-top:100px;
}

select {
    background-image: none !important;
    appearance: auto;
    height: auto !important;
}