/*!
* Version: 1.2.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
body {
  overflow-x: hidden;
}
:focus {
    outline: none;
  }
  .body-class-1 {
    scroll-behavior: smooth;
  }
  .main-img .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
  }
  .main-img .container h1 {
    margin: 0;
    font-size: 4.375rem;
    color: #fff;
  }
  .main-img .container h1 span {
    padding: 0.375rem 0.875rem;
    display: inline-block;
  }
  .bd-heading-1 .bd-example {
    margin-top: 1rem;
  }
  .bd-heading-1 .bd-example:first-child {
    margin-top: 0rem;
  }
  .bd-cheatsheet {
    margin-top: -2rem;
  }
  .bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem;
  }
  .bd-cheatsheet
    section
    article
    .card.iq-document-card
    .tab-content
    pre.language-markup {
    margin: unset;
  }
  .bd-aside.card.iq-document-card {
    padding: 1.5rem;
    margin-top: -2rem;
  }
  .bd-aside a {
    padding: 0.25rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 0.25rem;
    color: rgba(56, 56, 56, 0.95);
    text-decoration: none;
  }
  .bd-aside a:hover,
  .bd-aside a:focus {
    background-color: rgba(41, 63, 116, 0.1);
  }
  .bd-aside .active {
    font-weight: 600;
    background-color: rgba(41, 63, 116, 0.1);
    color: #293f74;
  }
  .bd-aside .btn {
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: #383838;
    border: 0;
  }
  .bd-aside .btn .right-icon {
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  .bd-aside .btn:hover,
  .bd-aside .btn:focus {
    background-color: rgba(41, 63, 116, 0.1);
    color: #293f74;
  }
  .bd-aside .btn:focus {
    -webkit-box-shadow: 0 0 0 0.063rem rgba(41, 63, 116, 0.7);
    box-shadow: 0 0 0 0.063rem rgba(41, 63, 116, 0.7);
  }
  .bd-aside .btn[aria-expanded="true"] .right-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .scrollspy-example {
    position: relative;
    height: 12.5rem;
    margin-top: 0.5rem;
    overflow: auto;
  }
  [id="modal"] .bd-example .btn,
  [id="buttons"] .bd-example .btn,
  [id="tooltips"] .bd-example .btn,
  [id="popovers"] .bd-example .btn,
  [id="dropdowns"] .bd-example .btn-group,
  [id="dropdowns"] .bd-example .dropdown,
  [id="dropdowns"] .bd-example .dropup,
  [id="dropdowns"] .bd-example .dropend,
  [id="dropdowns"] .bd-example .dropstart {
    margin-top: 0.5rem;
  }
  @media (min-width: 1200px) {
    .body-class-1 {
      display: grid;
      gap: 1rem;
      grid-template-columns: 1fr 4fr 1fr;
      grid-template-rows: auto;
    }
    .bd-aside.sticky-xl-top {
      top: 2rem !important;
    }
    .bd-header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      grid-column: 1 / span 3;
    }
    .sticky-xl-top {
      z-index: 2;
    }
    .bd-cheatsheet,
    .bd-cheatsheet section,
    .bd-cheatsheet article {
      display: grid;
      gap: 2rem;
      grid-template-columns: 3fr 1fr;
      grid-column: span 2 / span 2;
      grid-template-rows: auto;
    }
    .bd-aside {
      grid-area: 1/1;
      scroll-margin-top: 4rem;
    }
    .bd-cheatsheet section,
    .bd-cheatsheet section > .iq-side-content {
      top: 2rem;
      scroll-margin-top: 0;
    }
    .bd-cheatsheet article,
    .bd-cheatsheet .bd-heading {
      top: -webkit-calc(7.2rem + 2rem);
      top: calc(7.2rem + 2rem);
      scroll-margin-top: -webkit-calc(7.8rem + 2rem);
      scroll-margin-top: calc(7.8rem + 2rem);
    }
    .bd-cheatsheet .bd-heading {
      z-index: 1;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
    }
    .bd-cheatsheet .bd-heading .card {
      margin-bottom: 0;
    }
    .bd-cheatsheet article .iq-document-card {
      margin-bottom: unset;
    }
    .bd-cheatsheet article .iq-document-card.iq-doc-head {
      margin-top: -6.8rem;
    }
  }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .mobile-offcanvas {
      width: 40% !important;
    }
  }
  @media (max-width: 767.98px) {
    .main-img .container h1 {
      font-size: 3.125rem;
    }
  }
  @media (max-width: 1199.98px) {
    .header .container {
      max-width: unset !important;
    }
    aside.mobile-offcanvas {
      margin-top: unset !important;
    }
    aside.mobile-offcanvas .offcanvas-header {
      display: block;
    }
    .body-class-1 {
      padding: unset;
    }
    .body-class-1.container {
      max-width: unset;
    }
    #content .iq-side-content .card {
      margin-top: 1.25rem;
    }
    .mobile-offcanvas {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-border-radius: 0;
      border-radius: 0;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      z-index: 1200;
      width: 75%;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-transition: visibility 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
      transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -o-transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
      transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
      transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
      background: rgba(255, 255, 255, 0.8392156863);
      -webkit-backdrop-filter: blur(0.5rem);
      backdrop-filter: blur(0.5rem);
    }
    .mobile-offcanvas.show {
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
      display: block;
    }
  }
  @media (min-width: 1200px) {
    .bd-aside.card.iq-document-card,
    .bd-cheatsheet {
      margin-top: -3rem;
    }
    aside.mobile-offcanvas .offcanvas-header {
      display: none;
    }
    .bd-cheatsheet section .iq-side-content {
      grid-column-end: 3;
    }
    .bd-cheatsheet section .iq-side-content .card {
      margin-bottom: 0;
    }
  }
  body.offcanvas-active {
    overflow: hidden;
  }
  body.uikit .btn-download {
    display: none;
  }
  .uisheet.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33, 37, 41, 0.6);
    -webkit-transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
    -o-transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  }
  .uisheet.screen-darken.active {
    z-index: 10;
    -webkit-transition: opacity 0.3s ease, width 0s;
    -o-transition: opacity 0.3s ease, width 0s;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  #back-to-top {
    display: inline !important;
  }
  #back-to-top .top {
    bottom: 1.563rem;
    right: 1.563rem;
    z-index: 999;
  }
  .middle {
    display: inline !important;
  }
  .middle .mid-menu {
    position: fixed;
    top: 9.375rem;
    left: 0rem;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    background: #293f74;
    color: #fff;
    padding: 0.2rem;
    -webkit-border-radius: 0 1rem 1rem 0;
    border-radius: 0 1rem 1rem 0;
  }
  .top-1 {
    top: 1rem;
  }
  .banner {
    background-image: url(../images/banner/01.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 700px;
    background-repeat: repeat;
    background-position-y: bottom;
  }
  .pt-100 {
    padding-top: 6.25rem;
  }
  .p-60 {
    padding: 3.75rem;
  }
  .pb-60 {
    padding-bottom: 3.75rem;
  }
  .ptb-60 {
    padding: 3.75rem 0rem;
  }
  .pt-60 {
    padding-top: 3.75rem;
  }
  .ptb-80 {
    padding: 5rem 0rem;
  }
  .shap-bg {
    background: #fcf5f0;
    padding: 3.75rem;
  }
  .process-bg {
    background: #fffbef;
    padding: 3.75rem;
  }
  .sevices-bg {
    background: rgba(246, 231, 255, 0.5);
    padding: 3.75rem;
  }
  .play-btn {
    position: absolute;
    top: 44%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  @media (max-width: 991.98px) {
    .banner {
      padding: 1.25rem;
    }
    .shap-bg {
      padding: 1.875rem;
    }
    .process-bg {
      padding: 1.875rem;
    }
    .sevices-bg {
      padding: 1.875rem;
    }
    .contact-bg {
      padding: 1.875rem;
    }
  }
  .shap-line {
    position: relative;
    background: #fffbef;
    z-index: 9;
    text-transform: uppercase;
    padding: 0 10px;
    letter-spacing: 3px;
    font-size: 14px;
  }
  .shap-line.banner-title {
    background: #e9eaff;
  }
  .shap-line.contact-title {
    background: #f2eded;
  }
  .shap-line.line-left {
    padding-left: 0;
  }
  .shap-line.line-left::before {
    width: 100%;
    left: 15px;
  }
  .shap-line:before {
    content: "";
    border-bottom: 1px solid #232d42;
    position: absolute;
    width: 120%;
    left: -17px;
    top: 9px;
    z-index: -1;
  }


.search-input .easy-autocomplete+.input-group-text{ position: absolute;border:0;bottom:0;top:0;right: 0;}
.loader.simple-loader {
    background-color: #fff;
}
.loader.simple-loader .loader-body{
    align-items: center;
    justify-content: center;
    display: flex;
}
.dimont_Position{
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 0.5rem;
}
.dimont_Position .diamond_List:hover .diamond-hover{
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}
.diamond-hover{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.banner {
  background-image: url(../images/banner/01.png);
  background-size: contain;
  height: 725px;
  background-repeat: no-repeat;
  background-position: center top;
}

.dm-labs{
    color:#293f74
}

.contact-bg{
  background-image:url(../images/banner/04.png);
    background-size: 100% 100%;
    object-fit: contain;
    height: 225px;
    padding: 0rem 6.5rem;
}
.contact-bg .heading-title-left small.contact-heading,
.d-main-banner.container .d-heading-title{
    z-index: 10;
    font-size: 14px;
    background: transparent;
    position: relative;
    text-transform: uppercase;
    padding-right: 2rem;
    letter-spacing: 3px;
}
.contact-bg .heading-title-left small.contact-heading::before,
.d-main-banner.container .d-heading-title::before{
    content: "";
    top: 8px;
    right: 0;
    width: 1.5rem;
    z-index: 0;
    position: absolute;
    border-bottom: 1px solid #232d42;
}




/* .autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; } */
/* .parralex {overflow: hidden;position: relative;height: 100%;} */
/* Parralex CSS */
.parallax {
    overflow: hidden;
    position: relative;
}
.parallax .parallax-window {
    /* width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 60px;
    transform: scale(1.2); */
}
.parallax-image-box {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.parallax-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

/* .parallax-image.parallax-image2 {
  background-position: unset;
} */

.filtersection {
    margin: 2rem 0;
}

.shapes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    gap: .5rem;
}

