/*sidebar menu*/
.listnone {
    list-style: none;
}

.mainstop {
    background: #ffffff;
    color: #0083ab;
    position: fixed;
    top: 0;
    z-index: 20;
    box-shadow: 0px 0px 10px 0px #000;
    padding-top: 18px;
    height: 80px;
}

.logointro {
    width: 95%;
    text-align: center;
    position: absolute;
    height: 0;
    margin: 0px auto;
    top: 0px;
}

.bton2 {
    float: right;
    background: #fff;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px !important;
}


.preloader {
    position: fixed;
    overflow: hidden;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 100%;
    background: #004e66;
    text-align: center;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
    }

.validss123 {
    border: none;
    outline: none !important;
    border-radius: 3px;
    background: none;
}

.form-control {
    font-family: sans-serif;
}

.validss {
    border-radius: 5px !important;
    background-color: #efefef00 !important;
    color: #9a9a9a !important;
    font-weight: bolder !important;
    margin-right: 20px;
    border: 1px solid #9a9a9a !important;
}


select.form-control {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZmlsbD0nIzAwMDAwMCcgZD0nTTMyLDQ4LjFjLTEuMywwLTIuNC0wLjUtMy41LTEuM0wwLjgsMjAuN2MtMS4xLTEuMS0xLjEtMi43LDAtMy43YzEuMS0xLjEsMi43LTEuMSwzLjcsMEwzMiw0Mi44bDI3LjUtMjYuMSBjMS4xLTEuMSwyLjctMS4xLDMuNywwYzEuMSwxLjEsMS4xLDIuNywwLDMuN0wzNS41LDQ2LjVDMzQuNCw0Ny45LDMzLjMsNDguMSwzMiw0OC4xeicvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 2rem 1rem;
    background-position: 100% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: #0083ab;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: rgb(0 0 0) 0px 0px 10px 0px;
}

.goodtwo {
    float: right;
}

.listnone li a:hover {
    color: #004155;
    text-decoration: none;
}

.listnone > li {
    margin-bottom: 0;
    padding-left: 2px;
    text-align: left;
}

.listnone {
    margin-top: 50px;
    padding: 0;
    list-style: none;
}

    .listnone a:after {
        content: ".";
        opacity: 0;
        display: inline-block;
        transform: translate(2rem, 0);
        transition: all .3s ease-in-out;
    }

.owl-theme .owl-nav [class*='owl-'] {
    padding: 0px 7px !important;
}

.listnone li a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 1.1rem;
}

    .listnone li .active > a, .listnone li a:hover {
        color: #004155;
    }

.fa-bars {
    font-weight: 100;
}

.active > a {
    color: white;
}

.sidenav a {
    padding: 8px 8px 8px 50px;
    text-decoration: none;
    /* font-size: 1.375rem; */
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #f1f1f1;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*sidebar menu*/

.abtdiam {
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 7vh;
}

.abtdiam2 {
    padding-top: 60px;
}

.educations-title {
    text-align: center;
    margin-bottom: 35px;
}

    .educations-title h2 {
        color: #333333 !important;
        font-family: Georgia,serif;
        font-size: 24px;
        margin: 0 0 10px 0;
        padding: 0;
        text-transform: uppercase;
    }

.table {
    box-shadow: 0px 0px 10px 0px #9e9e9e !important;
    border-radius: 10px;
}

.educations-title h2 span {
    color: #0083ab !important;
    font-family: "Great Vibes",cursive;
    font-size: 48px;
    margin: 0;
    text-transform: capitalize;
}

.educations-title p {
    font-size: 14px;
    color: #333333;
    font-family: "FuturaStd-Book";
}

.table td, .table th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-weight: normal;
    font-size: 13px;
}

.cutgrading {
    border-bottom: 2px solid #000;
    border-bottom-style: dashed;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e5f2f6;
}

.table thead th {
    font-weight: 800;
    color: #3b506b;
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #0083ab;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #0083ab;
    border-radius: 0;
}

    nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -60px;
        left: -10%;
        border: 15px solid transparent;
        border-top-color: #9e9e9e;
    }

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e7e7e1;
    border-bottom: 5px solid #9e9e9e;
    padding: 0px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #9e9e9e;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.tab-content > .active {
    padding: 30px;
}

.education-disc-banner img {
    max-width: 100%;
}

/* great-vibes-regular - latin */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/great-vibes-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/great-vibes-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/great-vibes-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/great-vibes-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/great-vibes-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/great-vibes-v8-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

.diamjfbdf {
    font-family: "Great Vibes",cursive;
}


/* liveinventory */

/* tooltip */
/* diamond tooltip section */
.culet-popup img {
    margin-bottom: 10px;
}

span.tooltip-click {
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #000;
    float: left;
    text-align: center;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

ul.tooltip-popup {
    width: 365px;
    border: 1px solid #ddd;
    padding: 10px 10px;
    height: auto;
    position: relative;
    margin-top: 5px;
    position: absolute;
    background-color: #fff;
    z-index: 9999999999;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    padding-bottom: 20px;
    text-align: left;
    border-radius: 6px;
}

.tooltip-popup p {
    font-weight: 400;
    font-size: 12.5px;
    line-height: 19px;
    color: #444;
}

.blk1, .blk, .blk2, .blk3 {
    text-align: center;
}

.tooltip-popup .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 12px;
    margin-bottom: 10px;
    background: #6fd2ce;
    color: #fff;
}

