/*=============================================
=            Helper CSS            =
=============================================*/

:root {
    --black: #000000;
    --primary-font: 'Roboto', sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --primary: #3597cc;
    --blue: #3597cc;
    --secondary-font: 'Oswald', sans-serif;
    --secondary: #fcc110;
    --green: #669934;
}


/* no gutters */

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}


/*=====  End of Helper CSS  ======*/


/*=============================================
=            Default CSS            =
=============================================*/


/*-- Google Font --*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: var(--primary-font);
    color: #888;
    position: relative;
    background-color: #ffffff;
}

body.no-overflow {
    overflow: hidden;
}

body.boxed {
    max-width: 1500px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-top: 0;
    line-height: 1.23;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5625rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.5625rem;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: var(--green);
    text-decoration: none;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

b,
strong {
    font-weight: 600;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*-- Tab Content & Pane Fix --*/

select {
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    padding-right: 15px;
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E"); */
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.slick-slide>div>div {
    vertical-align: middle;
}


/*----------  Sharp border tippyjs theme  ----------*/


/* If `animateFill: true` (default) */

.tippy-tooltip.sharpborder__yellow-theme .tippy-backdrop {
    background-color: var(--secondary);
    font-weight: 400;
    color: #fff;
}


/* If `animateFill: false` */

.tippy-tooltip.sharpborder__yellow-theme {
    font-weight: 400;
    border-radius: 0;
    font-size: 12px;
    background-color: var(--secondary);
    color: #fff;
    line-height: 12px;
    white-space: nowrap;
    padding: 8px 10px;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.sharpborder__yellow-theme .tippy-arrow {
    border-bottom-color: var(--secondary);
}


/* If `animateFill: true` (default) */

.tippy-tooltip.sharpborder__black-theme .tippy-backdrop {
    background-color: #000000;
    font-weight: 400;
    color: #fff;
}


/* If `animateFill: false` */

.tippy-tooltip.sharpborder__black-theme {
    font-weight: 400;
    border-radius: 0;
    font-size: 12px;
    background-color: #000000;
    color: #fff;
    line-height: 12px;
    white-space: nowrap;
    padding: 8px 10px;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.sharpborder__black-theme .tippy-arrow {
    border-bottom-color: #000000;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.sharpborder__black-theme .tippy-arrow {
    border-top-color: #000000;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.sharpborder__black-theme .tippy-arrow {
    border-left-color: #000000;
}

.border {
    border: 1px solid #eee !important;
}

.border-top {
    border-top: 1px solid #eee !important;
}

.border-right {
    border-right: 1px solid #eee !important;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

.border-left {
    border-left: 1px solid #eee !important;
}


/* Trade CVD's Quality css start  */

.gems-quality-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 10px;
    display: flex
}

.gems-quality-img img {
    width: 60px;
    min-height: 60px;
    height: 60px;
    margin: auto;
}

.gems-quality-img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
}

.gems-quality-img.bg-soft-green {
    border-top-left-radius: 60%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 60%;
}

.gems-quality-img.bg-soft-purple {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 50%;
}

.gems-quality-img.bg-soft-blue {
    border-top-left-radius: 60%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 60%;
}

.gems-quality-img.bg-soft-red {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 50%;
}

.gems-quality-img.bg-soft-orange {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 50%;
}

.gems-quality-card .card {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: none;
}

.gems-quality-desc {
    margin-top: 30px;
}

.gems-quality-card .card {
    min-height: 252px;
    height: 100%;
}

.wrapper-title {
    font-size: 20px;
}

.border--rounded {
    border-radius: 5px;
}

.bg-soft-green {
    background-color: #edf3f0 !important;
}

.bg-soft-purple {
    background-color: #f4f1fa;
}

.bg-soft-purple {
    background-color: #f4f1fa;
}

.bg-soft-blue {
    background-color: #eff7fb;
}

.bg-soft-red {
    background-color: #fbf3f3;
}

.bg-soft-orange {
    background-color: #fef7f0;
}


/* Trade CVD's Quality css end  */


/* slider default style */

.ht-swiper-button-nav {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    border: 2px solid rgba(34, 34, 34, 0.16);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.ht-swiper-button-nav:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.ht-swiper-button-prev {
    left: 0;
}

.ht-swiper-button-next {
    right: 0;
}

.swiper-pagination {
    position: static;
    display: block;
    max-width: 100%;
    text-align: center;
    width: auto;
    z-index: 7;
    line-height: 1;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #222;
    cursor: default;
}

.swiper-pagination .swiper-pagination-bullet {
    vertical-align: bottom;
}

input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input::-moz-placeholder {
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input:-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input::-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.vertical-navigation-home-wrapper {
    margin-left: 300px;
}


/*=====  End of Default CSS  ======*/

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

section {
    overflow: hidden;
}


/*=============================================
=            Header            =
=============================================*/


/* .header-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
} */

.header-area.header-sticky.is-sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.header-area.header-sticky.is-sticky .header-top-bar {
    display: none;
}

.header-area.header-sticky.is-sticky .search-form {
    display: none;
}

.header-area.header-sticky.is-sticky .header-navigation {
    -webkit-flex-basis: calc(100% - 400px);
    -ms-flex-preferred-size: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
}

.header-area.header-sticky.is-sticky .header-search {
    -webkit-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
}

.header-area.header-sticky.is-sticky .header-below {
    display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-top-area {
    display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation-area--transparent-bg {
    background-color: #ffffff;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav>ul>li>a {
    color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav>ul>li>a:hover {
    color: var(--secondary);
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__search a {
    color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__search a:hover {
    color: var(--secondary);
}

.header-area.header-sticky.is-sticky .header-top-bar-area {
    display: none;
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation__nav nav>ul>li>a {
    padding: 35px 15px;
}

.header-area.header-sticky.is-sticky .header-navigation-area.header-navigation-area-dark {
    padding: 10px 0;
}

.header-area.header-sticky.is-sticky .header-bottom-bar {
    display: none;
}

.header-area.header-sticky.is-sticky .header-info-area {
    display: none;
}


/* .header-area.header-sticky .header-navigation .logo {
    display: none;
    margin: auto 0;
} */

.header-area.header-sticky .header-navigation .logo a {
    margin-top: auto;
    margin-bottom: auto;
}

.header-area.header-sticky {
    padding: 10px 0;
    background: transparent;
}

.header-area.header-sticky.is-sticky {
    padding: 0 0;
}

.header-area.header-sticky.is-sticky .header-sticky-img {
    display: block;
}

.header-area.header-sticky.is-sticky .header-logo-first {
    display: none;
}

.header-area.header-sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    /* -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%); */
}

.header-area.header-sticky.is-sticky .header-navigation .logo {
    display: block;
}


/* .header-area .header-navigation .header-navigation__nav {
    margin-left: auto;
    text-align: right;
} */


/* .header-area.header-sticky.is-sticky .header-navigation .header-navigation__nav {
    margin-left: auto;
    text-align: right;
} */

.header-area.header-sticky.is-sticky .header-navigation .header-navigation__nav nav>ul {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.header-area.header-sticky .header-navigation__icon {
    display: block;
    margin: auto;
    margin-right: 0;
}

.header-area.header-sticky.is-sticky .header-navigation__icon {
    display: none;
}

.header-area.header-sticky--default.is-sticky .header-info-area {
    display: none;
}

.header-area__desktop--default .mobile-navigation-icon {
    display: none;
}

.header-area__desktop--default .mobile-navigation-icon i {
    background-color: #222;
}

.header-area__desktop--default .mobile-navigation-icon i:before {
    background-color: #222;
}

.header-area__desktop--default .mobile-navigation-icon i:after {
    background-color: #222;
}

.header-area__desktop .header-navigation-area--transparent-bg {
    border-top: 1px solid rgba(238, 238, 238, 0.18);
}

.header-area__desktop .header-navigation-area--style2 {
    padding-left: 60px;
}

.header-area__desktop .header-navigation-area--style3 {
    background-color: #05103B;
}

.header-area__desktop--style3 {
    display: block !important;
}

.header-area__mobile {
    display: none;
}

.header-area__mobile .logo {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-right: 0;
}

.header-area--absolute {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.header-area--transparent {
    background-color: transparent;
}

.language-change-trigger--mobile .selected-lang {
    color: rgba(34, 34, 34, 0.4);
}

.header-top-bar {
    font-weight: 400;
    line-height: 1;
    padding: 8px 0;
    color: #ddd;
    background-color: #222;
    font-size: 0.875rem;
}

.header-top-bar--white {
    padding: 0;
    color: #888;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
}

.header-top-bar--style2 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topbar-menu li {
    display: inline-block;
    margin-right: 15px;
}

.topbar-menu li:last-child {
    margin-right: 0;
}

.topbar-menu li a {
    display: block;
}

.topbar-menu li a:hover {
    color: var(--secondary);
}

.topbar-menu--bold {
    padding: 0 15px;
}

.topbar-menu--bold li a {
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

.top-bar-right-wrapper {
    text-align: right;
}

.top-bar-right-wrapper .text a {
    color: #05103B;
}

.top-bar-right-wrapper .text a:hover {
    color: var(--secondary);
}

.topbar-info {
    display: inline-block;
}

.topbar-info li {
    display: inline-block;
    margin-right: 30px;
}

.topbar-info li:last-child {
    margin-right: 0;
}

.topbar-info li a {
    display: block;
}

.topbar-info li a:hover {
    color: var(--secondary);
}

.topbar-info li a i {
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1.125rem;
}

.topbar-info--style2 li {
    margin-right: 0;
    padding: 10px 30px;
    border-right: 1px solid #eee;
    font-size: 0.875rem;
}

.topbar-info--style2 li i {
    color: var(--secondary);
}

.topbar-info--style3 li {
    margin-right: 0;
    padding: 10px 20px;
    font-size: 0.875rem;
}

.topbar-info--style3 li:first-child {
    padding-left: 0;
}

.topbar-info--style3 li i {
    color: var(--secondary);
}

.topbar-info--style4 li {
    margin-right: 0;
    padding: 0 20px;
    font-size: 0.875rem;
}

.topbar-info--style4 li:first-child {
    padding-left: 0;
}

.topbar-info--style4 li i {
    color: var(--secondary);
}

.language-change-wrapper {
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    color: #ddd;
    font-size: 0.875rem;
}

.language-change-wrapper a:hover {
    color: var(--secondary);
}

.language-change-wrapper .language-flag {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin-right: 9px;
    vertical-align: middle;
    border-radius: 100%;
}

.language-change-wrapper .language-flag img {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 48px;
    max-width: 48px;
    height: 48px;
}

.language-change-wrapper .selected-lang i {
    vertical-align: middle;
    font-size: 0.5rem;
}

.language-change-wrapper .language-dropdown {
    position: absolute;
    z-index: 9;
    top: 100%;
    right: 0;
    left: auto;
    visibility: hidden;
    min-width: 200px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    text-align: left;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
}

.language-change-wrapper .language-dropdown li a {
    display: block;
    padding: 10px;
    color: #222;
    font-size: 0.8125rem;
}

.language-change-wrapper .language-dropdown li a:hover {
    background: #eee;
}

.language-change-wrapper .language-dropdown li a img {
    width: 18px;
    margin-right: 10px;
}

.language-change-wrapper:hover .language-dropdown {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.language-change-wrapper--style2 {
    margin-right: 20px;
    margin-left: 0;
}

.language-change-wrapper--style2 .selected-lang {
    color: #222;
}

.language-change-wrapper--style2 .language-dropdown {
    left: 0;
}

.language-change-wrapper--style3 {
    margin-left: 0;
    padding: 0 15px;
    border-left: 1px solid rgba(238, 238, 238, 0.18);
}

.language-change-wrapper--style3 .selected-lang {
    color: #ffffff;
}

.language-change-wrapper--style3 .selected-lang:hover {
    color: var(--secondary);
}

.header-navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-navigation-wrapper--style3__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-navigation-wrapper--style3__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-navigation-wrapper--style4 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 35px;
    border-left: 1px solid #eee;
}

.header-navigation-wrapper--style5 .header-navigation {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-navigation-wrapper--style5 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trusted-info-title .sec-title {
    font-size: 26px;
    color: #000;
}


/* .logo {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
} */

.membershipplan .header-area.header-sticky,
.privacy-policy .header-area.header-sticky,
.cookie-policy .header-area.header-sticky,
.security .header-area.header-sticky,
.trusted-member .header-area.header-sticky {
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    background: #fff;
}

.logo p {
    font-size: 29px;
    font-weight: 600;
    color: #000;
}

.home-page .logo p {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}

.title-shaddow {
    position: relative;
}


/* .title-shaddow::after{
    position: absolute;
    content: '';
    top: 23px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid;
    width: 10%;
    z-index: 1;
}         */

.header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a {
    color: #000;
}

.header-area.header-sticky.is-sticky .header-navigation-area-dark .logo p {
    color: #000;
    margin: auto;
}

.logo a img {
    max-width: 200px;
}

.header-sticky-img {
    display: none;
}


/* 
.header-navigation-area.header-navigation-area-dark {
    background-color: var(--black);
} */

.header-navigation-area-dark .header-navigation__nav nav>ul>li>a {
    color: #000;
}

.header-navigation-area-dark .header-navigation__nav nav>ul>li>a.btn.btn-primary {
    color: #fff;
}


/* .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.btn.transparent-btn {
    color: #3597cc;
} */

.home-page .header-navigation-area-dark .header-navigation__nav nav>ul>li>a {
    color: #fff;
}


/* .header-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: calc(100% - 535px);
    -ms-flex-preferred-size: calc(100% - 535px);
    flex-basis: calc(100% - 535px);
} */


/* .header-navigation__nav {
    position: relative;
    -webkit-flex-basis: calc(100% - 260px);
    -ms-flex-preferred-size: calc(100% - 260px);
    flex-basis: calc(100% - 260px);
    padding: 0 0;
} */

.header-navigation__nav nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex; */
    justify-content: flex-end !important;
}

.header-navigation__nav nav>ul>li {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__nav nav>ul>li>a {
    white-space: nowrap;
}

.header-navigation__nav nav>ul>li.has-children>a {
    position: relative;
}

.header-navigation__nav nav>ul>li.has-children>a:after {
    font-family: Ionicons;
    font-size: 8px;
    font-weight: 500;
    position: static;
    margin-left: 10px;
    content: "\f123";
    vertical-align: middle;
}

.header-navigation__nav nav>ul>li.has-children--multilevel-submenu {
    position: relative;
}

.header-navigation__nav nav>ul>li.has-children:hover .megamenu {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.header-navigation__nav nav>ul>li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.header-navigation__nav nav>ul>li.has-children:hover>.submenu {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.header-navigation__nav nav>ul>li {
    margin-right: 30px;
}

.header-navigation__nav nav>ul>li:last-child {
    margin-right: 0px;
}

.header-navigation__nav nav>ul>li>a {
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    display: block;
    padding: 20px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #222;
    font-size: 17px;
}

.header-navigation__nav nav>ul>li>a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    /* content: ""; */
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--secondary);
}

.header-navigation__nav nav>ul>li>a:hover,
.header-navigation__nav nav>ul>li.active>a {
    color: var(--secondary);
}

.header-navigation__nav nav>ul>li>a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.header-navigation__nav--style3 {
    padding: 0;
    padding-left: 30px;
}

.header-navigation__nav--style3 nav>ul>li:first-child>a {
    padding-left: 0;
}

.header-navigation__nav--style3 nav>ul>li>a {
    padding: 25px 16px;
}

.header-navigation__nav--style3 nav>ul>li>a:before {
    display: none;
}

.header-navigation__nav--style4 nav>ul>li:first-child>a {
    padding-left: 0;
}

.header-navigation__nav--style4 nav>ul>li>a {
    padding: 40px 15px;
}

.header-navigation__nav--style4 nav>ul>li>a:before {
    display: none;
}

.header-navigation__nav--style5 nav>ul>li:first-child>a {
    padding-left: 0;
}

.header-navigation__nav--style5 nav>ul>li>a {
    padding: 30px 15px;
}

.header-navigation__nav--style5 nav>ul>li>a:before {
    display: none;
}

.header-navigation__nav--style6 {
    padding-left: 0;
}

.header-navigation__nav--style6 nav>ul>li:first-child>a {
    padding-left: 0;
}

.header-navigation__nav--style6 nav>ul>li>a {
    padding: 35px 15px;
    color: #ffffff;
}

.header-navigation__nav--style6 nav>ul>li>a:before {
    display: none;
}

.header-navigation__nav--style7 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 30px;
}

.header-navigation__nav--style7 nav>ul>li>a {
    color: #ffffff;
}

.header-navigation__nav--vertical-mode {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0;
}

.header-navigation__nav--vertical-mode nav>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-navigation__nav--vertical-mode nav>ul>li>a {
    padding: 15px 0 !important;
}

.header-navigation__nav--vertical-mode nav>ul>li>a:before {
    display: none;
}

.header-navigation__nav--vertical-mode nav>ul>li.has-children {
    position: relative;
}

.header-navigation__nav--vertical-mode nav>ul>li.has-children>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f363";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.125rem;
}

.header-navigation__nav--vertical-mode nav>ul>li.has-children .megamenu {
    top: 0;
    left: 110%;
}

.header-navigation__nav--vertical-mode nav>ul>li.has-children>.submenu {
    top: 0;
    left: 110%;
}

.header-navigation__nav--vertical-mode nav>ul>li.has-children>.submenu .submenu {
    top: 0;
}

.header-navigation__nav--vertical-mode nav>ul>li.has-children .megamenu--home-variation {
    top: -100px;
    min-width: 1100px;
}

.header-navigation__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
}

.header-navigation__contact__image {
    width: 35px;
    margin-right: 20px;
}

.header-navigation__contact__image i {
    color: var(--secondary);
    font-size: 3rem;
}

.header-navigation__contact__content {
    width: calc(100% - 35px);
    word-wrap: break-word;
}

.header-navigation__contact__content .text {
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.875rem;
}

.header-navigation__contact__content .sub-text {
    font-weight: 700;
    font-size: 1.5rem;
}

.header-navigation__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #222;
}

.header-navigation__icon i {
    font-size: 1.25rem;
}

.header-navigation__icon__search>a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__icon__search>a:hover {
    color: var(--secondary);
}

.header-navigation__icon--transparent .header-navigation__icon__search>a {
    color: #ffffff;
}

.header-navigation__icon--transparent .header-navigation__icon__search>a:hover {
    color: var(--secondary);
}

.header-navigation--header-default {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-navigation--header-default .header-navigation__nav {
    padding: 0;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li {
    border-left: 1px solid #eee;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li:last-child {
    border-right: 1px solid #eee;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li>a {
    padding: 25px 20px;
}

.header-navigation--header-default .header-navigation__nav nav>ul>li>a:before {
    top: 0;
}

.header-navigation--header-default .header-navigation__nav--transparent nav>ul>li {
    margin-right: 30px;
    border-left: 0;
}

.header-navigation--header-default .header-navigation__nav--transparent nav>ul>li:last-child {
    margin-right: 0;
    border-right: 0;
}

.header-navigation--header-default .header-navigation__nav--transparent nav>ul>li>a {
    padding-right: 0;
    padding-left: 0;
    color: #ffffff;
}

.header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-basis: 315px;
    -ms-flex-preferred-size: 315px;
    flex-basis: 315px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 315px;
}

.header-search--style3 {
    position: relative;
    height: 100%;
    border-left: 1px solid #eee;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.header-search--style3 form {
    height: 100%;
}

.header-search--style3 input {
    width: 390px;
    height: 100%;
    padding: 0 20px;
    color: #222;
    border: none;
}

.header-search--style3 input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style3 input::-moz-placeholder {
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style3 input:-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style3 input::-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style3 input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style3 button {
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    border: none;
    background: none;
}

.header-search--style3 button:hover {
    color: var(--secondary);
}

.header-search--style3 input:focus::-webkit-input-placeholder {
    color: transparent;
}

.header-search--style3 input:focus:-moz-placeholder {
    color: transparent;
}

.header-search--style3 input:focus::-moz-placeholder {
    color: transparent;
}

.header-search--style3 input:focus:-ms-input-placeholder {
    color: transparent;
}

.header-search--style5 {
    position: relative;
    height: 100%;
    border-left: 1px solid #eee;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.header-search--style5 form {
    height: 100%;
}

.header-search--style5 input {
    width: 390px;
    height: 100%;
    padding: 20px;
    color: #222;
    border: none;
}

.header-search--style5 input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style5 input::-moz-placeholder {
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style5 input:-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style5 input::-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style5 input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search--style5 button {
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    border: none;
    background: none;
}

.header-search--style5 button:hover {
    color: var(--secondary);
}

.header-search--style5 input:focus::-webkit-input-placeholder {
    color: transparent;
}

.header-search--style5 input:focus:-moz-placeholder {
    color: transparent;
}

.header-search--style5 input:focus::-moz-placeholder {
    color: transparent;
}

.header-search--style5 input:focus:-ms-input-placeholder {
    color: transparent;
}

.search-form {
    position: relative;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.search-form input {
    font-weight: 400;
    width: 100%;
    height: 38px;
    padding-right: 40px;
    color: #222;
    border: none;
    border-bottom: 1px solid #ddd;
    background: none;
}

.search-form input:focus {
    border-bottom-color: var(--secondary);
}

.search-form input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-form input::-moz-placeholder {
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-form input:-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-form input::-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-form input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-form input:focus:-moz-placeholder {
    color: transparent;
}

.search-form input:focus::-moz-placeholder {
    color: transparent;
}

.search-form input:focus:-ms-input-placeholder {
    color: transparent;
}

.search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 1.25rem;
}

.search-form--style2 {
    width: 300px;
}

.search-form--style2 input::-webkit-input-placeholder {
    font-style: italic;
}

.search-form--style2 input::-moz-placeholder {
    font-style: italic;
}

.search-form--style2 input:-ms-input-placeholder {
    font-style: italic;
}

.search-form--style2 input::-ms-input-placeholder {
    font-style: italic;
}

.search-form--style2 input::placeholder {
    font-style: italic;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links ul li a {
    display: block;
    color: rgba(34, 34, 34, 0.4);
}

.header-navigation-area-dark .social-links ul {
    display: flex;
    margin: auto;
}

.header-navigation-area-dark .social-links ul li {
    margin-right: 10px;
}

.header-navigation-area-dark .social-links ul li:last-child {
    margin-right: 0px;
}

.header-navigation-area-dark .social-links ul li a {
    display: block;
    color: #ffffff !important;
}

.social-links ul li a:hover {
    color: #222;
}

.social-links--white-topbar {
    margin-right: 30px;
}

.social-links--white-topbar ul li a {
    font-size: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #bdbdbd;
}

.social-links--white-topbar ul li a:hover {
    color: var(--secondary);
}

.social-links--style2 ul li a {
    color: #888;
    font-size: 1.125rem;
}

.social-links--style3 ul li a {
    color: #bdbdbd;
    font-size: 1.125rem;
}

.social-links--style3 ul li a:hover {
    color: var(--secondary);
}

.social-links--style4 ul li a {
    color: #222;
    font-size: 1.125rem;
}

.social-links--style4 ul li a:hover {
    color: #222;
}

.social-links--style5 ul li a {
    color: #ffffff;
    font-size: 1.125rem;
}

.social-links--style5 ul li a:hover {
    color: var(--secondary);
}

.megamenu {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 3px solid var(--secondary);
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}

.megamenu--home-variation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-width: 980px;
    padding: 60px 40px 50px;
}

.megamenu--home-variation__item {
    visibility: hidden;
    -webkit-flex-basis: 17%;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    text-align: center;
    opacity: 0;
}

.megamenu--home-variation__item:nth-child(1n+6) {
    margin-top: 50px;
}

.megamenu--home-variation__item>a {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.megamenu--home-variation__item>a:hover {
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.megamenu--home-variation__item>a:hover .megamenu--home-variation__item__image {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.megamenu--home-variation__item__image {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
}

.megamenu--home-variation__item__title {
    font-size: 1.125rem;
}

.megamenu--mega {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    min-width: 980px;
    padding: 50px 25px 35px;
}

.megamenu--mega>li {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
}

.megamenu--mega>li .page-list-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
}

.megamenu--mega>li>ul>li {
    position: relative;
    padding-left: 15px;
}

.megamenu--mega>li>ul>li:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #d8d8d8;
}

.megamenu--mega>li>ul>li a {
    line-height: 1.2;
    padding: 10px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #999;
}

.megamenu--mega>li>ul>li a:hover {
    color: var(--secondary);
}

.megamenu--tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 980px;
}

.megamenu--tab .bg-img--menu {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.megamenu--tab__menu {
    -webkit-flex-basis: 240px;
    -ms-flex-preferred-size: 240px;
    flex-basis: 240px;
    padding: 35px 0;
}

.megamenu--tab__menu .nav-tabs {
    border-bottom: 0;
}

.megamenu--tab__menu .nav-tabs .nav-link {
    font-weight: 500;
    position: relative;
    padding: 15px 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #999;
    border: none;
    border-radius: 0;
}

.megamenu--tab__menu .nav-tabs .nav-link:after {
    position: absolute;
    top: 50%;
    left: calc(100% - 6px);
    visibility: hidden;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: " ";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    pointer-events: none;
    opacity: 0;
    border: solid transparent;
    border-width: 6px;
    border-color: rgba(255, 194, 70, 0);
    border-left-color: var(--secondary);
}

.megamenu--tab__menu .nav-tabs .nav-link.active,
.megamenu--tab__menu .nav-tabs .nav-link:hover {
    color: #222;
    background-color: var(--secondary);
}

.megamenu--tab__menu .nav-tabs .nav-link.active:after,
.megamenu--tab__menu .nav-tabs .nav-link:hover:after {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.megamenu--tab__content {
    -webkit-flex-basis: calc(100% - 240px);
    -ms-flex-preferred-size: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
}

.megamenu--tab__content .tab-pane {
    padding: 60px 40px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .page-list-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li>ul>li {
    position: relative;
    padding-left: 15px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li>ul>li:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #d8d8d8;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li>ul>li a {
    line-height: 1.2;
    padding: 10px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #999;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li>ul>li a:hover {
    color: var(--secondary);
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .menu-widget__image {
    margin-bottom: 20px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .menu-widget__title {
    font-weight: 500;
    line-height: 19px;
    font-size: 1rem;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .menu-widget__short-desc {
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 0;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .menu-widget__link {
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    margin-top: 20px;
    padding-bottom: 2px;
    color: var(--secondary);
    border-bottom: 2px solid #eee;
    font-size: 0.8125rem;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .menu-widget__link:after {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--secondary);
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper>li .menu-widget__link:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -26px;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single {
    position: relative;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding-left: 20px;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single:after {
    font-family: Ionicons;
    font-size: 8px;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: "\f400";
    color: #b6b6b6;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .title {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 0.9375rem;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .title a {
    color: #222;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .title a:hover {
    text-decoration: underline;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .desc {
    margin-top: 13px;
    margin-bottom: 26px;
}

.submenu {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    visibility: hidden;
    min-width: 270px;
    padding: 25px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 3px solid var(--secondary);
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}

.submenu li {
    position: relative;
}

.submenu li>a {
    display: block;
    padding: 11px 30px;
    color: #999;
}

.submenu li>a:hover {
    color: var(--secondary);
}

.submenu li:hover>.submenu {
    z-index: 9;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.submenu li.has-children>a {
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submenu li.has-children>a:after {
    font-family: Ionicons;
    font-size: 8px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f125";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

.submenu .submenu {
    top: 0;
    right: auto;
    left: 100%;
}

.submenu .submenu .submenu {
    right: 100%;
    left: auto;
    background: #ffffff;
}

.submenu .submenu .submenu .submenu {
    right: auto;
    left: 100%;
    background: #ffffff;
}

.submenu .submenu .submenu .submenu .submenu {
    right: 100%;
    left: auto;
    background: #ffffff;
}


/* header info area */

.header-info-area {
    padding: 20px 0;
}

.header-info-area--style2 {
    padding: 25px 0;
}

.header-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-info-wrapper .header-contact-info {
    width: calc(100% - 395px);
}

.header-info-wrapper--style2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-info-wrapper--style2 .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info-single-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    padding-right: 40px;
    padding-left: 40px;
}

.header-info-single-item~.header-info-single-item {
    border-left: 1px solid #00000050;
}

.header-info-single-item:last-child {
    padding-right: 0px;
}

.header-info-single-item__icon {
    line-height: 1;
    padding-right: 15px;
    color: var(--black);
    opacity: 0.7;
}

.bg-green {
    background: var(--green);
}

.text-green {
    color: var(--green);
}

.sec-title {
    color: var(--green);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sec-title.text-black {
    color: #000;
}

.sec-desc.text-gray {
    color: #656565;
}

.text-gray {
    color: #656565;
}

.savani-hr hr {
    border-top: 2px solid rgba(0, 0, 0, .1) !important;
    border-bottom: 2px solid #ffff;
}

.paymentmode-desc .sec-desc {
    font-size: 19px;
}

.sec-desc {
    font-size: 21px;
    color: #000;
    font-weight: 400;
}

.sec-info {
    margin-bottom: 45px;
}

.header-info-single-item__icon i {
    font-size: 2.375rem;
}

.header-info-single-item__title {
    font-weight: 600;
    margin: 0 0 5px 0;
    color: var(--black);
    font-size: 12px;
}

.header-info-single-item__subtitle {
    color: #888;
    font-size: 10px;
    margin: 0;
}


/* mobile menu */

.mobile-menu-area {
    padding: 15px 0;
}

.mobile-menu-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mobile-menu-content .social-links {
    padding: 0 15px;
}

.mobile-menu-content .mobile-navigation-icon {
    margin-left: 15px;
}

.mobile-navigation-icon {
    position: relative;
    width: 24px;
    height: 25px;
    cursor: pointer;
}

.mobile-navigation-icon:hover i,
.mobile-navigation-icon.active i {
    background-color: #222;
}

.mobile-navigation-icon.active i:before {
    width: 80%;
    background-color: #222;
}

.mobile-navigation-icon.active i:after {
    width: 60%;
    background-color: #222;
}

.mobile-navigation-icon i {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(34, 34, 34, 0.4);
}

.mobile-navigation-icon i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(34, 34, 34, 0.4);
}

.mobile-navigation-icon i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: rgba(34, 34, 34, 0.4);
}

.mobile-navigation-icon--style3 i {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #222;
}

.mobile-navigation-icon--style3 i:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #222;
}

.mobile-navigation-icon--style3 i:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #222;
}

.mobile-navigation-icon--style3:hover i:before {
    width: 60%;
}

.mobile-navigation-icon--style3:hover i:after {
    width: 60%;
}

.mobile-navigation-icon--desktop-off {
    display: none;
}


/* mobile menu overlay */

.mobile-menu-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: auto;
    overflow: auto;
    width: 90%;
    max-width: 300px;
    height: 100%;
    transition: .5s ease-in-out;
    /* -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); */
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #222;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}

.mobile-menu-overlay.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-overlay__header {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff30;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon {
    display: block;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon i {
    line-height: 1;
    font-size: 3.4375rem;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
    color: var(--secondary);
}

.mobile-menu-overlay__body {
    padding: 15px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li {
    border-bottom: 1px solid #333333;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a {
    font-weight: 400;
    line-height: 1.4;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover,
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.active>a {
    color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
    content: "\f3d0";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand {
    line-height: 40px;
    position: absolute;
    top: 12px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
    font-family: "Ionicons";
    font-size: 24px;
    font-weight: 500;
    content: "\f3d3";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu {
    padding: 12px 0 14px 10px;
    border-top: 1px solid #333333;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
    border-bottom: 1px solid #333333;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
    color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
    content: "\f3d0";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
    line-height: 30px;
    position: absolute;
    top: 6px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: 500;
    content: "\f3d3";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
    content: "\f3d0";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
    font-family: "Ionicons";
    font-size: 16px;
    font-weight: 500;
    content: "\f3d3";
}

.header-wrapper--style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-wrapper--style3__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    background-color: var(--secondary);
}

.header-wrapper--style3__logo a {
    display: block;
}

.header-wrapper--style3__logo a img {
    padding: 15px 0;
}

.header-wrapper--style3__header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-wrapper--vertical {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.header-wrapper--vertical__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 43px 44px 70px;
}

.header-wrapper--shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.header-wrapper__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrapper__inner .logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-wrapper__inner .header-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-wrapper__inner .header-navigation__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-wrapper__inner .request-quote-button-wrapper {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.navigation-top--style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-top--style3__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.navigation-top--style3__right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.navigation-top--style3__right .topbar-menu {
    margin-right: 30px;
}

.header-search--style4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    border-left: 1px solid #eee;
}

.header-search--style4 .header-navigation__icon__search {
    display: inline-block;
    margin-left: 0;
    color: #222;
    font-size: 1.25rem;
}

.desktop-menu-wrapper--style3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    border-left: 1px solid #eee;
}


/*----------  header overlay menu  ----------*/

.header-overlay-menu {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.header-overlay-menu:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header-overlay-menu.is-sticky:before {
    display: none;
}

.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
    color: #333;
}

.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
    font-size: 25px;
}

.header-overlay-menu:hover {
    border-bottom: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
    color: #333;
}

.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
    font-size: 25px;
}

.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
}

.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
    color: #ffffff;
}

.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
    font-size: 25px;
}

.header-overlay-menu .header-bottom .header-bottom-container .header-bottom-navigation {
    display: none;
}

.header-overlay-menu .header-bottom .header-bottom-container .header-right-container {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.overlay-navigation-inactive {
    visibility: hidden;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container {
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container nav ul li {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.overlay-navigation-active {
    visibility: visible;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.overlay-navigation-active .overlay-navigation-menu-container nav ul li {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/*----------  navigation overlay  ----------*/

.overlay-navigation-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    /*----------  close icon  ----------*/
    /*----------  overlay menu container style  ----------*/
}

.overlay-navigation-menu:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
    background-color: #ffffff;
}

.overlay-navigation-menu .overlay-menu-close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
}

.overlay-navigation-menu .overlay-menu-close-icon a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #333333;
}

.overlay-navigation-menu .overlay-menu-close-icon a:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.overlay-navigation-menu .overlay-menu-close-icon a i {
    font-size: 45px;
}

.overlay-navigation-menu .overlay-navigation-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav {
    margin: auto;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li {
    margin-bottom: 20px;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li:last-of-type {
    margin-bottom: 0;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a {
    font-size: 32px;
    line-height: 57px;
    position: relative;
    color: #333333;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #333;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li.has-children ul li {
    margin-bottom: 0;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li.has-children ul li a {
    font-size: 20px;
    line-height: 40px;
}


/*----------  header vertical  ----------*/

.header-vertical__logo {
    margin-bottom: 115px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-vertical__bottom .copyright-text {
    margin-top: 25px;
    font-size: 0.875rem;
}

.header-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top-area {
    padding: 25px 0;
}

.header-top-area .logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px 0;
}

.header-top-area .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-area .header-top-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-area .get-quote-btn-wrapper {
    padding-left: 15px;
}

.header-navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.get-quote-button-wrapper {
    overflow: hidden;
    text-align: center;
}

.get-quote-button-wrapper a {
    font-weight: 700;
    line-height: 80px;
    position: relative;
    min-width: 220px;
    height: 80px;
    letter-spacing: 0.62px;
    color: #ffffff;
    background-color: var(--secondary);
}

.get-quote-button-wrapper a:before {
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    width: 3.5em;
    height: 100%;
    content: "";
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background-color: rgba(255, 255, 255, 0.5);
}

.get-quote-button-wrapper a:hover:before {
    left: 150%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-navigation-area-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-navigation-area-wrapper .logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px 35px;
    background-color: #ffffff;
}

.header-navigation-area-wrapper .header-navigation-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
    background-color: #06112c;
}

.header-text-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-text-info-wrapper__icon {
    margin-right: 15px;
}

.header-text-info-wrapper__icon i {
    color: var(--secondary);
    font-size: 2.3125rem;
}

.header-text-info-wrapper__text {
    font-weight: 500;
    color: #ffffff;
    font-size: 1.5rem;
}

.header-bottom-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-bottom-bar__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-bottom-bar__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.call-now-wrapper {
    font-weight: 500;
    padding-left: 20px;
    color: #222;
}

.call-now-wrapper a {
    text-decoration: underline;
    color: var(--secondary);
}


/*=====  End of Header  ======*/


/*=============================================
=            footer            =
=============================================*/

.footer-content-wrapper {
    margin-bottom: 50px;
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-logo--style2 {
    margin-bottom: 170px;
}

.footer-desc {
    color: #f1f1f1;
    margin-bottom: 35px;
    max-width: 370px;
}

.footer-desc--style2 {
    color: rgba(255, 255, 255, 0.5);
}

.footer-desc--style3 {
    max-width: 100%;
    margin-bottom: 0;
}

.footer-desc--style4 {
    color: #777;
}

.footer-intro-wrapper .social-links {
    line-height: 1;
}

.footer-intro-wrapper .social-links li a {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 22px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}


/* 
.social-links a.share-social {
    background-color: #083f66;
} */

.footer-intro-wrapper .social-links li a:hover {
    color: var(--secondary);
}

.footer-intro-wrapper .social-links--round-style li {
    margin-right: 5px;
}

.footer-intro-wrapper .social-links--round-style li a {
    font-size: 18px;
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid rgba(221, 221, 221, 0.16);
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-intro-wrapper .social-links--round-style li a:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #222;
}

.footer-intro-wrapper .social-links--round-style--style2 li a {
    border-color: #d1d1d1;
    color: #888;
    background-color: transparent;
}

.footer-intro-wrapper .social-links--round-style--style2 li a:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #ffffff;
}

.footer-widget-wrapper--style3 {
    margin-bottom: -40px;
}

.footer-widget-wrapper--style3 .footer-widget {
    margin-bottom: 40px;
}

.footer-widget__title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 21px;
}

.footer-widget__title--black {
    color: #222;
}

.footer-widget__title--style2 {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.13);
}

.footer-widget__title--style3 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 300;
}

.footer-widget__navigation {
    line-height: 1;
}

.footer-widget__navigation li {
    padding: 4px 0;
    line-height: 1;
}

.footer-widget__navigation li:first-child {
    padding-top: 0;
}

.footer-widget__navigation li:last-child {
    padding-bottom: 0;
}

.footer-widget__navigation li span {
    color: var(--white);
}

.footer-widget__navigation li a {
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
}

.main-footer hr {
    background: #fff;
}

.footer-widget__navigation li a:hover {
    color: var(--secondary);
    text-decoration: none;
}

.footer-widget__navigation--address li {
    color: rgba(255, 255, 255, 0.5);
}

.footer-widget__navigation--address li i {
    font-size: 1.125rem;
    color: var(--secondary);
    margin-right: 15px;
}

.footer-widget__navigation--style2 {
    overflow: hidden;
}

.footer-widget__navigation--style2 li {
    width: 50%;
    float: left;
}

.footer-widget__navigation--style2 li:nth-child(2) {
    padding-top: 0;
}

.footer-widget__navigation--style2 li a {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.66;
}

.footer-widget__navigation--style3 li a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-widget__navigation--style4 li a {
    color: #777;
}

.footer-widget__newsletter {
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.footer-widget__newsletter input {
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
    margin-bottom: 20px;
}

.footer-widget__newsletter input:focus {
    border-color: var(--secondary);
}

.footer-widget__newsletter input:focus::-webkit-input-placeholder {
    color: transparent;
}

.footer-widget__newsletter input:focus:-moz-placeholder {
    color: transparent;
}

.footer-widget__newsletter input:focus::-moz-placeholder {
    color: transparent;
}

.footer-widget__newsletter input:focus:-ms-input-placeholder {
    color: transparent;
}

.footer-widget__newsletter--style2 {
    position: relative;
    margin-bottom: 40px;
}

.footer-widget__newsletter--style2 input {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid var(--secondary);
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-widget__newsletter--style2 input::-webkit-input-placeholder {
    color: #f1f1f1;
}

.footer-widget__newsletter--style2 input::-moz-placeholder {
    color: #f1f1f1;
}

.footer-widget__newsletter--style2 input:-ms-input-placeholder {
    color: #f1f1f1;
}

.footer-widget__newsletter--style2 input::-ms-input-placeholder {
    color: #f1f1f1;
}

.footer-widget__newsletter--style2 input::placeholder {
    color: #f1f1f1;
}

.footer-widget__newsletter--style2 button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: none;
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-widget__newsletter--style2 button:hover {
    color: var(--secondary);
}

.footer-copyright-wrapper {
    padding: 5px 0;
    color: #f1f1f1;
    font-size: 0.875rem;
}

.footer-copyright-right {
    text-align: right;
}

.footer-copyright-right__navigation li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.footer-copyright-right__navigation li:last-child {
    padding-right: 0;
}

.footer-copyright-right__navigation li a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 12px;
}

.footer-copyright-right__navigation li a:hover {
    color: var(--secondary);
    text-decoration: none;
}

.footer-copyright-right__navigation li:first-child:before {
    display: none;
}

.footer-copyright-right__navigation--style2 li a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-copyright-left {
    color: #f1f1f1;
    font-size: 12px;
}

.footer-copyright-left--style2 {
    color: rgba(255, 255, 255, 0.5);
}


/*=====  End of footer ======*/


/*=============================================
=            Sidebar            =
=============================================*/

.page-sidebar {
    background: #fafafa;
    padding: 60px 25px;
}

.sidebar-search {
    position: relative;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.sidebar-search input {
    width: 100%;
    padding: 0 20px;
    padding-right: 50px;
    background: #ffffff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.06);
    border-color: transparent;
    outline: none;
    border: 0;
    color: #222;
    font-weight: 400;
    height: 50px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-search input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-search input::-moz-placeholder {
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-search input:-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-search input::-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-search input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-search input:focus {
    border-color: var(--secondary);
}

.sidebar-search input:focus::-webkit-input-placeholder {
    color: transparent;
}

.sidebar-search input:focus:-moz-placeholder {
    color: transparent;
}

.sidebar-search input:focus::-moz-placeholder {
    color: transparent;
}

.sidebar-search input:focus:-ms-input-placeholder {
    color: transparent;
}

.sidebar-search button {
    position: absolute;
    background: none;
    border: none;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #222;
}

.sidebar-search button:hover {
    color: var(--secondary);
}

.single-sidebar-widget+.single-sidebar-widget {
    margin-top: 70px;
}

.sidebar-category li {
    display: block;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
    position: relative;
}

.sidebar-category li:last-child {
    border-bottom: 0;
}

.sidebar-category li a {
    padding: 17px 50px 17px 35px;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-category li a .counter {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
    border-radius: 100%;
    line-height: 1;
    color: #fff;
    background-color: #222;
    padding: 5px;
    min-width: 22px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-category li a:hover {
    background-color: var(--secondary);
    color: #222;
}

.sidebar-category li.active a {
    background-color: var(--secondary);
    color: #222;
}

.sidebar-recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #ddd;
}

.sidebar-recent-post:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.sidebar-recent-post__image {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    margin-right: 20px;
}

.sidebar-recent-post__image a {
    display: block;
    position: relative;
    z-index: 1;
}

.sidebar-recent-post__image a img {
    width: 100%;
}

.sidebar-recent-post__image a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    content: "";
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    opacity: 0;
}

.sidebar-recent-post__image a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\f2f5";
    font-family: Ionicons;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    opacity: 0;
}

.sidebar-recent-post__image a:hover:after {
    visibility: visible;
    opacity: 0.5;
}

.sidebar-recent-post__image a:hover:before {
    visibility: visible;
    opacity: 1;
}

.sidebar-recent-post__content {
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.sidebar-recent-post__content .title {
    font-size: 1.125rem;
    line-height: 1.4;
}

.sidebar-recent-post__content .title a {
    color: #222;
}

.sidebar-recent-post__content .title a:hover {
    text-decoration: underline;
}

.sidebar-tag-list li {
    display: inline-block;
}

.sidebar-tag-list li a {
    display: block;
    font-size: 15px;
    background: #ffffff;
    border: 0;
    padding: 3px 10px;
    margin: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-tag-list li a:hover {
    background-color: var(--secondary);
    color: #222;
}


/* case study */

.sidebar-case-study-list {
    background-color: #ffffff;
}

.single-sidebar-case-study {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-top: 1px solid #eee;
    position: relative;
}

.single-sidebar-case-study:before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 5px;
    height: 0;
    background-color: var(--secondary);
}

.single-sidebar-case-study:first-child {
    border-top: none;
}

.single-sidebar-case-study__image {
    -webkit-flex-basis: 75px;
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
    margin-right: 25px;
}

.single-sidebar-case-study__content {
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.single-sidebar-case-study__content a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #222;
}

.single-sidebar-case-study__content a:hover {
    color: var(--secondary);
}

.single-sidebar-case-study__content .title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}

.single-sidebar-case-study__content .category {
    font-size: 13px;
    line-height: 1;
}

.single-sidebar-case-study__content .category a {
    color: #888;
}

.single-sidebar-case-study__content .category a:hover {
    color: var(--secondary);
}

.single-sidebar-case-study:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
}

.single-sidebar-case-study:hover:before {
    height: 100%;
}


/* sidebar about */

.sidebar-about__image {
    margin-bottom: 25px;
}

.sidebar-about__image img {
    width: 100%;
}

.sidebar-about__text {
    font-size: 16px;
    line-height: 1.5;
}


/* sidebar download */

.sidebar-download-items li a {
    text-align: center;
    width: 100%;
    padding: 0 24px;
    height: 50px;
    line-height: 50px;
    border-width: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    position: relative;
}

.sidebar-download-items li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--secondary);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-download-items li a:hover {
    color: #222;
}

.sidebar-download-items li a:hover:after {
    right: 0;
    left: auto;
    width: 0;
}

.sidebar-download-items li a i {
    margin-right: 10px;
}

.sidebar-download-items li a.dark-download-btn {
    color: #222;
}

.sidebar-download-items li a.dark-download-btn:after {
    background-color: #222;
    width: 0;
    right: 0;
    left: auto;
}

.sidebar-download-items li a.dark-download-btn:hover {
    color: #ffffff;
}

.sidebar-download-items li a.dark-download-btn:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}


/* sidebar other page list */

.sidebar-other-page__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar-other-page__single {
    display: block;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: 160px;
    background: #fff;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-other-page__single:hover,
.sidebar-other-page__single.active {
    background-color: var(--secondary);
}

.sidebar-other-page__single:nth-child(2n) {
    border-right: 0;
}

.sidebar-other-page__single:nth-last-child(2) {
    border-bottom: 0;
}

.sidebar-other-page__single:last-child {
    border-bottom: 0;
}

.sidebar-other-page__single .icon {
    font-size: 42px;
    margin-bottom: 5px;
    color: #222;
}

.sidebar-other-page__single .page-title {
    word-break: break-word;
    font-size: 15px;
    line-height: 1.266;
}


/*=====  End of Sidebar  ======*/


/*=============================================
=            container            =
=============================================*/

.container-fluid--cp-60 {
    padding: 0 60px;
}

.container-fluid--cp-80 {
    padding: 0 80px;
}


/*=====  End of container  ======*/


/*=============================================
=            Button            =
=============================================*/


/*footer css  */

.social-links h4 {
    color: #fff;
    font-weight: 400;
}


/*  */

.ht-btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0 30px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    border: 2px solid transparent;
}

.ht-btn--default {
    color: #222;
    background-color: #FEBC35;
    font-weight: 700;
}

.ht-btn--default:hover,
.ht-btn--default:focus {
    background-color: #000 !important;
    color: #ffffff;
}

.ht-btn--dark {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #222;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-btn--dark:hover {
    background-color: var(--secondary);
    color: #ffffff;
}

.ht-btn--dark--style2 {
    border: 2px solid #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 46px;
}

.ht-btn--dark--style2:hover {
    background: transparent;
    color: #222;
    border-color: #222;
}


/* .jewelrysuits-info-slider .owl-item.active.center .item  .jewelry-content{
    opacity: 1;
} */


/* .jewelrysuits-info-slider .owl-item .item.jewelry-item:hover .card{
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
} */

.jewelrysuits-info-slider .owl-item .item.jewelry-item .card:hover .card-body {
    background-color: #00000070;
    box-shadow: 0 0 100px -30px #000 inset;
    border-radius: 10px;
}


/* .ht-btn--transparent {
    display: inline-block;
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 2px solid rgba(34, 34, 34, 0.15);
} */

.ht-btn--transparent:hover {
    background-color: #222;
    color: #ffffff;
    border-color: #222;
}

.ht-btn--transparent--dark-border {
    border: 2px solid #222;
}

.ht-btn--transparent--alt:hover {
    background-color: var(--secondary);
    color: #222;
    border-color: var(--secondary);
}

.ht-btn--transparent--alt-dark {
    background-color: #222;
    color: #ffffff;
    border-color: #222;
}

.ht-btn--transparent--alt-dark:hover {
    background-color: transparent;
    color: #222;
    border-color: #222;
}

.ht-btn--transparent--white {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
}

.ht-btn--transparent--white:hover {
    background-color: #ffffff;
    color: #222;
    border-color: #ffffff;
}

.ht-btn--transparent--yellow {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    color: #222;
}

.ht-btn--transparent--yellow:hover {
    background-color: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}

.ht-btn--default {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    background-color: var(--secondary);
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
}

.ht-btn--default:hover {
    background-color: #222;
    color: #ffffff;
}

.ht-btn--default--style2 {
    color: #ffffff;
}

.ht-btn--default--style3 {
    color: #ffffff;
}

.ht-btn--default--style3:hover,
.ht-btn--default--style3:focus {
    color: #222;
    background-color: #ffffff;
}

.ht-btn--default--style3--alt {
    color: #222;
    background-color: #ffffff;
}

.ht-btn--default--style3--alt:hover,
.ht-btn--default--style3--alt:focus {
    color: #ffffff;
    background-color: var(--secondary);
}

.ht-btn--default--style4 {
    letter-spacing: 0;
    color: #ffffff;
}

.ht-btn--default--style4--transparent {
    border: 2px solid var(--secondary);
    line-height: 46px;
}

.ht-btn--default--style4--transparent--white {
    color: #ffffff;
}

.ht-btn--default--style4--transparent--alt {
    color: #222;
}

.ht-btn--default--style4--transparent:hover,
.ht-btn--default--style4--transparent:focus {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}

.ht-btn--default--white-text {
    color: #ffffff;
}

.see-more-link {
    display: inline-block;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--green);
    text-decoration: underline;
}

.see-more-link:hover {
    color: var(--black);
    text-decoration: underline;
}

.see-more-link i {
    margin-left: 5px;
}


/* .see-more-link:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.see-more-link:after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondary);
} */

.see-more-link--dark {
    color: #222;
    border-bottom: 0;
}

.see-more-link--dark i {
    color: var(--secondary);
}

.see-more-link--dark.see-more-link:after {
    display: none;
}

.see-more-link--dark--style2 {
    border-bottom: 2px solid #eee;
}

.see-more-link--dark--style2.see-more-link:after {
    display: block;
}

.see-more-link--dark--style2--alt:hover {
    color: #222;
}

.see-more-link--style2 {
    padding-bottom: 8px;
}

.see-more-link--style3 {
    color: #ffffff;
    border-bottom: 0;
}

.see-more-link--style3 i {
    color: var(--secondary);
}

.see-more-link--style3:after {
    display: none;
}

.career-btn {
    padding: 0 25px;
    padding-right: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: var(--secondary);
    position: relative;
}

.career-btn:after {
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background-color: #11202D;
}

.career-btn i {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ffffff;
    color: #222;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    border-color: rgba(238, 238, 238, 0.3);
}

.career-btn:hover {
    color: #ffffff;
}

.career-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.career-btn--style2 {
    padding-right: 25px;
}

.blog-readmore-button--icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    border-radius: 100%;
    font-size: 24px;
    border: 2px solid var(--secondary);
    background-color: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-readmore-button--icon i {
    color: var(--secondary);
}

.blog-readmore-button--icon:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.blog-readmore-button--icon:hover i {
    color: #ffffff;
}

.project-details-link {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid var(--secondary);
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.project-details-link i {
    color: var(--secondary);
}

.project-details-link:hover {
    background-color: var(--secondary);
}

.project-details-link:hover i {
    color: #ffffff;
}

.header9-btn {
    color: #222;
    position: relative;
    margin-right: 20px;
}

.header9-btn:hover:after,
.header9-btn:active:after,
.header9-btn:focus:after {
    border-top-color: #222;
}

.header9-btn:after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 0 0;
    border-color: transparent;
    border-top-color: var(--secondary);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header10-btn {
    background-color: white;
    border: 2px solid #eee;
    color: #05103B;
    line-height: 46px;
}

.header10-btn:hover {
    background-color: #05103B;
    border-color: #05103B;
    color: #ffffff;
}


/*=====  End of Button  ======*/


/*=============================================
=            search overlay            =
=============================================*/

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    visibility: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    background-color: rgba(0, 0, 0, 0.85);
}

.search-overlay.active {
    visibility: visible;
    opacity: 1;
}

.search-overlay.active .page-popup-search-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.search-overlay.active .search-field {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.search-overlay.active .form-description {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.search-overlay .popup-search-close {
    position: absolute;
    top: 10px;
    right: 60px;
    font-size: 6.25rem;
    cursor: pointer;
    line-height: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay .popup-search-close:hover {
    color: var(--secondary);
}

.search-overlay .page-popup-search-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    visibility: hidden;
    padding: 0 30px;
    width: 75%;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    line-height: 1;
}

.search-overlay .search-field {
    padding: .05em 0;
    height: auto;
    border: 0;
    border-bottom: 5px solid var(--secondary);
    background: none;
    border-radius: 0;
    font-size: 10vw;
    -webkit-transform: scale(0, 1, 1);
    -ms-transform: scale(0, 1, 1);
    transform: scale(0, 1, 1);
    width: 100%;
    color: var(--secondary);
    line-height: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay .form-description {
    display: block;
    padding: .85em 0;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
    color: var(--secondary);
}


/*=====  End of search overlay  ======*/


/*=============================================
=            section title            =
=============================================*/

.section-title-area {
    line-height: 1;
}

.section-title-area .title {
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.section-title-area .title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-title-area .title--left {
    line-height: 1.3;
    margin-bottom: 30px;
}

.section-title-area .title--left--style2 {
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 40px;
}

.section-title-area .title--left--style2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
}

.section-title-area .title--left--style2:after {
    height: 3px;
}

.section-title-area .title--left--style2 span.translate-left {
    display: block;
    -webkit-transform: translateX(-110px);
    -ms-transform: translateX(-110px);
    transform: translateX(-110px);
}

.section-title-area .title--left--style2 span.translate-left--style2 {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.section-title-area .title--left--style2--black2 {
    color: #11202D;
}

.section-title-area .title--style2 {
    position: relative;
    font-size: 3.125rem;
    line-height: 1;
    margin-top: -5px;
}

.section-title-area .title--style2:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
}

.section-title-area .title--style2:after {
    height: 3px;
}

.section-title-area .title--style2--black2 {
    color: #11202D;
}

.section-title-area .title--style3 {
    font-size: 2.875rem;
    margin-bottom: 40px;
}

.section-title-area .title--style3 .highlight {
    color: var(--secondary);
}

.section-title-area .title--style4 {
    line-height: 1.2;
    padding-bottom: 0;
    margin-top: -5px;
}

.section-title-area .title--style4 .highlight {
    color: var(--secondary);
}

.section-title-area .title--style4:after {
    display: none;
}

.section-title-area .title--style4--about {
    width: 430px;
    max-width: 100%;
}

.section-title-area .title--style5 {
    padding-bottom: 0;
    font-size: 3.125rem;
    font-weight: 300;
    margin-top: -5px;
}

.section-title-area .title--style5:after {
    display: none;
}

.section-title-area .title--style5 .highlight {
    font-weight: 700;
}

.section-title-area .title--style6 {
    padding-bottom: 0;
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 300;
}

.section-title-area .title--style6:after {
    display: none;
}

.section-title-area .title--style7 {
    font-weight: 900;
    padding-bottom: 0;
    color: #05103B;
    line-height: 1.2;
    margin-top: -7px;
}

.section-title-area .title--style7:after {
    display: none;
}

.section-title-area .title--style7 i {
    color: rgba(53, 66, 118, 0.25);
    font-size: 3.125rem;
    vertical-align: middle;
}

.section-title-area .title--style7 a:hover {
    background-color: #05103B;
}

.section-title-area .title--style8 {
    display: inline-block;
    padding-bottom: 15px;
    color: #05103B;
    margin-top: -5px;
}

.section-title-area .title--style8:after {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-top: 15px;
}

.section-title-area .title--style8--white {
    color: #ffffff;
}

.section-title-area .title--style8--small {
    font-size: 1.875rem;
}

.section-title-area .subtitle {
    font-size: 0.9375rem;
    letter-spacing: 2px;
    line-height: 1;
    color: #888;
    margin-bottom: 20px;
}

.section-title-area .subtitle--style2 {
    font-size: 0.875rem;
    margin-bottom: 30px;
}

.section-title-area .subtitle--style3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #afafaf;
    margin-bottom: 0;
    margin-top: 25px;
}

.section-title-area--style2 .subtitle {
    display: inline-block;
    overflow: hidden;
    color: #999;
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-area--style2 .subtitle:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    right: calc(100% + 20px);
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-area--style2 .subtitle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-area--style2 .subtitle:hover:before {
    right: 0;
}

.section-title-area--style2 .subtitle:hover:after {
    left: calc(100% + 20px);
}

.section-title-area--style2 .title {
    padding-bottom: 0;
}

.section-title-area--style2 .title:after {
    display: none;
}

.section-title-area--style3 {
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.section-title-area--middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title-area--middle .title {
    display: inline-block;
}

.section-title-area--middle .title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title-area--middle .subtitle {
    display: inline-block;
}

.section-title-area--middle--style2 .title {
    padding-bottom: 0;
}

.section-title-area--middle--style2 .title:after {
    display: none;
}

.section-title-area--middle--style2 .subtitle {
    overflow: hidden;
    color: #999;
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-area--middle--style2 .subtitle:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    right: calc(100% + 20px);
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-area--middle--style2 .subtitle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-area--middle--style2 .subtitle:hover:before {
    right: 0;
}

.section-title-area--middle--style2 .subtitle:hover:after {
    left: calc(100% + 20px);
}

.section-title-content {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

.section-title-content--style2 {
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.section-title-content--style3 {
    line-height: 1.7;
}

.section-title-content--style4 {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #888;
}

.section-title-content-wrapper--about-counter {
    padding-left: 30px;
    border-left: 2px solid #eee;
}

.section-title-content-wrapper--about-counter--style2 {
    border-left: 5px solid #dbe7f9;
}


/* service title wrapper */

.service-title-area-bg {
    background-repeat: no-repeat;
    background-position: left center;
}

.service-title-container {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.service-title-wrapper {
    text-align: center;
    width: 735px;
    max-width: 100%;
    margin: 0 auto;
}

.service-title-wrapper .title {
    font-size: 3.125rem;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: -10px;
}

.service-title-wrapper .title .highlight {
    font-weight: 700;
    color: var(--secondary);
}

.service-title-wrapper .text {
    margin-bottom: 35px;
}

.widget-title {
    margin-bottom: 35px;
    margin-top: -5px;
}

.common-page-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: -5px;
}

.career-title-area .title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: -5px;
}

.career-title-area .subtitle {
    margin: 0 auto;
    width: 615px;
    max-width: 100%;
}

.case-study__page-content-title {
    margin-top: -10px;
}


/*=====  End of section title  ======*/


/*=============================================
=            backgrounds            =
=============================================*/

.bg-bg-primary {
    background-color: #0e6eb8;
}

.white-bg {
    background-color: #ffffff;
}

.default-bg {
    background-color: var(--secondary);
}

.grey-bg {
    background-color: #f7f7f7;
}

.grey-bg--style2 {
    background-color: #eeeeee;
}

.grey-bg--style3 {
    background-color: #f5f6fa;
}

.dark-bg {
    background-color: #111;
}

.dark-bg--style2 {
    background-color: #11202D;
}

.dark-bg--style3 {
    background-color: #222;
}

.dark-bg--style4 {
    background-color: #06112C;
}

.dark-bg--style5 {
    background-color: #05103B;
}

.half-bg-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/*=====  End of backgrounds  ======*/


/*=============================================
=            accordions            =
=============================================*/

.faq-wrapper .panel.panel-default {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.faq-wrapper .card,
.faq-wrapper .card-header {
    border-radius: 0;
}

.faq-wrapper .card {
    border-bottom: none;
}

.faq-wrapper .card:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.faq-wrapper .card-header h5 button {
    width: 100%;
    text-align: left;
    color: var(--black);
    padding: 20px 35px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
}

.faq-wrapper .card-header h5 button span {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-wrapper .card-header h5 button span i {
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.faq-wrapper .card-header h5 button:hover,
.faq-wrapper .card-header h5 button:focus {
    text-decoration: none;
}

.faq-wrapper .card-header h5 button[aria-expanded="true"] {
    background-color: #f7f7f7;
    border-radius: 0;
}

.faq-wrapper .card-header h5 button[aria-expanded="true"] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-header h5 button[aria-expanded="true"]:before {
    height: 100%;
}

.faq-wrapper .card-header h5 button[aria-expanded="false"] span i:nth-child(1) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-header h5 button:before {
    content: '';
    width: 3px;
    height: 0;
    background-color: var(--secondary);
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq-wrapper .card-header h5 button:hover:before {
    height: 100%;
}

.faq-wrapper .card-body p {
    font-size: 14px;
    line-height: 24px;
}


/*=====  End of accordions  ======*/


/*=============================================
=            preloader            =
=============================================*/

.preloader-active {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 999999;
}

.preloader-active .preloader-area-wrap {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.preloader-active .preloader-area-wrap img {
    max-width: 150px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.preloader-area-wrap {
    display: none;
}


/*=====  End of preloader  ======*/


/*=============================================
=            scroll top            =
=============================================*/

a.scroll-top {
    position: fixed;
    right: auto;
    left: auto;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: var(--secondary);
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}


/*=====  End of scroll top  ======*/


/*=============================================
=            pagination            =
=============================================*/

.page-pagination {
    display: block;
    line-height: 1;
}

.page-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.page-pagination li:last-child {
    margin-right: 0;
}

.page-pagination li.active a {
    color: #222;
}

.page-pagination li a {
    display: block;
    font-weight: 700;
    color: #b5b5b5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 1;
}

.page-pagination li a:hover {
    color: #222;
}


/*=====  End of pagination  ======*/


/*=============================================
=            icon            =
=============================================*/

.glyphs {
    text-align: center;
}

.glyph {
    display: inline-block;
    width: 8em;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
}

.glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    font-size: 64px;
    line-height: 1;
    color: #222;
}

.glyph .class-name {
    background-color: #f7f7f7;
    color: #222;
    margin-top: 10px;
    padding: 10px;
}


/*=====  End of icon  ======*/


/*=============================================
=            progress bar            =
=============================================*/

.progress-bar-content {
    padding-right: 70px;
}

.progress-bar-item {
    margin-top: 45px;
}

.progress-bar-item .progress-info {
    font-size: 0.875rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.progress-bar-item .progress-info__title {
    color: #222;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
}

.progress-bar-item .progress-info__percent {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.progress-bar-item .progress-line {
    background-color: #eee;
    height: 4px;
    position: relative;
}

.progress-bar-item .progress-line-dot {
    background-color: var(--secondary);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    -webkit-transition: 0.70s;
    -o-transition: 0.70s;
    transition: 0.70s;
    left: 0;
    height: 12px;
    width: 12px;
}

.progress-bar-item .progress-line-bar {
    background-color: var(--secondary);
    height: 100%;
    width: 0;
}


/*=====  End of progress bar  ======*/


/*=============================================
=            featured projects            =
=============================================*/

.section-title-video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-title-video-button:hover .video-play {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.section-title-video-button:hover .video-text:before {
    width: 100%;
}

.section-title-video-button .video-play {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background-color: var(--secondary);
    margin-right: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.section-title-video-button .video-play--style2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    font-size: 1.25rem;
}

.section-title-video-button .video-play--style2 i {
    padding-left: 5px;
}

.section-title-video-button .video-text {
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
    color: #222;
    padding-bottom: 6px;
    position: relative;
    border-bottom: 2px solid #eee;
}

.section-title-video-button .video-text:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-title-video-button .video-text--style2 {
    border: none;
}

.section-title-video-button .video-text--style2:before {
    display: none;
}

.feature-project-box-wrapper {
    margin-bottom: -30px;
    margin-top: -200px;
}


/* single feature project box */

.single-feature-project-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-bottom: 30px;
}

.single-feature-project-box:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.single-feature-project-box__image img {
    width: 100%;
}

.single-feature-project-box__content {
    padding: 30px 20px;
}

.single-feature-project-box__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.single-feature-project-box__link {
    color: #222;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.8125rem;
    z-index: 1;
}

.single-feature-project-box__link:hover {
    color: #222;
}

.single-feature-project-box__link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.single-feature-project-box__link:hover i {
    color: #222;
}

.single-feature-project-box__link:before {
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: var(--secondary);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.single-feature-project-box__link span {
    z-index: 2;
}

.single-feature-project-box__link i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--secondary);
    font-size: 1rem;
    z-index: 2;
}

.feature-project-slider-container {
    position: relative;
}

.featured-project-two-slider-container {
    margin: -30px;
}

.featured-project-two-slider-wrapper .swiper-slide {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 30px;
}

.featured-project-two-slider-wrapper .swiper-slide:hover {
    padding: 0;
}

.featured-project-two-slider {
    position: relative;
}

.featured-project-two-slider .ht-swiper-button-next {
    right: -100px;
}

.featured-project-two-slider .ht-swiper-button-prev {
    left: -100px;
}

.featured-project-two-slider .swiper-pagination {
    margin-top: 50px;
}

.feature-project-two-single-item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.feature-project-two-single-item__image img {
    width: 100%;
}

.feature-project-two-single-item__content {
    padding: 15px 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.feature-project-two-single-item__content a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222;
}

.feature-project-two-single-item:hover .feature-project-two-single-item__content {
    background-color: var(--secondary);
}

.featured-project-three-slider__area-bg {
    background-repeat: no-repeat;
    background-position: top left;
}

.featured-project-three-slider__container-area {
    position: relative;
}

.featured-project-three-slider__container-area .ht-swiper-button-nav {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 56px;
}

.featured-project-three-slider__container-area .ht-swiper-button-nav:hover {
    border-color: var(--secondary);
    color: #ffffff;
    background-color: var(--secondary);
}

.featured-project-three-slider__container-area .ht-swiper-button-prev {
    left: 170px;
}

.featured-project-three-slider__container-area .ht-swiper-button-next {
    right: 170px;
}

.featured-project-three-slider__container-area .swiper-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px;
    font-size: 1.25rem;
    font-weight: 500;
}

.featured-project-three-slider__container-area .swiper-pagination-current {
    color: #222;
}

.featured-project-three-slider__single-slide-wrapper.swiper-slide-active .content {
    display: block;
}

.featured-project-three-slider__single-slide-wrapper.swiper-slide-next .content {
    display: none;
}

.featured-project-three-slider__single-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-project-three-slider__single-slide:hover .content .project-details-link {
    color: var(--secondary);
}

.featured-project-three-slider__single-slide:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-project-three-slider__single-slide .image {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    overflow: hidden;
}

.featured-project-three-slider__single-slide .image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    width: 100%;
}

.featured-project-three-slider__single-slide .content {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding: 0 0 40px 0;
}

.featured-project-three-slider__single-slide .content .project-no {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-bottom: 10px;
}

.featured-project-three-slider__single-slide .content .project-name {
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.featured-project-three-slider__single-slide .content .project-excerpt {
    max-width: 300px;
    margin-bottom: 40px;
    font-size: 0.9375rem;
    color: #888;
}

.featured-project-three-slider__single-slide .content .project-details-link {
    font-size: 0.8125rem;
    display: inline-block;
    font-weight: 700;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.featured-project-three-slider__single-slide .content .project-details-link i {
    margin-left: 3px;
    color: var(--secondary);
}

.featured-project-four__wrapper {
    margin-bottom: -40px;
}

.featured-project-single-grid {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 70px;
}

.featured-project-single-grid__image {
    position: relative;
}

.featured-project-single-grid__image img {
    width: 100%;
}

.featured-project-single-grid__image:before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.featured-project-single-grid__content {
    padding: 30px;
}

.featured-project-single-grid__content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.featured-project-single-grid__content .title a:hover {
    color: var(--secondary);
}

.featured-project-single-grid__content .text {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 14px;
}

.featured-project-single-grid:hover .featured-project-single-grid__image:before {
    background-color: rgba(0, 0, 0, 0.3);
}


/*=====  End of featured projects  ======*/


/*=============================================
=            industry slider            =
=============================================*/

.industry-slider-nav-area {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.industry-slider-nav-area .ht-swiper-button-nav {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}

.industry-slider-nav-area .ht-swiper-button-next {
    right: 50px;
}

.industry-slider-nav-area .ht-swiper-button-prev {
    left: 50px;
}

.industry-slider-nav-container {
    padding-bottom: 30px;
    z-index: 2;
}

.industry-slider-nav-container .swiper-slide-visible {
    z-index: 6;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
}

.industry-slider-nav-container .swiper-slide-active {
    background-color: var(--secondary);
    color: #222;
    position: relative;
}

.industry-slider-nav-container .swiper-slide-active:before {
    content: '';
    width: 100%;
    height: 20px;
    background-color: var(--secondary);
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 1;
}

.industry-slider-nav-container .swiper-slide-active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--secondary);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
}

.industry-single-nav {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.industry-single-nav__icon {
    font-size: 3.125rem;
    margin-right: 20px;
}

.industry-single-nav__title {
    font-size: 1.25rem;
    font-weight: 700;
}

.industry-slider-content-container {
    margin-top: -30px;
}

.industry-slider-content-single {
    height: 730px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.industry-slider-content-single .industry-content-inner {
    width: 550px;
    max-width: 100%;
    background-color: #fff;
    padding: 60px 40px;
}

.industry-slider-content-single .industry-content-inner .title {
    font-size: 20px;
}


/* industry slider two */

.industry-two-slider {
    position: relative;
    margin-bottom: -50px;
}

.industry-two-slider .ht-swiper-button-prev {
    left: -110px;
}

.industry-two-slider .ht-swiper-button-next {
    right: -110px;
}

.industry-two-slider__container {
    padding-bottom: 50px;
}

.industry-two-slider__single-item__image a {
    display: block;
    width: 100%;
}

.industry-two-slider__single-item__image a img {
    width: 100%;
}

.industry-two-slider__single-item__content {
    padding: 25px 25px 45px;
    background: #ffffff;
    margin: -30px 20px 0;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    z-index: 2;
    position: relative;
}

.industry-two-slider__single-item__content .title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.industry-two-slider__single-item__content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-two-slider__single-item__content .title a:hover {
    color: var(--secondary);
}

.industry-two-slider__single-item__content:after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background: var(--secondary);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-two-slider__single-item:hover .industry-two-slider__single-item__content:after {
    width: 100%;
    left: 0;
    right: auto;
}

.industry-two-slider__single-item--style2 .industry-two-slider__single-item__content {
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.industry-two-slider__single-item--style2 .industry-two-slider__single-item__content:after {
    top: 0;
}

.industry-two-slider__single-item--style3 .industry-two-slider__single-item__image {
    overflow: hidden;
}

.industry-two-slider__single-item--style3 .industry-two-slider__single-item__image img {
    -webkit-transition: all .3s, -webkit-transform .6s;
    transition: all .3s, -webkit-transform .6s;
    -o-transition: all .3s, transform .6s;
    transition: all .3s, transform .6s;
    transition: all .3s, transform .6s, -webkit-transform .6s;
}

.industry-two-slider__single-item--style3 .industry-two-slider__single-item__content {
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.industry-two-slider__single-item--style3 .industry-two-slider__single-item__content:after {
    display: none;
}

.industry-two-slider__single-item--style3:hover .industry-two-slider__single-item__image img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}


/* industry slider three*/

.industry-three-slider__area {
    background-repeat: no-repeat;
    background-position: left top;
}

.industry-three-slider__area .section-title-area {
    padding-left: 30px;
}

.industry-three-slider__single-slide .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.industry-three-slider__single-slide .item-wrap__image {
    background-size: cover;
    height: 355px;
}

.industry-three-slider__single-slide .item-wrap__content {
    height: 355px;
    background-color: #11202D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    margin-bottom: 40px;
}

.industry-three-slider__single-slide .item-wrap__content__icon {
    color: #fff;
    line-height: 1;
    font-size: 70px;
}

.industry-three-slider__single-slide .item-wrap__content__title {
    padding-right: 60px;
    position: relative;
    line-height: 1.66;
    margin-bottom: 0;
}

.industry-three-slider__single-slide .item-wrap__content__title a {
    color: #ffffff;
}

.industry-three-slider__single-slide .item-wrap__content__title a:hover {
    color: #ffffff;
}

.industry-three-slider__single-slide .item-wrap__content__title:after {
    content: '\f30f';
    font-family: Ionicons;
    font-size: 1.5rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

.industry-three-slider__single-slide:nth-child(2n+1) .item-wrap__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.industry-three-slider__single-slide:nth-child(2n+1) .item-wrap__content {
    background-color: var(--secondary);
    margin-top: 40px;
    margin-bottom: 0;
}

.industry-three-slider__navigation-wrapper .ht-swiper-button-nav {
    position: static;
    display: inline-block;
    margin-right: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.industry-three-slider__navigation-wrapper .ht-swiper-button-nav:last-child {
    margin-right: 0;
}


/* industry slider four */

.industry-four-slider__container-area {
    position: relative;
}

.industry-four-slider__container-area .ht-swiper-button-prev {
    left: -80px;
}

.industry-four-slider__container-area .ht-swiper-button-next {
    right: -80px;
}

.industry-four-slider__container {
    padding: 30px 20px;
}

.industry-four-slider__single-slide {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 35px 30px;
    text-align: center;
}

.industry-four-slider__single-slide .image {
    margin-bottom: 30px;
}

.industry-four-slider__single-slide .image i {
    color: var(--secondary);
    font-size: 80px;
}

.industry-four-slider__single-slide .content .title {
    font-size: 1.25rem;
}

.industry-four-slider__single-slide .content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-four-slider__single-slide .content .title a:hover {
    color: var(--secondary);
}

.industry-four-slider__single-slide:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    height: 5px;
    background-color: var(--secondary);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-four-slider__single-slide:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.industry-four-slider__text {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto;
}


/* industry slider five */

.industry-five-slider__container-area .swiper-pagination {
    margin-top: 50px;
}

.industry-five-slider__container-area .swiper-pagination-bullet-active {
    background-color: #999;
}

.industry-five-slider__container {
    margin: -30px 0;
    padding: 30px 0;
}

.industry-five-slider__wrapper .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.industry-five-slider__single-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.11);
    width: 100%;
    height: 100%;
}

.industry-five-slider__single-slide__image {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.industry-five-slider__single-slide__content {
    width: 50%;
    padding: 35px 30px;
}

.industry-five-slider__single-slide__content .post-icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
    color: var(--secondary);
}

.industry-five-slider__single-slide__content .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.industry-five-slider__single-slide__content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-five-slider__single-slide__content .title a:hover {
    color: var(--secondary);
}

.industry-five-slider__single-slide__content .post-excerpt {
    margin-bottom: 0;
}

.industry-five-slider__single-slide__content .see-more-link {
    margin-top: 30px;
}


/* industry slider six */

.industry-six-slider__container-area {
    position: relative;
}

.industry-six-slider__container-area .swiper-pagination {
    top: auto;
    bottom: calc(50% - 280px);
    text-align: left;
    padding-left: 90px;
    position: absolute;
}

.industry-six-slider__container-area .swiper-pagination-bullet {
    -webkit-transition: all .3s ease, width 0s, border-color 0s;
    -o-transition: all .3s ease, width 0s, border-color 0s;
    transition: all .3s ease, width 0s, border-color 0s;
    text-align: center;
    height: 45px;
    line-height: 41px;
    border: 2px solid transparent;
    font-weight: 500;
    font-size: 15px;
    color: #acacac;
    padding: 0 7px;
    width: auto;
    background-color: transparent;
    opacity: 1;
}

.industry-six-slider__container-area .swiper-pagination-bullet-active,
.industry-six-slider__container-area .swiper-pagination-bullet:hover {
    color: #222;
}

.industry-six-slider__single-slide {
    padding-left: 400px;
    position: relative;
}

.industry-six-slider__content {
    background-color: var(--secondary);
    color: #ffffff;
    padding: 35px 30px 50px;
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 400px;
    max-width: 100%;
    height: 400px;
    z-index: 2;
}

.industry-six-slider__content .slider-no {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.industry-six-slider__content .slider-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
}

.industry-six-slider__content .slider-title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.industry-six-slider__content .slider-title a:hover {
    color: #222;
}

.industry-six-slider__content .slider-excerpt {
    margin-bottom: 70px;
}

.industry-six-slider__content .see-more-link {
    color: #ffffff;
    border-bottom: 2px solid rgba(238, 238, 238, 0.24);
}

.industry-six-slider__content .see-more-link i {
    color: #ffffff;
}

.industry-six-slider__content .see-more-link:hover {
    color: #222;
}

.industry-six-slider__content .see-more-link:after {
    display: none;
}

.industry-six-slider__background {
    min-height: 715px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* industry slider seven */

.industry-seven-slider__single-slide:nth-child(2n+1) .item-wrap__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.industry-seven-slider__single-slide:nth-child(2n+1) .item-wrap__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.industry-seven-slider__single-slide:nth-child(3n+1) .item-wrap__info {
    background-color: #11202d;
}

.industry-seven-slider__single-slide:nth-child(3n+2) .item-wrap__info {
    background-color: #2b8c10;
}

.industry-seven-slider__single-slide:nth-child(3n+3) .item-wrap__info {
    background-color: #F07036;
}

.industry-seven-slider__single-slide .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.industry-seven-slider__single-slide .item-wrap__image {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.industry-seven-slider__single-slide .item-wrap__info {
    padding: 80px;
    position: relative;
    height: 600px;
}

.industry-seven-slider__single-slide .item-wrap__info .icon {
    color: #fff;
    line-height: 1;
    font-size: 4.375rem;
    margin-bottom: 40px;
}

.industry-seven-slider__single-slide .item-wrap__info .title {
    font-size: 2.5rem;
    line-height: 1.3;
    display: block;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 300;
}

.industry-seven-slider__single-slide .item-wrap__info .title .highlight {
    font-weight: 700;
    display: block;
}

.industry-seven-slider__single-slide .item-wrap__info .title a:hover {
    color: #ffffff;
}

.industry-seven-slider__single-slide .item-wrap__info .title:after {
    content: '';
    display: block;
    width: 70px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.industry-seven-slider__single-slide .item-wrap__info .excerpt {
    color: #ffffff;
    opacity: 0.7;
}

.industry-seven-slider__single-slide .item-wrap__info .show-more-link {
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 80px;
    bottom: 80px;
    display: inline-block;
}

.industry-seven-slider__single-slide .item-wrap__info .show-more-link i {
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 5px;
}

.industry-seven-slider__single-slide .item-wrap__info .show-more-link:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}


/*=====  End of industry slider  ======*/


/*=============================================
=            testimonial slider            =
=============================================*/

.testimonial-slider__title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.testimonial-slider__title {
    font-size: 2.5rem;
    margin-top: -5px;
    margin-bottom: 0;
}

.testimonial-slider__title i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 50px;
    color: #c9c9c9;
}

.testimonial-slider__title--style2 {
    line-height: 1.35;
    font-weight: 900;
}

.testimonial-slider__title--style2 i {
    margin-bottom: 20px;
    display: block;
    font-size: 3.875rem;
}

.testimonial-slider__title--style2--black3 {
    color: #05103B;
}

.testimonial-slider__nav-container .ht-swiper-button-nav {
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    padding: 10px 20px;
    position: relative;
}

.testimonial-slider__nav-container .ht-swiper-button-nav:hover {
    background: none;
    color: var(--secondary);
}

.testimonial-slider__nav-container .ht-swiper-button-nav+.ht-swiper-button-nav:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
    width: 1px;
    height: 20px;
    background-color: #ddd;
    display: inline-block;
}

.testimonial-slider__nav-container .ht-swiper-button-next {
    padding-right: 0;
}

.testimonial-slider__content-area {
    margin: 0 -20px;
    margin-top: -30px;
}

.testimonial-slider__content-area .swiper-pagination {
    margin-top: 50px;
}

.testimonial-slider__content-area--style2 {
    margin-top: 0;
}

.testimonial-slider__container {
    padding: 30px 20px;
}

.testimonial-slider__container--style2 {
    padding: 0 20px;
}

.testimonial-slider__container--style3 {
    padding: 0 20px;
}

.testimonial-slider__container--style3 .testimonial-slider__single-item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-slider__single-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}

.testimonial-slider__single-item__image {
    -webkit-flex-basis: 90px;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    margin-right: 30px;
}

.testimonial-slider__single-item__image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.testimonial-slider__single-item__image--style2 {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    margin-right: 20px;
    margin-bottom: 0;
}

.testimonial-slider__single-item__image--style2 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-slider__single-item__image .quote-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 58px;
    text-align: center;
    background-color: var(--secondary);
}

.testimonial-slider__single-item__image .quote-icon i {
    color: #ffffff;
    font-size: 24px;
}

.testimonial-slider__single-item__content {
    -webkit-flex-basis: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
}

.testimonial-slider__single-item__content .testimonial-name {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.testimonial-slider__single-item__content .testimonial-name .designation {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #888;
}

.testimonial-slider__single-item__content .testimonial-name .designation:before {
    content: ' - ';
}

.testimonial-slider__single-item__content .rating {
    margin-bottom: 10px;
}

.testimonial-slider__single-item__content .rating i {
    font-size: 20px;
    color: #f8c823;
}

.testimonial-slider__single-item__content--style2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.testimonial-slider__single-item:before {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #fff transparent transparent;
    -webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
}

.testimonial-slider__single-item__author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
}

.testimonial-slider__single-item__author-info .testimonial-name {
    -webkit-flex-basis: calc(100% - 90px);
    -ms-flex-preferred-size: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
    font-size: 1.125rem;
    line-height: 1.2;
}

.testimonial-slider__single-item__author-info .testimonial-name .designation {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #888;
    font-weight: 400;
    font-style: italic;
}

.testimonial-slider__single-item--style2 {
    padding: 0;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__image {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin-right: 30px;
    height: auto;
    border-radius: 0;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__content {
    -webkit-flex-basis: calc(100% - 250px);
    -ms-flex-preferred-size: calc(100% - 250px);
    flex-basis: calc(100% - 250px);
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__content .testimonial-name .designation {
    color: var(--secondary);
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__content .rating {
    margin-bottom: 0;
}

.testimonial-slider__single-item--style2:before {
    display: none;
}

.testimonial-slider__single-item--style3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 40px 45px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__image {
    margin-bottom: 40px;
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__content .testimonial-name {
    color: #05103B;
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__content .testimonial-name .designation {
    display: block;
    margin-top: 5px;
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__content .testimonial-name .designation:before {
    display: none;
}

.testimonial-slider__single-item--style3:before {
    display: none;
}

.testimonial-slider__single-item--style3:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.testimonial-slider-two__container-area {
    position: relative;
}

.testimonial-slider-two__container-area .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-slider-two__container-area .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background-color: #ddd;
    border-radius: 0;
    margin: 0 5px;
    opacity: .15;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__container-area .swiper-pagination-bullet-active,
.testimonial-slider-two__container-area .swiper-pagination-bullet:hover {
    background-color: var(--secondary);
    opacity: 1;
}

.testimonial-slider-two__slide {
    opacity: 0.3;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__slide.swiper-slide-active {
    width: 1200px !important;
    max-width: 100%;
    opacity: 1;
    margin: 0 auto;
}

.testimonial-slider-two__slide.swiper-slide-active .rating {
    visibility: visible;
    opacity: 1;
}

.testimonial-slider-two__slide.swiper-slide-active .testimonial-slider-two__author-info {
    visibility: visible;
    opacity: 1;
}

.testimonial-slider-two__slide .rating {
    margin-bottom: 30px;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__slide .rating i {
    font-size: 20px;
    color: #f8c823;
}

.testimonial-slider-two__slide .text {
    font-size: 2.125rem;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__author-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__author-info .image {
    width: 70px;
    margin-right: 15px;
}

.testimonial-slider-two__author-info .image img {
    border-radius: 50%;
}

.testimonial-slider-two__author-info .name-designation {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

.testimonial-slider-two__author-info .name-designation .testimonial-name {
    font-size: 1.125rem;
    color: #ffffff;
}

.testimonial-slider-two__author-info .name-designation .testimonial-name .designation {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
    color: #888;
    display: block;
}

.testimonial-slider-three__area {
    background-repeat: no-repeat;
    background-position: top right;
}

.testimonial-slider-three__wrapper-area {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.testimonial-slider-three__image {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}

.testimonial-slider-three__image img {
    width: 100%;
}

.testimonial-slider-three__container-area {
    position: relative;
    padding: 60px 80px;
}

.testimonial-slider-three__container-area .testi-quote {
    width: 116px;
    height: 87px;
    display: block;
    position: absolute;
    top: -40px;
    right: 50px;
}

.testimonial-slider-three__container-area .testi-quote svg * {
    fill: var(--secondary);
}

.testimonial-slider-three__single-slide .testimonial-item__image {
    margin-bottom: 60px;
}

.testimonial-slider-three__single-slide .testimonial-item__image img {
    border-radius: 50%;
}

.testimonial-slider-three__single-slide .testimonial-item__text {
    font-size: 1.625rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.testimonial-slider-three__single-slide .testimonial-item__rating {
    margin-bottom: 30px;
    line-height: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-three__single-slide .testimonial-item__rating i {
    font-size: 20px;
    color: #f8c823;
}

.testimonial-slider-three__single-slide .testimonial-item__author .testimonial-name {
    font-size: 1.25rem;
    line-height: 1.5;
}

.testimonial-slider-three__single-slide .testimonial-item__author .testimonial-name .designation {
    margin-top: 10px;
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    color: #888;
    font-style: italic;
    font-weight: 400;
}

.testimonial-slider-four__container {
    margin-top: -10px;
    padding: 0 20px;
    padding-top: 10px;
}

.testimonial-slider-four__single-item-wrapper {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-four__single-item-wrapper:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.testimonial-slider-six__area-bg {
    background-repeat: no-repeat;
    background-position: right 105%;
}

.testimonial-slider-six__area-wrapper {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    position: relative;
    z-index: 2;
}

.testimonial-slider-six__area-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    width: 1px;
    background: #eee;
}

.testimonial-slider-six__author-single-slide .author-thumbnail {
    width: 85px;
    margin: 0 auto;
}

.testimonial-slider-six__author-single-slide .author-thumbnail img {
    width: 85px;
    border-radius: 50%;
    opacity: 0.4;
}

.testimonial-slider-six__author-single-slide.swiper-slide-active .author-thumbnail img {
    opacity: 1;
}

.testimonial-slider-six__content-container-area {
    padding-top: 60px;
}

.testimonial-slider-six__content-container-area .swiper-pagination {
    margin-top: 80px;
}

.testimonial-slider-six__content-container-area .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

.testimonial-slider-six__content-container-area .ht-swiper-button-nav {
    top: 25%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.testimonial-slider-six__content-container-area .ht-swiper-button-prev {
    left: -80px;
}

.testimonial-slider-six__content-container-area .ht-swiper-button-next {
    right: -80px;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .testimonial-text {
    font-size: 1.875rem;
    line-height: 1.5;
    color: #222;
    margin-bottom: 20px;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .rating {
    margin-bottom: 20px;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .rating i {
    font-size: 20px;
    color: var(--secondary);
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .author-name {
    font-size: 1.25rem;
    line-height: 1.2;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .author-name .designation {
    font-size: 0.9375rem;
    line-height: 1.2;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

.testimonial-slider-seven__area-bg {
    background-color: #05103B;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-slider-seven__container-area .swiper-pagination {
    margin-top: 70px;
}

.testimonial-slider-seven__container-area .swiper-pagination-bullet {
    background-color: #d8d8d8;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 1;
}

.testimonial-slider-seven__container-area .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

.testimonial-slider-seven__container-area .swiper-pagination-bullet:hover {
    background-color: var(--secondary);
}

.testimonial-slider-seven__container {
    padding-top: 30px;
    margin-top: -30px;
}


/* testimonial single */

.testimonial-single__wrapper {
    margin-bottom: -30px;
}

.testimonial-single__item {
    margin-bottom: 30px;
}


/*=====  End of testimonial slider  ======*/


/*=============================================
=            brand logo slider            =
=============================================*/

.brand-logo-slider__container-area {
    margin: -20px;
}

.brand-logo-slider__container {
    padding: 20px;
}

.brand-logo-slider__single {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    position: relative;
}

.brand-logo-slider__single .image {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.brand-logo-slider__single .image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
}

.brand-logo-slider__single:hover .image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.brand-logo-slider__single:hover .image-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.brand-logo-grid__single {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.brand-logo-grid__single:hover {
    border-color: transparent;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


/*=====  End of brand logo slider  ======*/


/*=============================================
=            project counter            =
=============================================*/

.project-counter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.project-counter-bg {
    background-size: cover;
    background-position: center center;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.project-counter-single-content {
    margin-bottom: 30px;
}

.project-counter-single-content__image {
    margin-bottom: 40px;
}

.project-counter-single-content__project-count {
    font-size: 3.75rem;
    line-height: 1;
    color: var(--secondary);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.project-counter-single-content__project-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #ffffff;
}

.project-counter-single-content--style2 .project-counter-single-content__image {
    margin-bottom: 30px;
}

.project-counter-single-content--style2 .project-counter-single-content__project-title {
    color: #222;
}

.project-counter-content {
    padding: 120px 150px;
    background-color: #222;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.project-counter-single-content-wrapper {
    margin-bottom: -30px;
}

.counter-brand-logo-area-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.project-counter-two-area-bg {
    background-color: var(--secondary);
}

.project-counter-two-wrapper {
    margin-bottom: -30px;
}

.project-counter-two-single {
    margin-bottom: 30px;
}

.project-counter-two-single__number {
    font-size: 2.75rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}

.project-counter-two-single__text {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.52);
}


/*=====  End of project counter  ======*/


/*=============================================
=            blog newsletter            =
=============================================*/

.blog-title-wrapper .single-blog-title {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
}

.blog-title-wrapper .single-blog-title:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.blog-title-wrapper .single-blog-title .post-title {
    font-size: 1.5rem;
}

.blog-title-wrapper .single-blog-title--style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-title-wrapper .single-blog-title--style2 .post-image {
    -webkit-flex-basis: 105px;
    -ms-flex-preferred-size: 105px;
    flex-basis: 105px;
    margin-right: 20px;
}

.blog-title-wrapper .single-blog-title--style2 .post-meta {
    -webkit-flex-basis: calc(100% - 105px);
    -ms-flex-preferred-size: calc(100% - 105px);
    flex-basis: calc(100% - 105px);
}

.blog-title-wrapper .single-blog-title--style2 .post-title {
    font-size: 1.25rem;
    margin-top: -5px;
}

.blog-title-wrapper--style2 {
    margin-bottom: 0;
}

.blog-title-wrapper--style3 {
    padding: 80px 40px 80px;
    background-color: #ffffff;
    margin-bottom: 0;
}

.post-title {
    margin-bottom: 10px;
}

.post-title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.post-title a:hover {
    color: var(--secondary);
    text-decoration: underline;
}

.post-title--black2 {
    color: #11202D;
}

.post-title--black3 {
    color: #05103B;
}

.post-date {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #b5b5b5;
    letter-spacing: 1px;
    line-height: 1;
}

.blog-grid-wrapper {
    margin-bottom: -40px;
}

.blog-grid-wrapper--style2 {
    margin-top: 20px;
    margin-bottom: -65px;
}

.blog-grid-wrapper--style4 {
    margin-bottom: -30px;
}

.blog-grid-wrapper--style5 {
    margin-top: 27px;
    margin-bottom: -100px;
}

.blog-grid-wrapper--style6 {
    margin-bottom: -30px;
}

.blog-post-slider {
    position: relative;
    -webkit-box-shadow: 0 20px 20px rgb(0 0 0 / 3%);
    box-shadow: 0 20px 20px rgb(0 0 0 / 3%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin: 0 0 60px 0;
}

.blog-post-slider:hover {
    -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 9%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 9%);
}

.blog-post-slider__single-slide--grid-view {
    margin-bottom: 40px;
}

.blog-post-slider__single-slide--grid-view:hover .blog-post-slider__image a:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.blog-post-slider__single-slide--grid-view--style2 {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
}

.blog-post-slider__single-slide--grid-view--style2:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.blog-post-slider__single-slide--grid-view--style3 {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    margin-bottom: 30px;
}

.blog-post-slider__single-slide--grid-view--style3:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content {
    line-height: 1;
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content .post-categories {
    margin-bottom: 10px;
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content .post-categories a {
    padding: 4px 9px;
    margin: 5px 3px;
    margin-top: 0;
    border: 1px solid #ddd;
    color: #222;
    background-color: var(--secondary);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    border-color: var(--secondary);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content .post-categories a:hover {
    border-color: #222;
    background-color: #222;
    color: #ffffff;
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content .post-excerpt {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    line-height: 1.5;
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content .post-title a:hover {
    text-decoration: none;
}

.blog-post-slider__single-slide--style2 .blog-post-slider-content .blog-readmore {
    line-height: 1;
}

.blog-post-slider__single-slide--extra-space {
    margin-bottom: 60px !important;
}

.blog-post-slider__image a {
    position: relative;
    display: block;
    width: 100%;
}

.blog-post-slider__image a figure {
    position: relative;
    padding: 0 0 66.666% 0;
    margin: 0;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-post-slider__image a figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
}

.blog-post-slider__image a:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.blog-post-slider__image a img {
    width: 100%;
}

.blog-post-slider__image a:before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.blog-post-slider-content .post-meta {
    margin-bottom: 10px;
}

.blog-post-slider-content .post-date {
    margin-bottom: 25px;
}

.blog-post-slider-content .post-title {
    font-size: 1.625rem;
    margin-bottom: 20px;
}

.blog-post-slider-content .post-category {
    display: inline-block;
}

.blog-post-slider-content .post-category a {
    font-size: 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-weight: 600;
    color: var(--secondary);
    letter-spacing: 1px;
}

.blog-post-slider-content .post-category a:hover {
    color: #222;
}

.blog-post-slider-content2 {
    padding: 20px 20px 40px;
    background-color: #ffffff;
}

.blog-post-slider-content2 .post-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.blog-post-slider-content2 .post-title a {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 56px;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

.blog-post-slider-content2 .post-excerpt {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 44px;
    -webkit-line-clamp: 2;
    font-weight: 400;
    line-height: 1.4;
    color: #888888;
}

.blog-post-slider-content2 .post-date {
    display: inline-block;
    position: relative;
    margin-right: 7px;
    padding-right: 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

.blog-post-slider-content2 .post-date:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ddd;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/* newsletter box wrapper */

.newsletter-box-wrapper {
    padding: 50px 30px 45px;
    background-color: var(--secondary);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.newsletter-box-wrapper .newsletter-title {
    font-size: 2rem;
    max-width: 250px;
    margin-bottom: 60px;
}

.newsletter-box-wrapper .newsletter-title--white {
    color: #ffffff;
}

.newsletter-box-wrapper .newsletter-form-wrapper {
    margin-bottom: 80px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.newsletter-box-wrapper .newsletter-form-wrapper input {
    background-color: #fff;
    border: 0;
    padding: 0 15px;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    color: #222;
    width: 100%;
}

.newsletter-box-wrapper .newsletter-form-wrapper ::-webkit-input-placeholder {
    /* Edge */
    color: #ACACAC;
}

.newsletter-box-wrapper .newsletter-form-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ACACAC;
}

.newsletter-box-wrapper .newsletter-form-wrapper ::-moz-placeholder {
    color: #ACACAC;
}

.newsletter-box-wrapper .newsletter-form-wrapper ::-ms-input-placeholder {
    color: #ACACAC;
}

.newsletter-box-wrapper .newsletter-form-wrapper ::placeholder {
    color: #ACACAC;
}

.newsletter-box-wrapper .newsletter-form-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}

.newsletter-box-wrapper .newsletter-form-wrapper input:focus:-moz-placeholder {
    color: transparent;
}

.newsletter-box-wrapper .newsletter-form-wrapper input:focus::-moz-placeholder {
    color: transparent;
}

.newsletter-box-wrapper .newsletter-form-wrapper input:focus:-ms-input-placeholder {
    color: transparent;
}

.newsletter-box-wrapper .newsletter-form-wrapper button {
    width: 100%;
    background: #222;
    color: #ffffff;
    height: 50px;
    border: 2px solid #222;
    padding: 0 40px;
    font-size: 0.8125rem;
    font-weight: 700;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.newsletter-box-wrapper .newsletter-form-wrapper button:hover {
    background-color: transparent;
    color: #222;
}

.newsletter-box-wrapper .newsletter-form-wrapper--black2 button {
    background: #11202D;
    border: 2px solid #11202D;
}

.newsletter-box-wrapper .newsletter-form-wrapper--black2 button:hover {
    color: #11202D;
}

.newsletter-box-wrapper .call-text {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
}

.newsletter-box-wrapper .call-text--white {
    color: #ffffff;
}


/* single grid blog post */

.single-grid-blog-post {
    margin-bottom: 65px;
}

.single-grid-blog-post__image {
    position: relative;
}

.single-grid-blog-post__image .post-date {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 7px 10px;
    background-color: var(--secondary);
}

.single-grid-blog-post__image .post-image {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-grid-blog-post__image .post-image a {
    display: block;
    width: 100%;
}

.single-grid-blog-post__image .post-image a img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.single-grid-blog-post__image--style2 {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-grid-blog-post__image--style2 .post-date {
    right: 30px;
    top: -27px;
    width: 60px;
    height: 60px;
    padding: 10px 5px 0;
    border-radius: 100%;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}

.single-grid-blog-post__image--style2 .post-date span {
    font-size: 13px;
}

.single-grid-blog-post__image--style2 .post-image {
    overflow: visible;
}

.single-grid-blog-post__content .post-categories {
    margin-bottom: 10px;
}

.single-grid-blog-post__content .post-categories a:hover {
    color: var(--secondary);
}

.single-grid-blog-post__content .post-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
}

.single-grid-blog-post__content .post-title a:hover {
    text-decoration: none;
}

.single-grid-blog-post__content--style2 .post-categories a {
    padding: 4px 9px;
    margin: 5px 3px;
    border: 1px solid #ddd;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-grid-blog-post__content--style2 .post-categories a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #222;
}

.single-grid-blog-post__content--style2 .post-title a {
    color: #222;
}

.single-grid-blog-post__content--style2 .post-title a:hover {
    text-decoration: underline;
}

.single-grid-blog-post:hover .single-grid-blog-post__image img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.single-grid-blog-post--style2 {
    margin-bottom: 100px;
}

.single-grid-blog-post--style2:hover .single-grid-blog-post__image--style2 {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-grid-blog-post--style2:hover .single-grid-blog-post__image--style2 img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.single-grid-overlay-blog-post {
    position: relative;
}

.single-grid-overlay-blog-post__image {
    overflow: hidden;
}

.single-grid-overlay-blog-post__image a {
    position: relative;
    display: block;
    width: 100%;
}

.single-grid-overlay-blog-post__image a img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-grid-overlay-blog-post__image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
}

.single-grid-overlay-blog-post__content {
    position: absolute;
    bottom: 0;
    padding: 0 25px 25px;
}

.single-grid-overlay-blog-post__content .post-categories {
    margin-bottom: 15px;
}

.single-grid-overlay-blog-post__content .post-categories a {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #222;
    padding: 2px 9px;
    margin: 0 5px 5px;
    background-color: var(--secondary);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-grid-overlay-blog-post__content .post-categories a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-grid-overlay-blog-post__content .post-title {
    font-size: 1.5rem;
}

.single-grid-overlay-blog-post__content .post-title a {
    color: #ffffff;
}

.single-grid-overlay-blog-post__content .post-title a:hover {
    text-decoration: none;
    color: var(--secondary);
}

.single-grid-overlay-blog-post__content .post-date {
    color: #ffffff;
}

.single-grid-overlay-blog-post__content--style2 {
    padding: 0 45px 45px;
}

.single-grid-overlay-blog-post:hover .single-grid-overlay-blog-post__image a img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}


/* hiring background */

.hiring-background {
    padding: 50px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.hiring-background__content .title {
    font-size: 1.875rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 30px;
}

.hiring-background__content .text {
    color: #ffffff;
    margin-bottom: 40px;
}

.hiring-background__content .ht-btn {
    margin-bottom: 170px;
}

.blog-grid-area-bg {
    background-size: cover;
    background-repeat: no-repeat;
}


/*=====  End of blog newsletter  ======*/


/*=============================================
=            support footer area            =
=============================================*/

.support-footer__single {
    text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 1.5rem;
    background-color: var(--secondary);
    background-repeat: no-repeat;
    background-position: 110px center;
    padding: 35px 15px;
}

.support-footer__single--dark {
    background-color: #f8b224;
}

.support-footer__single--white-text {
    color: #ffffff;
}

.support-footer__area .contact-form-area {
    width: 770px;
    max-width: 100%;
    float: right;
    margin-right: 130px;
}

.google-map {
    height: 560px;
}

.google-map--style2 {
    height: 100%;
}

.google-map--style3 {
    height: 100%;
}

.gmap-marker-wrap {
    padding: 20px;
}

.gmap-marker-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}

.gmap-marker-content {
    font-size: 14px;
}

.gmap-marker-content i {
    font-size: 15px;
    margin-right: 5px;
    color: var(--secondary);
}

.gm-style .gm-style-iw {
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12);
}

.animated-dot {
    width: 100%;
    height: 100%;
    left: -9px;
    top: -5px;
    position: relative;
    background-color: var(--secondary);
}

.animated-dot .middle-dot {
    bottom: -20px;
    position: absolute;
    font-size: 2.5rem;
    color: var(--secondary);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated-dot .middle-dot:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background-color: #fff;
    border-radius: 30px;
    z-index: 100;
    opacity: 0;
    -webkit-animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
    animation: animationSignal2 cubic-bezier(0, 0.55, 0.55, 1) 2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated-dot .signal {
    width: 180px;
    pointer-events: none;
    height: 180px;
    border-radius: 200px;
    position: absolute;
    left: -80px;
    top: -80px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: var(--secondary);
}

.animated-dot .signal2 {
    width: 180px;
    height: 180px;
    pointer-events: none;
    border-radius: 200px;
    position: absolute;
    left: -80px;
    top: -80px;
    opacity: 0;
    -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: var(--secondary);
}

.animated-dot.red-color {
    background-color: #F0263F;
}

.animated-dot.red-color .middle-dot {
    background-color: #F0263F;
}

.animated-dot.red-color .signal {
    background-color: #F0263F;
}

.animated-dot.red-color .signal2 {
    background-color: #F0263F;
}


/*=====  End of support footer area  ======*/


/*=============================================
=            cta area            =
=============================================*/

.cta-video-text {
    line-height: 1.5;
}

.cta-video-image {
    position: relative;
}

.cta-video-image>a {
    display: block;
    width: 100%;
}

.cta-video-image .video-popup a {
    display: block;
}

.cta-video-image__video-mark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.cta-video-image__video-mark .wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
}

.cta-video-image__video-mark .wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    -webkit-animation: zoomBig 5.25s linear 5.25s infinite;
    animation: zoomBig 5.25s linear 5.25s infinite;
}

.cta-video-image__video-mark .wave-pulse-1:before {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.cta-video-image__video-mark .wave-pulse-2:before {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}

.cta-video-image__video-mark .wave-pulse-2:after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.cta-video-image__video-mark .wave-pulse-3:before {
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s;
}

.cta-video-image__video-mark .wave-pulse-3:after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.cta-video-image__image {
    overflow: hidden;
}

.cta-video-image__image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    width: 100%;
}

.cta-video-image__icon {
    position: absolute;
    top: 50%;
    left: -34px;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 100%;
    color: #222;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.cta-video-image__icon i {
    font-size: 20px;
    margin-left: 1px;
}

.cta-video-image:hover .cta-video-image__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cta-video-image:hover .cta-video-image__icon {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}


/* zoomBig animation */


/* cta area */

.cta-area-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.cta-area-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.cta-area-bg--style2 {
    background-attachment: scroll;
}

.cta-content__title {
    font-size: 2.75rem;
    color: #ffffff;
    margin-top: -5px;
}

.cta-content__title--style2 {
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.cta-content__subtitle {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.cta-content__text {
    margin-top: 25px;
    font-size: 0.9375rem;
    line-height: 1.3;
    font-weight: 500;
    color: #ffffff;
}

.cta-content__text .highlight {
    text-decoration: underline;
}

.video-play-button-wrapper a:hover .video-play-icon {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
}

.video-play-icon {
    width: 75px;
    height: 75px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-icon i {
    font-size: 20px;
    line-height: 1;
    margin-left: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta-blog-area {
    padding: 370px 80px 80px 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-blog-content__title {
    font-size: 3.125rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
}

.cta-blog-content__title .highlight {
    font-weight: 700;
}

.cta-blog-content__text {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.cta-text {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 0;
}


/*=====  End of cta area  ======*/


/*=============================================
=            career section            =
=============================================*/

.career-banner__image img {
    width: 100%;
}

.career-banner__content {
    height: 100%;
    padding: 50px 40px;
    background-color: var(--secondary);
}

.career-banner__content .subtitle {
    font-size: 0.875rem;
    line-height: 1.3;
    color: rgba(34, 34, 34, 0.5);
    margin-bottom: 40px;
}

.career-banner__content .title {
    font-size: 2.5rem;
    margin-bottom: 80px;
}

.job-list__wrapper {
    padding: 40px;
}

.job-list__title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-list__title-wrapper .title {
    font-size: 2.125rem;
    line-height: 1.5;
}

.job-list__title-wrapper .link {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 40px;
    color: #222;
}

.job-list__title-wrapper .link a i {
    content: '\f2c7';
    font-family: Ionicons;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.job-list__title-wrapper .link a:hover {
    color: var(--secondary);
}

.job-list__title-wrapper .link a:hover i {
    background-color: var(--secondary);
    color: #ffffff;
    border-color: var(--secondary);
}

.job-list__single-wrapper {
    margin-top: 20px;
}

.job-list__single {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.job-list__single:hover .title {
    color: var(--secondary);
}

.job-list__single .title {
    font-size: 1.25rem;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.job-list__single .text {
    color: #888;
}

.job-list__single:first-child {
    padding-top: 0;
}

.job-list__single:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.career-background__area-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.career-background__content {
    background: var(--secondary);
    padding: 80px 50px 60px 50px;
    color: #ffffff;
}

.career-background__content .title {
    color: #ffffff;
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 20px;
}

.career-background__content .title .highlight {
    font-weight: 700;
}

.career-background__content .text {
    margin-bottom: 30px;
}


/*=====  End of career section  ======*/


/*=============================================
=            icon info            =
=============================================*/

.icon-info-wrapper {
    margin-bottom: -30px;
}

.single-icon-info {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-icon-info__image {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.single-icon-info__content {
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    margin-left: 20px;
}

.single-icon-info__title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-icon-info__title--black2 {
    color: #11202D;
}

.single-icon-info__title--black3 {
    color: #05103B;
}

.single-icon-info__text:last-child {
    margin-bottom: -5px;
}

.single-icon-info:hover .single-icon-info__image {
    -webkit-animation: box-image-pop .3s linear;
    animation: box-image-pop .3s linear;
}


/*=====  End of icon info  ======*/


/*=============================================
=            banner            =
=============================================*/

.banner-video-area {
    background-repeat: no-repeat;
    background-position: left center;
}

.banner-image img {
    width: 100%;
}

.banner-image-content {
    padding: 30px 80px;
}

.banner-image-content__title {
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 400;
    color: #06112c;
    margin-bottom: 30px;
}

.banner-image-content__title .highlight {
    font-weight: 700;
    display: block;
}

.banner-image-content__text {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

.banner-image-content__btn {
    border: 2px solid #ddd;
    height: 50px;
    letter-spacing: .5px;
    padding: 0 25px;
    line-height: 46px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #222;
}

.banner-image-content__btn:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #222;
}

.banner-image-two {
    padding: 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.banner-image-two__content {
    width: 660px;
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
}

.banner-image-two__subtitle {
    letter-spacing: 2px;
    font-size: 0.875rem;
    line-height: 1.1;
    color: var(--secondary);
    margin-bottom: 15px;
}

.banner-image-two__title {
    font-size: 3.125rem;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 30px;
}

.banner-image-two__title .highlight {
    font-weight: 700;
    display: block;
}

.banner-image-two__text {
    font-size: 0.9375rem;
    color: #ffffff;
    font-weight: 400;
    max-width: 450px;
    margin-bottom: 40px;
}

.banner-image-two .ht-btn {
    color: #222;
}

.banner-image-three-area {
    background-repeat: no-repeat;
    background-position: right 50px;
}

.banner-image-three__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-image-three__content {
    max-width: 450px;
}

.banner-image-three__content .subtitle {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 700;
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.banner-image-three__content .title {
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 50px;
}

.banner-image-three__content .title .highlight {
    color: var(--secondary);
    font-weight: 700;
}

.banner-image-three__content .subtitle-big {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
    margin-bottom: 20px;
}

.banner-image-three__content .text {
    margin-bottom: 40px;
}

.banner-image-three__image {
    padding: 120px 30px;
}

.banner-image-three__image .banner-image {
    position: relative;
}

.banner-image-three__image .banner-sign {
    position: absolute;
    bottom: -40px;
    right: -80px;
}


/*=====  End of banner  ======*/


/*=============================================
=            partner career            =
=============================================*/

.partner-career__area {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.partner-career__single-wrapper {
    margin-bottom: -40px;
}

.partner-career__single {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 40px;
}

.partner-career__single__image {
    overflow: hidden;
}

.partner-career__single__image img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.partner-career__single__content {
    width: 330px;
    max-width: 100%;
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    right: 0;
}

.partner-career__single__content .title {
    font-size: 1.625rem;
    margin-bottom: 30px;
}

.partner-career__single__content .link {
    overflow: hidden;
}

.partner-career__single__content .link a {
    float: right;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--secondary);
    letter-spacing: 1px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.partner-career__single__content .link a:hover {
    color: #222;
}

.partner-career__single:hover .partner-career__single__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*=====  End of partner career  ======*/


/*=============================================
=            industry grid            =
=============================================*/

.industry-grid-wrapper {
    margin-bottom: -60px;
}

.single-industry-grid__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.single-industry-grid__heading .icon {
    font-size: 3.125rem;
    margin-right: 20px;
    line-height: 1;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-industry-grid__heading .title {
    font-size: 1.25rem;
}

.single-industry-grid__heading .title a {
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-industry-grid__heading .title a:hover {
    color: var(--secondary);
}

.single-industry-grid__heading:hover .icon {
    color: var(--secondary);
}

.single-industry-grid-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.11);
}

.single-industry-grid-two__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.single-industry-grid-two__content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 40px 90px 40px 30px;
    position: relative;
    display: flex;
}

.single-industry-grid-two__content .content-wrapper {
    margin: auto;
    max-width: 530px;
}

.single-industry-grid-two__content .title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-industry-grid-two__content .title a {
    color: #222;
}

.single-industry-grid-two__content .title .highlight {
    font-weight: 700;
    display: block;
}

.single-industry-grid-two__content .title i {
    font-size: 5rem;
    line-height: 1;
    margin-right: 40px;
    color: var(--secondary);
}

.single-industry-grid-two__content .text {
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 67px;
    -webkit-line-clamp: 3;
    font-weight: 400;
    line-height: 1.4;
}

.single-industry-grid-two .post-readmore-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 100%;
    background-color: var(--black);
    line-height: 60px;
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}

.single-industry-grid-two .post-readmore-btn span {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    white-space: nowrap;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-industry-grid-two .post-readmore-btn i {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    font-size: 1.25rem;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 3;
}

.single-industry-grid-two .post-readmore-btn:after {
    width: 100%;
    height: 0;
    content: '';
    background-color: var(--primary);
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-industry-grid-two .post-readmore-btn:hover span {
    color: #ffffff;
}

.single-industry-grid-two .post-readmore-btn:hover i {
    color: #ffffff;
}

.single-industry-grid-two .post-readmore-btn:hover:after {
    height: 100%;
    top: 0;
    bottom: auto;
}

.single-industry-grid-two:nth-child(2n) .single-industry-grid-two__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.single-industry-grid-two:nth-child(2n) .single-industry-grid-two__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.single-industry-grid-two:nth-child(3n+1) {
    background-color: var(--primary);
}

.single-industry-grid-two:nth-child(3n+1) .single-industry-grid-two__content .title {
    color: var(--white);
}

.single-industry-grid-two:nth-child(3n+1) .single-industry-grid-two__content .title a {
    color: var(--white);
}

.single-industry-grid-two:nth-child(3n+1) .single-industry-grid-two__content .title a:hover {
    color: var(--white);
}

.single-industry-grid-two:nth-child(3n+1) .single-industry-grid-two__content .text {
    color: var(--white);
}

.single-industry-grid-two:nth-child(3n+1) .post-readmore-btn:hover span,
.single-industry-grid-two:nth-child(3n+1) .post-readmore-btn:hover i {
    color: var(--black);
}

.single-industry-grid-two:nth-child(3n+1) .post-readmore-btn:hover:after {
    background-color: var(--white);
}


/*=====  End of industry grid  ======*/


/*=============================================
=            feature backgroun            =
=============================================*/

.feature-background__wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position: 100% 10%;
}

section.feature-background__area {
    border-top: 1px solid #f6f6f6;
}

.story-box {
    background: #fff;
}

.bg-light-pink {
    background: #ffeee7;
}

.section-desc .sec-desc {
    font-size: 19px;
}

.feature-background__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    height: 100%;
}

.feature-background__image--style2 {
    min-height: 600px;
}

.feature-background__content {
    width: 600px;
    max-width: 100%;
    margin: auto;
    /* padding: 50px 0;
    padding-left: 120px; */
}

.feature-background__content--style3 {
    padding-top: 135px;
    padding-bottom: 135px;
    float: right;
    width: 460px;
    max-width: 100%;
    padding-left: 0;
}

.feature-background__content--style3 .title {
    color: #05103B;
}

.feature-background__content--style2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.feature-background__content-area {
    padding-left: 200px;
}

.feature-background__content-area--style2 {
    padding-left: 100px;
}

.feature-background__content-wrapper {
    width: 670px;
    max-width: 100%;
}

.feature-background__single-content-wrapper .ht-btn {
    margin-top: 30px;
}

.feature-background__single-content {
    margin-bottom: 30px;
}

.feature-background__single-content .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 25px;
}

.feature-list li {
    font-size: 0.9375rem;
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
}

.feature-list li:last-child {
    margin-bottom: 0;
}

.feature-list li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f122';
    font-size: 0.75rem;
    color: var(--secondary);
}


/*=====  End of feature background  ======*/


/*=============================================
=            about counter            =
=============================================*/

.about-content-row__content .title {
    margin-top: -5px;
}

.about-counter-content__area {
    background-size: cover;
    background-repeat: no-repeat;
}

.about-counter-content__content .title {
    font-size: 1.25rem;
    margin-bottom: 25px;
}

.about-counter-content__content .title--black3 {
    color: #05103B;
}

.single-counter__number {
    margin-bottom: 20px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--secondary);
}

.single-counter__number .number {
    margin-bottom: 20px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}

.single-counter__number .number-suffix {
    font-size: 26px;
    font-weight: 700;
    vertical-align: top;
    position: relative;
    left: -15px;
}

.single-counter__text {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.single-counter__text--black3 {
    color: #05103B;
}


/*=====  End of about counter  ======*/


/*=============================================
=            project grid post            =
=============================================*/

.project-grid-post__single {
    margin-bottom: 30px;
}

.project-grid-post__single:hover .project-grid-post__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.project-grid-post__image {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.project-grid-post__image img {
    width: 100%;
}

.project-grid-post__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.project-grid-post__title--black3 {
    color: #05103B;
}

.project-grid-post__text {
    margin-bottom: 20px;
}

.project-grid-post__feature-list {
    padding: 45px 50px;
    border: 3px solid var(--secondary);
    width: 100%;
}

.project-grid-post__feature-list .title {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #05103B;
    font-weight: 500;
    margin-bottom: 25px;
}

.project-grid-post__feature-list .features {
    margin-bottom: 30px;
}

.project-grid-post__feature-list .features li {
    color: #05103B;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.project-grid-post__feature-list .features li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: Ionicons;
    content: '\f122';
    font-size: 12px;
    color: var(--secondary);
}


/* project grid */


/*-- Project Slider --*/

.project-grid-5-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-grid-5-column .project-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


/*-- Project --*/

.project {
    position: relative;
}

.project .image {
    display: block;
    position: relative;
}

.project .image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project .image img {
    width: 100%;
}

.project .content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.project .content .title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 45px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project .content .title a:hover {
    color: var(--secondary);
}

.project .content .category {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project .content .category a {
    color: #ffffff;
    margin-right: 5px;
    font-size: 13px;
}

.project .content .category a::after {
    content: ',';
}

.project .content .category a:last-child {
    margin-right: 0;
}

.project .content .category a:last-child::after {
    display: none;
}

.project .content .category a:hover {
    color: var(--secondary);
}

.project:hover .image::before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0.75;
}

.project:hover .content {
    opacity: 1;
}

.project:hover .content .title {
    margin-bottom: 5px;
}

.project:hover .content .category a {
    color: #ffffff;
    margin-right: 5px;
    font-size: 13px;
}

.project:hover .content .category a::after {
    content: ',';
}

.project:hover .content .category a:last-child {
    margin-right: 0;
}

.project:hover .content .category a:last-child::after {
    display: none;
}

.project:hover .content .category a:hover {
    color: var(--secondary);
}


/*-- Project Information --*/

.project-information {
    background-color: #222;
    padding: 30px 35px;
}

.project-information h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.project-information ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
}

.project-information ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.project-information ul li strong {
    width: 80px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


/*=====  End of project grid post  ======*/


/*=============================================
=            service grid            =
=============================================*/

.service-grid-wrapper {
    margin-bottom: -30px;
}


/*-- Service --*/

.service .service-inner {
    text-align: center;
    padding: 70px 40px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service .service-inner:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service .service-inner .image {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

.service .service-inner .image .figure-img {
    overflow: hidden;
    position: relative;
    padding: 0 0 66.66% 0;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.service .service-inner .image .figure-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
}

.service .service-inner .icon {
    margin-bottom: 30px;
}

.service .service-inner .content h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}

.service .service-inner .content .read-more {
    color: #222;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 20px;
}

.service .service-inner .content .read-more::before {
    display: none;
    content: "";
    height: 6px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: var(--secondary);
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service .service-inner .content .read-more:hover::before {
    width: 100%;
}

.service.service-two .service-inner {
    padding: 0;
    border: 1px solid #eeeeee;
}

.service.service-two .service-inner:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service.service-two .service-inner .icon {
    max-width: 80px;
    height: 80px;
    margin: auto;
    margin-top: -40px;
    margin-bottom: 25px;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    border-radius: 50%;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
}

.service.service-two .service-inner .icon img {
    margin: auto;
    max-width: 40px;
    width: 100%;
}

.service.service-two .service-inner .icon i {
    font-size: 35px;
    line-height: 60px;
    color: var(--primary);
    margin: auto;
    max-width: 40px;
    width: 100%;
}

.service.service-two .service-inner .content {
    padding: 0 20px 20px;
}

.service.service-two .service-inner .content h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 28px;
    -webkit-line-clamp: 1;
    line-height: 1.4;
}

.service.service-two .service-inner:hover .content h3 {
    color: var(--primary);
}

.service.service-two .service-inner .content .read-more {
    color: #222;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    font-size: 14px;
}

.service.service-two .service-inner .content .service-text {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 67px;
    -webkit-line-clamp: 3;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    color: #888888;
}


/*=====  End of service grid  ======*/


/*=============================================
=            social element            =
=============================================*/

.twitter-feed-slider__area {
    background-color: #38a1f2;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.twitter-feed-slider__area--style2 {
    height: 370px;
}

.twitter-feed-slider__container-area {
    position: relative;
    height: 100%;
}

.twitter-feed-slider__container-area .ht-swiper-button-nav {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    top: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #ffffff;
}

.twitter-feed-slider__container-area .ht-swiper-button-nav:hover {
    background: none;
}

.twitter-feed-slider__container-area .ht-swiper-button-prev {
    left: 40px;
}

.twitter-feed-slider__container-area .ht-swiper-button-next {
    left: 80px;
}

.twitter-feed-slider__container-area .ht-swiper-button-next:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.6);
}

.twitter-feed-slider__container-area .twitter-icon {
    position: absolute;
    bottom: 40px;
    right: 30px;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
}

.twitter-feed-slider__container-area--style2 .ht-swiper-button-prev {
    left: 40px;
}

.twitter-feed-slider__container-area--style2 .ht-swiper-button-next {
    left: 80px;
}

.twitter-feed-slider__container {
    height: 100%;
}

.twitter-feed-slider__single {
    position: relative;
}

.twitter-feed-slider__single .tweet-date {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 40px;
    top: 40px;
}

.twitter-feed-slider__single .tweet-text {
    position: absolute;
    left: 0;
    padding: 0 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.375rem;
    line-height: 1.8;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
}

.twitter-feed-slider__single .tweet-text a {
    color: #ffffff;
}

.twitter-feed-slider__single--style2 .tweet-date {
    left: 40px;
    top: 40px;
}

.twitter-feed-slider__single--style2 .tweet-text {
    padding: 0 40px;
}

.twitter-block {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #eee;
    min-height: 290px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-left: -1px;
}

.twitter-block__logo {
    color: #ffffff;
    background-color: #38a1f2;
    position: relative;
}

.twitter-block__logo:before {
    display: block;
    width: 144px;
    height: 144px;
    text-align: center;
    line-height: 144px;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    content: '\f243';
    font-family: 'Ionicons';
    font-size: 3.75rem;
    color: #ffffff;
    background-image: url("../img/patterns/4.png");
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.twitter-block__logo span {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.twitter-block__logo span a {
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.twitter-block__logo span a:hover {
    border-bottom-color: #ffffff;
}

.twitter-block__status .tweet-date {
    color: #999;
    margin-bottom: 30px;
}

.twitter-block__status .tweet-text {
    font-size: 0.9375rem;
    line-height: 1.3;
    color: #222;
}

.twitter-block__status .tweet-text a {
    font-weight: 700;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.twitter-block__status .tweet-text a:hover {
    color: var(--secondary);
}


/*=====  End of social element  ======*/


/*=============================================
=            contact form            =
=============================================*/

.contact-icon-info-wrapper {
    margin-bottom: 30px;
}

.contact-icon-info-wrapper--style2 {
    margin-bottom: 0;
}

.single-contact-icon-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.single-contact-icon-info__image {
    margin-right: 15px;
    color: var(--secondary);
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.single-contact-icon-info__image i {
    font-size: 1.75rem;
    line-height: 1;
}

.single-contact-icon-info__content .title {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-contact-icon-info--style2 {
    margin-bottom: 0;
    padding: 43px 38px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.single-contact-icon-info--style2 .single-contact-icon-info__image {
    margin-right: 30px;
}

.single-contact-icon-info--style2 .single-contact-icon-info__image i {
    font-size: 50px;
}

.single-contact-icon-info--style2:last-child {
    border-bottom: 0;
}

.contact-form-wrapper {
    margin-bottom: -15px;
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

.contact-form-wrapper input {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    color: #222;
    font-weight: 400;
    padding: 12px 0 12px;
    height: 50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-form-wrapper input:focus {
    border-color: var(--secondary);
}

.contact-form-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-form-wrapper input:focus:-moz-placeholder {
    color: transparent;
}

.contact-form-wrapper input:focus::-moz-placeholder {
    color: transparent;
}

.contact-form-wrapper input:focus:-ms-input-placeholder {
    color: transparent;
}

.contact-form-wrapper textarea {
    width: 100%;
    outline: none;
    border: 0;
    border-bottom: 2px solid #ddd;
    font-weight: 400;
    color: #222;
    display: block;
    padding: 12px 0 3px;
    max-width: 100%;
    margin-bottom: 30px;
    height: 150px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-form-wrapper textarea:focus {
    border-color: var(--secondary);
}

.contact-form-wrapper textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.contact-form-wrapper textarea:focus::-moz-placeholder {
    color: transparent;
}

.contact-form-wrapper textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.contact-form-wrapper ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888;
    opacity: 1;
    /* Firefox */
}

.contact-form-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888;
}

.contact-form-wrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888;
}

.contact-form-wrapper .form-message {
    margin-top: 15px;
}

.contact-form-wrapper--style2 {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 40px 30px 50px;
}

.contact-form-wrapper--style2 input,
.contact-form-wrapper--style2 textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
}

.contact-form-wrapper--style2 input:focus,
.contact-form-wrapper--style2 textarea:focus {
    border-color: #ddd;
}

.contact-form-wrapper--style2 textarea {
    padding: 10px 15px;
}


/* contact location grid */

.contact-location-grid__wrapper {
    margin-bottom: -30px;
}

.contact-location-grid__single {
    margin-bottom: 30px;
}

.contact-location-grid__image {
    margin-bottom: 30px;
}

.contact-location-grid__image img {
    width: 100%;
}

.contact-location-grid__content .title {
    margin-top: -5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.contact-location-grid__content .info-list {
    margin-bottom: 35px;
}

.contact-location-grid__content .info-list li {
    padding: 5px 0;
    padding-left: 40px;
    position: relative;
}

.contact-location-grid__content .info-list li:last-child {
    margin-bottom: 0;
}

.contact-location-grid__content .info-list li:before {
    font-size: 18px;
    font-family: Ionicons;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--secondary);
}

.contact-location-grid__content .info-list li.address:before {
    content: '\f203';
}

.contact-location-grid__content .info-list li.email:before {
    content: '\f132';
}

.contact-location-grid__content .info-list li.phone:before {
    content: '\f2d2';
}


/* contact social link list */

.contact-social-link-list {
    margin-bottom: -10px;
    display: block;
    overflow: hidden;
}

.contact-social-link-list li {
    display: block;
    float: left;
    width: 50%;
    padding-right: 20px;
}

.contact-social-link-list li a {
    display: inline-block;
    padding: 10px 0;
    color: #888;
}

.contact-social-link-list li a .link-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-social-link-list li a .link-text {
    font-size: 18px;
}

.contact-social-link-list li a:hover .link-icon {
    background-color: var(--secondary);
    color: #ffffff;
    border-color: var(--secondary);
}


/*=====  End of contact form  ======*/


/*=============================================
=            industry icon            =
=============================================*/

.industry-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -25px;
    margin-bottom: -40px;
}

.support-icon-wrapper {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.support-icon-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 95px;
    width: 1px;
    background: #eee;
}

.support-icon-wrapper:first-child:before {
    display: none;
}

.support-icon {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 110px;
}

.support-icon__image {
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    border: 5px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
}

.support-icon__image img {
    display: block;
    margin: auto;
    max-width: 50px;
    width: 100%;
}

.support-icon__content {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.support-icon__content .title {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.support-icon__content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin: auto;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 28px;
    -webkit-line-clamp: 1;
    line-height: 1.4;
}

.support-icon__content .title a:hover {
    color: var(--secondary);
}

.support-icon__content .text {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 67px;
    -webkit-line-clamp: 3;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.support-icon__content .see-more-link {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

.support-icon:hover .support-icon__image {
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    border-color: var(--secondary);
}

.support-icon.active {
    padding-top: 70px;
}

.support-icon.active .support-icon__image {
    -webkit-transform: translate(-50%, -55px);
    -ms-transform: translate(-50%, -55px);
    transform: translate(-50%, -55px);
    border-color: var(--secondary);
}

.support-icon:hover .support-icon__content {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.support-icon:hover .support-icon__content .see-more-link {
    visibility: visible;
    opacity: 1;
}

.support-icon--style2 {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 0;
    padding-right: 0;
}

.support-icon--style2 .support-icon__content .text-wrapper {
    padding: 0 15px 15px;
}

.support-icon--style2 .support-icon__content .title {
    color: var(--primary);
}


/* .support-icon--style2 .support-icon__content .see-more-link {
    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: #ddd;
    padding: 20px 17px;
    margin-top: 0;
    text-align: center;
    color: #222;
    border-bottom: 0;
}

.support-icon--style2 .support-icon__content .see-more-link:after {
    display: none;
}

.support-icon--style2 .support-icon__content .see-more-link:hover {
    background-color: var(--secondary);
}

.support-icon--style2:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
} */

.support-icon--style2:hover .support-icon__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.industry-icon__container {
    padding-top: 30px;
    margin-top: -30px;
}

.industry-icon__single-slide {
    text-align: center;
}

.swiper-static-nav-wrap {
    margin-right: -15px;
}

.swiper-static-nav-wrap .ht-swiper-button-nav {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #05103B;
}

.swiper-static-nav-wrap .ht-swiper-button-nav:hover {
    background: none;
}

.swiper-static-nav-wrap .ht-swiper-button-nav i {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-static-nav-wrap .ht-swiper-button-nav:hover i {
    color: var(--secondary);
}

.swiper-static-nav-wrap .ht-swiper-button-next {
    position: relative;
}

.swiper-static-nav-wrap .ht-swiper-button-next:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #DDDDDD;
}


/*=====  End of industry icon  ======*/


/*=============================================
=            project filter            =
=============================================*/

.project-filter-content {
    margin-bottom: -30px;
}

.project-filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--primary);
}

.project-filter-menu li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    z-index: 1;
    color: #222;
    background-color: #ffffff;
    cursor: pointer;
    border-right: 1px solid var(--primary);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    white-space: nowrap;
}

.project-filter-menu li:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    z-index: -1;
    width: 0;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background-color: var(--primary);
}

.project-filter-menu li:last-child {
    border-right: 0;
}

.project-filter-menu li:hover,
.project-filter-menu li.active {
    color: var(--white);
}

.project-filter-menu li:hover:after,
.project-filter-menu li.active:after {
    width: 100%;
    left: 0;
    right: auto;
}

.project-filter-menu li:hover .filter-counter,
.project-filter-menu li.active .filter-counter {
    background-color: #ffffff;
    color: #000000;
}

.project-filter-menu li .filter-counter {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-left: 5px;
    background-color: var(--primary);
}

.single-certificate {
    background: #ffffff;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-certificate-image {
    position: relative;
}

.single-certificate-image img {
    width: 100%;
}

.single-certificate-image:before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.single-certificate-content {
    padding: 30px;
}

.single-certificate-content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-certificate-content .title a:hover {
    color: var(--secondary);
}

.single-certificate-content .category {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-certificate-content .category:hover {
    color: var(--secondary);
}

.single-certificate:hover .single-certificate-image:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.single-certificate2 {
    position: relative;
}

.single-certificate>a {
    display: block;
}

.single-certificate2 .single-certificate-image {
    z-index: 1;
    overflow: hidden;
}

.single-certificate2 .single-certificate-image .figure-img {
    padding: 0 0 100% 0;
    position: relative;
    margin: 0;
}

.single-certificate2 .single-certificate-image img {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.single-certificate2 .single-certificate-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(76%, #000));
    background: -webkit-linear-gradient(top, transparent 0%, #000 76%);
    background: -o-linear-gradient(top, transparent 0%, #000 76%);
    background: linear-gradient(-180deg, transparent 0%, #000 76%);
    content: "";
    z-index: 1;
}

.single-certificate2 .single-certificate-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 30px;
}

.single-certificate2 .single-certificate-content .category {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.single-certificate2 .single-certificate-content .category:hover {
    color: var(--secondary);
}

.single-certificate2 .single-certificate-content .title {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.single-certificate:hover .single-certificate-image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.single-certificate:hover .single-certificate-image:before {
    display: none;
}

.single-certificate:hover .case-readmore {
    background-color: var(--secondary);
}

.single-certificate2 .case-readmore {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 60px;
    width: 60px;
    border: 2px solid var(--secondary);
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-certificate2 .case-readmore i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #222;
}


/*=====  End of project filter  ======*/


/*=============================================
=            quote background            =
=============================================*/

.quote-background-area {
    background-size: cover;
    background-repeat: no-repeat;
}

.quote-background__content .quote {
    width: 650px;
    max-width: 100%;
    color: #ffffff;
    font-size: 2.75rem;
    margin-left: auto;
    margin-right: auto;
}

.quote-background__content .quote-author {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--secondary);
}


/*=====  End of quote background  ======*/


/*=============================================
=            industry flip            =
=============================================*/

.industry-flip-wrapper {
    margin-bottom: -30px;
}

.single-industry-flip-wrap {
    margin-bottom: 30px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.single-industry-flip-wrap:hover .single-industry-flip-inner .single-industry-flip-front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.single-industry-flip-wrap:hover .single-industry-flip-inner .single-industry-flip-back {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.single-industry-flip-inner {
    position: relative;
    height: 385px;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.single-industry-flip-front {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    background-color: #05103B;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-industry-flip-front__content {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding: 50px 30px;
}

.single-industry-flip-front__content .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    margin-bottom: 0;
    padding: 10px 70px 10px 18px;
    color: #222;
    background-color: #FFF;
    font-size: 1.25rem;
}

.single-industry-flip-front__content .title:after {
    font-family: Ionicons;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "\f125";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #ffffff;
    background-color: var(--secondary);
}

.single-industry-flip-back {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-industry-flip-back:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.74;
    background-color: #05103B;
}

.single-industry-flip-back__content {
    z-index: 2;
    width: 100%;
    margin-top: 30px;
    color: #FFF;
}

.single-industry-flip-back__content .career-btn {
    margin-top: 80px;
}


/*=====  End of industry flip  ======*/


/*=============================================
=            industry tab            =
=============================================*/

.industry-tab__link-wrapper.nav-tabs a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #05103B;
}

.industry-tab__link-wrapper.nav-tabs a.nav-link {
    padding: 15px 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.industry-tab__link-wrapper.nav-tabs a.nav-link:after {
    left: calc(100% - 6px);
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 194, 70, 0);
    border-left-color: var(--secondary);
    border-width: 6px;
    margin-top: -6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.industry-tab__link-wrapper.nav-tabs a:hover,
.industry-tab__link-wrapper.nav-tabs a.active {
    background-color: var(--secondary);
    color: #ffffff;
    border-radius: 0;
}

.industry-tab__link-wrapper.nav-tabs a:hover:after,
.industry-tab__link-wrapper.nav-tabs a.active:after {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.industry-tab__content-wrapper {
    padding-left: 60px;
    overflow: hidden;
}

.industry-tab__single-content-wrapper {
    margin-bottom: -30px;
}

.industry-tab__single-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.industry-tab__single-content .icon {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-right: 30px;
    font-size: 30px;
    color: var(--secondary);
    border: 1px solid #ddd;
    background-color: #ffffff;
}

.industry-tab__single-content .content {
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.industry-tab__single-content .content .title {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
    color: #05103B;
    margin-bottom: 15px;
}


/*=====  End of industry tab  ======*/


/*=============================================
=            breadcrumb            =
=============================================*/

.breadcrumb-area-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.breadcrumb-area-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: -1;
    content: "";
}

.breadcrumb-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.breadcrumb-page-title--style2 {
    margin-bottom: 100px;
}

.breadcrumb-page-list {
    text-align: right;
}

.breadcrumb-page-list li {
    display: inline-block;
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 700;
}

.breadcrumb-page-list li.has-children {
    position: relative;
    padding-right: 25px;
}

.breadcrumb-page-list li.has-children a {
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    padding: 2px 0;
}

.breadcrumb-page-list li.has-children a:after {
    -webkit-transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    background-color: transparent;
}

.breadcrumb-page-list li.has-children:before {
    font-family: Ionicons;
    content: '\f125';
    font-size: 8px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.breadcrumb-page-list li.has-children:hover a:after {
    background-color: #ffffff;
    width: 100%;
    left: 0;
    right: auto;
}

.breadcrumb-page-list--style2 {
    text-align: left;
}


/*=====  End of breadcrumb  ======*/


/*=============================================
=            case study content table            =
=============================================*/

.case-study__subcontent-wrapper {
    margin-left: 30px;
}

.case-study__page-content-title {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

.case-study__subcontent-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.case-study__marker {
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    font-size: 1.25rem;
    color: var(--secondary);
}

.case-study__subcontent-content {
    -webkit-flex-basis: calc(100% - 40px);
    -ms-flex-preferred-size: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
}

.case-study__subtitle {
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.case-study__single-step .count {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ddd;
    margin-bottom: 30px;
    line-height: 1.22;
}

.case-study__single-step .count-wrap {
    position: relative;
    height: 28px;
    margin-bottom: 27px;
}

.case-study__single-step .count-wrap .dot {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: rgba(254, 188, 53, 0.18);
}

.case-study__single-step .count-wrap .dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(254, 188, 53, 0.29);
}

.case-study__single-step .count-wrap .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary);
}

.case-study__single-step .count-wrap .line {
    position: absolute;
    top: 14px;
    left: 0;
    background: #eee;
    width: 150%;
    height: 1px;
    margin-top: -1px;
    z-index: -1;
}

.case-study__step-wrapper {
    overflow: hidden;
}

.case-study__single-gallery-image {
    margin-bottom: 30px;
}

.case-study__single-gallery-image a {
    display: block;
    position: relative;
}

.case-study__single-gallery-image a img {
    width: 100%;
}

.case-study__single-gallery-image a:before {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
}

.case-study__single-gallery-image a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    content: "\f489";
    font-family: Ionicons;
    font-size: 3.125rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.case-study__single-gallery-image a:hover:before {
    opacity: 0.9;
    visibility: visible;
}

.case-study__single-gallery-image a:hover:after {
    opacity: 1;
    visibility: visible;
}

.case-study__image-gallery-wrapper {
    margin-bottom: -30px;
}

.case-study-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    border-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.case-study-table__row:last-child {
    border-bottom: 1px solid #ddd;
}

.case-study-table__row:nth-child(2n) {
    background-color: #f7f7f7;
}

.case-study-table__icon {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    font-size: 1.25rem;
    text-align: center;
    color: var(--secondary);
}

.case-study-table__details {
    padding: 12px 20px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    border-left: 1px solid #ddd;
}

.case-study-table__details .highlight {
    color: #222;
}


/*=====  End of case study content table  ======*/


/*=============================================
=            image gallery slider            =
=============================================*/

.image-gallery-slider-big__container-area {
    position: relative;
}

.image-gallery-slider-big__container-area .ht-swiper-button-nav {
    background-color: #ffffff;
    border-color: #ffffff;
}

.image-gallery-slider-big__container-area .ht-swiper-button-nav:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.image-gallery-slider-big__container-area .ht-swiper-button-prev {
    left: 30px;
}

.image-gallery-slider-big__container-area .ht-swiper-button-next {
    right: 30px;
}

.image-gallery-slider-small__single-slide {
    opacity: 0.5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
}

.image-gallery-slider-small__single-slide:hover {
    opacity: 1;
}

.image-gallery-slider-small__wrapper .swiper-slide-active .image-gallery-slider-small__single-slide {
    opacity: 1;
}


/*=====  End of image gallery slider  ======*/


/*=============================================
=            blog post            =
=============================================*/


/* blog post list type */

.single-list-blog-post-wrapper {
    margin-bottom: -90px;
}

.single-list-blog-post {
    margin-bottom: 90px;
}

.single-list-blog-post__image a {
    display: block;
    width: 100%;
}

.single-list-blog-post__image a img {
    width: 100%;
}

.single-list-blog-post__media .video iframe {
    width: 100%;
    height: 500px;
}

.single-list-blog-post__media .post-audio iframe {
    width: 100%;
    height: 165px;
}

.single-list-blog-post__media .blog-post-image-gallery {
    position: relative;
}

.single-list-blog-post__media .blog-post-image-gallery .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-list-blog-post__media .blog-post-image-gallery .swiper-pagination-bullet {
    background-color: #d8d8d8;
    opacity: 1;
}

.single-list-blog-post__media .blog-post-image-gallery .swiper-pagination-bullet:hover,
.single-list-blog-post__media .blog-post-image-gallery .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

.single-list-blog-post__media .blog-post-link {
    padding: 80px 100px;
    background-color: rgba(254, 188, 53, 0.18);
}

.single-list-blog-post__media .blog-post-link a {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #222;
    word-wrap: break-word;
    display: block;
}

.single-list-blog-post__media .blog-post-big-quote {
    position: relative;
    padding: 63px 100px 67px;
    background: url("../img/blog/blog-quote-icon.png") no-repeat 65px 35px;
    border: 2px solid var(--secondary);
    background-color: rgba(254, 188, 53, 0.18);
}

.single-list-blog-post__media .blog-post-big-quote .blog-quote-text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    color: #222;
    font-style: italic;
    margin-bottom: 30px;
}

.single-list-blog-post__media .blog-post-big-quote .blog-quote-author a {
    color: #222;
    text-decoration: underline;
}

.single-list-blog-post__content .tag-list {
    line-height: 1;
    margin-bottom: 15px;
}

.single-list-blog-post__content .tag-list li {
    display: inline-block;
}

.single-list-blog-post__content .tag-list li a {
    display: block;
    padding: 4px 9px;
    margin: 5px 3px;
    border: 1px solid #ddd;
    color: #222;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-list-blog-post__content .tag-list li a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.single-list-blog-post__content .title {
    line-height: 1.5;
    margin-bottom: 15px;
}

.single-list-blog-post__content .title a {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-list-blog-post__content .title a:hover {
    color: var(--secondary);
}

.single-list-blog-post__content .meta-list .single-meta {
    display: inline-block;
}

.single-list-blog-post__content .meta-list .single-meta p {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 700;
    color: #b5b5b5;
    letter-spacing: 1px;
    display: inline-block;
}

.single-list-blog-post__content .meta-list .single-meta p a {
    color: #b5b5b5;
}

.single-list-blog-post__content .meta-list .single-meta p.author a {
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-list-blog-post__content .meta-list .single-meta p.author a:hover {
    color: var(--secondary);
}

.single-list-blog-post__content .meta-list .single-meta:last-child {
    margin-right: 0;
}

.single-list-blog-post__content .meta-list .single-meta:first-child:before {
    display: none;
}

.single-list-blog-post__content .meta-list .single-meta:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 11px 2px;
}

.single-list-blog-post__content .post-excerpt {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}

.single-list-blog-post__content--style2 .title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.single-list-blog-post__content--style2 .post-text {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 80px;
    margin-bottom: 30px;
}


/*=====  End of blog post  ======*/


/*=============================================
=            team member slider            =
=============================================*/

.team-slider {
    position: relative;
}

.team-slider .ht-swiper-button-prev {
    left: -100px;
}

.team-slider .ht-swiper-button-next {
    right: -100px;
}

.team-slider__single {
    padding-bottom: 100px;
    margin-bottom: 30px;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team-slider__single:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}

.team-slider__single:hover .content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-slider__single:hover .content .social-links {
    visibility: visible;
    opacity: 1;
}

.team-slider__single .image img {
    width: 100%;
}

.team-slider__single .content {
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(46px);
    -ms-transform: translateY(46px);
    transform: translateY(46px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #ffffff;
}

.team-slider__single .content .social-links {
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team-slider__single .content .identity-wrapper.has-border-left {
    border-left: 3px solid var(--secondary);
    padding-left: 18px;
    padding-top: 2px;
}

.team-slider__single .content .identity-wrapper .name {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
}


/*=====  End of team member slider  ======*/


/*=============================================
=            product slider            =
=============================================*/


/* related product slider */

.related-product-slider {
    position: relative;
}

.related-product-slider .ht-swiper-button-prev {
    left: -100px;
}

.related-product-slider .ht-swiper-button-next {
    right: -100px;
}


/*=====  End of product slider  ======*/


/*=============================================
=            blog            =
=============================================*/

.blog-metro-layout-wrapper {
    margin-bottom: -30px;
}

.common-blog-carousel {
    position: relative;
}

.common-blog-carousel__container--space-top {
    padding-top: 27px;
}

.common-blog-carousel .ht-swiper-button-prev {
    left: -100px;
}

.common-blog-carousel .ht-swiper-button-next {
    right: -100px;
}


/* blog post page */

.quote-text {
    border: 2px solid var(--secondary);
    padding: 26px 30px 26px 75px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-style: italic;
    color: #222;
    position: relative;
    margin: 30px 0;
}

.quote-text:before {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f347';
    font-family: Ionicons;
    font-size: 1.5rem;
    font-style: normal;
    color: var(--secondary);
}


/* blog post feature image with text */

.image-list-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.image-list-text .image-wrapper {
    -webkit-flex-basis: 370px;
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    margin-right: 30px;
}

.image-list-text .image-wrapper .image img {
    width: 100%;
}

.image-list-text .image-wrapper .image-text {
    background-color: #222;
    color: #ffffff;
    padding: 12px 25px;
    font-style: italic;
}

.image-list-text .text-wrapper {
    -webkit-flex-basis: calc(100% - 400px);
    -ms-flex-preferred-size: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
}

.image-list-text .text-wrapper .text-feature-list {
    margin-top: 30px;
}

.image-list-text .text-wrapper .text-feature-list li {
    position: relative;
    padding-left: 30px;
}

.image-list-text .text-wrapper .text-feature-list li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f400';
    font-size: 8px;
    color: #b6b6b6;
}


/* tag list */

.tag-list-wrapper .tag-title {
    font-size: 13px;
    line-height: 1.5;
    color: #222;
    font-weight: 700;
    margin-right: 20px;
    letter-spacing: 0.54px;
}

.tag-list-wrapper .tag-title:before {
    content: '\f2aa';
    font-family: Ionicons;
    font-size: 18px;
    font-weight: 500;
    margin-right: 9px;
    color: var(--secondary);
}

.tag-list-wrapper .tag-list {
    display: inline-block;
}

.tag-list-wrapper .tag-list li {
    display: inline-block;
}

.tag-list-wrapper .tag-list li a {
    display: block;
    padding: 4px 10px;
    border: 1px solid #ddd;
    margin: 5px;
    font-weight: 400;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tag-list-wrapper .tag-list li a:hover {
    background-color: var(--secondary);
    color: #222;
    border-color: var(--secondary);
}


/* blog post author */

.blog-post-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 95px;
    padding: 50px 46px;
    border: 1px solid #eee;
}

.blog-post-author__image {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

.blog-post-author__image img {
    border-radius: 50%;
}

.blog-post-author__content {
    -webkit-flex-basis: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
}

.blog-post-author__content .author-name {
    font-size: 1.125rem;
}


/* blog post navigation */

.blog-post-nav {
    margin-top: 80px;
}

.blog-post-nav .post-nav-link {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.blog-post-nav .post-nav-title {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
    color: #222;
    width: 300px;
    max-width: 100%;
}

.blog-post-nav__prev .post-nav-link i {
    margin-right: 10px;
    font-size: 10px;
    font-weight: 500;
}

.blog-post-nav__prev a {
    color: #222;
}

.blog-post-nav__prev a:hover {
    text-decoration: underline;
}

.blog-post-nav__prev a:hover .post-nav-link {
    color: #222;
}

.blog-post-nav__next .post-nav-link i {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
}

.blog-post-nav__next a {
    color: #222;
}

.blog-post-nav__next a:hover {
    text-decoration: underline;
}

.blog-post-nav__next a:hover .post-nav-link {
    color: #222;
}


/* blog post comment form */

.blog-post-comment {
    margin-top: 80px;
}

.blog-post-comment .comment-title .title {
    font-size: 1.875rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.blog-post-comment .comment-form-wrapper input {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
}

.blog-post-comment .comment-form-wrapper .comment-icon {
    position: relative;
}

.blog-post-comment .comment-form-wrapper .comment-icon:before {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Ionicons;
    font-size: 30px;
    font-weight: 500;
    color: #888;
    z-index: 2;
}

.blog-post-comment .comment-form-wrapper .comment-name:before {
    content: '\f47d';
}

.blog-post-comment .comment-form-wrapper .comment-email:before {
    content: '\f422';
}


/*=====  End of blog  ======*/


/*=============================================
=            service details            =
=============================================*/

.service-details-image-block .image img {
    width: 100%;
}

.service-details-image-block .text {
    background-color: #222;
    color: #ffffff;
    padding: 12px 25px;
    font-style: italic;
}

.service-details-text-wrapper .title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--primary);
    font-size: 28px;
}

.service-details-text-wrapper .big-title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 0;
}


/* split text */

.single-split-text .title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
}


/* solution grid */

.solution-grid-wrapper {
    padding-top: 30px;
    position: relative;
}

.solution-grid-wrapper:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #eee;
}

.solution-grid-wrapper .count-wrap {
    position: relative;
    height: 28px;
    margin-bottom: 20px;
}

.solution-grid-wrapper .count-wrap .dot {
    background-color: rgba(254, 188, 53, 0.18);
    top: -14px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.solution-grid-wrapper .count-wrap .dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(254, 188, 53, 0.29);
}

.solution-grid-wrapper .count-wrap .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary);
}

.solution-grid-single {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
    padding: 60px 25px;
    text-align: center;
}

.solution-grid-single:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: calc(50% + 21px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 15px solid;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-filter: drop-shadow(-3px 3px 3px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(-3px 3px 3px rgba(0, 0, 0, 0.05));
}

.solution-grid-single__title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 15px;
}


/* service details list */

.service-details-list li {
    color: #222;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.service-details-list li:last-child {
    margin-bottom: 0;
}

.service-details-list li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f400';
    font-size: 8px;
    color: #b6b6b6;
}


/* service details chart */


/* service details tab */

.service-details-tab__navigation-wrapper {
    border-bottom: 0;
}

.service-details-tab__navigation-wrapper .nav-link {
    padding: 14px 20px;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #f7f7f7;
    color: #888;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    margin-left: 10px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service-details-tab__navigation-wrapper .nav-link:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 0;
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service-details-tab__navigation-wrapper .nav-link:hover,
.service-details-tab__navigation-wrapper .nav-link.active {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.service-details-tab__navigation-wrapper .nav-link:hover:before,
.service-details-tab__navigation-wrapper .nav-link.active:before {
    background-color: var(--secondary);
    height: 100%;
}

.service-details-tab__navigation-wrapper .nav-link:first-child {
    margin-left: 0;
}

.service-details-tab__content-wrapper {
    border-radius: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 42px 30px 67px;
}

.service-details-tab__list li {
    color: #222;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.service-details-tab__list li:before {
    position: absolute;
    top: 0;
    color: var(--secondary);
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f122';
    font-size: 12px;
}

.service-details-tab__list li:last-child {
    margin-bottom: 0;
}


/* service details box icon */

.service-details-box-icon__wrapper {
    margin-bottom: -30px;
}

.service-details-box-icon__wrapper--style2 {
    margin-bottom: -80px;
}

.service-details-box-icon__single .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.875rem;
    font-weight: 500;
    width: 70px;
    height: 70px;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    margin-bottom: 15px;
}

.service-details-box-icon__single .content .heading {
    font-size: 1.25rem;
}

.service-details-box-icon__single:hover .icon {
    -webkit-animation: box-image-pop .3s linear;
    animation: box-image-pop .3s linear;
}

.service-details-box-icon__single--style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.service-details-box-icon__single--style2 .icon {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    margin-right: 30px;
    margin-bottom: 0;
}

.service-details-box-icon__single--style2 .content {
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}


/* service details image desc */

.service-details-image-desc__single {
    margin-bottom: 50px;
}

.service-details-image-desc__single .image img {
    width: 100%;
}


/* service details list */

.service-details-list-text li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.service-details-list-text li:last-child {
    margin-bottom: 0;
}

.service-details-list-text li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f400';
    font-size: 8px;
    color: #b6b6b6;
}


/*=====  End of service details  ======*/


/*=============================================
=            common            =
=============================================*/


/* award page */

.award-item__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.award-item__single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.award-item__single .image {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    margin-right: 40px;
}

.award-item__single .image img {
    width: 100%;
}

.award-item__single .content {
    -webkit-flex-basis: calc(100% - 270px);
    -ms-flex-preferred-size: calc(100% - 270px);
    flex-basis: calc(100% - 270px);
}

.award-item__single .content .title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 15px;
}


/* leadership page */

.leadership__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.leadership__single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.leadership__single .image {
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    margin-right: 30px;
}

.leadership__single .image img {
    width: 100%;
}

.leadership__single .content {
    -webkit-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
}

.leadership__single .content .identity-wrapper {
    margin-bottom: 20px;
}

.leadership__single .content .identity-wrapper.has-border-left {
    border-left: 3px solid var(--secondary);
    padding-left: 18px;
    padding-top: 2px;
}

.leadership__single .content .identity-wrapper .name {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
}


/* history page */

.history-grid__wrapper {
    position: relative;
}

.history-grid__wrapper:before {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    border-left: 2px dotted rgba(151, 151, 151, 0.88);
    content: "";
}

.history-grid__single-wrapper {
    padding-right: 55px;
    position: relative;
}

.history-grid__single-wrapper:first-child {
    margin-top: 0;
}

.history-grid__single-wrapper .dot {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -14px;
    background-color: rgba(254, 188, 53, 0.18);
}

.history-grid__single-wrapper .dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(254, 188, 53, 0.29);
}

.history-grid__single-wrapper .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary);
}

.history-grid__single-wrapper:nth-child(2n) {
    padding-left: 55px;
    padding-right: 15px;
}

.history-grid__single-wrapper:nth-child(2n) .dot {
    top: 0;
    left: -14px;
}

.history-grid__single-wrapper:nth-child(2n+2) {
    margin-top: 100px;
}

.history-grid__single {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
}

.history-grid__single .content-head {
    padding: 15px 20px;
    background-color: var(--secondary);
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
}

.history-grid__single .content-body {
    padding: 20px 20px 25px;
}

.history-grid__single .content-body .image {
    margin-bottom: 25px;
}

.history-grid__single .content-body .image img {
    width: 100%;
}


/* career page */

.career-single__image {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 470px;
    height: 100%;
    background-position: center center;
}

.career-single__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: 50px 80px;
}

.career-single__content a {
    width: auto;
}

.career-single__content--yellow-bg {
    background-color: var(--secondary);
}

.career-single__content--yellow-bg .career-single__text {
    color: rgba(0, 0, 0, 0.48);
}

.career-single__content--grey-bg {
    background-color: #f7f7f7;
}

.career-single__content--dark-bg {
    background-color: #111;
}

.career-single__content--dark-bg .career-single__title {
    color: #ffffff;
}

.career-single__title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: -5px;
}

.career-single__text {
    margin-bottom: 50px;
}


/* about page */

.about-content-row__image {
    min-height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-content-row__content {
    padding-left: 60px;
    padding-right: 20px;
}

.about-content-row__content .title {
    font-size: 2.125rem;
    line-height: 1.3;
    width: 270px;
    max-width: 100%;
    margin-bottom: 20px;
}

.about-content-row__content .text {
    margin-bottom: 30px;
}

.about-list-wrapper .about-list-title {
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 25px;
}

.about-list-wrapper .about-list-title:after {
    content: '';
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 3px;
    background-color: var(--secondary);
}

.about-list-wrapper .about-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.about-list-wrapper .about-list li:last-child {
    margin-bottom: 0;
}

.about-list-wrapper .about-list li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    font-family: Ionicons;
    content: '\f400';
    font-size: 8px;
    color: #b6b6b6;
}


/* about box */

.about-box-image-wrapper {
    margin-bottom: -40px;
}

.about-box-image-single {
    margin-bottom: 40px;
}

.about-box-image-single__image {
    margin-bottom: 25px;
}

.about-box-image-single__image img {
    width: 100%;
}

.about-box-image-single__content .title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}


/* about icon box */

.about-icon-box-wrapper {
    margin-top: 60px;
    margin-bottom: -30px;
}

.about-icon-box {
    text-align: center;
    margin-bottom: 30px;
}

.about-icon-box__image {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.about-icon-box__content .title {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.about-icon-box:hover .about-icon-box__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}


/*=====  End of common  ======*/


/*=============================================
=            Shop            =
=============================================*/


/* shop header */

.sort-selection {
    padding: 3px 20px;
    height: 50px;
    outline: none;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    font-weight: 400;
    color: #999;
}


/* shop product */

.shop-single-product-wrapper {
    margin-bottom: -50px;
}

.shop-single-product {
    margin-bottom: 50px;
}

.shop-single-product__thumb-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.shop-single-product__badges {
    position: absolute;
    top: 30px;
    left: 28px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shop-single-product__badges span {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 2px;
    min-height: 0;
    min-width: 0;
    border-radius: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-single-product__badges .hot {
    background: #d31129;
    padding: 5px 11px;
}

.shop-single-product__badges .onsale {
    background: #f6a623;
    padding: 5px 8px;
}

.shop-single-product__image>a {
    display: block;
    width: 100%;
}

.shop-single-product__image>a img {
    width: 100%;
}

.shop-single-product__actions {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 99;
    margin-top: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shop-single-product__actions a {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    display: block;
    margin: 5px 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    color: #454545;
    padding: 0;
    background: #ffffff;
    border: 0;
    text-align: center;
}

.shop-single-product__actions a i {
    font-size: 18px;
}

.shop-single-product__actions a:hover,
.shop-single-product__actions a.active {
    background-color: var(--secondary);
    color: #ffffff;
}

.shop-single-product__content {
    text-align: center;
}

.shop-single-product__title {
    font-size: 20px;
    line-height: 1.4;
}

.shop-single-product__title a {
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.shop-single-product__title a:hover {
    color: var(--secondary);
}

.shop-single-product__price {
    line-height: 1;
}

.shop-single-product__price .main-price.discounted {
    color: #999;
    text-decoration: line-through;
}

.shop-single-product__price span {
    font-weight: 600;
    color: var(--secondary);
    display: inline-block;
}

.shop-single-product__price span:nth-child(1) {
    margin-right: 5px;
}

.shop-single-product:hover .shop-single-product__actions a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.shop-single-product:hover .shop-single-product__actions a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.shop-single-product:hover .shop-single-product__actions a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/* description tab */


/* description tab area */

.description-tab-navigation .nav-tabs .nav-link {
    border: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    position: relative;
    padding: 20px 0 18px;
    margin: 0 20px;
}

.description-tab-navigation .nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.description-tab-navigation .nav-tabs .nav-link.active,
.description-tab-navigation .nav-tabs .nav-link:hover {
    color: var(--primary);
}

.description-tab-navigation .nav-tabs .nav-link.active:after,
.description-tab-navigation .nav-tabs .nav-link:hover:after {
    width: 100%;
}

.description-tab-navigation .nav-tabs .nav-link:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--primary);
}

.single-product-description-tab-content .tab-content {
    padding: 30px 0 0;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content p {
    margin-bottom: 15px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content p:last-child {
    margin-bottom: 0;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content p.long-desc {
    margin-bottom: 20px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra .short-desc {
    margin-bottom: 60px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: #333333;
    color: #ffffff;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
    width: 570px;
    max-width: 100%;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.medium-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.big-text {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    line-height: 44px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.desc-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom .single-block-image {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    border-bottom: 1px solid #ededed;
}

.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody th {
    color: #333;
    border-top: 1px solid #ededed;
    padding: 15px 10px;
}

.single-product-description-tab-content .tab-content .tab-pane .additional-info-content .additional-info-table tbody td {
    padding: 15px 10px;
    border-top: 1px solid #ededed;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-title {
    font-size: 20px;
    color: #111;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 40px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment {
    position: relative;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 95px;
    min-height: 80px;
    background-color: #ffffff;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__image {
    position: absolute;
    left: 0px;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    width: 80px;
    height: 80px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__image img {
    border-radius: 50%;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content {
    position: relative;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-name {
    margin-bottom: 5px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time {
    margin-bottom: 5px;
    font-size: 14px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time i {
    margin-right: 5px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating i {
    color: #f6a623;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
    border-left: 1px solid #efefef;
    padding-left: 40px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form label {
    display: block;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form label span {
    color: red;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form .rating {
    margin-left: 20px;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form .rating i.active {
    color: #f6a623 !important;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form .rating i {
    /* color: #f6a623; */
    color: #e9e5df;
}

.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form input,
.single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form textarea {
    border: 1px solid #eee;
    padding: 9.5px 25px;
    width: 100%;
}


/* product details image slider */

.product-details__image-slider {
    position: relative;
}

.product-details__image-slider .swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-details__image-slider .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}

.product-details__image-single img {
    width: 100%;
}

.product-details__title {
    font-size: 2.625rem;
    line-height: 1.5;
    margin-bottom: 30;
}

.product-details__price {
    margin-bottom: 60px;
}

.product-details__price .main-price.discounted {
    color: #CCCCCC;
    text-decoration: line-through;
}

.product-details__price span {
    font-weight: 500;
    font-size: 1.9375rem;
    line-height: 1.8;
    color: var(--secondary);
    display: inline-block;
}

.product-details__price span:nth-child(1) {
    margin-right: 5px;
}

.product-details__quantity-wrapper .quantity-label {
    font-weight: 700;
    display: inline-block;
    margin-right: 60px;
}

.product-details__actions a {
    margin-right: 10px;
}

.product-details__actions a:last-child {
    margin-right: 0;
}

.product-details__actions a.wishlist,
.product-details__actions a.compare {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    border: 1px solid #ededed;
    color: #ababab;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.product-details__actions a.wishlist:hover,
.product-details__actions a.wishlist.active,
.product-details__actions a.compare:hover,
.product-details__actions a.compare.active {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.product-details__meta-wrap {
    margin: 0;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid #f3f3f3;
}

.product-details__meta-wrap .single-meta {
    margin-bottom: 15px;
}

.product-details__meta-wrap .single-meta:last-child {
    margin-bottom: 0;
}

.product-details__meta-wrap .single-meta .title {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    min-width: 100px;
    line-height: 1.3;
}

.product-details__meta-wrap .single-meta .sku a:hover {
    color: var(--secondary);
}


/* quantity counter */

.pro-qty {
    width: 100px;
    position: relative;
}

.pro-qty input {
    padding: 3px 30px 3px 10px;
    height: 40px;
    border: 1px solid #f8f8f8;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pro-qty input:focus {
    border-color: var(--secondary);
}

.pro-qty .qty-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
}

.pro-qty .qty-btn:hover {
    color: var(--secondary);
}

.pro-qty .qty-btn.inc {
    top: calc(50% - 5px);
}

.pro-qty .qty-btn.dec {
    top: calc(50% + 5px);
}


/*=====  End of Shop  ======*/

.coupon-form input {
    display: inline-block;
    background-color: #fff;
    margin-right: 16px;
    padding: 13px 15px;
    color: #222;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #eee;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 15px;
}

.coupon-form input:focus {
    border-color: #c7c7c7;
}

.stock-stat-message {
    font-size: 12px;
    color: #297e29;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 5px;
    border: 2px solid #297e29;
}

.stock-stat-message--out-of-stock {
    color: red;
    border-color: red;
}


/*-- Shipping Form --*/

#shipping-form {
    display: none;
}


/*-- Single Payment Method --*/

.single-method {
    margin-bottom: 20px;
}

.single-method:last-child {
    margin-bottom: 0;
}

.single-method input[type="radio"] {
    display: none;
}

.single-method input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin: 0;
}

.single-method input[type="radio"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]+label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #222;
    width: 10px;
    text-align: center;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sleeveDiv .select2-selection.select2-selection--single {
    height: 45px;
    max-height: 280px;
}

.single-method input[type="radio"]:checked+label::before {
    border: 2px solid #222;
}

.single-method input[type="radio"]:checked+label::after {
    opacity: 1;
}

.single-method input[type="checkbox"] {
    display: none;
}

.single-method input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 0;
}

.set-shapedata .custom-control-label {
    height: 66px;
}

.single-method input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]+label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #222;
    width: 8px;
    text-align: center;
    height: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked+label::before {
    border: 2px solid #222;
}

.single-method input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    line-height: 23px;
}


/*=============================================
=            not found            =
=============================================*/

.not-found__page-title {
    font-size: 200px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--secondary);
}

.not-found__page-subtitle {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.not-found__page-search form {
    position: relative;
    width: 500px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.not-found__page-search form input {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    border-bottom: 2px solid var(--secondary);
}

.not-found__page-search form button {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
}


/*=====  End of not found  ======*/


/*=============================================
=            site maintenance            =
=============================================*/

.maintenance-section {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.maintenance-section:before {
    position: absolute;
    z-index: 1;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    opacity: 0.9;
    background-color: #111111;
}

.site-maintenance h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
    color: var(--secondary);
}

.site-maintenance h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
}

.site-maintenance p {
    line-height: 1.5;
    width: 555px;
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.5);
}

.checkout-main .coupons-list .store-offer-item .store-thumb-link .store-name a {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    color: #1c9ab3;
    text-align: center;
    width: 100%;
}

.checkout-main .coupons-list .store-offer-item .store-thumb-link .store-name a:hover {
    color: #fe495d;
}

.checkout-main .coupons-list .store-offer-item .store-thumb-link .store-name a span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    display: block;
    float: left;
    white-space: nowrap;
}

.checkout-main .coupons-list .store-offer-item .store-thumb-link .store-name a i,
.checkout-main .coupons-list .des-more i {
    font-size: 9px;
}

.checkout-main .coupons-list .store-offer-item .latest-coupon {
    max-width: 400px;
    margin-right: 0;
    float: left;
    width: 100%;
}

.checkout-main .coupons-list .latest-coupon .coupon-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: -2px;
    line-height: 1.5;
}

.checkout-main .coupons-list .latest-coupon .coupon-des {
    font-size: 13px;
    line-height: 1.7;
    position: relative;
}

.checkout-main .coupons-list .store-offer-item .coupon-detail {
    float: left;
    margin-top: 5px;
}

.checkout-main .coupons-list .coupon-button-type .coupon-deal,
.checkout-main .coupons-list .coupon-button-type .coupon-print,
.checkout-main .coupons-list .coupon-button-type .coupon-code {
    line-height: 1;
    padding: 14px 38px;
    background: #fc8c99;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    min-width: 195px;
    text-align: center;
}

.checkout-main .coupons-list .coupon-button-type .coupon-code {
    color: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 12px;
    font-size: 20px;
    border: 2px solid #DDDDDD;
    position: relative;
}

.checkout-main .coupons-list .coupon-button-type .coupon-code .code-text {
    text-transform: uppercase;
}

.checkout-main .coupons-list .coupon-button-type .coupon-code .get-code {
    position: absolute;
    left: -2px;
    top: -2px;
    background: #fc8c99;
    color: #FFFFFF;
    font-size: 16px;
    padding: 14px 15px 14px 14px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}

.checkout-main .coupons-list .coupon-button-type .coupon-code .get-code:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 44px solid transparent;
    border-left: 44px solid #fc8c99;
    position: absolute;
    right: -44px;
    top: 0;
}

.checkout-main .coupons-list .coupon-button-type .coupon-code .get-code:hover {
    padding-right: 5px;
    transition: all 0.5s ease;
}

.checkout-main .coupons-list .coupon-detail .exp-text {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-bottom: -2px;
    color: #888888;
}

.checkout-main .coupons-list .coupon-save {
    float: right;
    font-size: 15px;
    margin-right: -4px;
    margin-top: -2px;
    color: #999999;
}

.checkout-main .coupons-list .shadow-box {
    box-shadow: 0 1px 1px rgb(0 0 0 / 2%);
    background: #FFFFFF;
}

.checkout-main .coupons-list .store-offer-item {
    padding: 20px 20px 16px 20px;
    margin-bottom: 15px;
    display: block;
    border: 1px solid #eee;
    width: 100%;
    margin: 10px 15px;
    border-radius: 5px;
}

.checkout-main .coupons-list .coupon-code-text {
    border: 1px dashed #000;
    padding: 4px;
    margin-left: 15px;
}

.coupons-scroll {
    height: 310px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
}


/*=====  End of site maintenance  ======*/

@media only screen and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-list-blog-post__media .blog-post-big-quote {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-overlay-menu::before {
        display: none;
    }
    .footer-intro-wrapper {
        margin-bottom: 40px;
    }
    .page-sidebar {
        margin-top: 70px;
    }
    .search-overlay .popup-search-close {
        right: 30px;
    }
    .search-overlay .page-popup-search-inner {
        width: 100%;
    }
    .feature-project-box-wrapper {
        margin-top: -260px;
    }
    .single-feature-project-box__title {
        font-size: 16px !important;
    }
    .featured-project-three-slider__container-area .swiper-pagination {
        bottom: -50px;
    }
    .featured-project-three-slider__container {
        max-width: 720px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .featured-project-three-slider__single-slide-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .industry-single-nav {
        padding: 10px 30px;
    }
    .industry-slider-content-single {
        height: 600px;
    }
    .industry-four-slider__container-area .ht-swiper-button-prev {
        left: 50px;
    }
    .industry-four-slider__container-area .ht-swiper-button-next {
        right: 50px;
    }
    .industry-six-slider__container-area .swiper-pagination {
        padding-left: 25px;
    }
    .industry-six-slider__content {
        left: 40px;
    }
    .industry-seven-slider__single-slide .item-wrap__image {
        height: 500px;
    }
    .industry-seven-slider__single-slide .item-wrap__info {
        padding-left: 30px;
        padding-right: 30px;
        height: 500px;
    }
    .testimonial-slider-three__container-area {
        padding: 60px 30px 0;
    }
    .testimonial-slider-three__container-area .testi-quote {
        top: 0;
    }
    .testimonial-slider-six__content-container-area {
        padding-top: 40px;
    }
    .testimonial-slider-six__content-container-area .swiper-pagination {
        margin-top: 50px;
    }
    .project-counter-bg {
        padding: 200px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .project-counter-content {
        padding: 80px 30px;
    }
    .blog-title-wrapper-area {
        margin-bottom: 60px;
    }
    .blog-title-wrapper {
        margin-bottom: 40px;
    }
    .blog-grid-wrapper--style5 {
        margin-bottom: -80px;
    }
    .single-grid-blog-post__content .post-title {
        font-size: 1.125rem;
    }
    .single-grid-blog-post--style2 {
        margin-bottom: 80px;
    }
    .google-map--style2 {
        height: 400px;
    }
    .cta-video-image__icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
        left: -32px;
    }
    .cta-blog-area {
        padding-top: 200px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .career-banner__content .subtitle {
        margin-bottom: 20px;
    }
    .career-banner__content .title {
        margin-bottom: 40px;
    }
    .job-list__wrapper {
        margin-top: 30px;
    }
    .single-icon-info__content {
        -webkit-flex-basis: calc(50% - 100px);
        -ms-flex-preferred-size: calc(50% - 100px);
        flex-basis: calc(50% - 100px);
    }
    .banner-image-two__title {
        font-size: 1.5625rem;
    }
    .banner-image-three__content {
        padding-top: 80px;
    }
    .banner-image-three__image {
        padding-top: 80px;
        padding-bottom: 80px;
        border-left: 1px solid #eee;
    }
    .banner-image-three__image .banner-sign {
        right: 30px;
        bottom: 30px;
    }
    .feature-background__content {
        max-width: 360px;
        width: 100%;
        padding-left: 30px;
    }
    .feature-background__content--style3 {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 40px;
        float: none;
    }
    .project-grid-post__wrapper {
        margin-bottom: -30px;
    }
    .service .service-inner {
        padding: 60px 30px;
    }
    .twitter-feed-slider__area {
        min-height: 370px;
    }
    .twitter-feed-slider__single--style2 .tweet-date {
        left: 30px;
        top: 30px;
    }
    .twitter-feed-slider__single--style2 .tweet-text {
        padding: 0 30px;
    }
    .single-contact-icon-info--style2 {
        padding: 40px 20px;
    }
    .single-contact-icon-info--style2 .single-contact-icon-info__image {
        margin-right: 15px;
    }
    .contact-social-link-list-wrapper {
        margin-top: 50px;
    }
    .support-icon--style2 .support-icon__content .text-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .industry-tab__link-wrapper.nav-tabs a.nav-link {
        padding: 15px 25px;
    }
    .breadcrumb-page-title--style2 {
        margin-bottom: 50px;
    }
    .single-list-blog-post-wrapper {
        margin-bottom: -60px;
    }
    .single-list-blog-post {
        margin-bottom: 60px;
    }
    .team-member-slider-area {
        padding-bottom: 30px;
    }
    .solution-grid-wrapper {
        margin-top: -10px;
        padding-top: 0;
    }
    .solution-grid-wrapper:before {
        display: none;
    }
    .service-details-box-icon__wrapper--style2 {
        margin-bottom: -60px;
    }
    .about-list-wrapper {
        margin-top: 50px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
        width: auto;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .product-details__price {
        margin-bottom: 40px;
    }
    .coupon-form {
        margin-bottom: 30px;
    }
    .shipping-form {
        margin-bottom: 30px;
    }
    .login-form {
        margin-bottom: 30px;
    }
    .login-form {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-area__desktop--default .header-top-bar {
        display: none;
    }
    .footer-widget__title {
        margin-bottom: 20px;
    }
    .footer-widget__title:first-child {
        margin-bottom: 10px;
    }
    .section-title-area .title--left--style2 span.translate-left {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .section-title-area .title--left--style2 span.translate-left--style2 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .section-title-content-wrapper--about-counter {
        padding-left: 0;
        border: 0;
    }
    .section-title-content-wrapper--about-counter--style2 {
        padding-left: 0;
        border: 0;
    }
    .case-study__page-content-title {
        margin-top: -5px;
    }
    .half-bg-image {
        position: static;
        width: 100%;
        min-height: 500px;
    }
    .industry-slider-nav-area {
        padding: 0;
    }
    .industry-three-slider__area .section-title-area {
        padding-left: 0;
    }
    .industry-three-slider__single-slide .item-wrap__content {
        margin-bottom: 0;
    }
    .industry-three-slider__single-slide:nth-child(2n+1) .item-wrap__content {
        margin-top: 0;
    }
    .industry-four-slider__container {
        padding: 30px 0;
    }
    .industry-seven-slider__single-slide .item-wrap__info .show-more-link {
        right: 30px;
    }
    .testimonial-slider-three__area {
        background-image: none !important;
    }
    .testimonial-slider-three__image {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .project-counter-single-content--style2 .project-counter-single-content__image {
        margin-bottom: 15px;
    }
    .hiring-background {
        margin-bottom: 30px;
        height: auto;
    }
    .hiring-background__content .ht-btn {
        margin-bottom: 0;
    }
    .support-footer__area .contact-form-area {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .google-map--style3 {
        height: 400px;
        margin-bottom: 30px;
    }
    .cta-text {
        margin-bottom: 30px;
    }
    .single-icon-info {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner-video-area {
        background-image: none !important;
    }
    .banner-video-area__content .section-title-area .title {
        margin-top: -5px;
    }
    .banner-image-two {
        padding: 100px 0;
    }
    .industry-grid-wrapper {
        margin-bottom: -40px;
    }
    .single-industry-grid-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-industry-grid-two__content {
        padding: 30px 30px 90px 30px;
    }
    .single-industry-grid-two__content .content-wrapper {
        max-width: 100%;
    }
    .single-industry-grid-two:nth-child(2n) .single-industry-grid-two__image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .single-industry-grid-two:nth-child(2n) .single-industry-grid-two__content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .feature-background__image--style2 {
        min-height: 400px;
    }
    .about-counter-header-wrapper .section-title-area {
        margin-bottom: 20px;
    }
    .project-grid-5-column .project-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .project .image::before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0.75;
    }
    .project .content {
        opacity: 1;
    }
    .project .content .title {
        margin-bottom: 5px;
    }
    .twitter-feed-slider__container-area--style2 .ht-swiper-button-prev {
        left: 15px;
    }
    .twitter-feed-slider__container-area--style2 .ht-swiper-button-next {
        left: 55px;
    }
    .twitter-block__status {
        min-height: 0;
    }
    .contact-form-wrapper--style2 {
        margin-bottom: 40px;
    }
    .industry-icon-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .support-icon-wrapper {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .support-icon-wrapper:before {
        display: none;
    }
    .case-study-table {
        margin-top: 40px;
    }
    .solution-grid-wrapper .count-wrap {
        margin-top: 50px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 50px 30px;
    }
    .product-details__image-slider {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 1200px) {
    .banner-image-two__title {
        font-size: calc(1.28125rem + 0.375vw);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-project-three-slider__container {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .featured-project-three-slider__single-slide-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .industry-single-nav {
        padding: 10px 30px;
    }
    .industry-single-nav__title {
        font-size: 16px;
    }
    .industry-slider-content-single {
        height: 600px;
    }
    .industry-two-slider .ht-swiper-button-prev {
        left: 30px;
    }
    .industry-two-slider .ht-swiper-button-next {
        right: 30px;
    }
    .industry-six-slider__container-area .swiper-pagination {
        padding-left: 15px;
    }
    .industry-six-slider__content {
        left: 25px;
    }
    .industry-six-slider__background {
        min-height: 650px;
    }
    .testimonial-slider-two__slide.swiper-slide-active {
        width: 100% !important;
        max-width: 100%;
    }
    .testimonial-slider-three__container-area {
        padding: 60px 30px;
    }
    .testimonial-slider-six__content-container-area .ht-swiper-button-prev {
        left: 0;
    }
    .testimonial-slider-six__content-container-area .ht-swiper-button-next {
        right: 0;
    }
    .project-counter-bg {
        padding: 200px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .project-counter-content {
        padding: 100px 30px;
    }
    .support-footer__area .contact-form-area {
        float: none;
        width: 770px;
        max-width: 100%;
        margin: 0 auto;
    }
    .google-map {
        height: 400px;
    }
    .google-map--style2 {
        height: 400px;
    }
    .google-map--style3 {
        height: 100%;
    }
    .career-banner__content .subtitle {
        margin-bottom: 20px;
    }
    .career-banner__content .title {
        margin-bottom: 40px;
    }
    .career-banner .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .career-banner .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature-background__content {
        max-width: 480px;
        width: 100%;
        padding-left: 30px;
    }
    .feature-background__content--style3 {
        padding-left: 20px;
        float: none;
    }
    .feature-background__content-wrapper {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .project-grid-5-column .project-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .contact-social-link-list li {
        float: none;
        width: 100%;
    }
    .single-industry-flip-front__content {
        padding: 50px 15px;
    }
    .single-industry-flip-front__content .title {
        font-size: 18px;
    }
    .single-industry-flip-back__content .career-btn {
        margin-top: 40px;
    }
    .common-blog-carousel .ht-swiper-button-nav {
        display: none !important;
    }
    .history-grid__single-wrapper {
        padding-right: 30px;
    }
    .history-grid__single-wrapper:nth-child(2n) {
        padding-left: 30px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
        width: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .vertical-navigation-home-wrapper {
        margin-left: 0;
    }
    .header-area__desktop {
        display: none;
    }
    .header-area__desktop--default {
        display: block;
    }
    /* .header-area__desktop--default .header-navigation-area {
        display: none;
    } */
    .header-area__desktop--default .mobile-navigation-icon {
        display: block;
    }
    .header-area__mobile {
        display: block;
    }
    .header-area--absolute {
        position: static;
    }
    .header-area--transparent {
        background-color: #ffffff;
    }
    .header-navigation-wrapper--style3 {
        height: 100%;
    }
    .header-navigation-wrapper--style3__left {
        display: none;
    }
    .mobile-navigation-icon--mobile-off {
        display: none;
    }
    .mobile-navigation-icon--desktop-off {
        display: block;
    }
    .header-wrapper--style3 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-wrapper--style3__header-right {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .navigation-top--style3 {
        display: none;
    }
    .footer-logo--style2 {
        margin-bottom: 50px;
    }
    .footer-intro-wrapper--style2 {
        margin-bottom: 40px;
    }
    .featured-project-three-slider__single-slide-wrapper.swiper-slide-next .content {
        display: block;
    }
    .featured-project-three-slider__single-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .featured-project-three-slider__single-slide .image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .featured-project-three-slider__single-slide .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .project-counter-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner-image-content {
        padding: 80px 30px;
    }
    .single-industry-grid-two__content {
        padding: 30px 30px 90px 30px;
    }
    .single-industry-grid-two .post-readmore-btn {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        height: 60px;
    }
    .single-industry-grid-two .post-readmore-btn span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-left: 30px;
    }
    .single-industry-grid-two .post-readmore-btn i {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 30px;
        left: auto;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .single-industry-grid-two .post-readmore-btn:after {
        width: 0;
        height: 100%;
        left: auto;
        right: 0;
    }
    .single-industry-grid-two .post-readmore-btn:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
    .service-details-chart {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area__desktop--default .header-info-single-item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .industry-six-slider__single-slide {
        padding-left: 300px;
    }
    .blog-grid-wrapper--style3 {
        margin-bottom: 40px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 479px) {
    .single-grid-overlay-blog-post__content--style2 {
        padding: 0 25px 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    body.boxed {
        max-width: 1200px;
    }
    .header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-right .button-wrap {
        display: none;
    }
    .header-area__desktop .header-navigation-area--style2 {
        padding-left: 30px;
    }
    .topbar-info--style3 li {
        padding: 10px 5px;
    }
    .topbar-info--style4 li {
        padding: 0 5px;
    }
    .language-change-wrapper--style2 .language-dropdown {
        right: 0;
        left: auto;
    }
    .header-navigation-wrapper--style5 .header-right .button-wrap {
        display: none;
    }
    .header-navigation {
        -webkit-flex-basis: calc(100% - 430px);
        -ms-flex-preferred-size: calc(100% - 430px);
        flex-basis: calc(100% - 430px);
    }
    .header-navigation__nav {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .header-navigation__nav--vertical-mode nav>ul>li.has-children .megamenu {
        top: -200px;
    }
    .header-navigation__nav--vertical-mode nav>ul>li.has-children>.submenu {
        top: -200px;
    }
    .header-navigation__nav--vertical-mode nav>ul>li.has-children>.submenu .submenu {
        top: -100px;
    }
    .header-navigation__nav--vertical-mode nav>ul>li.has-children .megamenu--home-variation {
        top: -250px;
        min-width: 800px;
    }
    .header-search--style3 input {
        width: 300px;
    }
    .header-search--style5 input {
        width: 300px;
    }
    .header-search {
        -webkit-flex-basis: 210px;
        -ms-flex-preferred-size: 210px;
        flex-basis: 210px;
    }
    .search-form {
        width: 180px;
    }
    .megamenu--home-variation {
        width: 100%;
        min-width: 640px;
    }
    .megamenu--home-variation__item__title {
        font-size: 0.9375rem;
    }
    .megamenu--mega {
        min-width: 700px;
    }
    .megamenu--tab {
        min-width: 900px;
    }
    .get-quote-button-wrapper a {
        min-width: 180px;
    }
    .header-navigation-area-wrapper .header-navigation-wrapper {
        padding: 0 30px;
    }
    .featured-project-three-slider__container {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .featured-project-three-slider__single-slide-wrapper {
        width: 100% !important;
        margin-right: auto;
        margin-left: auto;
    }
    .industry-single-nav {
        padding: 10px 30px;
    }
    .industry-single-nav__title {
        font-size: 18px;
    }
    .industry-slider-content-single {
        height: 600px;
    }
    .industry-two-slider .ht-swiper-button-prev {
        left: 30px;
    }
    .industry-two-slider .ht-swiper-button-next {
        right: 30px;
    }
    .testimonial-slider__content-area {
        margin: 0 -15px;
        margin-top: -30px;
    }
    .testimonial-slider__container {
        padding: 30px 15px;
    }
    .testimonial-slider-two__slide.swiper-slide-active {
        width: 100% !important;
        max-width: 100%;
    }
    .testimonial-slider-six__content-container-area .ht-swiper-button-prev {
        left: 0;
    }
    .testimonial-slider-six__content-container-area .ht-swiper-button-next {
        right: 0;
    }
    .brand-logo-slider__container-area {
        margin: -15px;
    }
    .brand-logo-slider__container {
        padding: 15px;
    }
    .project-counter-content {
        padding: 120px 100px;
    }
    .support-footer__area .contact-form-area {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        margin-right: 0;
    }
    .industry-grid-wrapper--laptop-width .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .feature-background__content {
        padding-left: 30px;
    }
    .feature-background__content--style3 {
        float: right;
        padding-left: 15px;
        padding-right: 15px;
        width: 500px;
    }
    .common-blog-carousel .ht-swiper-button-nav {
        display: none !important;
    }
    .career-single__content {
        padding: 50px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
        width: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-navigation__contact {
        display: none;
    }
    .glyph {
        width: 9em;
    }
    .featured-project-two-slider-container {
        margin: -15px;
    }
    .featured-project-two-slider-wrapper .swiper-slide {
        padding: 15px;
    }
    .single-industry-grid {
        padding: 0;
    }
    .feature-background__content-area {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .page-content-double-sidebar .container {
        max-width: 1600px;
    }
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-project-two-slider .ht-swiper-button-next {
        right: 50px;
    }
    .featured-project-two-slider .ht-swiper-button-prev {
        left: 50px;
    }
    .featured-project-three-slider__container-area .ht-swiper-button-nav {
        display: none !important;
    }
    .industry-four-slider__container-area .ht-swiper-button-prev {
        left: 0;
    }
    .industry-four-slider__container-area .ht-swiper-button-next {
        right: 0;
    }
    .cta-blog-area {
        padding-top: 250px;
    }
    .banner-image-three__image .banner-sign {
        right: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-background__content-wrapper {
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .team-slider .ht-swiper-button-prev {
        left: 50px;
    }
    .team-slider .ht-swiper-button-next {
        right: 50px;
    }
    .related-product-slider .ht-swiper-button-prev {
        left: 50px;
    }
    .related-product-slider .ht-swiper-button-next {
        right: 50px;
    }
    .career-single__image {
        min-height: 400px;
    }
}

@media (max-width: 1919px) {
    .container-fluid--cp-60 {
        padding: 0 30px;
    }
    .container-fluid--cp-80 {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1919px) and (max-width: 767px) {
    .container-fluid--cp-80 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1919px) and (max-width: 575px) {
    .container-fluid--cp-80 {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: calc(1.325rem + 0.9vw);
    }
    h2 {
        font-size: calc(1.28125rem + 0.375vw);
    }
    h3 {
        font-size: calc(1.2625rem + 0.15vw);
    }
    .header-navigation__contact__image i {
        font-size: calc(1.425rem + 2.1vw);
    }
    .header-navigation__contact__content .sub-text {
        font-size: calc(1.275rem + 0.3vw);
    }
    .header-info-single-item__icon i {
        font-size: calc(1.3625rem + 1.35vw);
    }
    .mobile-menu-overlay__header .mobile-navigation-close-icon i {
        font-size: calc(1.46875rem + 2.625vw);
    }
    .header-text-info-wrapper__icon i {
        font-size: calc(1.35625rem + 1.275vw);
    }
    .header-text-info-wrapper__text {
        font-size: calc(1.275rem + 0.3vw);
    }
    .footer-widget__title--style3 {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .search-overlay .popup-search-close {
        font-size: calc(1.75rem + 6vw);
    }
    .section-title-area .title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .section-title-area .title--left--style2 {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .section-title-area .title--style2 {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .section-title-area .title--style3 {
        font-size: calc(1.4125rem + 1.95vw);
    }
    .section-title-area .title--style5 {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .section-title-area .title--style6 {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .section-title-area .title--style7 i {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .section-title-area .title--style8--small {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .service-title-wrapper .title {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .career-title-area .title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .single-feature-project-box__title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .featured-project-three-slider__single-slide .content .project-no {
        font-size: calc(1.275rem + 0.3vw);
    }
    .featured-project-three-slider__single-slide .content .project-name {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .industry-single-nav__icon {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .industry-two-slider__single-item__content .title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .industry-three-slider__single-slide .item-wrap__content__title:after {
        font-size: calc(1.275rem + 0.3vw);
    }
    .industry-five-slider__single-slide__content .title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .industry-six-slider__content .slider-no {
        font-size: calc(1.275rem + 0.3vw);
    }
    .industry-six-slider__content .slider-title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .industry-seven-slider__single-slide .item-wrap__info .icon {
        font-size: calc(1.5625rem + 3.75vw);
    }
    .industry-seven-slider__single-slide .item-wrap__info .title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .testimonial-slider__title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .testimonial-slider__title--style2 i {
        font-size: calc(1.5125rem + 3.15vw);
    }
    .testimonial-slider-two__slide .text {
        font-size: calc(1.3375rem + 1.05vw);
    }
    .testimonial-slider-three__single-slide .testimonial-item__text {
        font-size: calc(1.2875rem + 0.45vw);
    }
    .testimonial-slider-six__content-single-slide .testimonial-content-wrapper .testimonial-text {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .project-counter-single-content__project-count {
        font-size: calc(1.5rem + 3vw);
    }
    .project-counter-two-single__number {
        font-size: calc(1.4rem + 1.8vw);
    }
    .blog-title-wrapper .single-blog-title .post-title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .blog-post-slider-content .post-title {
        font-size: calc(1.2875rem + 0.45vw);
    }
    .blog-post-slider-content2 .post-title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .newsletter-box-wrapper .newsletter-title {
        font-size: calc(1.325rem + 0.9vw);
    }
    .single-grid-blog-post__content .post-title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .single-grid-overlay-blog-post__content .post-title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .hiring-background__content .title {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .support-footer__single {
        font-size: calc(1.275rem + 0.3vw);
    }
    .animated-dot .middle-dot {
        font-size: calc(1.375rem + 1.5vw);
    }
    .cta-content__title {
        font-size: calc(1.4rem + 1.8vw);
    }
    .cta-content__title--style2 {
        font-size: calc(1.5rem + 3vw);
    }
    .cta-blog-content__title {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .cta-text {
        font-size: calc(1.35rem + 1.2vw);
    }
    .career-banner__content .title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .job-list__title-wrapper .title {
        font-size: calc(1.3375rem + 1.05vw);
    }
    .career-background__content .title {
        font-size: calc(1.4rem + 1.8vw);
    }
    .banner-image-content__title {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .banner-image-two__title {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .banner-image-three__content .title {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .partner-career__single__content .title {
        font-size: calc(1.2875rem + 0.45vw);
    }
    .single-industry-grid__heading .icon {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .single-industry-grid-two__content .title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .single-industry-grid-two__content .title i {
        font-size: calc(1.625rem + 4.5vw);
    }
    .single-counter__number {
        font-size: calc(1.625rem + 4.5vw);
    }
    .single-counter__number .number {
        font-size: calc(1.625rem + 4.5vw);
    }
    .project-grid-post__feature-list .title {
        font-size: calc(1.275rem + 0.3vw);
    }
    .twitter-feed-slider__single .tweet-text {
        font-size: calc(1.2625rem + 0.15vw);
    }
    .twitter-block__logo:before {
        font-size: calc(1.5rem + 3vw);
    }
    .single-contact-icon-info__image i {
        font-size: calc(1.3rem + 0.6vw);
    }
    .quote-background__content .quote {
        font-size: calc(1.4rem + 1.8vw);
    }
    .breadcrumb-page-title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .case-study__page-content-title {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .case-study__single-step .count {
        font-size: calc(1.375rem + 1.5vw);
    }
    .case-study__single-gallery-image a:after {
        font-size: calc(1.4375rem + 2.25vw);
    }
    .single-list-blog-post__media .blog-post-link a {
        font-size: calc(1.275rem + 0.3vw);
    }
    .single-list-blog-post__media .blog-post-big-quote .blog-quote-text {
        font-size: calc(1.275rem + 0.3vw);
    }
    .single-list-blog-post__content--style2 .title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .quote-text:before {
        font-size: calc(1.275rem + 0.3vw);
    }
    .blog-post-comment .comment-title .title {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .service-details-text-wrapper .title {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .service-details-text-wrapper .big-title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .service-details-box-icon__single .icon {
        font-size: calc(1.3125rem + 0.75vw);
    }
    .career-single__title {
        font-size: calc(1.375rem + 1.5vw);
    }
    .about-content-row__content .title {
        font-size: calc(1.3375rem + 1.05vw);
    }
    .product-details__title {
        font-size: calc(1.3875rem + 1.65vw);
    }
    .product-details__price span {
        font-size: calc(1.31875rem + 0.825vw);
    }
}

@media only screen and (max-width: 767px) {
    .header-area__desktop--default .header-contact-info {
        display: none;
    }
    .header-area__desktop--default .header-info-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-search--style3 {
        display: none;
    }
    .header-search--style5 {
        display: none;
    }
    .mobile-menu-overlay__header .mobile-navigation-close-icon i {
        font-size: 50px;
    }
    .header-overlay-menu::before {
        display: none;
    }
    .footer-content-wrapper {
        margin-bottom: 0;
    }
    .footer-desc--style2 {
        margin-bottom: 15px;
    }
    .footer-intro-wrapper {
        margin-bottom: 30px;
    }
    .footer-widget-wrapper {
        margin-bottom: -30px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget__title--style2 {
        padding-bottom: 20px;
    }
    .footer-copyright-wrapper {
        text-align: center;
    }
    .footer-copyright-right {
        text-align: center;
    }
    .page-sidebar {
        margin-top: 50px;
    }
    .search-overlay .popup-search-close {
        right: 30px;
    }
    .search-overlay .page-popup-search-inner {
        width: 100%;
    }
    .service-title-wrapper .title {
        margin-top: -5px;
    }
    .feature-project-box-wrapper {
        margin-top: -260px;
    }
    .feature-project-slider-container .feature-project-single-slide__image {
        margin-bottom: 30px;
    }
    .featured-project-three-slider__container-area .swiper-pagination {
        bottom: -40px;
    }
    .featured-project-three-slider__container {
        max-width: 540px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .featured-project-three-slider__single-slide-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .industry-single-nav {
        padding: 20px 30px 0;
    }
    .industry-slider-content-single {
        height: 600px;
    }
    .industry-three-slider__area .section-title-area {
        margin-bottom: 40px;
    }
    .industry-four-slider__container-area .ht-swiper-button-prev {
        left: 30px;
    }
    .industry-four-slider__container-area .ht-swiper-button-next {
        right: 30px;
    }
    .industry-six-slider__container-area .swiper-pagination {
        position: static;
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    .industry-six-slider__container-area .swiper-pagination-bullet {
        height: auto;
        line-height: 1;
    }
    .industry-six-slider__single-slide {
        padding-left: 0;
    }
    .industry-six-slider__content {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        height: auto;
    }
    .industry-six-slider__content .slider-no {
        margin-bottom: 30px;
    }
    .industry-six-slider__content .slider-excerpt {
        margin-bottom: 40px;
    }
    .industry-six-slider__background {
        min-height: 400px;
    }
    .industry-seven-slider__single-slide .item-wrap__image {
        height: 400px;
    }
    .industry-seven-slider__single-slide .item-wrap__info {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .industry-seven-slider__single-slide .item-wrap__info .show-more-link {
        bottom: 40px;
    }
    .industry-four-slider__area .section-title-area {
        margin-bottom: 0 !important;
    }
    .testimonial-slider__title--style2 {
        margin-bottom: 30px;
    }
    .testimonial-slider__content-area {
        margin: 0 -15px;
        margin-top: -30px;
    }
    .testimonial-slider__container {
        padding: 30px 15px;
    }
    .testimonial-slider-two__slide.swiper-slide-active {
        width: 100% !important;
        max-width: 100%;
    }
    .testimonial-slider-two__slide .rating {
        visibility: visible;
        opacity: 1;
    }
    .testimonial-slider-two__author-info {
        visibility: visible;
        opacity: 1;
    }
    .testimonial-slider-three__container-area {
        padding: 60px 30px 0;
    }
    .testimonial-slider-three__container-area .testi-quote {
        top: 10px;
    }
    .testimonial-slider-four__container {
        padding: 0;
        margin-top: 0;
    }
    .testimonial-slider-six__content-container-area {
        padding-top: 30px;
    }
    .testimonial-slider-six__content-container-area .swiper-pagination {
        margin-top: 30px;
    }
    .project-counter-bg {
        padding: 200px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .project-counter-content {
        padding: 60px 30px;
    }
    .blog-title-wrapper-area {
        margin-bottom: 40px;
    }
    .blog-title-wrapper {
        margin-bottom: 30px;
    }
    .blog-grid-wrapper--style3 {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .blog-grid-wrapper--style5 {
        margin-bottom: -60px;
    }
    .blog-post-slider__area {
        margin-bottom: 40px;
    }
    .blog-post-slider__single-slide--grid-view--style2 {
        margin-bottom: 70px;
    }
    .blog-post-slider__single-slide--grid-view--style3 {
        margin-bottom: 30px;
    }
    .single-grid-blog-post--style2 {
        margin-bottom: 60px;
    }
    .google-map--style2 {
        height: 400px;
    }
    .cta-video-content {
        margin-bottom: 40px;
    }
    .cta-video-image__video-mark {
        display: none;
    }
    .cta-video-image__icon {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .cta-blog-area {
        padding-top: 200px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .career-banner__content .subtitle {
        margin-bottom: 20px;
    }
    .career-banner__content .title {
        margin-bottom: 40px;
    }
    .job-list__wrapper {
        margin-top: 30px;
    }
    .single-icon-info__content {
        -webkit-flex-basis: calc(70% - 100px);
        -ms-flex-preferred-size: calc(70% - 100px);
        flex-basis: calc(70% - 100px);
    }
    .banner-video-area__image {
        margin-bottom: 40px;
    }
    .banner-image-two__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-image-three__content {
        padding-top: 60px;
    }
    .banner-image-three__image {
        padding-top: 60px;
        padding-bottom: 60px;
        border-left: 1px solid #eee;
    }
    .banner-image-three__image .banner-sign {
        right: 30px;
        bottom: 30px;
    }
    .feature-background__content {
        max-width: 540px;
        margin: 0 auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .feature-background__content--style2 {
        margin-bottom: 60px;
    }
    .feature-background__content--style3 {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 40px;
        float: none;
        width: 430px;
        padding-left: 0;
    }
    .feature-background__content--style2 {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .feature-background__content-wrapper {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-counter-content__image {
        margin-bottom: 30px;
    }
    .twitter-feed-slider__area {
        min-height: 370px;
    }
    .twitter-feed-slider__single--style2 .tweet-date {
        left: 30px;
        top: 30px;
    }
    .twitter-feed-slider__single--style2 .tweet-text {
        padding: 0 30px;
    }
    .contact-icon-info-wrapper--style2 {
        margin-bottom: 50px;
    }
    .contact-social-link-list-wrapper {
        margin-top: 40px;
    }
    .project-filter-menu {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0; */
    }
    .industry-tab__link-wrapper {
        margin-bottom: 40px;
    }
    .industry-tab__link-wrapper.nav-tabs a.nav-link:after {
        display: none;
    }
    .industry-tab__content-wrapper {
        padding-left: 0;
    }
    .breadcrumb-page-title--style2 {
        margin-bottom: 30px;
    }
    .case-study__single-step {
        margin-bottom: 30px;
    }
    .case-study__step-wrapper {
        margin-bottom: -30px;
    }
    .single-list-blog-post-wrapper {
        margin-bottom: -40px;
    }
    .single-list-blog-post {
        margin-bottom: 40px;
    }
    .single-list-blog-post__media .video iframe {
        height: 300px;
    }
    .team-slider .ht-swiper-button-prev {
        left: 30px;
    }
    .team-slider .ht-swiper-button-next {
        right: 30px;
    }
    .team-member-slider-area {
        padding-bottom: 5px;
    }
    .related-product-slider .ht-swiper-button-prev {
        left: 30px;
    }
    .related-product-slider .ht-swiper-button-next {
        right: 30px;
    }
    .image-list-text {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .image-list-text .image-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .image-list-text .text-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .blog-post-nav .post-nav-title {
        width: auto;
    }
    .blog-post-nav__prev {
        margin-bottom: 15px;
    }
    .solution-grid-wrapper {
        margin-top: 0;
        padding-top: 0;
    }
    .solution-grid-wrapper:before {
        display: none;
    }
    .service-details-tab__navigation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .service-details-tab__navigation-wrapper .nav-link {
        margin-left: 0;
        border: 1px solid #ddd;
    }
    .service-details-box-icon__wrapper--style2 {
        margin-bottom: -40px;
    }
    .service-details-image-desc__single {
        margin-bottom: 40px;
    }
    .service-details-image-desc__single .image {
        margin-bottom: 30px;
    }
    .service-details-list-text {
        margin-top: 30px;
    }
    .award-item__single .image {
        margin-right: 20px;
    }
    .award-item__single .content {
        -webkit-flex-basis: calc(100% - 250px);
        -ms-flex-preferred-size: calc(100% - 250px);
        flex-basis: calc(100% - 250px);
    }
    .leadership__single .image {
        margin-right: 20px;
    }
    .leadership__single .content {
        -webkit-flex-basis: calc(100% - 270px);
        -ms-flex-preferred-size: calc(100% - 270px);
        flex-basis: calc(100% - 270px);
    }
    .career-single__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-content-row__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-list-wrapper {
        margin-top: 40px;
    }
    .about-icon-box-wrapper {
        margin-top: 40px;
    }
    .shop-single-product-wrapper {
        margin-bottom: -30px;
    }
    .shop-single-product {
        margin-bottom: 30px;
    }
    .description-tab-navigation .nav-tabs .nav-link {
        margin: 0 15px;
        font-size: 14px;
        padding: 10px 0;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text .text-wrapper {
        width: auto;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__bottom .single-block-image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comment-form {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 0;
        border-left: 0;
    }
    .product-details__price {
        margin-bottom: 30px;
    }
    .coupon-form {
        margin-bottom: 30px;
    }
    .shipping-form {
        margin-bottom: 30px;
    }
    .not-found__page-title {
        font-size: 150px;
    }
    .not-found__page-subtitle {
        font-size: 30px;
    }
    .site-maintenance h2 {
        font-size: 30px;
    }
    .site-maintenance h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .col-exs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-exs-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-exs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-exs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-exs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-exs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .mobile-menu-content .social-links {
        display: none;
    }
    .featured-project-two-slider-container {
        margin: 0;
    }
    .featured-project-two-slider-wrapper .swiper-slide {
        padding: 0;
    }
    .featured-project-three-slider__container {
        max-width: 100%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .featured-project-three-slider__single-slide-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .industry-six-slider__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .industry-seven-slider__single-slide .item-wrap__info {
        padding: 50px 15px;
    }
    .industry-seven-slider__single-slide .item-wrap__info .icon {
        margin-bottom: 30px;
    }
    .industry-seven-slider__single-slide .item-wrap__info .show-more-link {
        position: static;
    }
    .testimonial-slider__container--style2 {
        padding: 0 15px;
    }
    .testimonial-slider__container--style3 {
        padding: 0 15px;
    }
    .testimonial-slider__single-item--style2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonial-slider__single-item--style2 .testimonial-slider__single-item__image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .testimonial-slider__single-item--style2 .testimonial-slider__single-item__content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .brand-logo-slider__container-area {
        margin: -15px;
    }
    .brand-logo-slider__container {
        padding: 15px;
    }
    .cta-blog-area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-icon-info__content {
        -webkit-flex-basis: calc(70% - 100px);
        -ms-flex-preferred-size: calc(70% - 100px);
        flex-basis: calc(70% - 100px);
    }
    .banner-image-content {
        padding: 50px 15px;
    }
    .banner-image-three__image {
        padding-left: 15px;
        padding-right: 15px;
    }
    .checkout-main .coupons-list .store-offer-item {
        padding: 20px 20px 16px 10px;
    }
    .checkout-main .coupons-list .latest-coupon .coupon-title {
        font-size: 14px;
    }
    .checkout-main .coupons-list .coupon-code-text {
        margin-left: 0;
    }
    .checkout-main .coupons-list .store-offer-item .coupon-detail {
        margin-top: 10px;
    }
    .banner-image-three__image .banner-sign {
        right: 15px;
        bottom: 15px;
    }
    .single-industry-grid-two__content {
        padding: 15px 15px 55px 15px;
    }
    .single-industry-grid-two__content .title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1.4;
    }
    .single-industry-grid-two__content .title i {
        font-size: 60px;
        margin-right: 15px;
    }
    .single-industry-grid-two .post-readmore-btn {
        height: 40px;
        line-height: 40px;
    }
    .single-industry-grid-two .post-readmore-btn span {
        padding-left: 15px;
    }
    .single-industry-grid-two .post-readmore-btn i {
        right: 15px;
    }
    .feature-background__image--style2 {
        min-height: 250px;
    }
    .feature-background__content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-background__content--style3 {
        padding-left: 60px;
    }
    .feature-background__content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .twitter-feed-slider__container-area--style2 .ht-swiper-button-prev {
        left: 0;
    }
    .twitter-feed-slider__container-area--style2 .ht-swiper-button-next {
        left: 40px;
    }
    .twitter-feed-slider__single--style2 .tweet-date {
        left: 15px;
        top: 15px;
    }
    .twitter-feed-slider__single--style2 .tweet-text {
        padding: 0 15px;
    }
    .support-icon-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .support-icon--style2 .support-icon__content .text-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .support-icon--style2 .support-icon__content .title {
        font-size: 20px;
    }
    .breadcrumb-page-list {
        text-align: left;
        margin-top: 10px;
    }
    .leadership__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .leadership__single .image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .leadership__single .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .history-grid__wrapper:before {
        left: 20px;
    }
    .history-grid__single-wrapper {
        padding-left: 50px;
        padding-right: 15px;
        margin-top: 40px;
    }
    .history-grid__single-wrapper .dot {
        left: 6px;
    }
    .history-grid__single-wrapper:nth-child(2n) {
        padding-left: 50px;
        padding-right: 15px;
    }
    .history-grid__single-wrapper:nth-child(2n) .dot {
        left: 6px;
    }
    .history-grid__single-wrapper:nth-child(2n+2) {
        margin-top: 40px;
    }
    .sort-selection-wrapper {
        margin-top: 15px;
    }
    .shop-single-product-wrapper .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .coupon-form input {
        margin-bottom: 15px;
    }
    .forget-pass-link {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px),
only screen and (max-width: 479px) {
    .support-footer__area .contact-form-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-intro-wrapper .social-links--round-style li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .sidebar-category li a {
        padding-left: 20px;
    }
    .search-overlay .form-description {
        font-size: 15px;
    }
    .section-title-area .title--style7 {
        margin-bottom: 15px;
    }
    .section-title-area--style3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .half-bg-image {
        min-height: 350px;
    }
    .faq-wrapper .card-header h5 button {
        padding-left: 15px;
        padding-right: 20px;
    }
    .faq-wrapper .card-header h5 button span {
        right: 15px;
    }
    a.scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.25rem;
    }
    .progress-bar-content {
        padding-right: 0;
    }
    .industry-five-slider__single-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .industry-five-slider__single-slide__image {
        width: 100%;
        min-height: 330px;
    }
    .industry-five-slider__single-slide__content {
        width: 100%;
    }
    .industry-six-slider__background {
        min-height: 350px;
    }
    .industry-seven-slider__single-slide .item-wrap__image {
        height: 300px;
    }
    .testimonial-slider__title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .testimonial-slider__title {
        margin-bottom: 15px;
    }
    .testimonial-slider__nav-container .ht-swiper-button-prev {
        padding-left: 0;
    }
    .testimonial-slider__single-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonial-slider__single-item__image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
        width: 90px;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial-slider__single-item--style3 .testimonial-slider__single-item__image {
        margin-left: 0;
    }
    .testimonial-slider-three__container-area {
        padding: 60px 15px 0;
    }
    .testimonial-slider-three__container-area .testi-quote {
        right: 0;
    }
    .testimonial-slider-three__single-slide .testimonial-item__image {
        margin-bottom: 30px;
    }
    .testimonial-slider-seven__container-area .swiper-pagination {
        margin-top: 40px;
    }
    .google-map {
        height: 300px;
    }
    .google-map--style2 {
        height: 300px;
    }
    .google-map--style3 {
        height: 300px;
        margin-bottom: 30px;
    }
    .cta-blog-area {
        padding-top: 100px;
    }
    .job-list__wrapper {
        padding: 40px 20px;
    }
    .job-list__title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .career-background__content {
        padding: 50px 30px;
    }
    .single-icon-info__content {
        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
    }
    .single-industry-grid-two__image {
        min-height: 300px;
    }
    .feature-background__content--style3 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
    }
    .single-counter__number .number-suffix {
        left: 0;
    }
    .single-counter__text {
        font-size: 16px;
    }
    .project-grid-5-column .project-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service .service-inner {
        padding: 60px 30px;
    }
    .contact-form-wrapper--style2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-social-link-list li {
        float: none;
        width: 100%;
    }
    .swiper-static-nav-wrap {
        margin-right: 0;
        margin-left: -15px;
    }
    .single-industry-flip-front__content {
        padding: 50px 15px;
    }
    .single-industry-flip-front__content .title {
        font-size: 18px;
    }
    .single-industry-flip-back__content .career-btn {
        margin-top: 40px;
    }
    .breadcrumb-page-title--style2 {
        margin-bottom: 15px;
        font-size: 2.1875rem;
    }
    .case-study__subcontent-wrapper {
        margin-left: 0;
    }
    .single-list-blog-post__media .blog-post-link {
        padding: 30px 50px;
    }
    .single-list-blog-post__media .blog-post-link a {
        font-size: 20px;
    }
    .single-list-blog-post__media .blog-post-big-quote {
        padding: 50px 20px;
    }
    .quote-text {
        padding-left: 60px;
    }
    .blog-post-author {
        padding: 30px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-post-author__image {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .award-item__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .award-item__single .image {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .award-item__single .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .career-single__image {
        min-height: 300px;
    }
    .about-content-row__content {
        padding-left: 30px;
    }
    .shop-single-product-wrapper .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .description-tab-navigation .nav-tabs .nav-link {
        padding-left: 0;
        margin-left: 0;
    }
    .single-product-description-tab-content .tab-content .tab-pane .description-content--extra__top .single-block-text p.big-text {
        font-size: 30px;
        line-height: 34px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .review-time {
        margin-bottom: 5px;
    }
    .single-product-description-tab-content .tab-content .tab-pane .review-content-wrapper .review-comments .single-review-comment__content .rating {
        position: static;
    }
    .product-details__actions a {
        margin-right: 5px;
    }
    .forget-pass-link {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 479px) and (max-width: 1200px) {
    .breadcrumb-page-title--style2 {
        font-size: calc(1.34375rem + 1.125vw);
    }
}

@-webkit-keyframes moveVertical {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveVertical {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1% {
        opacity: 0.25;
    }
    20% {
        opacity: 0.25;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes animationSignal2 {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0.2;
    }
    20% {
        opacity: 0.17;
    }
    60% {
        opacity: 0;
    }
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    1% {
        opacity: 0.25;
    }
    20% {
        opacity: 0.25;
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animationSignal2 {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0.2;
    }
    20% {
        opacity: 0.17;
    }
    60% {
        opacity: 0;
    }
}

@-webkit-keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.bg-primary {
    background-color: var(--primary) !important;
}


/* .header-navigation-area.header-navigation-area-dark .row{
    margin: 0 50px 0 50px;
} */

.banner-section .item-banner {
    position: relative;
    min-height: 500px;
    min-height: calc(100vh - 0px);
    max-height: 1024px;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
}

.jewelrysuits-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* .banner-section .item-banner:before {
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    z-index: 1;
} */

.banner-section .item-banner .container {
    position: relative;
    z-index: 2;
}

.banner-container {
    border: none;
    position: relative;
}

.banner-container:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: 0;
    animation-delay: 0.5s;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slider-banner .owl-item.active .banner-container:before {
    width: 100%;
}

.banner-content {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
}

.banner-content .banner-text {
    font-size: 16px;
    margin: 20px 0 10px 0;
    color: inherit;
    font-weight: 500;
    animation-delay: 200ms;
}

.banner-info {
    background-image: url(../images/bannerlets-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 11px 24px;
}

.banner-content .banner-title {
    font-size: 70px;
    margin: 0 0 25px 0;
    line-height: 1.5;
    font-weight: 600;
    color: inherit;
    animation-delay: 400ms;
}

.banner-desc p {
    font-size: 31px;
    font-weight: 400;
    text-align: center;
}

.slider-banner .owl-item.active .banner-content .banner-text,
.slider-banner .owl-item.active .banner-content .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.banner-content .ht-btn {
    animation-delay: 600ms;
}

.slider-banner .owl-item.active .banner-content .ht-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.product-item {
    display: block;
    padding: 0;
    margin: 0;
}

.product-item .card {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.product-item .product-item-link {
    display: block;
}

.product-item .card-img-top {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

.product-item .card-img-top .figure-img {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 133.333% !important;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product-item .card a:hover .card-img-top .figure-img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-item .card-img-top .figure-img img {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.product-item .card .card-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 100px -30px transparent inset;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product-item .card a:hover .card-body {
    background-color: #00000070;
    box-shadow: 0 0 100px -30px #000 inset;
}

.product-item .card .card-body .post-header {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    height: 60px;
    display: flex;
    background-color: #00000055;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product-item .card .card-body .post-header .post-title {
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin: auto;
    padding: 0;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 52px;
    -webkit-line-clamp: 2;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

.product-item .card .card-body .post-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
}

.product-item .card a:hover .card-body .post-content {
    opacity: 1;
}

.product-item .card .card-body .post-content h3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
    color: var(--white);
}

.product-item .card .card-body .post-content .post-content-text {
    font-size: 16px;
    color: var(--white);
    margin: auto;
    margin-top: 0px;
    padding: 0;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 134px;
    -webkit-line-clamp: 6;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.product-title {
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
}

.our-services-section {
    position: relative;
    overflow: hidden;
}

.our-services-section .our-services-bg {
    overflow: visible;
}

.our-services-section .our-services-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    left: auto;
    background-color: var(--primary);
    z-index: 1;
    width: 100vw;
}

.our-services-section .our-services-bg .sec-title {
    position: relative;
    z-index: 2;
}

.card-letsconnect {
    padding: 0;
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 70px -20px #ddd;
}

.letsconnect-text p {
    font-size: 16px;
}

.card-letsconnect .card {
    border: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
}

.card-letsconnect .card-body {
    border: none;
    border-radius: 0;
    padding: 70px;
    background: transparent;
    height: 100%;
    display: flex;
}

.card-letsconnect .sec-title h2 {
    font-size: 36px;
}

.bg-dark {
    background-color: var(--black) !important;
}

.text-dark {
    color: var(--black) !important;
}

.sizesetall,
.intensityDiv .setfluorescence_filter .filter:first-child label,
.labDiv .filter-labdata .filter:first-child label,
.per_div .setwid:first-child,
.matric_div .setwid.matricset,
.gridleDiv.setfilterres.advancemeasurementDiv .filter:first-child label,
.culetsizeDiv.setfilterres.advancemeasurementDiv .filter:first-child label,
.culetconditionDiv.setfilterres.advancemeasurementDiv .filter:first-child label,
.shapeparcelDiv .filter:first-child label {
    margin-left: 0px;
}

.inclusionsdetailDiv .sizesetall.cut-group,
.shadedetailDiv .sizesetall.cut-group,
.size-group .sizesetall.set-leftpanelfinesh,
.finish_divdata .row-filter.dash-row,
.intensityDiv.setfilterres .row-filter.dash-row,
.labDiv .row-filter.dash-row.lab-data,
.loctionDiv .setrowwi,
.sellersDiv .setrowwi,
.rounghdiv .sizesetall,
.rounghdiv .row-filter.dash-row,
.fltfprice,
.ctdiv,
.row-filter.dash-row.fltfprice,
.row-filter.dash-row.dash_div,
.row-filter.dash-row.setrowwi.per_div,
.row-filter.dash-row.setrowwi {
    padding-left: 0;
}

.finish-emply-label {
    display: none;
}

.form-control {
    min-height: 45px;
    border-radius: 0;
    font-size: 16px;
    border-radius: 5px;
}

.totalset {
    align-items: end;
}

.form-group label {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 13px;
    color: #313131;
    text-transform: capitalize;
    display: block;
}

.letsconnect-list {
    margin: 0;
    padding: 0;
    display: block;
}

.letsconnect-list li {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
    font-size: 18px;
    color: var(--black);
}

.letsconnect-list li a {
    color: var(--black);
    font-weight: 500;
}

.letsconnect-list li a:hover {
    color: var(--primary);
}

.letsconnect-list li .icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    color: var(--green);
}

.breadcrumb-sec {
    padding: 30px 0;
}

.tabs-list-content {
    margin: 0 0px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 0px;
}

.tabs-list-content .tabs-list-scroll {
    overflow: auto;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

.tabs-list-content .tabs-list-scroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.tabs-list-content .tabs-list-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #c1c1c1 !important;
}

.tabs-list-content .tabs-list-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.tabs-list-content .tabs-list-scroll .list-tabs {
    display: inline-flex;
    grid-gap: 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.tabs-list-content .tabs-list-scroll .list-tabs .btn:hover {
    color: var(--primary) !important;
}

.tabs-list-content .tabs-list-scroll .list-tabs .btn.active {
    color: #fff !important;
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.tabs-list-content.arrow-active {
    padding: 0 30px;
}

.tabs-list-content .tabs-control .arrow {
    position: absolute;
    opacity: 1;
    height: 43px;
    width: 30px;
    z-index: 4;
    top: -3px;
    right: auto;
    line-height: 43px;
    bottom: 0;
    left: 0;
    background-color: #f9f9f9;
    text-align: center;
    display: none;
    padding: 0;
    margin: auto;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    font-size: 18px;
    text-align: center;
    color: var(--primary);
    cursor: pointer;
}

.tabs-list-content .tabs-control .arrow:hover,
.tabs-list-content .tabs-control .arrow:focus {
    background-color: var(--primary);
    color: var(--white);
}

.tabs-list-content .tabs-control .arrow.left-arrow {
    right: 0;
    bottom: 0;
    left: auto;
}

.tabs-list-content.arrow-active .tabs-control .arrow {
    display: block;
}

.product-details-info ul li {
    display: flex;
    width: 100%;
    font-size: 16px;
}

.product-details-info ul li>b {
    min-width: 150px;
    position: relative;
    margin: 0 5px 0 0;
}

.product-details-info ul li>b:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

.lg-backdrop.in {
    opacity: 0.7;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -35px;
    right: auto;
    top: 0;
    /* height: 40px;
    width: 30px; */
    bottom: auto;
    /* background-color: rgba(0, 0, 0, 0.5); */
    text-align: center;
    font-size: 65px;
    line-height: 0px;
    color: #000;
    font-weight: 200;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -35px;
}

.btn-close {
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    font-size: 28px;
    color: var(--black);
    background: none;
}


/* .jewelry-item .card a:hover .card-body .jewelry-content {
    opacity: 1;
} */

.jewelry-item .card .card-body .jewelry-content {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 1px;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.jewelry-item .card .card-body .jewelry-content .jewelry-content-text {
    font-size: 16px;
    color: var(--white);
    margin-top: 0px;
    padding: 0;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
}

.jewelry-item .card .card-body .jewelry-content .jewelry-content-text h3 {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.text-gary {
    color: #a7a5a1;
}

.text-yellow {
    color: #f3d201;
}

.jewelry-content-meta .ht-btn {
    padding: 0px 5px;
    width: 100%;
}

.jewelrysuits-info {
    margin-bottom: 10px;
}

.jewelry-content-meta .ht-btn--transparent {
    padding: 0 5px;
    width: 100%;
}

.border-rounded {
    border-radius: 10px;
}

.jewelry-item {
    position: relative;
}

.jewelry-item .jewelrysuits-images img {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.jewelry-item .card {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.jewelry-item .card a:hover .card-body {
    background-color: #00000070;
    box-shadow: 0 0 100px -30px #000 inset;
    border-radius: 10px;
}

.jewelry-item .card .card-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 100px -30px transparent inset;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 10px;
}

.item-details {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.item-details .link-details {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.item-details .link-details .figure-details {
    padding: 0 0 50% 0;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

.item-details .link-details .figure-details img {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}

.wow.fadeInUp:nth-child(3n+1) {
    animation-delay: 0ms;
}

.wow.fadeInUp:nth-child(3n+2) {
    animation-delay: 200ms;
}

.wow.fadeInUp:nth-child(3n+3) {
    animation-delay: 400ms;
}

.services-info-text {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    max-height: 44px;
    color: #888888;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}

.swiper.brand-swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper.brand-swiper .swiper-wrapper {
    height: 350px !important;
    margin-left: auto;
    margin-right: auto;
}

.swiper.brand-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 4) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 !important;
}

.brand-img {
    display: block;
    padding: 0;
    margin: 0;
}

.brand-img .brandimg-figure {
    display: block;
    padding: 0;
    margin: 0;
}

.brand-img .brandimg-figure img {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 100px;
    display: block;
    margin: auto;
}

.footer-widget_info .footer-widget__navigation li {
    padding-left: 25px;
    position: relative;
}

.footer-widget_info .footer-widget__navigation li I {
    position: absolute;
    left: 0px;
}

.abouttech-info.read-full-info .abouttechsec-desc {
    max-height: inherit;
    height: auto;
    -webkit-line-clamp: inherit;
    overflow: visible;
    display: block;
}

.copyright-section {
    background: #005597;
}

.footer-copyright-left a:hover {
    color: var(--secondary);
}

figure.mission-vission-figure {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: auto;
}

figure.mission-vission-figure img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.mission-vission-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #0e6eb8;
    justify-content: center;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-box-shadow: 0 0 15px -5px #ccc;
    box-shadow: 0 0 15px -5px #ccc;
}

.mission-vission-sec .miss-viss-title h2 {
    font-size: 20px;
}

.mission-vission-sec .miss-viss-desc {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 95px;
    max-height: 95px;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ht-btn--transparent.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #307fb1;
}

.footer-widget.subscribe-btn a {
    font-size: 12px;
    line-height: 3;
}

.ht-btn--transparent.btn-white:hover,
.ht-btn--transparent.btn-white:focus {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.support-about__single {
    text-align: left;
    font-weight: 700;
    color: #fff;
    background-color: var(--primary);
    background-repeat: no-repeat;
    background-position: 110px center;
    padding: 35px 15px;
}

.support-footer__single--dark-white {
    background-color: #fff;
    color: #000;
}

.ht-btn--transparent.btn-primary {
    border: 2px solid #fff;
    color: #fff;
}

.ht-btn--transparent.btn-primary:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: var(--primary);
}

.aboutsec-desc {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 207px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.aboutsec-desc p:last-child {
    margin-bottom: 0;
}

.about-page .aboutsec-desc {
    height: auto;
    max-height: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    display: block;
    overflow: visible;
}

.brands-section .brandsec-desc {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 207px;
    max-height: 207px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.brands-section .brandsec-desc p:last-child {
    margin-bottom: 0;
}

.item-brand .brandimg-figure {
    padding: 0 0 100% 0;
    position: relative;
    margin: 0;
    display: block;
    width: 100px;
    overflow: hidden;
}

.item-brand .brandimg-figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

figure.aboutimg-figure {
    padding: 0 0 66.666% 0;
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

figure.aboutimg-figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

.testimoniols-section {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.testimoniols-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.8;
    z-index: 1;
}

.testimoniols-section>* {
    position: relative;
    z-index: 2;
}

.testimoniols-section .testimiols-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 7px solid #eaeaea;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.testimoniols-section .testimoniols-data .rating {
    margin-bottom: 20px;
}

.testimoniols-data h4 {
    color: #fff;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
}

.testimoniols-section .testimoniols-data .rating i {
    font-size: 30px;
    color: #f8c823;
    margin-left: 5px;
}

.testimoniols-desc {
    max-width: 800px;
    margin: auto;
    color: #fff;
    line-height: 1.7;
    font-size: 22px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 105px;
    max-height: 105px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.testimoniols-btn {
    font-size: 18px;
}

blockquote img.top-right {
    position: absolute;
    top: -30px;
    bottom: 0;
    left: -30px;
    right: auto;
    max-width: 100px;
}

img.bottom-left {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: auto;
    right: -30px;
    max-width: 100px;
}

.testimoniols-section blockquote {
    position: relative;
    max-width: 800px;
    display: block;
    margin: 0 auto 30px auto;
}

.our-services-info {
    padding-left: 60px;
}

.our-services-info ul li {
    position: relative;
    padding-left: 50px;
    margin: 0 0 20px 0;
}

.our-services-info ul li:last-child {
    margin-bottom: 0;
}

.our-services-info ul li i {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    color: #0e6eb8;
    font-size: 30px;
}

.our-services-info h4:after {
    position: absolute;
    border-left: 2px solid #e2e2e2;
    padding: 0 5px 0 5px;
}

.testimoniols-data span.designation {
    color: var(--secondary);
}

.contact-map iframe {
    display: block;
}

.abouttechsec-desc {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 207px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.aboutteach-section .abouttechsec-desc p:last-child {
    margin-bottom: 0;
}

.our-services-info .services-infotitle {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.our-services-info .services-infotitle:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: -11px;
    height: 30px;
    margin: auto;
    border-left: 1px solid #e2e2e2;
}

.our-services-info .services-infotitle h4 {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    max-height: 19px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.4;
}

.our-services-info .services-infotitle h4:last-child {
    margin-bottom: 0;
}

.fs-30 {
    font-size: 30px;
}

.mobile_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    text-align: center;
    justify-content: space-between;
    display: block;
    padding: 5px 10px 2px 10px;
    border: none;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%), 0px 0px 10px rgb(255 255 255 / 30%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%), 0px 0px 10px rgb(255 255 255 / 30%);
    z-index: 99991;
}

.mobile_footer ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 0;
    margin: 0;
}

.mobile_footer li {
    list-style: none;
    margin: 0;
}

.mobile_footer li a {
    text-decoration: none;
    font-size: 22px !important;
    color: var(--green);
    line-height: 1;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 8px 10px;
    min-width: 40px;
    border: none;
    cursor: pointer;
}

.testimoniols-section .owl-carousel .owl-nav button.owl-prev {
    background: none;
}

.testimoniols-section .owl-carousel .owl-nav button.owl-next {
    background: none;
}

.mobile_footer .mobile-navigation-icon {
    height: 40px;
    width: 40px;
    padding: 0;
}

.mobile_footer .mobile-navigation-icon i {
    background-color: var(--green);
    left: 8px;
}

.mobile_footer .mobile-navigation-icon i:before {
    background-color: var(--green);
}

.mobile_footer .mobile-navigation-icon i:after {
    background-color: var(--green);
}

.mobile-navigation-close-icon i {
    position: relative;
}

.mobile-navigation-close-icon i:before {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookie-policy-popup.show {
    display: block;
}

.cookie-policy-popup {
    background-color: var(--primary);
    border-radius: 10px;
    box-shadow: 0 0 1.25rem rgb(255 255 255 / 50%), 0 0 1.25rem rgb(0 0 0 / 50%);
    margin: 0;
    color: #FFF;
    display: none;
    padding: 15px 0px 0px 0px;
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
    max-width: 350px;
    width: calc(100% - 30px);
    z-index: 99999;
    transition: all 0.2s ease-in-out;
    animation-duration: 1s;
    animation-name: slideInUp;
    overflow: hidden;
}

.cookie-policy-popup .modal-button_btn .btn:last-child {
    border-right: none;
}

.cookie-policy-popup img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.cookie-policy-text {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 46px;
}

.cookie-policy-text p:last-child {
    margin-bottom: 0;
}

.cookie-policy-popup h4.modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.modal-button_btn {
    border-top: 1px solid #ffffff30;
}

.cookie-policy-popup .modal-button_btn .btn {
    background: var(--primary);
    margin: 0;
    color: #fff;
    border-right: 1px solid #ffffff30;
    padding: 10px 8px;
    line-height: 1.5;
}

.btn.btn-cookie-policy {
    box-sizing: border-box;
    border-radius: 0 0 0 10px;
}

.transform-none {
    transform: none !important;
}

.w-50 {
    width: 50% !important;
}

.cookie-policy-popup .modal-button_btn .btn:hover {
    color: var(--secondary);
}

.auth-main .sec-title.text-blue {
    color: var(--green);
}

.signup-input .head-btn.btn.btn-primary:hover {
    color: var(--green) !important;
    border: 1px solid var(--green);
}

.signup-input .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.signup-input .head-btn.btn-primary,
.signup-input .btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--green);
}

.signup-input .btn-primary:not(:disabled):not(.disabled):active {
    color: var(--white);
}

.signup-input .btn-primary:not(:disabled):not(.disabled):active {
    border-color: var(--green);
}

.footer-area {
    padding-top: 50px;
    padding-bottom: 20px;
    border: 1px solid var(--green);
}

.footer-area.bg-primary {
    background-color: var(--green) !important;
}

.mobile_footer li.mobile-center a {
    top: -30px;
    background: var(--green);
    border-radius: 10px;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border: 0px solid var(--green);
    padding: 18px;
    -webkit-box-shadow: 0px -10px 10px -8px rgb(0 0 0 / 20%), 0px 0px 10px rgb(255 255 255 / 30%);
    box-shadow: 0px -10px 10px -8px rgb(0 0 0 / 20%), 0px 0px 10px rgb(255 255 255 / 30%);
}

.brand-grid-wrapper {
    margin-bottom: -30px;
}

.mobile-menu-overlay {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #dddddd;
}

.mobile-menu-overlay::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.mobile-menu-overlay::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    background: var(--green) !important;
}

.mobile-menu-overlay::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    background-color: #dddddd !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.testimoniols-details-desc {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

a.ht-btn.bg-primary {
    color: #FFFFFF;
}

.modal-content {
    border-radius: 8px;
}

.inquiry-html {
    width: 100%;
    height: auto;
    padding: 40px 40px 40px 350px;
    background: rgba(255, 255, 255, .1);
    position: relative;
    border-radius: 8px;
}

.inquiry-contact-info {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    max-width: 310px;
    width: 100%;
    padding: 50px 20px;
    height: 100%;
    margin: auto;
    display: flex;
    background-color: var(--primary);
    color: var(--white);
    line-height: 1.4;
    font-size: 14px;
    border-radius: 8px 0 0 8px;
}

.inquiry-contact-info .letsconnect-list li {
    padding-left: 30px;
}

.inquiry-contact-info .letsconnect-list li a {
    color: var(--white);
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
}

.inquiry-contact-info .letsconnect-list li .icon {
    color: var(--white);
    font-size: 23px;
    width: 23px;
    height: 23px;
    line-height: 26px;
}

.modal {
    background-color: #00000070;
}

.modal-backdrop {
    display: none !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    line-height: 1;
}

.owl-carousel .owl-dots .owl-dot span,
.swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.3rem;
    background: #aab0bc;
    opacity: .5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    transform: scale(.6);
    border: 3px solid transparent;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0.25rem 0.75rem rgb(30 34 40 / 2%);
}

.owl-carousel.owl-dots-bottom .owl-dots .owl-dot span {
    background: #aab0bc;
}

.owl-carousel.owl-dots-bottom .owl-dots .owl-dot.active span,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    background: 0 0;
    border-color: var(--primary);
}

.owl-carousel .owl-dots .owl-dot.active span {
    transform: scale(1);
    background: 0 0;
    border-color: #fff;
}

.btn-loader {
    position: relative;
}

.btn-loader:disabled,
.btn-loader[disabled="disabled"] {
    pointer-events: none;
    opacity: 1;
    border: 1px solid var(--danger) !important;
}

.btn-loader .btn-preloader {
    display: block;
}

.btn-preloader {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    pointer-events: none;
}

.btn-preloader img {
    width: auto;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.btn-loader .btn-preloader {
    background-color: #222222;
}

.review-comment-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    padding-top: 7px;
    margin-bottom: 0;
}

.inquire-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    padding-top: 7px;
    margin-bottom: 0;
}

.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000 !important;
    padding-top: 7px;
    margin-bottom: 0;
}

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
}

.comments-area .comment-box.reply-comment {
    margin-left: 70px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 110px;
    padding: 15px 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.50);
    background-color: #FFFFFF;
    padding-left: 110px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 80px;
    width: 80px;
    margin: 0px;
    border-radius: 40px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #000000;
    color: #888;
    margin-right: 10px;
    order: 1;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 400;
}

.comments-area .comment-box .rating {
    font-size: 10px;
    line-height: 1em;
    color: orange;
    margin-bottom: 10px;
    order: 2;
}

.comments-area .comment-info span.time {
    font-size: 14px;
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
}

.comments-area .comment-box .text {
    font-size: 15px;
    line-height: 25px;
    color: #999999;
    font-weight: 400;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    background-color: #444444;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.ratestar-content {
    display: inline-block;
}

.ratestar-content label {
    width: 100%;
}

.ratestar-content .add-rate {
    float: left;
    height: 20px;
    padding: 0px;
    position: relative;
}

.ratestar-content .add-rate:not(:checked)>input {
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: -1;
}

.ratestar-content .add-rate:not(:checked)>label {
    float: right;
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0px;
    color: #ccc;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ratestar-content .add-rate:not(:checked)>label:before {
    content: "\f005";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 20px;
    display: block;
}

.ratestar-content .add-rate>input:checked~label {
    color: #ffc700;
}

.ratestar-content .add-rate:not(:checked)>label:hover,
.ratestar-content .add-rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.ratestar-content .add-rate>input:checked+label:hover,
.ratestar-content .add-rate>input:checked+label:hover~label,
.ratestar-content .add-rate>input:checked~label:hover,
.ratestar-content .add-rate>input:checked~label:hover~label,
.ratestar-content .add-rate>label:hover~input:checked~label {
    color: #c59b08;
}

.our-customers-img img {
    max-width: 180px;
    width: 100%;
    margin: auto;
    filter: grayscale(100%);
}

.item:hover .our-customers-img img {
    filter: grayscale(0);
}

.bg-gray {
    background: #f6f6f6;
}

.our-customers-sec .owl-carousel .owl-dots {
    bottom: -35px;
}

.our-customers-sec .owl-carousel .owl-dots .owl-dot span,
.swiper-pagination-bullet {
    margin: 0 10px;
    transform: scale(1.5);
    border-color: #d7d7d7;
    background: #d7d7d7;
}

.our-customers-sec .owl-carousel .owl-dots .owl-dot.active span {
    transform: scale(1.5);
    background: 0 0;
    border-color: #3897d4;
    background: #3897d4;
}


/*  */

.shadow-effect {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.testimonials .customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonials .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

.testimonials .customers-testimonials .item {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.jewelrysuits-info-slider .item {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transform: scale3d(0.89, 0.89, 1);
    transform: scale3d(0.89, 0.89, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.jewelrysuits-info-slider .item:hover {
    -webkit-transform: scale3d(0.99, 0.99, 1);
    transform: scale3d(1, 0.99, 0.);
}

.testimonials .customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}


/* .jewelrysuits-info-slider .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
} */

.jewelry-item .card .card-body:hover .jewelry-content {
    opacity: 1;
}

.testimonials .customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.testimonials .customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.jewelrysuits-info-slider.owl-carousel .owl-dots .owl-dot.active span,
.jewelrysuits-info-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.testimonials .customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.testimonials .customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonials .customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.jewelrysuits-info-slider.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


/*  */

.customers-rate ul li {
    padding-right: 10px;
}

.customers-img {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.customers-img img {
    max-width: 100px;
    height: 100px;
    width: 100%;
    margin: auto;
    border-radius: 50%;
    border: 2px solid transparent;
}

.wrapper {
    border: 2px solid #dedede;
    width: 100%;
    padding: 60px 30px 35px;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.customers-testimonials .card.wrapper .card-body {
    padding: 0;
}

.customers-rate.star-rating i {
    color: #ffc107;
}

.testimonials .customers-testimonials .owl-item.active.center .item .wrapper,
.testimonials .customers-testimonials .owl-item.active.center .item .wrapper .customers-img img {
    border: 2px solid #4f851c;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.testimonials .customers-testimonials .owl-item.active.center .item .wrapper .customers-desc p {
    color: #000;
}

.customers-desc p {
    color: #848484;
    font-size: 15px;
}

.customers-designation {
    margin: 5px 0px;
}

.text-blue {
    color: var(--blue);
}

.frequently-askque-sec {
    background-position: bottom right;
    background-repeat: no-repeat;
}

.frequently-askque-sec .sec-info {
    margin-bottom: 45px;
    margin-top: 30px;
}

.frequently-askque-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-left: 27px;
}

.frequently-askque-list .nav-pills .nav-link {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    font-size: 23px;
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 3px, rgb(0 0 0 / 15%) 0px 6px 6px;
    border: none;
    border: 2px solid transparent;
    border-radius: 10px;
}

.nav-pills .nav-link.orange-card,
.nav-pills .show>.nav-link {
    color: #e2720f;
}

.nav-pills .nav-link.purple-card,
.nav-pills .show>.nav-link {
    color: #6f53bf;
}

.nav-pills .nav-link.green-card,
.nav-pills .show>.nav-link {
    color: #679a35;
}

.nav-pills .nav-link.blue-card,
.nav-pills .show>.nav-link {
    color: #3897d4;
}

.diamond-serchimg {
    max-width: 45px;
    margin-right: 20px;
}

.frequently-askque-tab .card {
    margin: 20px 26px;
    border: 2px solid #dbdbdb;
    border-radius: 10px;
}

.frequently-askque-list ul {
    margin-bottom: 50px;
}

.frequently-askque-tab .card .card-header {
    border-bottom: 0;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.frequently-askque-tab .card .fa-chevron-down {
    float: right;
    margin: 4px 0;
}

.frequently-askque-tab .card .card-header h5:not(.collapsed) .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-floating {
    position: relative;
}

.form-floating>.form-control {
    padding: 0.6rem 1rem;
}

.faqsearch-form .form-floating .form-control {
    padding-right: 60px;
    min-height: 60px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
    background: #ebebeb;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.faqsearch-form .form-floating label {
    padding-top: 14px;
    font-size: 18px;
    color: #7d7d7d;
}

.form-control::placeholder {
    color: #959ca9;
    opacity: 1;
}

.form-floating>label {
    position: absolute;
    top: 0;
    top: 2px;
    left: 0;
    height: 100%;
    padding: 0.6rem 1rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating>.form-control,
.form-floating>.form-select {
    min-height: calc(2.5rem + 2px);
    line-height: 1.25;
}

.faqsearch-form .form-floating .btn-faqsearch {
    position: absolute;
    top: 5px;
    width: 109px;
    height: 50px;
    right: 5px;
    bottom: auto;
    left: auto;
    margin: auto;
    margin: 0;
    color: #3597cc;
    background: #fdfdfd;
    display: block;
    font-size: 13px;
}

.frequently-askque-tab .btn-link {
    font-weight: 400;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.5;
    /* padding: 0.375rem 0.75rem; */
}

.card.frequently-card {
    width: 200px;
    height: 150px;
}


/* .frequently-data-img img{
    max-width: 50px;
    width: 100%;
    margin: auto;
}  */

.frequently-askque-list .nav-link {
    padding: 0;
}

.frequently-data-img {
    margin-bottom: 10px;
}


/* diamond serch css start */

.filter-box {
    /* max-width: 980px; */
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    /* margin-bottom: 86px; */
}

.filter-box form {
    position: relative;
}

.filter-box .form-group:first-child {
    border-top: 1px solid rgba(149, 155, 163, 0.2);
}

.col-group .form-control.set-select-dimonhome {
    width: 100%;
    max-width: 100%;
    height: 10px;
}

.filter-box .form-group {
    margin-bottom: 0;
    position: relative;
}

.filter-box .form-group {
    display: flex;
    border: none;
    border-left: 1px solid rgba(149, 155, 163, 0.2);
    border-right: 1px solid rgba(149, 155, 163, 0.2);
    border-bottom: 1px solid rgba(149, 155, 163, 0.2);
}

.free-search-widget .form-group {
    background-color: #ffffff;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.8) translateY(-0.4rem) translateX(0.2rem);
}

.filter-box .name-filter {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    color: #35393d;
    text-align: center;
    line-height: 21px;
    max-width: 190px;
    padding: 50px 40px 35px;
    border-right: 1px solid rgba(149, 155, 163, 0.2);
    border-left: 2px solid rgba(149, 155, 163, 0.2);
}

.col-group .form-control {
    width: 100%;
    max-width: 90px;
    display: inline-block;
    height: 24px;
    padding: 0;
    cursor: pointer;
    font: 500 12px/17px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #F0F4F5 100%);
}

.shape-group .row-filter {
    padding: 5px 0 5px 5px;
}

.row-filter {
    display: flex;
    width: calc(100% - 110px);
    padding: 4px 0 4px 4px;
    padding-right: 46px;
    position: relative;
    border-right: 3px solid rgba(149, 155, 163, 0.2);
    align-items: center;
}

.hr-img {
    position: relative;
}

.hr-img img {
    content: '';
    position: absolute;
    top: -4px;
    left: -15px;
    right: 0;
    bottom: 0;
    max-width: 50px;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    overflow: hidden;
    max-width: 94%;
}

.filter {
    width: 100%;
    /* max-width: 104px; */
    max-width: 100%;
    flex: 10%;
}

.custom-checkbox {
    position: relative;
}

.fillclaritydetail .filter.custom-checkbox {
    margin-bottom: 10px;
}

.filter-box input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: 18px;
    width: 17px;
    accent-color: var(--green);
}

.filter-box input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.with-img {
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: -0.08px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.filter-box .custom-control-label {
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -0.12px;
    color: #35393D;
    /* height: 75px; */
    border: 1px solid #e4e4e4;
    margin: 0 5px;
    border-radius: 5px;
    line-height: 45px;
    font-weight: 500;
    padding: 8px 5px;
    display: block;
    cursor: pointer;
    background: rgba(234, 236, 239, 0.5);
    margin-bottom: 0;
    overflow: hidden;
}

.setpagejw .filter-box .custom-control-label {
    height: 75px;
}

.filter.width_lable {
    max-width: 71px;
}

.flu-group .filter {
    max-width: 129px;
}

.inputset {
    position: absolute;
    right: 22px;
    bottom: 5px;
}

.fromusd {
    border-radius: 5px;
    background: rgba(234, 236, 239, 0.5);
    border: none;
    border-bottom: 2px solid var(--green);
    padding: 0 10px;
    height: 44px;
    font-size: 14px;
    width: 100%;
}

#fromusd {
    width: 50%;
}

.treatmentset {
    margin: 7px 0 0 !important;
}


/* .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
} */

.custom-control-input:checked~.custom-control-label .img-wrap img {
    filter: invert(1);
}

.textset {
    margin-left: 15px;
}

.custom-control-input:checked~.custom-control-label {
    background: var(--green);
    color: #ffffff;
}

.shape-group .filter .img-wrap {
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin: 0 auto 5px;
    display: block;
}

.shape-group .filter .img-wrap img {
    transform: scale(1);
}

.free-search-widget h3 {
    color: #FFFFFF;
    background-color: var(--green);
    letter-spacing: -0.17px;
    line-height: 20px;
    font-size: 21px;
    font-weight: 500;
    /* max-width: 980px; */
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 30px 0;
}

.text-label {
    display: block;
}

.filter-box .custom-control-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    background: transparent;
}

.filter-box .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: none;
}

.show-more-filters {
    background: #ffffff;
    border: none;
    color: #009ED3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    padding: 0;
    min-width: inherit;
    height: 60px;
    top: 0;
}

.show-more-filters .text {
    display: none;
}

.show-more-filters .arrow-btn {
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s ease-in-out;
}

.size-group .form-inline:first-child {
    padding-left: 29px;
}

.size-group .form-control {
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

.size-group .form-inline {
    margin-right: 63px;
    display: flex;
    align-items: center;
}

.size-group .form-inline label {
    padding-right: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: #555;
}

.custom-control-label.with-img {
    font-weight: 500;
    /* font-size: 8px; */
    line-height: 9px;
    letter-spacing: -0.08px;
}

.form-inline .form-control {
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.form-inline .form-control::-webkit-input-placeholder {
    color: #999;
}

.multiply-group-filter .row-filter {
    padding: 0 32px 0 0;
}

.multiply-group-filter {
    height: auto;
}

.col-group {
    width: 33.33%;
    padding: 12px 4px 4px 42px;
    border-right: 1px solid rgba(149, 155, 163, 0.2);
    height: 100%;
}

.col-group label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.12px;
    margin-bottom: 6px;
    color: #555;
}

.col-group .form-control {
    width: 100%;
    max-width: 90px;
    display: inline-block;
    height: 24px;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20%, #F0F4F5 100%);
}

.col-group span {
    padding: 0 5px;
}

.col-group:last-child {
    border-right: none;
}

.free-search-widget div.show-more {
    border-left: 3px solid rgba(149, 155, 163, 0.2);
    border-right: 3px solid rgba(149, 155, 163, 0.2);
    border-bottom: 3px solid rgba(149, 155, 163, 0.2);
    background-color: #ffffff;
    text-align: right;
}

.free-search-widget .show-more-link {
    /* color: #009ED3; */
    font-weight: 500;
    display: inline-block;
    padding: 12px 20px 12px;
}

.free-search-widget .show-more-link .open {
    display: none;
}

.free-search-widget .show-more-link .arrow-btn {
    width: 14px;
    height: 12px;
    display: inline-block;
}

.free-search-widget #free-search-container .form-btns {
    margin-top: 32px;
}

.filter-box .send-btn {
    margin-top: 0;
    min-width: 140px;
    font: 500 19px/19px;
    letter-spacing: -0.3px;
    padding-top: 9px;
}

.filter-box .send-btn img {
    width: 19px;
    height: 19px;
    margin-right: 2px;
}

.filter-box .reset-btn {
    height: 43px;
    margin-left: 20px;
    padding: 11px 20px;
    min-width: 140px;
    font: 500 19px/19px;
    letter-spacing: -0.15px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249, 249, 249, 0.7);
    display: none;
}

.lds-ring {
    top: 50%;
    left: 50%;
    transform: translateX(-64px);
}

.lds-ring {
    position: absolute;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 128px;
    height: 128px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d31145 transparent transparent transparent;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.free-search-widget img.left {
    margin-top: -144px;
    margin-left: -127px;
    float: left;
    z-index: -1;
    position: relative;
}

.free-search-widget img.right {
    float: right;
    margin-top: -100px;
    margin-right: -80px;
    z-index: -1;
    position: relative;
}

.filter-box .btn-link {
    border-color: #cdcdcd;
    background: #fff;
    color: #5a5a5a;
}


/* .filter-box .btn-link:active, .btn-link.active, .open > .dropdown-toggle.btn-link, .btn-link:focus, .btn-link.focus, .btn-link:active:hover, .btn-link.active:hover, .open > .dropdown-toggle.btn-link:hover, .btn-link:active:focus, .btn-link.active:focus, .open > .dropdown-toggle.btn-link:focus, .btn-link:active.focus, .btn-link.active.focus, .open > .dropdown-toggle.btn-link.focus, .btn-link:hover {
    color: #8caf6b;
    text-decoration: none;
    border-radius: 5px;
    background-color: rgb(242 246 240);
    border: none;
    box-shadow: 3px 5.196px 18px 0px rgb(0 0 0 / 25%);
} */


/* .filter-box .btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.btn-primary:hover {
    border-color: #cdcdcd !important;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    background-color: none !important;
    box-shadow: 3px 5.196px 18px 0px rgb(0 0 0 / 25%);
} */

.filter-box .btn-primary {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    justify-content: center;
    height: 43px;
    line-height: 14px;
    border-color: #9bbf77;
    padding-bottom: 19px;
    color: #4f851b;
    padding-top: 14px;
    background-color: #ecf2e8;
    align-items: baseline;
}

.show-more-open {
    z-index: 99;
}

.form-group .show-more-container {
    height: auto;
    overflow: visible;
    background: #fff;
    z-index: 99;
    padding: 5px 46px 5px 5px;
}


/* .show-more-filters {
    background: #ffffff;
    border: none;
    color: #009ED3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    padding: 0;
    min-width: inherit;
    height: 60px;
    top: 0;
} */

.show-more-filters {
    background: #ffffff;
    border: none;
    color: var(--green);
    position: absolute;
    right: 0;
    top: 0;
    bottom: unset;
    width: 65px;
    padding: 0;
    min-width: inherit;
    height: 70px;
    top: 21px;
}

.show-more-filters:focus,
.show-more-filters:active {
    box-shadow: none;
}

.show-more-open .arrow-btn {
    transform: rotate(-180deg);
}

.show-more-open .arrow-btn img {
    filter: grayscale(1);
    opacity: 0.45;
}

.free-search-widget .show-more-link.show-more-open {
    filter: grayscale(1);
}

.free-search-widget .show-more-link.show-more-open .init {
    display: none;
}

.free-search-widget .show-more-link.show-more-open .open {
    display: inline-block;
}

.free-search-widget .show-more-link .open {
    display: none;
}


/* diamond serch css end */


/* hr line css */

.col-1.col-hr {
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
}

.hr-line hr {
    border: 1px solid #eee;
}

.frequently-ask-data p {
    width: 240px;
}

.frequently-data-info {
    padding: 23px 15px;
    width: 168px;
}

.frequently-data-img img {
    max-width: 50px;
    width: 100%;
    margin: auto;
}

.show-more .init {
    margin-right: 10px;
}

.show-more .open {
    margin-right: 10px;
}

.page-title {
    position: relative;
    /* padding: 100px 0px 0px; */
    padding: 85px 0px 0px;
    width: 100%;
}

.header-navigation__nav nav>ul>li>a {
    color: #000;
}


/* hr line end */


/* pricing srat */

.membershipplan {
    background: #f8f9fa;
}

.plans-for-registration .plans-block .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plans-block .container {
    padding-top: 45px;
    padding-bottom: 52px;
    max-width: 1180px;
}

.plans-for-registration .plans-headline {
    padding-bottom: 30px;
}

.btn-black {
    background: #000;
    color: #fff;
}

.btn-black:hover {
    background: #679a35;
    color: #fff;
}

.plans-headline {
    padding: 0 0 41px;
}

.plans-headline .tabset {
    margin-bottom: 20px;
}

.tabset .nav {
    position: relative;
}

.tabset .nav {
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    justify-content: center;
}

.plans-block .tabset #years-price a {
    border-radius: 5px 0px 0px 5px;
    z-index: 10;
    text-decoration: none;
}

.plans-for-registration .tabset .nav-pills>li.active>a,
.plans-for-registration .tabset .nav-pills>li.active>a:hover,
.plans-for-registration .tabset .nav-pills>li.active>a:focus {
    background-color: #D2002D !important;
}

.plans-headline .tabset .nav-pills>li>a {
    padding: 11px 14px;
    min-width: 166px;
}

.tabset .nav-pills>li.active>a,
.tabset .nav-pills>li.active>a:hover,
.tabset .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #d31145;
}

.tabset .nav-pills>li:first-child>a {
    border-radius: 4px 0px 0px 4px;
}

.tabset .nav-pills>li>a {
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    padding: 11px 56px;
    background: #fff;
    background: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #d31145;
}

.plans-block .tabset a {
    background-color: #fff;
}

.nav.nav-pills.cost-button #month-price {
    border-color: #D21046 !important;
}

.tabset .nav-pills>li+li {
    margin-left: -1px;
}

.plans-block .tabset #month-price a {
    border-radius: 0px 5px 5px 0px;
}

.plans-headline .tabset .nav-pills>li>a {
    padding: 11px 14px;
    min-width: 166px;
}

.save20-ico {
    position: absolute;
    top: -64px;
    left: -105px;
    max-width: 116px;
    max-height: 116px;
}

.plans-for-registration .plans-list {
    list-style: none;
    /* padding: 40px 0 0 0; */
    font-weight: 500;
    display: flex;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    border-radius: 25px;
    line-height: 19px;
}

.plans-for-registration .plans-list.col-3 .sm-size-box {
    width: 25%;
}

.plans-list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
}

.sm-size-box:first-child {
    border-left: 1px solid #D0D2D3;
}

.sm-size-box:nth-child(n-2) {
    border-left: none;
}

.plans-for-registration .sm-size-box {
    position: relative;
    min-height: 420px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans-for-registration .plan-img {
    padding: 0;
}

.middle-part .price {
    color: #35393D;
    font-size: 46px;
    line-height: 50px;
}

.plans-for-registration .inform-plan {
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    border-top: none;
    padding: 0 !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
}

.plans-for-registration .box-plan {
    border: 1px solid #D0D2D3;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 20px 40px 20px;
    width: 100%;
    border-radius: 10px;
}

.plans-list>li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
}

.box-plan.sm-size-box.plan-img img {
    width: 100%;
}

.box-plan.color-purple .plan-heading,
.inner-box.color-purple .plan-heading {
    color: #af3d8e;
}

.box-plan .plan-heading,
.inner-box .plan-heading {
    width: 100%;
    height: 140px;
    border-radius: 10px 10px 0 0;
}

.box-plan svg {
    height: 10px;
    margin: 0 auto 4px;
}

.box-plan .plan-heading h2,
.inner-box .plan-heading h2 {
    text-transform: uppercase;
    line-height: 25px;
    font-size: 19px;
    padding: 25px 0 0 0;
    font-weight: 600;
}

.price-middle-part {
    max-width: 60%;
    width: 100%;
    height: 95px;
    text-align: center;
    margin: auto;
    padding: 10px;
    position: relative;
    top: -50px;
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.sm-size-box .middle-part {
    margin-bottom: 0px;
    width: 100%;
}

.box-plan.color-gold .plan-heading,
.inner-box.color-gold .plan-heading {
    color: #E4B92E;
}

.middle-part .price {
    color: #35393D;
    font-size: 39px;
    line-height: 50px;
}

.middle-part p.price {
    margin: 0 0 5px 0;
    letter-spacing: -0.92px;
}

.button-save {
    margin: 0 0 25px;
}

.label-save {
    margin-bottom: 0;
}

.label-save span {
    display: inline-block;
    min-height: 25px;
    color: var(--green);
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
}

.label-year span {
    min-height: 25px;
    margin: 0 auto 20px;
    min-width: 100px;
    display: block;
}

.plans-text {
    display: block;
    margin: 0 auto 29px;
    height: 126px;
}

.plans-text {
    display: block;
    margin: 0 auto 29px;
    height: 126px;
    position: relative;
}

a.view-package-details-tag {
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: underline;
    color: var(--green);
}

.sm-size-box .bottom-part,
.sm-size-box .middle-part {
    margin-top: auto;
    width: 100%;
    background: #f0f3f2;
    padding: 10px;
}

.mobile-link {
    display: none;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    letter-spacing: -0.15px;
}

.mobile-link a {
    color: #009ED3;
    margin-left: -20px;
}

.hidden {
    display: none !important;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

.table-information .table {
    table-layout: fixed;
    margin-bottom: 0;
}

.table-information .table td:first-child {
    text-align: left;
    border-left: none;
    padding: 10px 30px 10px 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.color-dark-green {
    background: #679A35;
}

.color-dark-green.popular {
    background: #679A35;
}

.color-green {
    background: #D7E3D0;
}

.table .longer-cell {
    width: 110px;
}

.show-results .free-search-widget h2,
.show-results .free-search-widget h3 {
    display: none;
}

.show-results .free-search-widget h2,
.show-results .free-search-widget h3 {
    display: none;
}

.table td {
    background: #ffffff;
    letter-spacing: -0.12px;
    font-size: 12px;
    color: #35393D;
    padding: 12px 13px 13px;
    border: none;
    border-bottom: 1px solid rgba(149, 155, 163, 0.2);
    text-align: center;
    font-weight: 500;
    padding-right: 0 !important;
    word-break: break-word;
}

.table-information .table td {
    border-bottom: none !important;
    font-weight: normal;
    text-align: center;
    padding: 10px 20px;
    border-left: 1px solid #D0D2D3;
    max-width: 230px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.13px;
}

.checked-v {
    -webkit-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    background-size: 14px 14px;
}

.learn-more.price {
    margin-bottom: 21px;
}

.btn-plans {
    height: 40px;
    width: 150px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    min-width: unset;
    max-width: 100%;
    padding-top: 8px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.plans-list .price {
    line-height: normal;
}

.learn-more.price {
    display: block;
    text-align: center;
    color: #999999;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.15px;
    text-decoration: underline;
    font-weight: 500;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: 0.2rem;
}

.head-btn.btn {
    vertical-align: top;
    border: solid 2px;
    padding: 9px 20px;
    outline: 0 !important;
    white-space: normal;
    text-align: center;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    min-width: 140px;
    width: 100%;
    border-radius: 5px;
    font: 600 13px/16px;
    letter-spacing: 0.5px;
    border: none;
    color: #669934;
    font-weight: 600;
    /* box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px; */
}


/* .head-btn.btn.transparent-btn {
    border: 1px solid #3597cc;
} */

.head-btn.btn.transparent-btn {
    border: 1px solid #3597cc;
}

.head-btn.btn.btn-primary:hover {
    background: transparent;
    color: #3597cc;
    border: 1px solid #3597cc;
}

.head-btn.btn.btn-primary {
    border: 2px solid transparent;
}

.btn.signup-btn.btn-transparent {
    color: var(--green);
}

label.error {
    color: #ff0000;
}

.head-btn.btn.transparent-btn:hover {
    background: #3597cc;
    border: none;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #3597cc;
    border-color: #3597cc;
}

.header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.head-btn.btn.btn-primary {
    background: transparent;
    border: 2px solid #3597cc;
    color: #3597cc;
    text-transform: capitalize;
}

.header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.head-btn.btn.transparent-btn {
    background: #3597cc;
    border: 1px solid #3597cc;
    color: #fff;
}


/* pricing end */


/* login page strat */

.main-content-login {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 510px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    background: var(--calendar-light);
}

table tbody {
    display: block;
    /* max-height: 500px; */
    max-height: 590px;
    overflow-y: auto;
    box-shadow: 0px 10px 15px -3px rgba(116, 174, 236, 0.1);
    scrollbar-width: thin;
    transition: 1s ease;
    scrollbar-color: var(--green) #fff;
}

.body-bg {
    background: var(--dark);
    height: 100%;
    /* position: absolute; */
}

.main-body-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main-body-bg>* {
    position: relative;
    z-index: 2;
}

.main-body-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.login-left-side {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    margin: auto;
    top: auto;
    position: absolute;
    bottom: 10%;
    /* min-height: 100vh; */
    /* height: calc(100vh - 80px); */
}

.login-left-side .body-content {
    max-width: 675px;
    position: relative;
    padding: 30px 50px;
    justify-content: center;
    margin: 70px 0 0;
}

a.forgot-pass-link {
    font-weight: 300;
    color: #7e7e7e;
    display: block;
    float: right;
    font-size: 14px;
    margin-bottom: 1px;
}

.main-desc .sec-desc {
    color: #aaa;
    font-size: 19px;
    font-weight: 500;
}

.main-line h1 {
    color: #fff;
    font-size: 41px;
    font-weight: 400;
}

.login-wrpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}

.login-card-outer {
    overflow: hidden;
}

.login-outer {
    display: inline-flex;
    align-items: center;
}

.hide-one .loginone-content {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.login-card {
    display: block;
    min-width: 100%;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.login-header {
    margin: 0 0 30px;
}

.login-title {
    margin: 20px 0;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.signup-input .form-group {
    margin-bottom: 16px;
}

.form-group,
.validate-input,
.form-group.validate-input {
    position: relative;
    margin-bottom: 20px;
}


/* .validate-input .label-form-control {
    font-size: 13px;
    color: #000;
    line-height: 1.4;
    display: block;
    pointer-events: none;
    width: auto;
    z-index: 3;
    margin-bottom: 2px;
} */

.signup-input .validate-input .form-control-lg {
    font-size: 14px;
    color: #555555;
    line-height: 1;
    padding: 8px 15px 8px 15px;
    height: 50px !important;
    box-shadow: none !important;
    transition: all 0.4s;
    border: 1px solid #E1E1E1;
    border-radius: 7px !important;
}

.validate-input input.form-control,
.validate-input textarea.form-control,
.validate-input .dragable-list {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 14px;
    color: #E1E1E1;
    line-height: 1.4;
    padding: 8px 10px;
    min-height: 35px;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #E1E1E1;
    border-radius: 4px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    letter-spacing: 0.6px;
}

.validate-input input.form-control:hover:not(:focus),
.validate-input textarea.form-control:hover:not(:focus),
.validate-input .dragable-list:hover:not(:focus) {
    border-color: #c4cfdc;
}

.signup-input .validate-input .form-control-lg::placeholder {
    font-size: 14px !important;
}

.bg-blue {
    background: linear-gradient(0deg, #ffffff 0%, #e5f2f9 100%, #e5f2f9 100%, #ffffff 0%);
}

.label-form-control {
    color: #7e7e7e !important;
    font-size: 14px;
    text-align: left;
}

.signup-input .form-control::placeholder {
    color: #b1b1b1;
}

.signup-input .validate-input .input-group-text-lg {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #b1b1b1;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.signup-input .validate-input .input-group-text-lg {
    position: absolute;
    top: 37px;
    left: 0px;
}

.text-gray-600 {
    color: #7e7e7e;
}

.sec-desc .login-desc {
    font-size: 23px;
    text-transform: capitalize;
}

.login-btn.head-btn.btn.btn-primary:hover {
    background: #3597cc;
    border: 2px solid transparent;
    color: #fff;
}

.show-icon-save.typechange.active {
    background: #679A35;
    color: #fff;
}

.hide-icon-save.typechange.active {
    background: #679A35;
    color: #fff;
}

.shadow-1 {
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

.card.our-advantage-card {
    border: 2px solid var(--green);
}

li.box-plan.sm-size-box.plan-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.plans-list>li:hover {
    background-color: #679a35;
}

.plans-text .wrapper-title {
    margin-bottom: 1rem;
}

.plans-text .sec-desc {
    font-size: 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f3f2;
}

.table-information .table .checked-v {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
}

figure.paymentmode-imgs {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto;
}

figure.paymentmode-imgs img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}

.main.page-title.mainbg-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.register-info .sec-desc {
    font-size: 25px;
}

.register-account-sticky .login-left-side .body-content {
    max-width: 675px;
    position: relative;
    padding: 30px 50px;
    justify-content: center;
    margin: 0;
}

.register-account-sticky .login-left-side {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-control.selectpicker {
    font-size: 14px;
    color: #b5b5b5;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.6px;
    border-radius: 5px;
}

.login-inner-wrapper {
    /* max-width: 600px;
    width: 500px; */
    position: relative;
    padding: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    border-radius: 20px;
    background: #fff;
}

.main-desc.register-desc .sec-desc {
    color: #b7c9d5;
    font-size: 19px;
    font-weight: 400;
}

.text-dark-blue {
    color: #307fb1;
}

img.quotes-img {
    max-width: 30px;
    width: 100%;
    margin-bottom: 15px;
}

.register-bgimg {
    position: relative;
}

.register-bgimg img {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: -30px;
    right: 0;
    margin: auto;
}

.mobile-link {
    display: none;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 160px;
    text-align: center;
    letter-spacing: -0.15px;
}

ul.register-tab {
    justify-content: center;
    margin: 40px 0;
}

.register-info {
    text-align: left;
}

ul.register-tab li a {
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding: 13px;
    border-radius: 50%;
}

ul.register-tab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    box-shadow: rgb(0 0 0 / 19%) 4px 7px 14px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 50%;
    background: #f6f6f6;
    border: 1px solid var(--green);
}

ul.register-tab.nav-pills .nav-link {
    color: #fff;
    background-color: #f6f6f6;
    box-shadow: rgb(0 0 0 / 19%) 4px 7px 14px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.register-tab li.nav-tab-link {
    position: relative;
    margin: 0 40px;
}

.register-tab li.nav-tab-link::after {
    position: absolute;
    content: '';
    border-top: 3px solid #9a9a9a;
    width: 100%;
    max-width: 67px;
    top: 30px;
    right: 0;
    left: 64px;
    bottom: 0;
}

ul.register-tab li a img {
    max-width: 30px;
    width: 100%;
    margin: auto;
    filter: brightness(0) contrast(20) invert(0);
    opacity: 0.5;
}

ul.register-tab.nav-pills .nav-link.active img {
    filter: none;
    opacity: 1;
}

.login-wrpper.register-wrpper {
    min-height: 0;
}

.btn-transparent {
    color: #000;
}

.sec-desc.pin-desc {
    font-size: 19px;
}

section.about-section {
    border-top: 1px solid #f6f6f6;
}

.content-right {
    order: 1;
}

.content-left {
    order: 2;
}


/* login page end */

.effect-border {
    position: relative;
    -webkit-transition: color 2s;
    transition: color 2s;
    box-shadow: inset 0 0 0 5px #fff;
}

.effect-border:hover::before,
.effect-border:hover::after,
.effect-border.active:before,
.effect-border.active:after {
    width: 100%;
    height: 100%;
}

.effect-border:hover::before,
.effect-border.active::before {
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
    border-top-color: #8c8c8c;
    border-right-color: #8c8c8c;
}

.effect-border::before {
    top: 0;
    left: 0;
}

.effect-border::before,
.effect-border::after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 10px;
}

.effect-border:hover::after,
.effect-border.active::after {
    -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    border-bottom-color: #8c8c8c;
    border-left-color: #8c8c8c;
}

.effect-border::after {
    right: 0;
    bottom: 0;
}

.bg-shaddow-c {
    background: -o-linear-gradient(bottom, #ffffff 0%, #eaf3ff 30%, #eaf3ff 70%, #ffffff 100%);
    background: linear-gradient(0deg, #ffffff 0%, #eaf3ff 30%, #eaf3ff 70%, #ffffff 100%);
}

.viewmore-link.text-center {
    margin: 10px 0 0 0;
}

.wrapper.testimoniols-card {
    border: 1px solid transparent;
}

.wrapper.testimoniols-card:hover {
    border: 1px solid;
}

.wrapper.testimoniols-card:hover .customers-img img {
    border: 1px solid;
}

.wrapper.testimoniols-card .customers-img img {
    border: 1px solid transparent;
}

.customers-desc {
    height: 135px;
    max-height: 135px;
    font-size: 15px;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-indent: 0;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.col-group select:last-child {
    margin-right: 0;
}

.custom-control-label {
    text-align: center;
    font: 500 12px/45px;
    letter-spacing: -0.12px;
    color: #35393D;
    height: 60px;
    padding: 8px 5px;
    display: block;
    cursor: pointer;
    background: transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}

s .container-result-search {
    margin-bottom: 100px;
}

.back-link {
    font: 500 17px/27px;
    letter-spacing: -0.17px;
    color: #35393D;
    margin-bottom: 15px;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    /* margin-left: 30px; */
    position: relative;
}

.back-link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
    margin-bottom: 2px;
}

.results-heading {
    font: 600 30px/40px;
    letter-spacing: -0.6px;
    color: #D2002D;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 25px;
    font-weight: 500;
}

.container-result-search .table-responsive {
    margin-bottom: 0;
    border: none;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.table-responsive a {
    color: var(--green);
    text-decoration: none;
}

.container-result-search .table {
    border-collapse: collapse;
    margin-bottom: 40px;
}

#free-search-result tbody {
    border: 2px solid #ddd;
}

table thead,
table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th {
    background: var(--green);
    color: #ffffff;
    letter-spacing: -0.12px;
    font-size: 12px;
    padding: 12px 9px 13px;
    border: none;
    text-align: center;
}

.main .scroll-section {
    background-color: #FFFFFF;
    width: 100%;
    min-height: 100%;
    display: flex;
    overflow: hidden;
}

.about-img {
    position: relative;
}

.about-img:before {
    content: "";
    position: absolute;
    top: -7%;
    left: -4%;
    width: 90%;
    height: 90%;
    border: 10px solid #ffc6a6;
    z-index: -1;
}

.about-desc {
    border: 1px solid #eeeeee38;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 38px;
    margin-left: -65px;
    position: relative;
    background: #fff;
}

.clr-bg {
    background: #ffc6a63b;
    height: 550px;
}

.about-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 300px;
    height: 100%;
}

.about-data {
    background: #fff;
    height: 410px;
    margin: 65px 30px;
    padding: 20px;
    position: absolute;
    width: 800px;
    right: -245px;
    z-index: 99;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
}

.content-info {
    padding: 20px;
}

.img-box img {
    max-width: 100%;
    height: auto;
}

.buyingj-info-right {
    border: 1px solid #eeeeee0a;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 16px;
    margin-left: -65px;
    position: relative;
    background: #fff;
    margin-bottom: 60px;
}

.buyingj-info-left {
    border: 1px solid #eeeeee0a;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 16px;
    margin-right: -65px;
    position: relative;
    background: #fff;
    z-index: 99;
    margin-bottom: 60px;
}

.ip-hero-banner .ip-hero-banner-text.black-text {
    color: #000;
}

.ip-hero-banner .ip-hero-banner-text {
    margin: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1110px;
}

.ip-hero-banner .ip-hero-banner-text .text-left {
    justify-content: flex-start;
}

.ip-hero-banner .ip-hero-banner-text .ip-hero-text-block {
    display: flex;
}

.content-svg svg {
    width: 100;
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.content-box .content-box-inner .content-svg-box {
    margin: 30px auto;
}

.welcome-desc .sec-desc {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01625em;
}

.welcome-to-info .sec-title h2 {
    font-size: 31px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.008em;
}

.welcome-to-info {
    margin: 0 0 35px 0;
}

.things-sec .sec-title {
    font-weight: 400;
    font-size: 31px;
}

.bg-bg-pink {
    background: #ede5e1;
}

.number-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.6);
    transform: rotate(45deg);
    margin-bottom: 35px;
}

.number-icon-box .number-icon-text {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}

.number-icon-box:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    border: 3px solid #c0a374;
}

.sec-data-desc .sec-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.bg-light-green {
    background: #e9e8e4;
}

.bg-light-blue {
    background: #eff0f0;
}

.ip-hero-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-hero-banner {
    padding: 100px;
    min-height: 250px;
}

.ip-hero-banner .ip-hero-banner-text .text-left {
    justify-content: flex-start;
}

.miss-viss-info {
    text-align: center;
}

.border-box {
    border-left: 1px solid #ffc6a6;
    border-right: 1px solid #ffc6a6;
}

.border-box-right {
    border-right: 1px solid #ffc6a6;
}

.savani-images {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 500px;
    height: 310px;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.savani-images img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.sec-desc-pra {
    font-size: 19px;
}

.savani-info {
    padding: 30px;
    height: 100%;
}

.savani-desc {
    color: #bbb;
}

.why-savani-sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.savani-desc:last-child {
    margin-bottom: 0;
}

.member-access {
    min-height: 440px;
    color: #35393D;
    font-size: 18px;
    line-height: 28px;
    background: #f8f9fa;
    position: relative;
    z-index: 20;
}

.member-access-bg {
    position: relative;
    display: block;
    width: 600px;
    height: 400px;
    overflow: hidden;
    margin: 0;
}

.member-access-bg img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.member-access-list {
    list-style-type: unset;
    padding: 0 15px;
}

.member-access-list li p {
    margin: 4px 0;
}

.benefits-img {
    position: relative;
    display: block;
    width: 50px;
    height: 70px;
    margin: auto;
    overflow: hidden;
}

.benefits-img img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.benefits-info .card {
    background: #fff;
    padding: 20px;
    margin: 20px 0px 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
    height: 220px;
    border: none;
}

.benefits-info .card .card-body {
    padding: 0;
}

.inr-testimonial-slider {
    padding: 30px;
}

.inr-testimonial-slider .item {
    padding: 40px 15px 0;
}

.inr-testimonial-slider.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #000;
}

.help-area ul {
    display: inline-flex;
}

.help-area ul li {
    margin: 0 10px;
}

.help-section .card {
    border: none;
    background: #fff;
    width: 100%;
    box-shadow: 0 15px 45px rgb(16 30 54 / 16%);
    border-radius: 9px;
    padding: 30px 30px;
}

.help-area-info {
    margin: 0 0px 35px;
}

.head-btn.transparent-btn {
    color: var(--green);
}

.buy-jewelry-img {
    position: relative;
    display: block;
    width: 600px;
    height: 400px;
    overflow: hidden;
    margin: 0;
    border: 5px solid #ddd;
    border-radius: 10px;
}

.buy-jewelry-img img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.informative-data .informative-section h1.sec-title,
.informative-data .informative-section h2.sec-title,
.informative-data .informative-section h3.sec-title {
    font-size: 28px;
    color: #000;
}

.section-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
}

.our-team-sec .team-card .member-img {
    position: relative;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 12px;
    border: 2px dashed #e9e9e9;
    margin-bottom: 15px !important;
    transition: all 0.3s ease;
}

.our-team-sec .team-card .member-img img {
    border-radius: 50%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.our-team-sec .team-card .member-img::before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    top: 23px;
    left: 3px;
    border-radius: 50%;
    background-color: #ffc107;
}

.member-text {
    text-align: center;
}

.our-team-sec .team-card:hover .member-img {
    border: 2px dashed var(--green);
}

.our-team-sec .team-card:hover .member-text .desc-sec {
    color: var(--green);
}

.text-desc .desc-sec {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}

.team-card {
    margin: 0 0 30px 0;
}

.sub-desc.desc-sec {
    font-size: 14px;
    font-weight: 500;
}

.customers-modal-img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.customers-modal-img img {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.customers-testi-info .customers-name {
    margin: 15px 0 0 0;
}

.customers-testi-info .customers-designation {
    margin: 0 0 0 0;
}

.customers-testimonial-desc {
    margin: 15px 0 0 0;
}

.our-advantage-title .sec-title {
    max-width: 945px;
    width: 100%;
    margin: auto;
    font-size: 31px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 25px;
}

.card.our-advantage-card .card-body {
    padding: 50px;
}

.our-advantage-desc .sec-desc {
    font-size: 17px;
}


/* login page */

.auth {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    /* -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
    position: relative;
    overflow: hidden;
    /* width: 900px; */
    max-width: 100%;
    min-height: 620px;
    -webkit-animation: fadeIn 800ms forwards ease;
    animation: fadeIn 800ms forwards ease;
}

.form-title .sec-desc {
    font-size: 16px;
    margin-bottom: 20px;
}

.auth-input {
    background-color: #f2f2f2;
    border: none;
    padding: 0.7em 1em;
    margin: 0.4em 0;
    width: 100%;
}

.auth-input:focus {
    outline-color: #7367f0;
}

.auth-input-label {
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    font-size: 0.7rem;
    font-weight: bold;
    margin-top: 1em;
    letter-spacing: 1px;
}

.auth-label {
    text-align: left;
    font-size: 0.8rem;
}

.auth-button {
    margin: 1.8em 0 0;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #7367f0;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.05);
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em;
    letter-spacing: 1px;
    cursor: pointer !important;
    background-color: #ffffff;
    color: #7367f0 !important;
    -webkit-transition: -webkit-box-shadow 80ms ease-in;
    transition: -webkit-box-shadow 80ms ease-in;
    -o-transition: box-shadow 80ms ease-in;
    transition: box-shadow 80ms ease-in;
    transition: box-shadow 80ms ease-in, -webkit-box-shadow 80ms ease-in;
}

.auth-button:hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.auth-button-active {
    color: #ffffff !important;
    background-color: #7367f0;
}

.auth-button-close {
    position: absolute;
    top: 25px;
    right: 35px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 22px;
}

.auth-button-close:hover {
    color: #7367f0;
}

.auth-button-close svg line {
    fill: none;
    stroke: #7367f0;
    stroke-width: 5;
    -webkit-transition: stroke-width 300ms ease;
    -o-transition: stroke-width 300ms ease;
    transition: stroke-width 300ms ease;
}

.auth-button-close:hover svg line {
    stroke-width: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.auth-container {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.auth-container .auth-title {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.3rem;
}

.auth-container .auth-sub-title {
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin: 5px 0 0;
}

.auth .row.theme-scrollbar {
    padding-top: 25px;
}

.auth-container form {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2.5em;
    height: 100%;
}

.auth-container form .auth-button-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth-container form .auth-button-container button,
.auth-container form .auth-button-container a {
    width: 100%;
}

.auth-secondary {
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.auth-secondary-secure {
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.auth-main {
    left: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: -webkit-transform 600ms ease-in-out;
    -o-transition: transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
}

.auth-main .auth-main-extra {
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth-main .auth-main-extra .remember .reverse .check {
    stroke-dashoffset: 85;
    -webkit-transition: stroke-dashoffset 250ms linear;
    -o-transition: stroke-dashoffset 250ms linear;
    transition: stroke-dashoffset 250ms linear;
}

.auth-main .auth-main-extra .remember .checked {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.03);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.03);
}

.auth-main .auth-main-extra .remember .auth-remember-check {
    display: none;
    pointer-events: none;
}

.auth-main .auth-main-extra .remember .auth-remember-check:checked+label .check {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 250ms linear;
    -o-transition: stroke-dashoffset 250ms linear;
    transition: stroke-dashoffset 250ms linear;
}

.auth-main .auth-main-extra .remember .auth-remember-text {
    cursor: pointer;
    font-size: 12px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto 3fr;
    grid-template-columns: auto 3fr;
}

.auth-main .auth-main-extra .remember .auth-remember-text svg {
    width: 1.3em;
    stroke-width: 5;
    fill: white;
    margin-right: 1em;
    stroke: #7367f0;
}

.auth-main .auth-main-extra .remember .auth-remember-text .check {
    stroke-dasharray: 85;
    stroke-dashoffset: 85;
    fill: none;
}

.auth-main .auth-main-extra .forgot {
    cursor: pointer;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

.auth-main .auth-main-options {
    position: absolute;
    text-align: center;
    bottom: 5%;
    width: 100%;
    padding: 0 4em;
}

.auth-main .auth-main-options .auth-options-text {
    text-align: center;
}

.auth-main .auth-main-options .auth-options-button {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    color: #7367f0;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}

.auth-active .auth-main {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.auth-active .auth-secondary {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    -webkit-animation: show 0.6s;
    animation: show 0.6s;
}

.auth-active .auth-overlay {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.auth-active .auth-overlay .auth-overlay-container {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.auth-active .auth-overlay .auth-overlay-container .container__left {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

.auth-active .auth-overlay .auth-overlay-container .container__right {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.auth-active-secure .auth-main {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.auth-active-secure .auth-secondary-secure {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    -webkit-animation: show 0.6s;
    animation: show 0.6s;
}

.auth-active-secure .auth-overlay {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.auth-active-secure .auth-overlay .auth-overlay-container {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.auth-active-secure .auth-overlay .auth-overlay-container .container__left {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

.auth-active-secure .auth-overlay .auth-overlay-container .container__right {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.auth-container form,
.secure-login-detail {
    position: relative;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2.5em;
    height: 100%;
    max-width: 650px;
    margin: auto;
    width: 100%;
}

.auth-forgot .auth-main {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.auth-forgot .forgot-password {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.forgot-password {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    position: absolute;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 600ms ease-in-out;
    transition: -webkit-transform 600ms ease-in-out;
    -o-transition: transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
}

.forgot-password .auth-button {
    width: 48%;
    margin-right: auto;
}

.auth-page .authentication-logo {
    position: static;
    margin-bottom: 30px;
}


/* login page */

.stickyContainer {
    position: fixed;
    top: 0;
    bottom: -10px;
    height: 100%;
    right: -100%;
    width: 100%;
    -webkit-transition: right 0.2s ease-out;
    -moz-transition: right 0.2s ease-out;
    -o-transition: right 0.2s ease-out;
    transition: right 0.2s ease-out;
    z-index: 1040;
}

.stickyContainer.active {
    right: 0;
    overflow: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.stickyContainer.active>button {
    opacity: 0;
    visibility: hidden;
}

.stickyContainer>button {
    position: absolute;
    right: 100%;
    bottom: 10px;
    border: none;
    display: block;
    background: #d1202f;
    color: #fff;
    padding: 0 7px;
    width: 137px;
    height: 29px;
    border-radius: 5px 0 0 5px;
    text-align: left;
    z-index: 1000;
}

.stickyContainer>button i {
    font: 1em/29px "AvantGardeGothicITCW01B_731069", Arial, sans-serif;
}

.stickyContainer>button i:before {
    vertical-align: middle;
    font-size: 20px;
    line-height: 29px;
    margin: 0 8px 0 0;
    font-family: "icomoon";
}

.stickyContainer .requestContainer {
    height: 100%;
    position: relative;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAB4BAMAAAA6QXBsAAAAKlBMVEX19vf29/j3+Pj3+Pn5+vr5+vv6+vv6+/v6+/z7+/z7/Pz8/f39/f39/f4MZifhAAACZUlEQVR4XpzNoVEmQRhF0RXA6h9SIIX2n8HgSWICQJDPmImSdsfNe8X1p+6/274/vm6aW/v/fP87/jlfrTtsfJ0P6w4bb2zdYeONrTtsvLF1h403tu6w8cbWHTbe2LrDxhtbd9h4Y+uMjWHrgI1h6xIfsHWJXy7YusQHbJ2xMWydsTH81mJj+LESNoatAzaGrQM2hq0DNoa1AjaGrQM2hrUCNoatAzaGtQI2hq0DNoa1brAxLGv4Zgxb3+AjYGvYOGBr2Dhga9g4YGvYOGBr2Dhga9g4YGvYOGBr2Dhha9g4Y2v4aLH1GJfYGj5KbA0/XyW2hj9LbA0/XT22HuMWW49xi63HuMXWY9xi6zFusfUYt9h6jFtsPcYtth7jFluPcYm1xlg6fzubd5sIYiiMwm5hhHQld7ElUAIECykugOB2Q0In5CQU8CfbC8vImocvPvM4+adD+OEpff1A31fqLb3fIJF9vSQ7jf2SBlqLxsMd20nsf5jWovGI7RT2EdNaMK7YTmCvGNaiccV2GHvFtBaMJ2wHsU8Y1oLxjO0Q9gnTWjSesR3APmNaC8ZLbLuxLzCtBeMVtp3Yl5jWgvEa2y7sK0xrwbjBtgN7g2EtGLfYNrE3mNYKY8C2gT1gWCuMCRtiD5jWCmPEBtgjprXCmLF1sSOOa8UxY+tgZxzXgvGIaS0Yj5jW6owB2z/YATfrgF+G3dgCLh1Ma3XGiK3BpYdprc6YcV7hgjj2WXFnzDgvcAEMa8GYcJ5wAUxrwRhxrrgQprVgzDiPuCCmtWjMON9xYUxrwXgLZ5UNTH0MjK/Uc6IefwETgHmmJ8vG5QAAAABJRU5ErkJggg==") repeat 0 0;
    z-index: 1040;
}

.stickyContainer .requestContainer .btnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #a2aab1;
    border: none;
    background: none;
    font: 1.7em "AvantGardeGothicITCW01D_731075", Arial, sans-serif;
    display: block;
}

.stickyContainer .requestContainer .displayTable {
    max-width: 470px;
    padding: 10px 48px;
    margin: 0 auto;
}

.stickyContainer .requestContainer h3 {
    font: 1.75em "AvantGardeGothicITCW01B_731069", Arial, sans-serif;
    text-align: center;
    margin-bottom: 3px;
}

.stickyContainer .requestContainer h3:after {
    content: "";
    background: #d1202f;
    display: block;
    width: 5px;
    height: 2px;
    margin: 5px auto 0;
}

.stickyContainer .requestContainer p {
    font: 1.3em/13px "TheSansExtraLight", Arial, sans-serif;
    text-align: center;
    margin-bottom: 27px;
}

.stickyContainer.totalContainer {
    left: 0;
    right: 0;
    height: auto;
    top: auto;
}

.stickyContainer>.total {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    border: none;
    display: block;
    background: #555;
    color: #fff;
    padding: 0 7px;
    text-align: center;
    z-index: 1000;
    font: 1.2em "AvantGardeGothicITCW01B_731069", Arial, sans-serif;
}

.stickyContainer>.total h4 {
    display: none;
}

.stickyContainer>.total h4:after {
    content: "";
    width: 45px;
    height: 2px;
    background: #d1202f;
    display: block;
    margin: 10px auto 0;
}

.stickyContainer>.total .Quantity {
    white-space: nowrap;
}

.stickyContainer>.total div {
    padding-top: 8px;
}

.stickyContainer>.total div>span {
    display: inline-block;
    border-left: solid 1px #d1202f;
    padding-left: 10px;
    margin-left: 10px;
}


/* .free-search-widget .container-search .filter-box .cut-dimond  .select2 .select2-selection{
    border: none;
}  */

.free-search-widget .container-search .filter-box .cut-dimond .select2-container .select2-search--inline .select2-search__field {
    height: 100%;
}

.cut-dimond .select2-selection--multiple {
    height: 100%;
    max-height: 38px;
    min-height: 38px;
    border: 1px solid #03a9f4;
    width: 100%;
}

.cut-dimond .select2-container--default .selection {
    margin-top: 0;
    top: 36%;
    z-index: 2;
}

.cut-dimond .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #3595b6;
    color: #fff;
}

.cut-dimond .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #3595b6;
    color: #fff;
}


/* .select2-container--default.select2-container--open::before{
    display: none;
} */

.btn.show-more-filters {
    background-color: #f4f5f7;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.dash-row .show-more-filters {
    width: 100px !important;
    max-width: 100% !important;
}

.col-group span {
    padding: 0;
}

@media (min-width: 768px) {
    .stickyContainer.totalContainer {
        left: auto;
        right: 0;
        width: 217px;
    }
    .stickyContainer>.total h4 {
        font-size: 1.1em;
        margin-bottom: 10px;
        display: block;
    }
    .stickyContainer>button {
        bottom: 138px;
        padding: 8px 13px 0;
        width: 110px;
        height: 160px;
        text-align: center;
    }
    .stickyContainer>button i {
        font-size: 1.8em;
        line-height: 22px;
        width: 90px;
        display: block;
    }
    .stickyContainer>button i:before {
        display: block;
        font-size: 77px;
        line-height: 77px;
        height: 77px;
        margin: 0 0 3px;
    }
    .stickyContainer>.total {
        border-radius: 5px 0 0 5px;
        bottom: 138px;
        padding: 15px;
        width: 215px;
        text-align: center;
        font-size: 1.6em;
    }
    .stickyContainer>.total h4 :after {
        content: "";
        width: 45px;
        height: 2px;
        background: #d1202f;
        display: block;
        margin: 10px auto 0;
    }
    .stickyContainer>.total .Quantity {
        white-space: nowrap;
    }
    .stickyContainer>.total div {
        line-height: 1.4em;
    }
    .stickyContainer>.total div>span {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }
}

.otp-send-send {
    display: none;
}

.form-group.validate-input {
    position: relative;
}

.label-input.input-group-text {
    position: absolute;
    top: 40px;
    right: 9px;
    background: transparent;
    border: none;
}

.forgot-pass-link.backbtn {
    float: left;
}

.table-coloum-border {
    border-left: 1px solid #dadcdf;
}

.table-row {
    border-top: 1px solid #dadcdf;
}

.customer-satisfaction-data .card-body {
    padding: 15px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-10 {
    padding: 10px;
}

.tbl-padding {
    padding: 25px;
}

.fw-600 {
    line-height: 1.2;
    font-weight: 600 !important;
}

.blog__thumb {
    overflow: hidden;
}

.blog__thumb .blog-img {
    position: relative;
    display: block;
    width: 403px;
    height: 250px;
    overflow: hidden;
    margin: 0;
}

.blog__thumb .blog-img img {
    width: 100%;
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

.blog__content {
    border: 1px solid #E7EAEF;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-meta {
    padding: 12px 0px;
    border-bottom: 1px solid #E7EAEF;
}

.blog-meta span:first-child {
    margin-left: 30px;
}

.blog-meta span {
    margin-left: 20px;
    border-right: 1px solid #9CA1AA;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-meta span i {
    margin-right: 10px;
    color: #E48216;
}

.blog__content .blog-text {
    padding: 25px 30px 20px 30px;
}

.blog-info:hover .blog__thumb .blog-img img {
    transform: scale(1.1);
}

.blog-meta span:last-child {
    border-right: none;
    padding-right: 0px;
}

article.blog-info {
    margin-bottom: 30px;
}

.blog__thumb a {
    display: block;
}

.overlay1 {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.ablog-4 {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(10 0 58 / 14%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
    box-shadow: 0px 1px 2px 0px rgb(10 0 58 / 14%);
}

.ablog__img {
    overflow: hidden;
}

.ablog-4:hover img {
    transform: scale(1);
}

.related-blog-slider .blog__thumb .blog-img {
    width: 420px;
}

.blog-details-img img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.dropdown-menu.show {
    display: block;
}

.post-footer {
    padding-top: 10px;
}

.tag-list li {
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
}

.blog-details-desc {
    padding: 0 0 10px 0;
}

.recent-news-img {
    position: relative;
    display: block;
    width: 90px;
    height: 70px;
    overflow: hidden;
    margin: 0;
}

.recent-news-img img {
    width: 100%;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

.recent-desc .sec-desc {
    font-size: 19px;
}

.blog__details-wrapper {
    margin-right: 30px;
}

.related-blog-title .sec-title {
    margin-bottom: 35px;
}

li.categories-list {
    margin-bottom: 10px;
}

.tags-list li a {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0 19px;
    font-size: 14px;
    border: 2px solid #dce1e4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.tags-list li a:hover {
    background: #E48216;
    color: #fff !important;
    border-color: #E48216;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
}

ul.submenulist {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    left: auto;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    max-width: 205px;
    width: 100%;
    z-index: 9;
    border: 1px solid #E7EAEF;
    text-align: left;
    padding: 15px 0;
}

ul.submenulist li a {
    padding: 10px 25px 10px 25px;
    display: block;
    color: #1A1C20;
    position: relative;
}

.header-navigation__nav ul li:hover .submenulist {
    opacity: 1;
    visibility: visible;
    top: 88%;
}

.submenulist {
    position: relative;
}

.submenulist:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #E7EAEF;
    left: 30px;
    top: -6px;
    transform: translateY(-50%);
    background: #fff;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.company-advantage {
    height: 220px;
}

.select2-container--default .select2-selection--single {
    /* border: none; */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* .filter {
        max-width: 93px;
    } */
    .filter {
        max-width: 100px;
    }
    select.form-control:not([size]):not([multiple]) {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .filter {
        max-width: 90px;
    }
    .filter-box.filter-diamond-box .name-filter {
        max-width: 152px !important;
    }
    .filter.width_lable {
        max-width: 115px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .filter-box.filter-diamond-box .name-filter {
        max-width: 149px;
        text-align: center;
        width: 100%;
    }
    .filter {
        width: 100%;
        max-width: 79px;
    }
    .filter.width_lable {
        max-width: 76px;
    }
}

@media (max-width: 574px) {
    .free-search-widget .container-search .filter-box .select2 .select2-selection {
        width: 100%;
    }
}

.layout-sidebar-compact.sidenav-open .sidebar-left {
    left: 0;
}

.select2-container--default::before {
    border-color: #5a5a5a transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 7px;
    margin-left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    content: '';
    opacity: 0.6;
}

.select2-container--below.select2-container--open::before {
    content: '';
    border-color: transparent transparent #5a5a5a transparent;
    border-width: 0 4px 5px 4px;
    border-style: solid;
    right: 7px;
    margin-left: 0px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    opacity: 0.6;
}


/* conteactus */

.contactuscol label {
    color: #fff !important;
}


/* countectus end */

.free-search-widget .free-search-result .results-heading {
    font-size: 28px;
    font-weight: 600;
}

.container-search .row-filter .selection .select2-selection .select2-search .select2-search__field {
    width: 100% !important;
}

.container-search .row-filter .selection .select2-selection .select2-selection__choice__display {
    padding-left: 17px;
}

.diamondsearch-sec .free-search-widget .container-result-search a.back-link {
    font-size: 17px;
}

.free-search-widget .container-search .row-filter .cutsethome,
.free-search-widget .container-search .filter-box .select2 .select2-selection {
    display: inline-block;
}

.free-search-widget .multiply-group-filter .col-group {
    padding: 12px 4px 4px 11px;
}

.free-search-widget .multiply-group-filter .row-filter .col-group {
    align-items: center;
    display: flex;
}

.free-search-widget .multiply-group-filter .row-filter .col-group.set-cut-home {
    gap: 11px;
}

.home-filterbottom {
    margin-bottom: 10px;
}

.acr-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
}

.acr-preloader.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.acr-preloader img {
    width: 100px;
    height: 100px;
}

.container-search .select2-container .select2-selection--multiple {
    height: 18px;
    overflow: scroll;
    overflow-x: hidden;
}

.free-search-widget .container-search .filter-box .select2 .select2-selection {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

.head-btn.btn.transparent-btn:hover {
    border: 1px solid #3597cc;
}

.head-btn.btn.btn-primary:hover {
    color: var(--green) !important;
}

.help-area .lilogin .head-btn.btn.btn-primary {
    border: 1px solid var(--green);
    background-color: transparent;
}

.help-area .lilogin .head-btn.btn.btn-primary:hover {
    background-color: #669934;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.lilogin .head-btn.clspageparentmenu {
    background-color: var(--green);
}

.help-area .limembershipplan .head-btn.btn.transparent-btn {
    border: 1px solid var(--green);
}

.benefits-desc p {
    font-size: 14px;
}

.testis {
    margin-bottom: 20px;
}

.box-plan .plan-heading:hover h2 {
    color: #fff;
}

.image-set-plan {
    overflow: hidden;
    height: 455px;
    width: auto;
    display: block;
}

.owl-carousel .owl-item .image-set-plan img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 11px 11px 0px 0;
}

.des-plan,
.des-plan-multi {
    border: 1px solid #d0d2d3;
}

.des-plan p,
.des-plan-multi .p-img {
    border-bottom: 1px solid #d0d2d3;
    padding: 0 10px;
    margin: 0;
    align-items: center;
    height: 45px;
    display: flex;
    line-height: 19px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #35393d;
    justify-content: center;
}

.des-plan p {
    justify-content: left;
}

.des-plan-multi p {
    justify-content: center;
    align-items: center;
}

.des-plan-multi .p-img img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    height: 19px;
}

.des-plan p:first-child {
    padding-top: 15px;
}

.p-set-all {
    padding-right: 0;
}

.plan-heading,
.plan-heading {
    width: 100%;
    height: 140px;
    border-radius: 10px 10px 0 0;
}

.plan-heading h2,
.plan-heading h2 {
    text-transform: uppercase;
    line-height: 25px;
    font-size: 15px;
    padding: 25px 0 0 0;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 283px;
    margin: 0 auto;
    text-align: center;
}

.view-package-details {
    position: absolute;
    bottom: -26px;
    width: 100%;
    text-align: center;
}

.middle-part {
    margin-top: auto;
    width: 100%;
    background: #f0f3f2;
    padding: 10px;
    height: 315px;
}

.plans-text .wrapper-title {
    display: flex;
    justify-content: center;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.plan-desc p {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
}

.plan-heading:hover h2 {
    color: #000;
}

.panel-set-multi .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    right: 50px;
    bottom: 0px;
    top: auto;
}

.panel-set-multi .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0px;
    top: auto;
}

.panel-set-multi .owl-carousel .owl-nav {
    top: auto;
    bottom: -33px;
}

.panel-set-multi .owl-carousel .owl-nav button.owl-prev span,
.panel-set-multi .owl-carousel .owl-nav button.owl-next span {
    height: 25px;
    width: 38px;
    font-size: 29px;
    font-weight: 500;
    background-color: #D7E3D0;
    border-radius: 100%;
    padding: 0px 15px 1px 16px;
}

.ssescrhom.cut-dimond .select2.select2-container {
    width: 100% !important;
}

.set-width-cut {
    width: 100%;
}

.free-search-widget .container-search .filter-box .set-width-cut .select2 .select2-selection {
    overflow: hidden;
}

.free-search-widget .container-search .filter-box .set-width-cut .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999e9f;
}

.free-search-widget .container-search .filter-box .set-width-cut .select2-selection.select2-selection--single,
.free-search-widget .container-search .filter-box .set-width-cut .select2.select2-container.select2-container--default {
    width: 100% !important;
}

.filter-containernew,
.color-filter,
.filter-labdata {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    max-width: 93%;
    height: 110px;
}

.color-filter {
    height: 66px;
    width: 100%;
}

.filter-labdata {
    width: 100%;
    max-width: 90%;
}

.filter-container.shapall-newdimond,
.filter-container.filter-newcolo,
.filter-container.lab-datane {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 70px;
    overflow: hidden;
    max-width: 100%;
}

.filter-container.lab-datane {
    height: 80px;
}

.filter-container.filter-newcolo {
    height: 75px;
}

.filter-container.shapall-newdimond .filter-containernew .filter,
.filter-container.lab-datane .filter-labdata .filter {
    width: 100%;
    max-width: 10%;
}

.filter-container.shapall-newdimond .filter-containernew {
    max-width: 90%;
}

.filter-container.filter-newcolo .color-filter .filter {
    width: 100%;
    max-width: 100%;
    flex: 6%;
}

.filter-container.filter-newcolo.show-more-container .color-filter .filter {
    flex: none;
    max-width: 85px;
}

.filter-container.shapall-newdimond .btn.show-more-filters,
.filter-container.filter-newcolo .btn.show-more-filters,
.filter-container.lab-datane .btn.show-more-filters {
    width: 100%;
    max-width: 7%;
    height: 66px;
    background-color: #f4f5f7;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.filter-container.filter-newcolo .btn.show-more-filters {
    margin-right: 0;
    margin-top: 0;
    max-width: 10%;
    height: 67px;
}

.filter-container.lab-datane .btn.show-more-filters {
    max-width: 10%;
}

.filter-container.shapall-newdimond .filter.custom-checkbox.set-shapedata:first-child label {
    margin-left: 0;
}

.filter-container.lab-datane.show-more-container .filter {
    flex: none;
    max-width: 132px;
}

.DiamondSearchDataDiv .shape-group .row-filter {
    padding: 5px 0 5px 0px;
}

.DiamondSearchDataDiv .dset-smoblie .sizesetall {
    margin-left: 0;
}

.DiamondSearchDataDiv .dset-smoblie .sizesetall.set-sizepaddingdata {
    padding-left: 0;
}

.filter-container.shapall-newdimond.show-more-container,
.filter-container.filter-newcolo.show-more-container,
.filter-container.lab-datane.show-more-container {
    height: auto;
    overflow: visible;
    background: #fff;
    z-index: 99;
    padding: 5px 46px 5px 5px;
}

.shapall-newdimond.show-more-container .filter-containernew,
.filter-newcolo.show-more-container .color-filter,
.lab-datane.show-more-container .filter-labdata {
    max-width: 92.5%;
    height: auto;
}

.row-filter.dash-row.lab-data {
    padding-bottom: 0;
    padding-right: 0;
}

.lab-datane.show-more-container .filter-labdata {
    max-width: 95.5%;
}

.filter-container.shapall-newdimond .btn.show-more-filters {
    margin-top: 0;
}

.row-filter.dash-row.lab-data.color-p {
    padding-top: 13px;
    padding-left: 0;
}

.filter-container.filter-newcolo .color-filter .filter.dimond-claritywi:first-child label,
.filter.dimond-claritywi.custom-checkbox:first-child label {
    margin-left: 0;
}

.row-filter.dash-row.set-dimondcla {
    padding-left: 0;
}

.filter-newcolo .custom-control-label {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-container.lab-datane .btn.show-more-filters {
    margin-top: 22px;
    height: 62px;
}

.set-sizefilter .filter.width_lable {
    width: 100%;
    max-width: 100%;
    flex: 7.5%;
}

.filter-parcelshape,
.filter-parcel-color {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    overflow: hidden;
    max-width: 91%;
}

.colorparcelDiv .filter-container .btnparcelcolorshowmore {
    width: 100%;
    max-width: 9%;
}

.filter-container.show-more-container .filter-parcel-color {
    height: auto;
}

.colorparcelDiv .filter-container {
    max-width: 100%;
}

.filter-parcelshape .filter {
    display: block;
    width: 100%;
    max-width: 10%;
}

.setparcelshape .btnparcelshapshowmore {
    width: 100%;
    max-width: 10%;
}

.setparcelshape .btnparcelshapshowmore {
    width: 100%;
    max-width: 9%;
    height: 68px;
    margin-top: 0;
}

.setparcelshape .filter-container.show-more-container {
    height: auto;
}

.filter-container.show-more-container .filter-parcelshape {
    max-width: 94%;
}

.filter.set-filternewdata {
    width: 100%;
    max-width: 104px;
    flex: none;
}


/* .filter-container.show-more-container .filter {
    flex: none;
    max-width: 134px;
} */

.set-lable-datadelete {
    height: 0;
    width: 0;
    margin-left: 36px;
    background: transparent;
    margin-top: 5px;
}

.custom-control-input:checked~.set-lable-datadelete.custom-control-label {
    background-color: transparent;
}

.setparcelshape .filter-container .filter-parcelshape {
    height: auto;
}

.setparcelshape .filter-container {
    max-width: 100%;
}

.filter-container.set-sizefilter .custom-control-label {
    margin: 0;
}

.filter-container.set-sizefilter {
    width: 100%;
    max-width: 100%;
}

.sizesearset .filter-container.set-sizefilter,
.filter-newcolo .color-filter {
    width: 90%;
}

.filter-container.set-sizefilter.show-more-container {
    max-width: 98%;
}

.filter-container.set-sizefilter.show-more-container .custom-control-label.twolinedata {
    margin: 0 10px 0 0;
}

.filter-container.set-sizefilter.show-more-container .filter.width_lable {
    flex: 0;
}

.filter-container.shapall-newdimond .show-more-filters.btnshapshowmore {
    max-width: 10%;
    width: 100%;
}

.btn.show-more-filters.size-filterset {
    background-color: #f4f5f7;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 100%;
    max-width: 7%;
    margin-top: 0;
    height: 61px;
}

.size_p .btn.show-more-filters.size-filterset {
    max-width: 8%;
}

.row-filter.dash-row.size_p,
.row-filter.dash-row.dset-smoblie {
    padding: 0;
}

.set_dis_deta .metalpurity1 {
    text-align: center;
    width: 100%;
    display: block;
}

.searchmoredetail3 .set_dis_deta li b {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.searchmoredetail3 .set_dis_deta li {
    text-align: center;
}

.size_p .btn.show-more-filters.size-filterset.show-more-open {
    margin-top: 26px;
}

.filter-container.filter-newcolo.show-more-container {
    margin-top: 15px;
    padding-left: 0;
}

.form-group .show-more-container {
    margin-top: 15px;
}

.colorparcelDiv.form-group .show-more-container {
    margin-top: -11px;
}

.colorparcelDiv .filter-container {
    margin-top: -14px;
}

.filter-container.show-more-container .filter {
    flex: none;
    max-width: 126px;
}

.setparcelshape .filter-container {
    height: 72px;
}

.setparcelshape .filter-container .filter-parcelshape label {
    height: 67px;
}

.btn-primary.set-color {
    background-color: var(--green);
}

.set-color.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.head-btn.btn.btn-primary.set-color:hover {
    color: var(--green) !important;
    border: 1px solid var(--green);
}

.set-color.btn-primary:not(:disabled):not(.disabled):active,
.head-btn.btn.transparent-btn:hover,
.header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.head-btn.btn.transparent-btn {
    background-color: var(--green);
    border-color: var(--green);
}

.limembershipplan .head-btn.btn.transparent-btn,
.header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.head-btn.btn.btn-primary {
    border: 1px solid var(--green);
}

.header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.head-btn.btn.btn-primary {
    color: var(--green);
}

@media (max-width: 1880px) {
    .filter-container.shapall-newdimond .filter-containernew .filter,
    .filter-container.lab-datane .filter-labdata .filter {
        max-width: 133px;
    }
    /* .set-sizefilter .filter.width_lable {
        max-width: 73px;
    } */
    .filter-container.filter-newcolo .color-filter .filter {
        max-width: 83px;
    }
    .sizesearset .filter-container.set-sizefilter {
        width: 85%;
    }
}

@media (min-width: 1410px)and (max-width: 1600px) {
    .sec-desc.becomememberdetail p {
        font-size: 17px;
    }
    .colorparcelDiv .filter-container .filter-parcel-color {
        max-width: 100%;
    }
    .colorparcelDiv .filter-container .btnparcelcolorshowmore {
        max-width: 10%;
    }
    .filter-container.show-more-container .filter {
        max-width: 99px;
    }
    .dis_newprice {
        padding-left: 0;
    }
    .sehom .counter-title {
        font-size: 14px;
    }
    .sc-counter {
        font-size: 20px;
    }
    .flu-group .filter {
        max-width: 119px;
    }
    .filter-container.show-more-container.setfluorescence_filter {
        max-width: 100%;
    }
    /* .filter-container.set-sizefilter {
        width: 100%;
        max-width: 90%;
    } */
    /* .filter-container.set-sizefilter {
        width: 100%;
        max-width: 92%;
    } */
    .filter-container.shapall-newdimond .filter-containernew .filter,
    .filter-container.lab-datane .filter-labdata .filter {
        width: 100%;
        max-width: 10%;
        /* flex: 10%; */
    }
    .filter-container.shapall-newdimond .filter-containernew .filter {
        max-width: 10%;
        /* flex: none; */
    }
    .shapall-newdimond.show-more-container .filter-containernew,
    .filter-newcolo.show-more-container .color-filter,
    .lab-datane.show-more-container .filter-labdata {
        max-width: 93.5%;
    }
    .filter-container.filter-newcolo.show-more-container .color-filter .filter {
        flex: none;
        max-width: 8%;
    }
    .size_p .btn.show-more-filters.size-filterset {
        max-width: 8.4%;
    }
    /* .set-sizefilter .filter.width_lable {
        max-width: 70px;
    } */
    .set-sizefilter .filter.width_lable {
        max-width: 100%;
    }
    .filter-container.filter-newcolo .color-filter .filter {
        width: 100%;
        max-width: 100%;
        flex: 8%;
    }
    .filter-newcolo.show-more-container .color-filter {
        max-width: 94%;
    }
    .savani-title .sec-title,
    .benefits-title .sec-title,
    .help-title .sec-title,
    .inr-testimonial-title .sec-title {
        font-size: 30px;
    }
    .customers-desc p {
        font-size: 13px;
    }
    .viewmore-link .see-more-link {
        font-size: 18px;
    }
    .benefits-desc p,
    .customers-designation p {
        font-size: 15px;
    }
    .benefits-title .sec-desc {
        font-size: 19px;
    }
    .member-access-info li {
        font-size: 17px;
    }
    .footer-widget__navigation li a {
        font-size: 15px;
    }
    .welcome-to-info .sec-title h2 {
        font-size: 26px;
    }
    .sec-data-desc .sec-desc {
        font-size: 17px;
    }
    .filter-container.filter-newcolo.show-more-container .color-filter {
        width: 100%;
    }
    .filter-newcolo.show-more-container .color-filter {
        max-width: 98%;
    }
}

@media(max-width: 1400px) {
    .show-more-filters {
        width: 47px;
        height: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1409px) {
    .header-area.header-sticky.is-sticky .header-navigation-area-dark .header-navigation__nav nav>ul>li>a.head-btn.btn.transparent-btn {
        font-size: 15px;
        padding: 14px 4px;
    }
    .searchmoredetail3 .set_dis_deta li b {
        font-size: 10px;
    }
    .sehom .counter-title {
        font-size: 14px;
    }
    .sc-counter {
        font-size: 20px;
    }
    .filter-container.lab-datane .btn.show-more-filters {
        max-width: 10%;
    }
    .lab-datane.show-more-container .filter-labdata {
        max-width: 94.5%;
    }
    .filter-container.shapall-newdimond .filter-containernew .filter,
    .filter-container.lab-datane .filter-labdata .filter {
        width: 100%;
        max-width: 100%;
        flex: 10%;
    }
    .filter-container.shapall-newdimond.show-more-container .filter-containernew .filter {
        flex: none;
        max-width: 80px;
    }
    .filter-container.shapall-newdimond .btn.show-more-filters,
    .filter-container.filter-newcolo .btn.show-more-filters,
    .filter-container.lab-datane .btn.show-more-filters {
        max-width: 12%;
    }
    .filter-container.lab-datane .btn.show-more-filters,
    .filter-container.filter-newcolo .btn.show-more-filters,
    .filter-container.shapall-newdimond .show-more-filters.btnshapshowmore {
        max-width: 10%;
    }
    .set-sizefilter .filter.width_lable {
        max-width: 66px;
    }
    .filter-container.filter-newcolo .color-filter .filter {
        width: 100%;
        max-width: 100%;
        flex: 8%;
    }
    .size_p .btn.show-more-filters.size-filterset {
        max-width: 15%;
    }
    .home-page .logo p {
        font-size: 22px;
    }
    .footer-widget__title {
        font-size: 15px;
    }
    .footer-widget__navigation li a {
        font-weight: 400;
        font-size: 14px;
    }
    .footer-widget.subscribe-btn a {
        font-size: 13px;
        line-height: 14px;
        padding: 10px 6px;
    }
    .frequently-askque-list ul {
        margin-bottom: 40px;
    }
    .wrapper-title {
        font-size: 16px;
    }
    .frequently-askque-sec .sec-info {
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .testimonial-data.sec-info {
        margin-bottom: 13px;
        margin-top: 3px;
    }
    .testimonial-data.sec-info .sec-title {
        margin-bottom: 0;
    }
    .sec-title {
        font-size: 29px;
    }
    .sec-desc {
        font-size: 18px;
    }
    .customers-desc {
        margin-top: 15px !important;
    }
    .our-customers-data.sec-info {
        margin-bottom: 10px;
    }
    .section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .jewelrysuits-data.sec-info {
        margin-bottom: 0;
    }
    .free-search-widget h3 {
        font-size: 19px;
        padding: 20px 0;
    }
    .banner-content .banner-title {
        font-size: 45px;
    }
    .banner-desc p {
        font-size: 26px;
        text-align: left;
    }
    .home-page .header-navigation-area-dark .header-navigation__nav nav>ul>li>a {
        padding: 12px 2px;
    }
    .buy-jewelry-img {
        width: 550px;
    }
    .sec-desc-pra,
    .miss-viss-desc p,
    .welcome-desc p,
    .savani-desc.commonbannerdescr,
    .benefits-desc p {
        font-size: 15px;
    }
    .member-access-bg {
        width: 569px;
    }
    .buy-jewelry-desc,
    .member-access-info li,
    .customers-designation p {
        font-size: 14px;
    }
    .customers-desc p {
        font-size: 13px;
    }
    .viewmore-link .see-more-link {
        font-size: 18px;
    }
    .miss-viss-title .sec-desc {
        font-size: 19px;
        font-weight: 500;
    }
    .sec-data-desc .sec-desc {
        font-size: 16px;
        font-weight: 400;
    }
    .things-sec .sec-title {
        font-size: 26px;
    }
    .welcome-to-info .sec-title h2 {
        font-size: 24px;
    }
    .our-advantage-title .sec-title {
        font-size: 25px;
    }
    .our-advantage-info .sec-title {
        font-size: 27px;
    }
    .our-advantage-data p {
        font-size: 15px;
    }
    .company-advantage,
    .other-info.tbl-padding {
        font-size: 14px;
    }
    .tbl-padding {
        padding: 15px;
    }
    .company-advantage {
        height: 143px;
    }
    a.forgot-pass-link {
        font-size: 12px;
    }
    .sec-desc .login-desc {
        font-size: 20px;
    }
    .sec-desc.plan-desc p {
        font-size: 14px;
    }
    .middle-part .price {
        font-size: 37px;
    }
}

@media (max-width: 1199px) {
    .sizesearset .filter-container.set-sizefilter {
        width: 78%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-content {
        max-width: 550px;
    }
    .sehom .counter-title {
        font-size: 14px;
    }
    .sc-counter {
        font-size: 20px;
    }
    .clarityDiv .filter-container {
        max-width: 100%;
    }
    .filter-container.filter-newcolo .color-filter .filter {
        width: 100%;
        max-width: 100%;
        flex: 12%;
    }
    .filter-container.shapall-newdimond .filter-containernew .filter,
    .filter-container.lab-datane .filter-labdata .filter {
        width: 100%;
        max-width: 100%;
        flex: 10%;
    }
    .size_p .btn.show-more-filters.size-filterset {
        max-width: 13%;
    }
    .filter-container.filter-newcolo .color-filter .filter {
        max-width: 62px;
    }
    .filter-container.shapall-newdimond .btn.show-more-filters,
    .filter-container.filter-newcolo .btn.show-more-filters,
    .filter-container.lab-datane .btn.show-more-filters {
        max-width: 14%;
    }
    .filter-container.lab-datane .btn.show-more-filters {
        max-width: 10%;
    }
    .filter-container.shapall-newdimond .show-more-filters.btnshapshowmore {
        max-width: 10%;
    }
    .banner-content .banner-title {
        font-size: 38px;
    }
    .banner-desc p {
        font-size: 23px;
        text-align: left;
    }
    .head-btn.btn {
        padding: 9px 7px;
        min-width: 113px;
    }
    .header-navigation__nav nav>ul>li {
        margin-right: 17px;
    }
    .free-search-widget h3 {
        font-size: 18px;
        padding: 15px 0;
    }
    .sec-title {
        font-size: 27px;
    }
    table thead {
        min-width: 1500px;
    }
    .testimonials .customers-testimonials .item {
        padding: 30px 0 0 0;
    }
    .frequently-askque-sec .sec-info {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .home-page .logo p {
        font-size: 19px;
    }
    .footer-widget__title {
        font-size: 17px;
        font-weight: 500;
    }
    .footer-widget__navigation li a {
        font-size: 13px;
    }
    .footer-widget.subscribe-btn a {
        padding: 6px;
    }
    .frequently-askque-tab .card-body p {
        font-size: 14px;
    }
    .frequently-askque-tab .btn-link {
        font-size: 16px;
    }
    .wrapper-title {
        font-size: 17px;
    }
    .frequently-askque-sec .sec-info {
        margin-top: 0;
        margin-bottom: 13px;
    }
    .sec-desc {
        font-size: 19px;
    }
    .jewelry-content-meta .btn {
        line-height: 14px;
    }
    .sec-desc-pra {
        font-size: 15px;
    }
    .buy-jewelry-img {
        width: 451px;
    }
    .buy-jewelry-desc {
        font-size: 13px;
    }
    .buy-jewelry-title .sec-title {
        font-size: 25px;
    }
    .member-access-bg {
        width: 450px;
    }
    .member-access-info li {
        font-size: 15px;
    }
    .member-access-title h2 {
        font-size: 20px;
    }
    .benefits-info .card {
        padding: 9px;
    }
    .benefits-desc p {
        font-size: 12px;
    }
    .benefits-title .sec-desc {
        font-size: 17px;
    }
    .customers-desc p {
        font-size: 13px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -2px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 3px;
    }
    .sec-desc.becomememberdetail p {
        font-size: 15px;
    }
    .customers-name .wrapper-title {
        font-size: 19px;
        font-weight: 600;
    }
    .viewmore-link .see-more-link {
        font-size: 17px;
    }
    .trusted-img.buy-jewelry-img {
        width: 451px;
        height: 301px;
    }
    .welcome-to-info .sec-title h2 {
        font-size: 22px;
        font-weight: 500;
    }
    .welcome-desc p {
        font-size: 14px;
    }
    .things-sec .sec-title {
        font-size: 28px;
    }
    .sec-data-desc .sec-desc {
        font-size: 15px;
        font-weight: 400;
    }
    .miss-viss-desc p {
        font-size: 14px;
    }
    .our-advantage-title .sec-title {
        font-size: 24px;
    }
    .company-advantage,
    .other-info.tbl-padding {
        height: auto;
        font-size: 14px;
    }
    .tbl-padding {
        padding: 15px;
    }
    .main-line h1 {
        font-size: 35px;
    }
    .main-desc .sec-desc {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .savani-info {
        padding: 0;
    }
    .sehom .counter-title {
        font-size: 14px;
    }
    .sc-counter {
        font-size: 20px;
    }
    .filter-container.filter-newcolo .color-filter .filter {
        flex: 12%;
    }
    .filter-container.shapall-newdimond .btn.show-more-filters,
    .filter-container.filter-newcolo .btn.show-more-filters,
    .filter-container.lab-datane .btn.show-more-filters {
        max-width: 15%;
    }
    .filter-container.lab-datane .btn.show-more-filters {
        max-width: 10%;
    }
    .intensityDiv .show-more-filters.btnintensityshowmore {
        height: 60px;
        margin-top: 34px;
    }
    .flu-group .filter {
        max-width: 122px;
    }
    .filter-container.filter-newcolo .btn.show-more-filters {
        max-width: 10%;
    }
    .filter-box .custom-control-label.twolinedata {
        padding: 5px 10px !important;
    }
    .filter-container.shapall-newdimond .filter-containernew .filter {
        width: 100%;
        max-width: 100%;
        flex: 15%;
    }
    .filter-container.lab-datane .filter-labdata .filter {
        flex: 12%;
    }
    /* .filter-container.shapall-newdimond .show-more-filters.btnshapshowmore {
        max-width: 10%;
    } */
    .filter-container.shapall-newdimond .show-more-filters.btnshapshowmore {
        max-width: 15%;
    }
    .set-sizefilter .filter.width_lable {
        max-width: 70px;
    }
    .filter.dimond-claritywi {
        max-width: 62px;
    }
    .size_p .btn.show-more-filters.size-filterset {
        max-width: 23%;
    }
    .free-search-widget .multiply-group-filter .row-filter .col-group.set-cut-home.setpolish-data {
        display: block;
    }
    .sec-desc-pra {
        font-size: 13px;
    }
    .jewtp {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .member-access-bg {
        width: 100%;
    }
    .sec-desc.text-gray {
        font-size: 15px;
    }
    .transparent-btn.clspageparentmenu {
        margin-top: 18px;
    }
    /************** Gautam By media query Start ****************/
    .free-search-widget .form-group {
        flex-direction: column;
        padding-bottom: 10px;
    }
    .filter-box .name-filter {
        border-right: none;
        border-left: none;
    }
    .free-search-widget .filter-box .name-filter {
        max-width: 100%;
        padding: 15px;
    }
    .free-search-widget .row-filter {
        border-right: none;
        width: 100%;
        flex-direction: column;
        padding: 5px 5px 5px 5px;
    }
    .show-more-filters {
        position: static;
        width: 100%;
        height: 30px;
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .filter-container.show-more-container .filter {
        max-width: 98px;
    }
    .show-more-filters .text {
        display: block;
        margin-right: 10px;
        font-size: 13px;
    }
    .show-more-filters .text:nth-child(2) {
        display: none;
    }
    .form-group .show-more-container {
        padding: 5px;
    }
    .size-group .row-filter {
        flex-direction: row;
    }
    .filter-box .custom-control-label {
        margin: 0 2px;
    }
    .row.set-border .col-6 {
        margin-bottom: 0 !important;
    }
    .form-group label {
        font-weight: 500;
        font-size: 13px;
        width: 72px;
        margin-right: 15px;
    }
    .row.set-border {
        margin-bottom: 15px;
        align-items: center;
    }
    .free-search-widget .container-search .filter-box .select2 .select2-selection {
        width: 100%;
    }
    .size-group .form-control {
        width: 100%;
    }
    .row-filter.dash-row.lab-data {
        padding-bottom: 0;
        padding-right: 0;
    }
    .row-filter.dash-row {
        padding-right: 15px;
    }
    .dash-row .arrow-btn1.shpesm {
        display: none;
    }
    .dash-row .show-more-filters {
        width: 63px !important;
    }
    .dash-row .show-more-filters {
        width: 100% ! important;
        position: absolute;
        top: unset;
        bottom: -50px;
        height: 30px !important;
    }
    .row-filter.dash-row.lab-data {
        margin-bottom: 50px;
    }
    /************** Gautam By media query End ****************/
}

@media (min-width: 768px) and (max-width: 991px) {
    .setres .logo {
        margin-left: 15px;
    }
    .head-btn.btn {
        padding: 9px 10px;
        min-width: 110px;
    }
    .banner-content {
        max-width: 392px;
    }
    .banner-desc p {
        font-size: 18px;
        text-align: left;
    }
    .banner-content .banner-title {
        font-size: 29px;
    }
    .free-search-widget h3 {
        font-size: 15px;
        padding: 15px 0;
    }
    .filter-box .name-filter {
        font-size: 15px;
        max-width: 150px;
    }
    table thead {
        min-width: 1500px;
    }
    .section-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sec-title {
        font-size: 25px;
    }
    .sec-desc {
        font-size: 18px;
    }
    .jewelrysuits-info-slider .item {
        padding: 10px 0;
    }
    .jewelry-content-meta .btn {
        line-height: 14px;
    }
    .frequently-askque-sec .sec-info {
        margin-bottom: 16px;
        margin-top: 0;
    }
    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .frequently-askque-tab .btn-link {
        font-size: 16px;
    }
    .frequently-askque-tab .card-body p {
        font-size: 13px;
    }
    .footer-widget__navigation li a {
        font-size: 13px;
    }
    .footer-widget__title {
        font-size: 15px;
        font-weight: 600;
    }
    .buy-jewelry-img {
        width: 100%;
        margin-bottom: 30px;
        height: 400px;
    }
    .buy-jewelry-desc p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }
    .buy-jewelry-title .sec-title {
        font-size: 21px;
    }
    .member-access-bg {
        margin-bottom: 30px;
    }
    .member-access-info li {
        font-size: 15px;
    }
    .benefits-info .card {
        padding: 10px;
    }
    .benefits-desc p {
        font-size: 15px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -2px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -1px;
    }
    .customers-designation p {
        font-size: 14px;
    }
    .customers-desc p {
        font-size: 13px;
    }
    .viewmore-link .see-more-link {
        font-size: 18px;
    }
    .sec-desc.becomememberdetail p {
        font-size: 15px;
    }
    .customers-name .wrapper-title {
        font-size: 18px;
    }
    .welcome-desc p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .miss-viss-desc p {
        font-size: 14px;
    }
    .sec-data-desc .sec-desc {
        font-size: 14px;
        font-weight: 400;
    }
    .our-advantage-title .sec-title {
        font-size: 23px;
    }
    .our-advantage-desc p {
        font-size: 14px;
    }
    .our-advantage-info .sec-title {
        font-size: 21px;
    }
    .our-advantage-info .sec-desc {
        font-size: 16px;
    }
    .our-advantage-data p {
        font-size: 15px;
    }
    .company-advantage {
        height: auto;
        font-size: 13px;
    }
    .other-info.tbl-padding {
        padding: 15px;
        font-size: 13px;
    }
    .informative-section p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .main-line h1 {
        font-size: 33px;
    }
    .main-desc .sec-desc {
        font-size: 14px;
    }
    .sec-desc .login-desc {
        font-size: 20px;
    }
    .login-inner-wrapper {
        padding: 4px;
    }
    .login-left-side {
        bottom: 47%;
    }
    .view-package-details {
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .informative-section strong span {
        font-size: 25px !important;
    }
    .set-width-cut {
        width: auto;
    }
    .row-filter.set-finesdh-data {
        width: calc(100% - 128px);
    }
    .size-group .form-inline label {
        font-size: 14px;
    }
    .free-search-widget .filter-box .name-filter {
        padding: 7px;
        font-size: 14px;
    }
    .size-group .form-control {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .banner-content {
        max-width: 322px;
    }
    .banner-content .banner-title {
        font-size: 24px;
    }
    .banner-desc p {
        font-size: 15px;
        text-align: left;
    }
    .filter-box .name-filter {
        font-size: 15px;
        max-width: 150px;
    }
    .size-group .form-inline:first-child {
        padding-left: 4px;
    }
    .size-group .form-inline {
        margin-right: 12px;
    }
    .form-inline .form-control {
        width: 100%;
    }
    .row-filter {
        padding-right: 0px;
    }
    table thead {
        min-width: 1500px;
    }
    .banner-info {
        background-position: 3px 7px;
    }
    .sec-title {
        font-size: 19px;
    }
    .free-search-widget h3 {
        font-size: 14px;
        padding: 8px 0;
    }
    .results-heading {
        font-size: 22px;
    }
    .diamondsearch-sec .free-search-widget .container-result-search a.back-link {
        font-size: 15px;
    }
    .section-space {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .frequently-askque-list ul {
        grid-template-columns: 1fr 1fr;
    }
    .frequently-askque-tab .btn-link {
        font-size: 14px;
    }
    .frequently-askque-tab .card-body p {
        font-size: 12px;
    }
    .customers-desc p {
        font-size: 14px;
    }
    .customers-designation,
    .wrapper-title {
        font-size: 15px;
    }
    .footer-widget__navigation li a {
        font-size: 13px;
    }
    .footer-widget__title:first-child {
        font-weight: 600;
    }
    .footer-widget.subscribe-btn a {
        line-height: 20px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -23px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -28px;
    }
    .buy-jewelry-img {
        width: 100%;
        height: 400px;
        margin-bottom: 25px;
    }
    .buy-jewelry-desc p {
        font-size: 13px;
    }
    .member-access-info li {
        font-size: 15px;
    }
    .benefits-desc p {
        font-size: 14px;
    }
    .inr-testimonial-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .inr-testimonial-slider .owl-carousel .owl-nav button.owl-next {
        right: -1px;
    }
    .viewmore-link .see-more-link {
        font-size: 18px;
    }
    .sec-desc.becomememberdetail p {
        font-size: 15px;
    }
    .footer-widget.subscribe-btn a {
        line-height: 20px !important;
    }
    .trusted-img.buy-jewelry-img {
        width: 100%;
        height: 343px;
        margin-bottom: 25px;
    }
    .trusted-info-title .sec-title {
        font-size: 20px;
    }
    .trusted-info p {
        font-size: 14px;
    }
    .welcome-to-info .sec-title h2 {
        font-size: 21px;
    }
    .welcome-desc p {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .sec-data-desc .sec-desc {
        font-size: 16px;
    }
    .miss-viss-desc p {
        font-size: 14px;
    }
    .border-box-right {
        border-right: none;
    }
    .our-advantage-title .sec-title {
        font-size: 20px;
    }
    .our-advantage-desc p {
        font-size: 14px;
    }
    .company-advantage {
        height: auto;
        font-size: 14px;
    }
    .tbl-padding {
        padding: 15px;
    }
    .other-info.tbl-padding {
        font-size: 14px;
    }
    .our-advantage-data p {
        font-size: 17px;
        font-weight: 500;
    }
    .informative-section p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .auth,
    .login-wrpper {
        height: auto;
        min-height: auto;
    }
    .plan-heading,
    .plan-heading {
        height: 104px;
    }
    .price-middle-part {
        top: -42px;
    }
    .plans-text .sec-desc {
        font-size: 12px;
    }
    .plans-text {
        height: 59px;
    }
    .image-set-plan {
        height: 390px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .banner-content {
        max-width: 298px;
        text-align: center;
    }
    .banner-desc p {
        font-size: 16px;
        text-align: center;
        display: flex;
        margin-left: 130px;
        justify-content: end;
        align-items: center;
        margin-bottom: 33px;
    }
    .banner-content .banner-title {
        font-size: 21px;
        margin-bottom: 10px;
        margin-left: 90px;
    }
    .banner-content .banner-title {
        font-size: 22px;
    }
    .banner-section .item-banner {
        padding: 0;
        min-height: 100%;
        max-height: 100%;
    }
    .banner-info {
        background-position: 90px 2px;
    }
    .banner-content .banner-title {
        font-size: 21px;
    }
    .sec-title {
        font-size: 17px;
    }
    .diamond-serchimg {
        max-width: 32px;
        margin-right: 10px;
    }
    .free-search-widget h3 {
        font-size: 12px;
        padding: 5px 3px;
    }
    .filter-box .name-filter {
        max-width: 134px;
        padding: 43px 8px 25px;
        min-width: 76px;
    }
    .row-filter {
        border-right: none;
    }
    .filter {
        width: 100%;
        max-width: 75px;
    }
    .size-group .form-inline:first-child {
        padding-left: 7px;
    }
    .size-group .form-inline {
        margin-right: 7px;
    }
    .row-filter {
        width: calc(100% - 0px);
        padding-right: 0;
    }
    .filter-box .send-btn {
        min-width: 95px;
    }
    .filter-box .reset-btn {
        min-width: 101px;
    }
    table thead {
        min-width: 1500px;
    }
    .setresscre {
        margin-left: 0;
        margin-top: 15px;
    }
    .setresscre b {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .setresscre .form-control {
        margin-left: 6px !important;
        margin-top: 0;
        margin-right: 7px;
    }
    .ht-btn--transparent.btn-white {
        line-height: 18px;
    }
    .setresmos {
        padding: 0 30px;
    }
    .testimonials .customers-testimonials .item {
        padding: 35px 7px 0 7px;
    }
    .wrapper {
        margin: 20px auto;
    }
    .frequently-askque-list ul {
        gap: 14px;
    }
    .frequently-data-info {
        padding: 13px 7px;
        width: 103px;
    }
    .frequently-data-img img {
        max-width: 42px;
    }
    .wrapper-title {
        font-size: 12px;
    }
    .frequently-askque-tab .card {
        margin: 10px 0px;
    }
    .frequently-askque-tab .card .card-header {
        padding: 10px 5px;
    }
    .frequently-askque-tab .btn-link {
        font-size: 10px;
    }
    .frequently-askque-tab .card-body {
        padding: 5px;
        font-size: 9px;
    }
    .sec-desc {
        font-size: 13px;
    }
    .frequently-askque-sec .sec-info {
        margin-bottom: 8px;
        margin-top: 0;
    }
    .testimonial-title .sec-title {
        margin-bottom: 5px;
    }
    .mobile_footer li.mobile-center a {
        top: -24px;
        width: 50px;
        height: 50px;
        padding: 11px;
    }
    .jewelrysuits-section.section-space {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -12px;
    }
    .footer-widget__navigation li a {
        font-size: 12px;
    }
    .footer-widget__title:first-child {
        margin-bottom: 10px;
    }
    .footer-widget.subscribe-btn a {
        font-size: 11px;
        line-height: 19px !important;
    }
    .buy-jewelry-img {
        width: 100%;
        height: 230px;
        margin-bottom: 20px;
    }
    .buy-jewelry-desc p {
        font-size: 12px;
    }
    .buy-jewelry-title .sec-title {
        font-size: 17px;
        margin-bottom: 6px;
        line-height: 23px;
    }
    .commonbannerimg {
        background-size: cover;
    }
    .member-access-bg img {
        margin: 0;
    }
    .member-access-info li {
        font-size: 14px;
    }
    .member-access-title h2,
    .benefits-title .sec-desc {
        font-size: 17px;
    }
    .member-access-bg {
        height: 212px;
        margin-bottom: 10px;
    }
    .benefits-desc p {
        font-size: 14px;
    }
    .benefits-info .card {
        padding: 10px;
    }
    .customers-name .wrapper-title {
        font-size: 15px;
    }
    .customers-designation p {
        font-size: 13px;
    }
    .customers-desc p {
        font-size: 11px;
    }
    .inr-testimonial-slider.owl-carousel .owl-nav button.owl-prev {
        left: 5px;
    }
    .inr-testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: 2px;
    }
    .viewmore-link .see-more-link {
        font-size: 16px;
    }
    .help-section .card {
        padding: 12px 12px;
    }
    .help-title .sec-title {
        font-size: 19px;
    }
    .lilogin .head-btn.btn,
    .limembershipplan .head-btn.btn {
        padding: 9px 5px;
        min-width: 100px;
        font-size: 13px;
    }
    .testis {
        margin-bottom: 40px;
    }
    .trusted-img.buy-jewelry-img {
        width: 100%;
        height: 196px;
        margin-bottom: 20px;
    }
    .trusted-info-title .sec-title {
        font-size: 17px;
    }
    .trusted-info p {
        font-size: 12px;
    }
    .listbuysaleprocessdetail .section-space {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .welcome-to-info .sec-title h2,
    .things-sec .sec-title {
        font-size: 17px;
    }
    .welcome-desc p {
        font-size: 13px;
        margin-bottom: 22px;
    }
    .sec-data-desc .sec-desc {
        font-size: 13px;
    }
    .sec-title h2 {
        font-size: 20px;
    }
    .section-title-area .sec-title {
        margin-bottom: 0 !important;
    }
    .miss-viss-desc p {
        font-size: 12px;
    }
    .miss-viss-title .sec-desc {
        font-size: 17px;
    }
    .card.our-advantage-card .card-body {
        padding: 10px;
    }
    .our-advantage-title .sec-title {
        font-size: 16px;
    }
    .our-advantage-desc p {
        font-size: 12px;
    }
    .our-advantage-info.tbl-padding {
        padding: 10px;
    }
    .our-advantage-info .sec-title {
        font-size: 21px;
    }
    .our-advantage-info .sec-desc {
        font-size: 15px;
    }
    .our-advantage-data .tbl-padding {
        padding: 10px;
    }
    .our-advantage-data p {
        font-size: 15px;
        font-weight: 500;
    }
    .tbl-padding {
        padding: 10px;
    }
    .company-advantage {
        height: auto;
        font-size: 12px;
    }
    .other-info.tbl-padding {
        font-size: 12px;
    }
    .informative-section p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .table-coloum-border {
        border: none;
    }
    .login-inner-wrapper {
        padding: 0px;
    }
    .sec-desc .login-desc {
        font-size: 18px;
    }
    .login-title .sec-title {
        font-size: 27px;
    }
    .setresche {
        display: none;
    }
    .auth,
    .login-wrpper {
        height: auto;
        min-height: auto;
    }
    .banner-content .banner-title {
        margin-top: 25px;
    }
    .des-plan p,
    .des-plan-multi .p-img {
        height: 35px;
    }
    .des-plan-multi p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .set-plan-se p {
        margin-top: 10px;
    }
    .des-plan-multi {
        height: 277px;
        overflow-y: auto;
    }
    .panel-set-multi .owl-carousel .owl-nav {
        top: 48%;
        bottom: auto;
    }
    .panel-set-multi .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        right: auto;
    }
    .panel-set-multi .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 0;
    }
}


/* CHECKOUT */

.checkout-page .checkout-your-order {
    width: 100%;
    max-width: 45%;
    border: 1px solid #d9d9d9;
    padding: 20px 20px;
    border-radius: 10px;
    height: 100%;
}

.checkout-page .your-order-product {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 9px;
}

.checkout-page .checkout-product-list {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}

.checkout-page .checkout-product-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-page .cpli-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.checkout-page .checkout-product-image {
    min-width: 55px;
    overflow: hidden;
    border-radius: 5px;
    height: 70px;
    width: 55px;
    border: 1px solid #e7e7e7;
}

.checkout-page .checkout-product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.checkout-page .checkout-product-details {
    max-width: 275px;
}

.checkout-page .checkout-product-details h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    padding-right: 5px;
}

.checkout-page .checkout-product-quntity {
    color: #000;
    font-size: 12px;
}

.checkout-page .checkout-product-price {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.checkout-page .product-sub-title-name {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.checkout-page label {
    display: block;
    margin-bottom: 5px;
}

.checkout-page .coupen-code {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}

.checkout-page .coupen-code h2 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
}

.checkout-page .checkout-section .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.checkout-page .checkout-section input,
select,
textarea,
.form-control {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.02em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
}

.checkout-page .checkout-section .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-page .checkout-section .input-group .input-group__field,
.checkout-page .checkout-section .input-group>.form-control,
.checkout-page .checkout-section .input-group .btn {
    height: 40px;
}

.checkout-page .checkout-section .black-btn:hover {
    color: #fff;
    background: #000000ba;
    border-color: #000000ba;
    -webkit-box-shadow: 0 0 12px 0 #00000080;
    box-shadow: 0 0 12px 0 #00000080;
}

.checkout-page .checkout-section .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.checkout-page .checkout-section input,
select,
.form-control {
    height: 42px;
    padding: 0 15px;
}

.checkout-page .checkout-section .btn,
.btn-primary {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px;
    /* background-color: #669934; */
    background-color: #669934;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 13px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.checkout-page .checkout-section input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #757575;
}

.checkout-page .coupne-desc svg {
    margin-right: 5px;
    cursor: pointer;
}

.checkout-page .checkout-section .input-group .btn {
    position: relative;
    z-index: 2;
}

.checkout-page .couponscode-content {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #7070705c;
}

.checkout-page .couponscode-block {
    padding: 0 0 0 40px;
    position: relative;
    text-align: left;
    min-height: 30px;
    line-height: 1;
}

.checkout-page .couponscode-block i.couponscode-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    text-align: center;
    border: 1px solid var(--green);
    border-radius: 40px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    color: var(--green);
    background: #cdf2fd2e;
}

.checkout-page .couponscode-code {
    margin-bottom: 3px;
    font-size: 16px;
}

.checkout-page .contact-details-change-data:last-child {
    border: none;
}

.checkout-page .couponscode-code span {
    font-size: 14px;
    opacity: .7;
    color: #000;
    font-weight: 300;
}

.checkout-page .couponscode-block .couponscode-code b {
    color: #000000;
    font-weight: 600;
}

.checkout-page .couponscode-amount {
    margin: 0;
    color: #999999;
    font-weight: 400;
    font-size: 12px;
}

.checkout-page .couponscode-remove {
    color: #858585;
    margin: auto 0 auto auto;
    font-size: 16px;
}

.checkout-page .wallet-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-page .wallet-checkout p {
    margin: 0;
}

.checkout-page .customCheckbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.checkout-page .customCheckbox input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    display: none;
}

.checkout-page .customCheckbox input[type="checkbox"]+label {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    cursor: pointer;
}

.checkout-page .customCheckbox input[type="checkbox"]+label:before {
    content: '';
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkout-page .customCheckbox input[type="checkbox"]+label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #333333 #333333;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.checkout-page .checkout-product-subtotal {
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}

.checkout-page .cps-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.checkout-page .checkout-product-subtotal ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 0;
}

.checkout-page .checkout-product-main-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0 0;
    color: #3597cc;
}

.checkout-container {
    max-width: 600px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 10px #a3a3a30d;
    border: 1px solid #dfdfdf;
}

.checkout-container .card-letsconnect {
    padding: 2rem;
}

.checkout-main .checkout-product-list-items {
    margin: 0;
}

.checkout-main .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
}

.apply-field {
    position: relative;
}

.checkout-page .apply-coupen {
    color: #28a745;
    font-size: 14px;
    margin: 0;
    margin-top: 4px;
}

.checkout-main .input-group input.input-group__field {
    padding: 12px 120px 13px 15px;
    border: 2px solid black;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.02em;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px !important;
}

.checkout-main .input-group .input-group__btn {
    position: absolute;
    right: 0;
    height: 100%;
}

.checkout-main .input-group .input-group__btn input {
    height: 100%;
    background: #333;
    color: #fff;
    padding: 10px 25px;
}

.checkout-page .checkout-main .checkout-product-main-total {
    color: #333;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
}

.checkout-page .checkout-main .checkout-product-main-total:first-child {
    border-bottom: 1px solid #d9d9d9;
}

.checkpay-btn .pay-now-btn,
.payment-sucess a {
    border: none;
    margin-top: 30px;
    border-radius: 5px;
    padding: 13px 45px;
    background: var(--green);
    color: #fff;
}

.checkpay-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkpay-btn .pay-now-btn:hover,
.payment-sucess a:hover {
    background: var(--green);
    transform: translateY(-3px);
}

.checkout-main .input-group .input-group__btn input:focus {
    box-shadow: none;
}

.checkout-main {
    margin: 0 10px;
}

.payment-img img {
    width: 100%;
    max-width: 400px;
}

.payment-sucess {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-sucess p {
    text-align: center;
}

.filter-box .custom-control-label.twolinedata {
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    width: 64px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 5px 14px;
}

.fromusd.bordershow {
    border: 1px solid #8f8f8fa8;
    background: none;
}

.textareasize {
    resize: none;
}

.col-form-label.text-bold {
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .formspace {
        padding-top: 10px;
    }
}

.showsinglehowcanihelp a {
    color: var(--green);
    font-size: 16px;
    font-weight: 500;
}

.showmultiplehowcanihelp a {
    color: var(--green);
    font-size: 16px;
    font-weight: 500;
}

.form-group.addformgroup {
    margin-bottom: 0;
}

.col-form-label.addformlabel {
    margin-bottom: 0;
    padding-bottom: 0;
}

.login-left-side .sec-title.text-dark-blue,
.login-card-outer .sec-title.text-blue,
.signup-input .head-btn.signup-btn {
    color: var(--green);
}

.login-inner-wrapper .head-btn.btn.btn-primary {
    background-color: #cee5b8;
}

.login-inner-wrapper .btn-primary:not(:disabled):not(.disabled):active {
    border-color: var(--green);
}

.login-inner-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.login-inner-wrapper .head-btn.btn.btn-primary:hover {
    color: var(--white) !important;
    border: 2px solid #669934;
    background-color: #669934;
}

.contact-form .ht-btn.ht-btn--dark {
    background-color: var(--green) !important;
}

.contact-form .ht-btn.ht-btn--dark:hover {
    background-color: var(--blue) !important;
}