.shapes .shape-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: .25rem;
    height: 100%;
    width: 100%;
    padding: .5rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: border-color 400ms ease-in-out;
}

.shapes .shape-item label {
    cursor: pointer;
}

.shapes .shape-item:not(.static-item):hover {
    border-color: var(--bs-primary);
    transition: border-color 400ms ease-in-out;
}

.shapes .shape-item .btn-check:checked+label .shape-label {
    display: block;
}

.shape-label {
    background: var(--bs-primary);
    display: none;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    font-size: 1rem;
    transform: translateY(50%);
}

.listtype-carat {
    display: table;
    width: 100%;
    padding: 0;
}

.listtype-carat li {
    display: table-cell;
    text-align: center;
    list-style-type: none;
    line-height: 12px;
    vertical-align: middle;
    width: 40px;
    padding-right: 6px;
}

.heading {
    background: #fff;
    border-right: 1px solid transparent;
    color: #fff;
    width: 80px !important;
    border: 1px solid #eee;
}

.filter-inactive label {
    border: 1px solid #eee;
    width: 100%;
    padding: 10px 8px;
    cursor: pointer;
    border-radius: 3px;
}

.heading label {
    color: #333;
    font-weight: 600;
}

.active label {
    background: var(--bs-primary);
    color: #fff !important;
    border: 1px solid var(--bs-primary);
}