.tooltip-popup li {
    width: 60px;
    display: inline-block;
    text-align: center;
    float: none;
}

.tooltip-popup .nav-pills > li.active > a {
    background-color: #9e9e9e !important;
}

.tooltip-popup .nav {
    text-align: center;
}

h2.tooltip-heading {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 11px;
}

span.close-box1 {
    float: right;
    width: 20px;
    font-weight: 400;
    font-size: 16px;
    height: 20px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    background: #9e9e9e;
}

.shape-popup i {
    font-size: 28px;
    margin-bottom: 5px;
}

.icon-div {
    display: inline-block;
    text-align: center;
    width: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.shape-title1 {
    font-size: 12.5px;
    margin-top: 8px;
}

.cut-popup li {
    width: auto;
}

.clarity-popup li {
    width: auto;
}

.act_change {
    color: #000 !important;
    border: 1px solid #000000 !important;
    background-color: #bdd4e7;
    background-image: linear-gradient( 315deg, #bdd4e77a 0%, #8693ab40 74%);
}

.zest {
    border: 1px solid #c5c5c5;
    padding: 10px 10px 5px 10px;
    font-size: 30px;
    margin-left: 10px;
}

.on_active:hover {
    cursor: pointer;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.item--uSXBq:hover .title--TTIc3 {
    display: block;
    width: 100%;
}

.title--TTIc3 {
    display: none;
    font-size: 13px;
    position: absolute;
    top: -21px;
    left: 0;
    white-space: nowrap;
    color: #656565;
}

.irs--flat .irs-bar {
    background-color: #5b6467;
    background-image: linear-gradient( 315deg, #5b6467 0%, #8b939a 74%);
}

.irs--flat .irs-handle > i:first-child {
    background-color: #00000000 !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #9e9e9e !important;
}

    .irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
        border-top-color: #9e9e9e !important;
    }

.irs--flat .irs-handle {
    top: 20px !important;
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
    background-color: #bdd4e7;
    background-image: linear-gradient( 315deg, #bdd4e7 0%, #8693ab 74%);
    border-radius: 100%;
}

.irs--flat .irs-line {
    top: 30px !important;
    height: 8px !important;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 30px !important;
    height: 8px !important;
}

.den {
    height: 130px;
}

.longFilter--1Jevg {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 2;
    border: 1px solid #d6d6d6;
}

.icon--2uG4- {
    font-size: 28px;
}

.ShapeFilter-Roundtest {
    padding: 0;
}

.pairs-filters-list--1Jrzy {
    padding: 0;
    list-style: none;
}

.label--3hZu9 {
    font-size: 14px;
    min-width: 45px;
    text-align: left;
    align-items: center;
    margin: 0;
    text-transform: uppercase;
}

.filter-container--3YZym {
    position: relative;
    display: flex;
    flex-direction: row;
}

.logo122 {
    width: 130px;
    vertical-align: middle;
}

.Presence {
    margin-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 414px) {
    .history-tl-container {
        font-family: "Roboto", sans-serif;
        width: 50% !important;
    }

    select.form-control {
        background-size: 2rem 12px;
    }

    .validss {
        padding: .375rem .75rem !important;
        height: 30px !important;
        margin-top: 4px !important;
    }

    .bton {
        border-radius: 5px;
        max-width: 90px !important;
        font-size: 10px !important;
    }

    .btin {
        max-width: 145px !important;
    }

    .bton2 {
        margin-left: 10px !important;
        margin-top: 4.5px !important;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1em + 0.75rem + 2px);
        padding: .375rem .75rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .history-tl-container ul.tl li {
        margin-left: 0 !important;
    }

    .timestamp {
        left: -65% !important;
    }

    .logointro {
        width: 320px;
        text-align: center;
        position: absolute;
        height: 0;
        margin: 0px auto;
        top: 0px;
    }

    .login-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 5px !important;
    }

    .form-control {
        padding: 0px;
    }

    .den1 {
        height: 780px;
    }

    .roof {
        max-width: 100% !important;
    }

    .reserved {
        font-size: 14px;
        line-height: 2;
    }

    .classrest p {
        color: #999;
        line-height: 1.8;
        margin-top: 20px;
        text-align: justify;
    }

    .Faith {
        color: #0083ab;
        font-size: 19px;
    }

    ul.tooltip-popup {
        left: 0;
    }

    .grodkjsd h1 {
        font-size: 25px !important;
    }

    .grodkjsd h3 {
        font-size: 15px !important;
    }

    nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
        border: none;
        padding: 0;
        color: #fff;
        background: #0083ab;
        border-radius: 0;
        text-align: left;
        margin: 3px;
        font-size: 11px;
    }

    .page-image-header__content {
        padding: 10px !important;
        text-align: center;
    }

    .grodkjsd {
        align-self: center !important;
        text-align: justify !important;
        padding: 20px !important;
        font-size: 14px;
    }

    .parallaxStrength {
        margin: 0 auto;
        text-align: justify;
        color: #fff;
        max-width: 90% !important;
        padding-top: 11% !important;
    }

    .tab-content > .active {
        padding: 0;
    }

    nav > div a.nav-item.nav-link.active:after {
        display: none;
    }
}

.hadeinf {
    display: inline-block;
    margin-bottom: 14px;
    vertical-align: middle;
}

#wrapper {
    margin-top: 16vh !important;
}

.jenst {
    padding: 50px 0;
    background: #fafafa;
}

.jenst1 {
    background: #fafafa;
    padding: 60px 0px;
    border-radius: 10px;
}

.classrest {
    align-self: center;
}

    .classrest p {
        color: #999;
        line-height: 1.8;
    }

.logoboxes {
    background: #fff;
    padding: 60px 0px;
    border-radius: 10px;
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

.irs-grid-text {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e900 !important;
}

.grid__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #e2e2e2;
    display: inline-block;
}

.grid__item1 {
    background-image: url(../img/sun.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-image-header__content {
    padding: 3.375rem;
    text-align: center;
}

.page-image-header__text::before {
    border-bottom: 1px solid;
    content: '';
    display: block;
    margin: 1.6rem auto 1.95rem;
    width: 2.5rem;
}

.test123456 {
    margin: 0px;
}

.grido {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .grido img {
        width: 100%;
    }

.grodkjsd {
    align-self: center;
    text-align: center;
    padding: 100px;
}

.parallax {
    background-image: url("../img/diamhand123.jpg");
    height: 350px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxStrength {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    max-width: 40%;
    padding-top: 5%;
}

/* timeline */
.testimonial-bg {
    background: linear-gradient(to top, #1e130c, #9a8478);
}

.testimonial {
    /* margin: 0 15px; */
    margin: 0 0;
}

    .testimonial .testimonial-profile {
        float: left;
        width: 27%;
    }

        .testimonial .testimonial-profile img {
            width: 100%;
            height: auto;
        }

    .testimonial .testimonial-content {
        padding-left: 30%;
    }

    .testimonial .testimonial-title {
        margin-bottom: 0;
    }

        .testimonial .testimonial-title a {
            font-size: 15px;
            color: #000;
            letter-spacing: 3px;
            display: block;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

    .testimonial .testimonial-post {
        display: block;
        color: #9c9c9c;
        margin-bottom: 10px;
    }

.testimonial-post:before {
    content: '';
    background-color: #485461;
    background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 15px;
}

.testimonial .testimonial-post:after {
    content: "";
    width: 100%;
    display: block;
    margin: 10px 0 auto;
    border-top: 1px solid #9c9c9c;
}

.testimonial .testimonial-description {
    color: #9c9c9c;
    font-size: 14px;
    line-height: 23px;
}

.testimonial .social-links {
    padding: 0;
    margin: 0;
}

    .testimonial .social-links li {
        list-style: none;
        margin-right: 5px;
        display: inline-block;
    }

        .testimonial .social-links li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #000;
            text-align: center;
            border: 1px solid #9c9c9c;
        }

            .testimonial .social-links li a:hover {
                text-decoration: none;
            }

            .testimonial .social-links li a.fa-instagram:hover {
                background: #325c86;
                border-color: #325c86;
            }

            .testimonial .social-links li a.fa-twitter:hover {
                background: #5ea9dd;
                border-color: #5ea9dd;
            }

            .testimonial .social-links li a.fa-pinterest:hover {
                background: #cb2027;
                border-color: #cb2027;
            }

            .testimonial .social-links li a.fa-linkedin:hover {
                background: #0177b5;
                border-color: #0177b5;
            }

.owl-pagination {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3F4144;
    border: 3px solid #fff;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        text-align: center;
        padding-bottom: 75px;
    }

        .testimonial .testimonial-content {
            padding: 0;
        }

        .testimonial .testimonial-profile {
            float: none;
            width: 30%;
            margin: 0 auto;
            padding: 0;
        }
}

/* footer */
.footbg {
    background-color: #0083ab;
    padding: 10px;
}

.ourcompany li a {
    color: #fff;
    list-style: none;
    text-decoration: none;
    line-height: 1.8;
    font-size: 14px;
    text-transform: capitalize;
}

.ourcompany {
    padding: 0;
}

.ourcompany li{
    color:white !important;
}

.grops {
    align-self: center;
}

.logosd {
    color: #fff;
    text-align: justify;
    font-size: 14px;
}

.logosd1 {
    text-align: center;
}

.grid1 {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    margin-right: 10%;
}

.grid2 {
    display: inline-block;
    width: 300px;
    max-width: 100%;
}

.grid3 {
    display: inline-block;
    width: 300px;
    max-width: 100%;
}

.link-line:hover, .link-line-outer:hover > .link-line {
    background-size: 100% 100%;
}

.link-line {
    background-image: linear-gradient(to top, currentColor 0, currentColor 1px, transparent 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    padding-bottom: 3px;
    transition: background 0.5s;
}

.fixed-top {
    box-shadow: 0px 0px 12px 0px #9e9e9e;
}

.repidblk {
    padding: 5px 0px 5px 0px;
    background: #e5f2f6;
    text-align: center;
    color: #0083ab;
}

.social-links li {
    display: inline-block;
    margin-left: 20px;
}

.repidblk1 {
    margin: 0px;
}
/* our team */
.media img {
    width: 20%;
}

.media {
    align-items: center;
    line-height: 1.8;
}

.reserved {
    align-self: center;
    /*font-weight: bold;*/
    font-size: 12px;
    letter-spacing: 1px;
}

.list-inline {
    margin-bottom: 0;
}

.social-links li a {
    color: #0083ab;
}

.media-body p {
    font-size: 15px;
    color: #808080;
    line-height: 26px;
    margin-bottom: 30px;
}

.media-body h2 {
    font-size: 20px;
    color: #1e2652;
}

.socialmedia li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #1e269b;
    border-radius: 4px;
    text-align: center;
}

    .socialmedia li a i {
        color: #1e269b;
    }

    .socialmedia li a {
        color: #000000;
    }

        .socialmedia li a:hover {
            color: #6b6b6b;
        }

.socialmedia {
    padding: 0px;
}

.ourcompany h4 {
    color: #fff;
    font-size: 18px;
}

.store {
    font-size: 40px;
    display: inline-block;
}

/* detail page */


.tab-content .tab-pane {
    width: 100%;
    height: 100%;
    text-align: justify;
    /* border: 4px solid #f3f3f3;
  border-style: double;
  padding: 5px 50px;
  box-shadow: 0px 0px 10px 0px; */
}

.edu-content-inner h3 {
    font-size: 22px;
    margin: 10px auto;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 11px;
}

.clarity_select {
    width: 0;
    height: 26px;
    line-height: 2;
    margin-top: 0;
}

.btn-dark {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #9e9e9e;
    padding: 3px 18px;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #ffffff;
        border-color: #9e9e9e;
    }

.table-bordered {
    border: 1px solid #dee2e6;
    table-layout: fixed;
}

/* tooltip */
/* diamond tooltip section */
.culet-popup img {
    margin-bottom: 10px;
}

ul.tooltip-popup {
    width: 365px;
    border: 1px solid #ddd;
    padding: 10px 10px;
    height: auto;
    position: relative;
    margin-top: 5px;
    position: absolute;
    background-color: #fff;
    z-index: 9999999999;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    padding-bottom: 20px;
    text-align: left;
    border-radius: 6px;
}

.den1 {
    margin-bottom: 20px;
    height: 140px;
}

.shapsed span {
    color: #000;
    text-decoration: none;
}

.tooltip-popup p {
    font-weight: 400;
    font-size: 12.5px;
    line-height: 19px;
    color: #444;
    height: 70px;
}

.blk1, .blk, .blk2, .blk3 {
    text-align: center;
}

.tooltip-popup .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 12px;
    margin-bottom: 10px;
    background: #6fd2ce;
    color: #fff;
}

.tooltip-popup li {
    width: 60px;
    display: inline-block;
    text-align: center;
    float: none;
}

.tooltip-popup .nav-pills > li.active > a {
    background-color: #9e9e9e !important;
}

.tooltip-popup .nav {
    text-align: center;
}

h2.tooltip-heading {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 11px;
}

span.close-box1 {
    float: right;
    width: 20px;
    font-weight: 400;
    font-size: 16px;
    height: 20px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    background: #9e9e9e;
}

.shape-popup i {
    font-size: 28px;
    margin-bottom: 5px;
}

.icon-div {
    display: inline-block;
    text-align: center;
    width: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.shape-title1 {
    font-size: 12.5px;
    margin-top: 8px;
}

.cut-popup li {
    width: auto;
}

.clarity-popup li {
    width: auto;
}

.fluorescence-popup li {
    width: auto;
}


.flour-popup li {
    width: auto;
}

.flour-popup .nav li a {
    padding: 4px 7px;
}

.mg img {
    margin-bottom: 10px;
}

.logo-icon .title30 {
    text-transform: uppercase;
}



.shapesize {
    width: 100% !important;
}

.shapesize1 li {
    width: 62px;
    border: 1px solid #e9ecef;
    padding: 5px;
    margin: 3px;
    font-size: 10px;
    box-shadow: 0px 3px 7px 0px;
}

.underline {
    display: inline;
    position: relative;
    overflow: hidden;
}

    .underline:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        width: 0;
        bottom: -5px;
        background: #000;
        height: 4px;
        transition-property: width;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .underline:hover:after,
    .underline:focus:after,
    .underline:active:after {
        left: 0;
        right: auto;
        width: 100%;
    }

/*engament ring  */
@media (min-width: 1150px) {
    .only-desktop {
        display: block;
    }
}

@media (min-width: 1150px) {
    .only-desktop {
        display: block;
        margin-bottom: 5px;
    }
}

ul.ring_wizards {
    width: 100%;
    padding-top: 6px;
}

    ul.ring_wizards li {
        width: 8%;
    }

@media (min-width: 1500px) {
    ul.ring_wizards li {
        width: 120px;
    }
}

ul.ring_wizards li {
    display: inline-block;
    border-right: 0px dotted #222;
    margin: 0px 8px;
    border: 1px solid #c5c5c5;
    margin-bottom: 15px;
    border-radius: 6px !important;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    width: 8%;
    box-shadow: 0 24px 10px -25px hsla(60,5%,42%,.28);
    background-color: hsla(0,0%,100%,.63);
    cursor: pointer;
}

    ul.ring_wizards li a {
        display: block;
        height: 60px;
        line-height: 50px;
        padding: 0px;
        padding-top: 2px;
        margin-bottom: -13px;
    }

        ul.ring_wizards li a img {
            width: 75px;
        }

    ul.ring_wizards li p {
        font-size: 12.8px;
    }

ul.jwel_builder li a {
    width: 57px;
}

@media (min-width: 1200px) {
    ul.jwel_builder li a {
        width: 51px;
    }
}

@media (min-width: 1200px) {
    ul.d_search_filt li a {
        width: 65px;
        margin-right: 5px;
        height: 49px;
    }
}

@media (max-width: 600px) {
    ul.ring_wizards li {
        width: 44%;
    }

    .dropmenusa h4 {
        width: 100% !important;
    }
}

ul.d_search_filt li a {
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #555555;
    border: 1px solid #eee;
}

    ul.d_search_filt li a i {
        font-size: 29px;
    }

span.shape-title {
    display: none;
}

ul.filt_colors {
    padding-top: 15px;
}

    ul.filt_colors li {
        display: inline-block;
        width: 82px;
        padding: 0px 0px;
        text-align: center;
        padding-left: 0px;
        border-bottom: 1px solid transparent;
    }

        ul.filt_colors li a img {
            border: 1px solid #9e9e9e;
        }

        ul.filt_colors li a img {
            border-radius: 5px;
            width: 42px;
            margin-bottom: 3px;
        }

.enginfo {
    margin: 0px auto;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    line-height: 22px !important;
}

@media (min-width: 1367px) {
    .only-large {
        width: 20%;
    }
}

@media (min-width: 1367px) {
    .only-lg {
        width: 25% !important;
    }
}

@media screen and (min-width: 767px) {
    #grid_pro .item-product4 {
        min-height: 250px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        /* box-shadow: 0 12px 24px #e2e2e2; */
        box-shadow: 0 3px 10px #e4e4e4;
        -moz-box-shadow: 0 3px 10px #e4e4e4;
        -webkit-box-shadow: 0 3px 10px #e4e4e4;
        -o-box-shadow: 0 3px 10px #e4e4e4;
        -ms-box-shadow: 0 3px 10px #e4e4e4;
    }
}

#grid_pro .product-thumb {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    text-align: center;
    min-height: 200px;
}

@media (min-width: 1200px) {
    .video-thumb {
        height: 240px;
    }
}

.product-thumb a img {
    width: auto !important;
    margin: 0 auto;
}

.only-large .item-product4 .product-info {
    padding-top: 8px;
    padding-bottom: 3px;
}

.item-product4 .product-info {
    padding-top: 8px;
    padding-bottom: 7px;
}

.item-product4 .product-info {
    padding-top: 12px;
    padding-bottom: 8px;
}

.item-product .product-info {
    padding-top: 17px;
    position: relative;
}

.product-info {
    display: inline-block;
    width: 100%;
}

div#grid_pro .product-title {
    font-size: 14px;
}

.only-large .item-product .product-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

.item-product .product-title {
    margin: 0 0 7px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-weight: 500 !important;
    line-height: 20px;
    height: 40px;
    font-weight: normal;
    overflow: hidden;
}

.item-product4 .product-price {
    margin-bottom: 0px;
}

.product-price.play-font {
    font-family: 'Futura', sans-serif;
}

.product-price {
    margin: 0 -2px 15px;
}

.play-font {
    /* font-family: 'Josefin Sans', sans-serif; */
    /* font-family: 'El Messiri', sans-serif; */
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

.product-price ins {
    text-decoration: none;
}

.product-price > * {
    margin: 0 2px;
}

.title18 {
    font-size: 18px;
}

.item-product del.silver {
    display: none;
}

.product-price > * {
    margin: 0 2px;
}

.silver {
    color: #999;
}

.wishlist-top1 {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 9px;
}

    .wishlist-top1 .wish_top {
        border-radius: 50%;
        /* padding: 10px 10px; */
        border: 1px solid #bbb;
        font-size: 18px;
        background-color: #fff;
        width: 30px;
        height: 30px;
        line-height: 29px;
        font-size: 14px;
        color: #bbb;
        margin-top: 0px;
        margin-right: 0px;
    }

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.add_wish:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    text-decoration: none;
}

.wish_top:hover {
    transform: scale(1.2);
}

.only-large {
    margin-bottom: 30px;
}

.wishlist-top1 .add_wish.active, .wishlist-top1 .add_wish.active i:before {
    content: "\f08a";
    color: #fff;
}

.add_compare {
    text-decoration: none !important;
}

.wishlist-top1 a.active {
    background-color: #9e9e9e;
    color: #fff !important;
    border-color: #9e9e9e;
}

.add_wish.active, .add_wish.active i {
    color: #9e9e9e;
}

.wish_change {
    background: #FF5722;
    color: #FF5722 !important;
    border: 1px solid #FF5722 !important;
}

.dropmenus {
    text-align: right;
}

.nice-selects {
    width: auto;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    border: none;
    height: 70px;
    padding-left: 50px;
    line-height: 70px;
    float: right;
}

.dropmenusa {
    align-self: center;
}

    .dropmenusa h4 {
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        background: #9e9e9e;
        padding: 10px;
        width: 35%;
        border: 2px solid #f3f3f3;
        text-align: center;
        letter-spacing: 2px;
    }

.grey1 {
    margin-right: 12px;
}

.pricews {
    border-radius: 50px;
    border: 2px solid #9e9e9e;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 2;
}
/*=======  Jewelries Details  =======*/
.room-details .deatils-box {
    font-family: "Roboto", sans-serif;
}

    .room-details .deatils-box .title-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 50px;
        background-color: #353530;
        margin-right: 40px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap {
        padding: 40px 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap {
        padding: 30px 20px;
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap {
        padding: 30px;
        margin-right: 20px;
        display: block;
    }
}

.room-details .deatils-box .title-wrap .title .room-cat {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.room-details .deatils-box .title-wrap .title h2 {
    font-size: 48px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 28px;
    }
}

.room-details .deatils-box .title-wrap .price {
    font-size: 40px;
    color: #9e9e9e;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 24px;
        margin-top: 15px;
    }
}

.room-details .deatils-box .title-wrap .price span {
    font-size: 16px;
}

.room-details .deatils-box .thumb {
    margin-top: -90px;
    position: relative;
    z-index: -1;
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .thumb {
        margin-top: -65px;
    }
}

.room-details .deatils-box h3.subtitle {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.room-details .deatils-box .room-fearures {
    background-color: #353530;
    padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 35px 30px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 30px 30px;
    }
}

.room-details .deatils-box .room-fearures .room-fearures-list li {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 100%;
    }
}

.room-details .deatils-box .room-fearures .room-fearures-list li i {
    color: #9e9e9e;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.room-details .deatils-box .room-rules {
    background-color: #353530;
    padding: 50px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 35px 30px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 30px 30px;
    }
}

.room-details .deatils-box .room-rules .room-rules-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

    .room-details .deatils-box .room-rules .room-rules-list li::before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #9e9e9e;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        content: '\f00c';
    }

.room-details .deatils-box .cancellation-box {
    background-color: #353530;
    padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 30px;
    }
}

.room-details .deatils-box .cancellation-box strong {
    color: #fff;
}

.room-details .deatils-box .room-map {
    width: 100%;
    height: 390px;
    background-color: #353530;
}

@media (max-width: 575px) {
    .room-details .deatils-box .room-map {
        height: 320px;
    }
}

.room-details .deatils-box .room-map iframe {
    width: 100%;
    height: 100%;
}

.room-details .deatils-box .related-room h3.subtitle {
    border-color: #dddddd;
}

.room-details .room-booking-form {
    background-color: #353530;
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-details .room-booking-form {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .room-details .room-booking-form {
        margin-top: 30px;
    }
}

.room-details .room-booking-form input,
.room-details .room-booking-form .nice-select,
.room-details .room-booking-form select {
    background-color: #1c1b19;
}

.room-details .room-booking-form .main-btn {
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
}

.room-details .room-booking-form .title {
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .room-booking-form .title {
        padding-left: 50px;
    }
}

@media (max-width: 399px) {
    .room-details .room-booking-form .title {
        padding-left: 50px;
    }
}

.room-details .room-booking-form .title::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #9e9e9e;
    content: '';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .room-booking-form .title::before {
        width: 30px;
    }
}