.listtype-carat span {
    display: inline-block;
}

.hide {
    display: none !important;
}

/* responsiv */

@media (min-width: 1200px) {
    .d-main-banner.container{
        max-width: 1600px;
    }
}


@media (max-width: 1300px) {
    .banner{
        height: 600px;
        background-size: auto;
    }
}
@media (max-width: 991px){
    .contact-bg{
        height: 180px;
        padding: 1rem 2rem;
        object-fit: cover;
        background-repeat: no-repeat;
    }
}
@media (max-width: 768px) {
    .banner{
        height: 400px;
        object-fit: contain;
        background-size: 100% 100%;
    }
    .d-main-banner.container{
        max-width: 730px;
    }
}

@media (max-width: 576px) {
    .contact-bg{
        padding: 1rem 1.5rem;
        height: 200px;
        background-size: auto;
    }
    .btn.btn-lg{
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    .banner{
      background-size: auto;
    }
}
.advancefilter .row {
  margin-bottom: 1rem;
}
.diamond-table>tbody>tr:not(.row-diamond-details):hover {
  background-color: rgba(var(--bs-primary-rgb,), .1) ;
}
.highlight{background-color: rgba(var(--bs-primary-rgb,), .1)}
.diamond-tabel-list li {list-style-type:none;line-height:20px;padding:3px;display:inline-block;width:100%;text-align: left;}
.diamond-button-list li {list-style-type:none;line-height:20px;padding:2px;display:inline-block;float:left;}
.row-diamond-details>td {
  padding: 0;
}
/* collapsing */
.row-diamond-details>td .collapsing, .row-diamond-details>td :is(.show) {
  padding: 1rem;
}
.diamond-tabel-list .card-header {
  background-color: #b3bec5;
  padding: 0.4rem 1rem;
}
.diamond-tabel-list .table {
  font-size: 12px;
}

.img-responsive.diamondsearchcategory-image {height: 100px;padding: 10px;}
.smart-search-status {
  display: grid !important;
  justify-content: space-between;
  grid-template-columns: 50% 50%;
}
#advanceFilterBtn .fa{
  display: none;
}
#advanceFilterBtn[aria-expanded="false"] .fa.fa-plus{
  display: inline-block;
}
#advanceFilterBtn[aria-expanded="true"] .fa.fa-minus{
  display: inline-block;
}
.table-sm > :not(caption) > * > * {
  font-size: .875rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav.menu-navbar .nav-item:hover .nav-link{
    background: unset;
  }
  .navbar-expand-lg .navbar-nav.menu-navbar .nav-item .nav-link {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav.menu-navbar .nav-item .nav-link::before{
    content: "";
    width:100%;
    height: 0%;
    position: absolute;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    transition: all 0.4s ease-in-out;
  }
  /* Hover */
  .navbar-expand-lg .navbar-nav.menu-navbar .nav-item:not(.active):hover .nav-link::before{
    height: 100%;
    bottom: 0;
    transition: all 0.4s ease-in-out;
  }
  
}
.text-pre-wrap {
    white-space: pre-wrap;
}
.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}
.logingmodal .modal-header {
  background: var(--bs-primary);
  background: -webkit-linear-gradient(left, var(--bs-primary) 0%, #0e77c7 100%);
  background: -o-linear-gradient(left, var(--bs-primary) 0%, #0e77c7 100%);
  background: linear-gradient(to right, var(--bs-primary) 0%, #0e77c7 100%);
  color: var(--bs-white);
}
.logingmodal .modalheading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.menu-navbar .nav-item .nav-link{
  color: var(--bs-white)
}

/* search css */

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 */

 .easy-autocomplete{position:relative}
 .easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}
 .easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}
 .easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,
 .easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}
 .easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}
 .easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}
 .easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}
 .easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}
 .easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}
 .easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}
 .easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}
 .easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}
 .easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}
 .easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}
 .easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}
 .easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}
 .easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}
 .easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}
 .easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}
 .easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}
 .easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}
 .easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}
 .easy-autocomplete-container ul{
 /*	background:none repeat scroll 0 0 #ffffff;
   border-top:1px dotted #ccc;
   display:none;margin-top:0;
   padding-bottom:0;padding-left:0;
   position:relative;top:-1px*/
 
 }
 .easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{
   background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;
   display:block;font-size:12px;font-weight:normal;padding:4px 12px;border-bottom: 1px solid #eee;
 }
 .easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}
 .easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}
 .easy-autocomplete-container ul li.selected div{font-weight:normal}
 .easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}
 .easy-autocomplete-container ul li b{font-weight:bold}
 .easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic;border-top: 1px solid #eee !important;
     overflow: hidden;margin-top: 4px;}
 .eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}
 .eac-icon-left .eac-item img{margin-right:4px;max-height:30px}
 .eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}
 .eac-icon-right 
 .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
 