@media (max-width: 399px) {
    .room-details .room-booking-form .title::before {
        width: 30px;
    }
}

div.blueTable {
    border: 1px solid #9e9e9e;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
    border-bottom: unset;
}

.divTable.blueTable .divTableBody .divTableCell {
    font-size: 15px;
    padding: 8px;
}

.divTableCell1 {
    font-weight: bold;
}

.divTable.blueTable .divTableRow:nth-child(even) {
    background: #f3f3f3;
}

.divTable.blueTable .divTableRow:nth-child(odd) {
    background: #f3f3f3;
}

.blueTable .tableFootStyle {
    font-size: 14px;
}

    .blueTable .tableFootStyle .links {
        text-align: right;
    }

        .blueTable .tableFootStyle .links a {
            display: inline-block;
            background: #f3f3f3;
            color: #FFFFFF;
            padding: 2px 8px;
            border-radius: 5px;
        }

.blueTable.outerTableFooter {
    border-top: none;
}

    .blueTable.outerTableFooter .tableFootStyle {
        padding: 3px 5px;
    }
/* DivTable.com */
.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
    background: #f1f1f1;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

.infocircle {
    float: right;
    cursor: pointer;
}

.ships2 p {
    color: #000;
    text-decoration: none;
}

.vdosvg {
    width: 60px !important;
}

.roof {
    max-width: 45%;
    margin: 0px auto;
    color: #999;
    font-size: 17px;
    padding-top: 20px;
}

.Faith {
    color: #0083ab;
}

.roof123456 {
    margin-bottom: 30px;
}

.roof123 {
    border: 1px solid rgba(40,56,149,.1);
    padding: 10px;
    color: #999;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;
    height: 230px;
    box-shadow: 0px 0px 8px 0px #9e9e9e;
}

.dedication {
    font-weight: bold;
}

.show-text {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 40px;
}

.Storyour {
    font-size: 18px;
    margin-bottom: 25px;
}

.product-title {
    margin: 0px 0 7px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-weight: 500 !important;
    line-height: 30px;
}

.inner-title {
    font-size: 16px;
    margin-bottom: 12px;
}

.detail-info .product-price.bottom-mg {
    padding-bottom: 13px !important;
}

.detail-info .product-price {
    margin-bottom: 0px;
}

ins.title24.color.font-bold {
    color: #9e9e9e;
}

ins.title24.color.font-bold {
    font-size: 28px;
}

.product-price ins {
    text-decoration: none;
}

.det-btn {
    margin-bottom: 20px;
}

a.shop-button.choos_diamond {
    background: #9e9e9e;
    color: #fff;
}