/* custom css of search */


.easy-autocomplete-container{text-align: left;}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
 	border-width: 0 1px; display: block;font-size: 12px;
    font-weight: normal; padding: 5px 10px; border-bottom: 1px solid #eee; margin-left: -57px;
}
.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #d8cfcf;
    display: none;
    margin-top: 2px;
    padding-bottom: 0;
    position: relative;
    top: -3px;
    width: 100%;
    margin-left: 29px;
    color: #000;
}
.height-35{height: 35px;}
#loadings { background-color: #ffffff!important; height: 100%!important; width: 100%!important;
 position: fixed!important; 
  margin-top: 0px!important; top: 0px!important; left: 0px!important; bottom: 0px!important; 
  overflow: hidden !important; 
  right: 0px; z-index: 999999!important; }

.extra-small{padding: 6px 18px !important;}
.mlm-15{margin-left: -15px!important;}
.top-header {
  color: var(--bs-body-title);
  padding: 0.911rem 3.125rem;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav.menu-navbar .nav-link {
    padding: 1rem 1.5rem;
  }
  .parallax1{
    min-height: 900px;
  }
  .parallax2{
    min-height: 800px;
  }
  .an-order-2{
    order: 2;
  }
  .an-order-1{
    order: 1;
  }
}

@media (max-width: 991.98px) {
  .top-header {
    padding: 0.5rem 1rem !important;
  }
}
.iq-search-box.searchbox{
  border-radius: 50rem;
}
.iq-search-box.searchbox .searchboxinput{
  border-radius: 50rem;
}

/* .input-group.search-input {
  width: 14.25em;
} */
.input-group.search-input .input-group-text {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.input-group.search-input .form-control {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* width: 11.5rem; */
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.ner-line-around{
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  /* padding: 0 10px; */
  letter-spacing: 3px;
  font-size: 14px;
}
.ner-line-around:before,
.ner-line-around:after{
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 2%;
  top: -1px;
}
.ner-line-around:before {
  right: 10px;
}

.ner-line-around:after {
  left: 10px;
}
.ner-diamond-process{
  z-index: 10;
  font-size: 14px;
  background: transparent;
  position: relative;
  text-transform: uppercase;
  padding-right: 2rem;
  letter-spacing: 3px;
}
.ner-diamond-process:before{
  content: "";
  top: 8px;
  right: 0;
  width: 1.5rem;
  z-index: 0;
  position: absolute;
  border-bottom: 1px solid #232d42;
}
.ner-diamond-search .panel-heading .nav-tabs .nav-item .nav-link{
  border-bottom: unset;
}
.ner-diamond-search .tab-content .fade{
  /* transition: unset; */
}