a.shop-button.choos_diamond {
    border: 0px;
    letter-spacing: 1px;
    width: 44%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    text-decoration: none;
}

.shop-button {
    border: 1px solid #999;
    height: 40px;
    color: #555;
    line-height: 38px;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    border-radius: 3px;
    /* font-weight: 600; */
}

img.ring_set {
    width: 17px;
    vertical-align: middle;
    margin-top: -5px;
}

.detail-extra-link {
    padding: 16px 10px;
    margin-left: 0px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.detail-extra-link {
    margin: 0 -3px 25px;
}

.place_i {
    border: 0px !important;
    text-decoration: none;
}

.ships2:last-child {
    margin-right: 0px;
}

.ships2:last-child {
    margin-right: 8PX !important;
}

.ships2 {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.10);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.20);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.20);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.20);
    padding: 10px;
    width: 100px;
    border-radius: 1px;
    position: relative;
    margin-top: 19px;
    margin-right: 10px;
}

.detail-extra-link a .fa {
    font-size: 12px;
    color: #999;
    /* margin-right: 10px; */
}

.ships2 i {
    font-size: 18px;
    position: absolute;
    top: -24px;
    background: #9e9e9e;
    padding: 8px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    line-height: 20px;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    color: #ffffff !important;
}

li.ships2 p {
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 13px;
    text-transform: capitalize;
}

.appoint-box.hidden-xs.hide-sm {
    margin-bottom: 25px;
}

.appoint-box ul li {
    border-right: 1px solid #9e9e9e;
}

.appoint-box ul li {
    display: inline-block;
}

.appoint-box li {
    padding-left: 5px;
    padding-right: 5px;
}

.appoint-box ul li a {
    padding: 6px 6px;
    text-decoration: none;
    color: #000;
}

    .appoint-box ul li a i {
        margin-right: 3px;
    }

a#certifybtn {
    width: 100%;
    /* background: #000; */
    display: inline-block;
    /* background: #eee; */
    padding: 8px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
    color: #007bff;
}

.details_thumb {
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #9e9e9e;
    padding: 10px 40px;
}

.like-icon {
    text-align: left;
    margin-top: 37px !important;
}

    .like-icon a {
        margin-right: 5px;
    }

    .like-icon i {
        width: 36px;
        height: 36px;
        border: 1px solid #bbb;
        text-align: center;
        line-height: 36px;
        border-radius: 50%;
        font-size: 18px;
    }

.gifalldiamond img {
    width: 49%;
}

.diams-section {
    text-align: center;
    background: #fffffb;
}

.gifalldiamonds {
    background: #f3f3f3;
    padding: 50px 0px;
}

.repidgif p {
    font-size: 24px;
    text-align: justify;
}

#v-pills-home img {
    width: 100%;
}

.padeship {
    padding: 0px
}

.blk img {
    width: 100%;
}

.shapsed img {
    width: 100%;
}

.nav-tabs .nav-link {
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border: 1px solid #000000;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.ourcompany1 li {
    display: inline-block;
    margin-right: 10px;
}

.irs-line:before {
    content: "";
    position: absolute;
    z-index: 1 !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(white,white) 26% 0/5px 100%, linear-gradient(white,white) 50% 0/5px 100%, linear-gradient(white,white) 74% 0/5px 100%, linear-gradient(white,white) 100% 0/5px 100%;
    background-repeat: no-repeat;
}
/* box */

.box {
    background: linear-gradient(180deg, #0083ab 0%, #3f51b5 100%);
    font-family: 'Nanum Gothic', sans-serif;
    border-radius: 25px 0;
    position: relative;
    overflow: hidden;
}

    .box:before,
    .box:after,
    .box .box-content:before,
    .box .box-content:after {
        content: "";
        background: #fff;
        width: 50%;
        height: 4px;
        transform: scaleX(0);
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
        transition: all 600ms ease;
    }

    .box:after {
        top: auto;
        bottom: 15px;
        left: auto;
        right: 15px;
    }

    .box .box-content:before,
    .box .box-content:after {
        width: 4px;
        height: 50%;
        transform: scaleY(0);
    }

    .box .box-content:after {
        left: auto;
        right: 15px;
        top: auto;
        bottom: 15px;
    }

    .box:hover:before,
    .box:hover:after,
    .box:hover .box-content:before,
    .box:hover .box-content:after {
        transform: scale(1);
    }

    .box img {
        width: 100%;
        height: auto;
        transform: scale3d(1.1, 1.1, 1);
        transition: all 0.25s linear;
    }

    .box:hover img {
        opacity: 0.25;
        transform: scale(1.25);
    }

    .box .inner-content {
        color: #fff;
        text-align: center;
        width: 70%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 70%;
        left: 50%;
        transition: all 600ms ease;
    }

    .box:hover .inner-content {
        opacity: 1;
        top: 50%;
    }

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}


.Faith1223 {
    margin-bottom: 70px;
    margin-top: 70px;
}



/* button effect1 */


.bton,
.bton::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bton {
    background-color: #0083ab;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    max-width: 120px !important;
    display: block;
    font-size: 14px;
    padding: 7px 0.75em;
    position: relative;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

    .bton::before,
    .bton::after {
        background: #fff;
        content: '';
        position: absolute;
        z-index: -1;
    }

    .bton:hover {
        color: #0083ab;
        background-color: white;
        text-decoration: none;
    }

/* BUTTON 5 */
.btn-5 {
    overflow: hidden;
}

    .btn-5::after {
        /*background-color: #f00;*/
        height: 100%;
        left: -35%;
        top: 0;
        transform: skew(50deg);
        transition-duration: 0.6s;
        transform-origin: top left;
        width: 0;
    }

    .btn-5:hover:after {
        height: 100%;
        width: 135%;
    }



/* button effect2 */


.bton1,
.bton1::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bton1 {
    background: none;
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    max-width: 125px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 1em;
    position: relative;
    text-transform: uppercase !important;
    font-weight: bolder;
}

    .bton1::before,
    .bton1::after {
        background: #0083ab;
        content: '';
        position: absolute;
        z-index: -1;
    }

    .bton1:hover {
        color: #fff;
        text-decoration: none;
    }

/* BUTTON 5 */
.btn-5 {
    overflow: hidden;
}

    .btn-5::after {
        /*background-color: #f00;*/
        height: 100%;
        left: -35%;
        top: 0;
        transform: skew(50deg);
        transition-duration: 0.6s;
        transform-origin: top left;
        width: 0;
    }

    .btn-5:hover:after {
        height: 100%;
        width: 135%;
    }

.submitbton {
    font-size: 13px;
}







/* BUTTON 5 */
.btn-6 {
    overflow: hidden;
}

    .btn-6::after {
        /*background-color: #f00;*/
        height: 100%;
        left: -35%;
        top: 0;
        transform: skew( 0deg );
        transition-duration: 0.6s;
        transform-origin: top left;
        width: 0;
    }

    .btn-6:hover:after {
        height: 100%;
        width: 135%;
    }


.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: none;
    margin: 7px;
}

/* our journy */

.history-tl-container {
    font-family: "Roboto", sans-serif;
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
}

    .history-tl-container ul.tl {
        margin: 20px 0;
        padding: 0;
        display: inline-block;
    }

        .history-tl-container ul.tl li {
            list-style: none;
            margin: auto;
            margin-left: 200px;
            min-height: 50px;
            /*background: rgba(255,255,0,0.1);*/
            border-left: 1px dashed #0083ab;
            padding: 0 0 50px 30px;
            position: relative;
        }

            .history-tl-container ul.tl li:last-child {
                border-left: 0;
            }

            .history-tl-container ul.tl li::before {
                position: absolute;
                left: -18px;
                top: -5px;
                content: " ";
                border: 8px solid rgba(255, 255, 255, 0.74);
                border-radius: 500%;
                background: #0083ab;
                height: 35px;
                width: 35px;
                transition: all 500ms ease-in-out;
            }

            .history-tl-container ul.tl li:hover::before {
                border-color: #0083ab;
                transition: all 1000ms ease-in-out;
            }

.item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.timestamp {
    color: #8d8d8d;
    position: absolute;
    width: 100px;
    left: -35%;
    text-align: right;
    font-size: 22px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.vidiobg {
    box-shadow: 0px 0px 20px 0px #9e9e9e;
    border-radius: 10px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #9e9e9e;
    border-radius: 10px;
}

@media screen and (max-width: 375px) {
    .logointro {
        width: 286px;
        text-align: center;
        position: absolute;
        height: 0;
        margin: 0px auto;
        top: 0px;
    }

    .carousel-project-personal.owl-carousel .owl-nav button {
        position: absolute;
        top: 90%;
    }

    .validss123 {
        padding: 0;
    }
}

.menulogo {
    background-image: url(img/CD1.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: top;
}
.contectaddress {
    color: #546a85 !important;
    font-weight: bolder;
}
.setLogo .mobile {
    display: none;
}

@media (max-width: 600px) {
    .setLogo .mobile {
        display: block;
    }

    .setLogo .desktop {
        display: none;
    }
}
.mobile {
    width: 40px;
    margin-left: 40%;
    margin-top: 5%;
}