@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #f8f8f8;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "now-bold";
    src: url(../fonts/now-bold.otf);
}

@font-face {
    font-family: "now-medium";
    src: url(../fonts/now-medium.otf);
}

@font-face {
    font-family: "now-regular";
    src: url(../fonts/now-regular.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "now-medium";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "now-medium";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "now-medium";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "now-medium";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "now-medium";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "now-medium";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 16.07px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #7a396c;
    left: 0px;
    width: 200px;
    text-align: left;
    top: 25px;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.container {
    max-width: 1450px;
}

.menuSection .row {
    align-items: center;
}

.header-logo {
    padding: 15px 0;
}

.header-search {
    background: #7a396c;
    padding: 10px 100px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.header-search input {
    width: 100%;
    height: 60px;
    padding: 20px 40px;
    border: 0;
    border-radius: 100px;
    font-size: 17px;
}

.header-search button {
    border: 0;
    background: #7a396c;
    position: absolute;
    right: 7.3%;
    top: .6px;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 55px;
    border-radius: 80px;
    font-size: 22px;
    color: #fff;
}

.menuSec ul li a:hover {
    color: #7a396c !important;
}

.menuSec li ul li a:hover {
    background: #000;
    color: #fff !important;
}


/* Header End */


/* Padriotic Table Css */

.periodic-table {
    position: relative;
}

.periodic-table #infopanel {
    display: none;
    position: absolute;
    top: 10px;
    left: 15%;
    width: 13.15789474%;
    height: 150px;
    padding: 6px;
    border-radius: 20px;
    text-align: center;
    /* background-color: #570e0f; */
    color: #000;
}

.periodic-table #infopanel span {
    display: block;
}

.periodic-table #infopanel .number {
    font-size: 16px;
}

.periodic-table #infopanel .symbol {
    font-weight: 700;
    margin-top: -0.1em;
    margin-bottom: 0.1em;
    line-height: 1;
    font-size: 68px;
}

.periodic-table #infopanel .name {
    font-size: 14px;
    line-height: 1;
}

.periodic-table #infopanel .weight {
    font-size: 14px;
}

.periodic-table .group-header,
.periodic-table .period-header {
    text-align: center;
    color: #888;
}

.periodic-table .dimmed {
    opacity: 0.3;
}

.mfp-bg,
.periodic-table>table a:hover {
    opacity: 0.8;
}

.periodic-table #categorypanel {
    position: absolute;
    top: 20px;
    left: 33.842105%;
    width: 31.57894737%;
    height: auto;
    padding: 5px;
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
}

.periodic-table #categorypanel p {
    margin-bottom: 5px;
}

.periodic-table #categorypanel .category-header {
    padding: 0 3px;
    cursor: default;
}

.periodic-table #categorypanel .category-header .color {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #cbab8f;
}

.periodic-table #categorypanel .category-header:hover .color {
    border: 1px solid #000;
}

.periodic-table .post-transition-metals {
    /* background-color: #fbb752; */
    background-color: transparent;
    border: 2px solid #5c9fea;
}

.periodic-table .metalloids {
    /* background-color: #edd67f; */
    background-color: transparent;
    border: 2px solid #ffaf69;
}

.periodic-table .transition-metals {
    /* background-color: #ca846e; */
    background-color: transparent;
    border: 3px solid #19afad;
}

.periodic-table .actinoids {
    background-color: #e5d9a0;
}

.periodic-table .halogens {
    background-color: #d2b286;
}

.periodic-table .noble-gases {
    /* background-color: #edd67f; */
    background-color: transparent;
    border: 2px solid #dd7823;
}

.periodic-table .alkali-metals {
    background-color: transparent;
    border: 2px solid #cf4a6d;
}

.periodic-table .lanthanoids {
    /* background-color: #d6c368; */
    background-color: transparent;
    border: 2px solid #7a396c;
}

.periodic-table .other-non-metals {
    /* background-color: #b88b8b; */
    background-color: transparent;
    border: 2px solid #c51e4a;
}

.periodic-table .alkaline-earth-metals {
    background-color: transparent;
    border: 2px solid #4474b4;
}

.periodic-table>table {
    font-size: 16px;
    margin: 2px auto;
    line-height: 1.2;
    width: 100%;
}

.periodic-table>table td,
.periodic-table>table th {
    padding: 2px;
    width: 5.26315789%;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%;
}

.periodic-table>table a {
    color: #000;
    height: 60px;
    padding-top: 4px;
    border-radius: 5px;
    display: block;
    background-color: #f3ee7e;
    place-content: center;
    border-width: 3px !important;
}

.periodic-table>table a .symbol {
    font-size: 22px;
    font-family: "now-medium";
}

.periodic-table>table a.selected {
    /* border-color: #000; */
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-figure,
img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.periodic-table>table a.dimmed {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.periodic-table>table a {
    transition: opacity 0.3s ease;
}

.periodic-table>table .number {
    text-align: left;
    padding: 0 0 0 5px;
    font-size: 12px;
}

.periodic-table .alkali-metals * {
    color: #d43e61;
}

.periodic-table .alkaline-earth-metals * {
    color: #215ba7;
}

.periodic-table .transition-metals * {
    color: #15aeac;
}

.periodic-table .metalloids * {
    color: #ffaf69;
}

.periodic-table .post-transition-metals * {
    color: #5c9fea;
}

.periodic-table .other-non-metals * {
    color: #c51e4a;
}

.periodic-table .noble-gases * {
    color: #dd7823;
}

.periodic-table .lanthanoids * {
    color: #7a396c;
}

.periodic-table #categorypanel .category-header:hover .other-non-metals {
    background-color: #c51e4a;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .alkali-metals {
    background-color: #d43e8f;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .alkaline-earth-metals {
    background-color: #215ba7;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .transition-metals {
    background-color: #3baeac;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .post-transition-metals {
    background-color: #5c9fea;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .metalloids {
    background-color: #ffaf69;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .noble-gases {
    background-color: #dd7823;
    border: 0;
}

.periodic-table #categorypanel .category-header:hover .lanthanoids {
    background-color: #7a396c;
    border: 0;
}

.periodic-table-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

img.desn-1 {
    position: absolute;
    top: -22%;
    right: 0;
    margin: auto;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}

.menuSection {
    position: relative;
    z-index: 9;
}


/* Padriotic Table Css */


/* Industry Section */

.industry-sec {
    padding: 50px 0;
}

.industry-sec .row {
    align-items: end;
}

.theme-head {
    display: inline-flex;
    position: relative;
    z-index: 1;
    gap: 20px;
}

.theme-head span {
    padding: 15px 40px;
    border: 1px solid #7a396c;
    color: #000000;
    font-size: 16px;
    border-radius: 70px;
}

.theme-head img {
    object-fit: contain;
}

.industry-content h2 {
    font-size: 57.17px;
    color: #000000;
    margin: 20px 0px 40px;
}

h2 {}

.industry-content p {
    font-size: 18px;
    color: #000000;
    line-height: 34px;
}

.industry-btn {
    text-align: end;
}

.theme-btn {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    border: 1px solid #7a396c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 7px 7px 35px;
    gap: 25px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.theme-btn img {
    width: 55px;
    height: 40px;
    background: #7a396c;
    object-fit: none;
    border-radius: 23px;
    padding: 3px;
    transition: .3s all;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 40px;
    right: 7px;
    background: #7a396c;
    z-index: -1;
    border-radius: 80px;
    transition: .3s all;
}

.theme-btn:hover::before {
    width: 100%;
    right: 0;
    height: 100%;
}

.theme-btn:hover img {
    box-shadow: inset 0 0 0 3px #ffff;
}

.theme-btn:hover {
    color: #fff;
}


/* Industry Section */


/* Service Section  */

.service-sec {
    margin: 50px 0;
}

.service-bg {
    background-image: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    padding: 50px 0;
}

.service-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #7a396cdb;
    border-radius: 50px;
    z-index: -1;
}

.service-sec .sec-head h2 {
    text-align: center;
    color: #fff;
    width: 70%;
    margin: 25px auto 0;
}

.white-text img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(179deg) brightness(108%) contrast(100%);
}

.white-text {
    gap: 35px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.white-text span {
    color: #fff;
    border-color: #fff;
}

.sec-head h2 {
    font-size: 35px;
}

.service-box {
    border-radius: 54px;
    background-color: rgb(255, 255, 255);
    padding: 60px 40px;
}

.service-image {
    background-color: rgb(122, 57, 108);
    width: 111px;
    height: 111px;
    border-radius: 150px;
    display: grid;
    place-content: center;
    margin: 0 auto 30px;
}

.service-image img {
    width: auto;
}

.service-text {
    text-align: center;
}

.service-text h3 {
    font-size: 30px;
    margin: 20px 0;
}

.service-text p {
    font-size: 16.07px;
    color: #000000;
}

.service-sec .sec-head {
    margin-bottom: 50px;
}

.service-slider .slick-slide {
    opacity: 1;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 40px;
    background: #7a396c;
    box-shadow: 0 0 0 6px #fff;
    border-radius: 60px;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.service-slider .slick-next:before {
    background-image: url(../images/right-arrow.png);
}

.service-slider .slick-prev,
.service-slider .slick-next {
    z-index: 1;
}

.service-slider {
    margin: 0px 100px;
}

.service-slider .slick-prev {
    left: -130px;
}

.service-slider .slick-next {
    right: -80px;
}


/* Service Section  */


/* About Section */

.about-sec {
    padding: 80px 0;
}

.about-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.about-text h2 {
    font-size: 40.72px;
    margin: 30px 0 0;
}

.about-bottom-row {
    margin-top: 30px;
    align-items: center;
}

.abt-bottom-box {
    background: #7a396c;
    padding: 20px 20px 30px;
    border-radius: 40px;
	height:230px;
}

.abt-btm-icon {
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    border-radius: 60px;
    display: grid;
    place-content: center;
    margin: 0 0 0 auto;
}

.abt-btm-icon img {
    width: auto;
    object-fit: none;
}

.abt-btm-text h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 100;
    margin: 10px 0 10px;
}

.abt-btm-text p {
    font-size: 14px;
    color: #ffffff;
}

.about-partner h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.about-partner p {
    font-size: 16.07px;
    color: #000000;
    margin-bottom: 20px;
}


/* About Section */


/* Product Section */

.product-sec .theme-head {
    text-align: center;
    justify-content: center;
    width: 100%;
}

.product-sec .sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.product-sec .theme-head h2 {
    margin: 40px 0 0;
}

.product-sec .sec-head h2 {
    margin: 20px 0 0;
}

.product-box {
    position: relative;
    z-index: 1;
    padding: 20px;
    border: 1px solid #7a396c;
    border-radius: 50px;
    transition: .3s all;
}

.product-box:hover {
    box-shadow: 0 0 5px 1px #7a396cd5;
}

.product-image {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 70px 0 0;
}

.product-image span {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #79386b;
    border-radius: 50px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.product-image .prd-disc {
    left: 30%;
}

.product-text a {
    font-size: 25px;
    color: #000;
    font-weight: 100;
    margin: 0 0 20px;
}

.product-text {
    margin: 20px 0 10px;
}

.product-btn a {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}

.product-sec {
    padding: 80px 0;
}

.product-box:hover .product-text a {
    color: #7a396c;
}


/* Product Section */


/* News Letter Section */

.newsletter-sec {
    background: #7a396c;
    padding: 50px 0;
}

.newsletter-sec .row {
    align-items: flex-end;
}

.news-letter-content h2 {
    font-size: 59.69px;
    color: #f8f8f8;
}

.news-letter-content p {
    color: #fff;
}

.news-letter-button a {
    background: #fff;
}

.news-letter-button a:hover:before {
    box-shadow: 0 0 0 3px #fff;
}

.news-letter-button {
    text-align: end;
}


/* News Letter Section */


/* Footer  */

footer {
    background: #662358;
    padding: 70px 0 0 0;
}

.footer-logo-box img {
    background: #fff;
    border-radius: 20px;
    margin: 0 0 20px 0;
}

.footer-logo-box p {
    color: #fff;
}

.footer-lgos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 25px;
}

.footer-lgos img {
    margin: 0;
}

.footer-logo-box {
    width: 95%;
}

.footer-links h3 {
    font-size: 40.72px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 35px;
}

ul.fotr-link a {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
}

ul.fotr-link {
    display: block;
    column-count: 2;
}

.footer-links-2 ul.fotr-link {
    display: block;
    column-count: 1;
}

.footer-content {
    margin: 40px 0;
    width: 85%;
}

.footer-content p {
    color: #fff;
}

.footer-content p>strong {
    font-size: 18px;
}

.footer-content p>strong {
    margin: 30px 0 0;
    display: block;
}

.foter-nav {
    padding: 25px 0;
    text-align: center;
    border-top: 2px solid #fff;
}

.foter-nav p {
    color: #fff;
}


/* Footer  */


/* Inner Banner  */

.inner-baner-sec img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inner-baner-sec .container {
    position: relative;
    z-index: 1;
    margin: -10px auto 0;
}

.inner-baner-sec .container::before {
    position: absolute;
    content: '';
    width: 98.1%;
    height: 100%;
    background: #0000005c;
    border-radius: 30px;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inner-baner-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    display: block;
    align-content: center;
    z-index: 3;
}

.inner-banner-text h1 {
    font-size: 64.69px;
    color: #ffffff;
    text-transform: capitalize;
}

.inner-baner-sec {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}


/* About Page */

.about-det-content p {
    margin: 20px 0;
}

.about-det-content h3 {
    font-size: 40.72px;
    color: #000000;
    margin: 30px 0;
    font-weight: 100;
}

.about-detail {
    margin-top: 35px;
}


/* About Page */


/* Service Page */

.service-pge-text h2 {
    font-size: 40.71px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
}

ul.service-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

ul.service-btn .btn-1 {
    font-size: 16px;
    color: #000;
    border: 1px solid #7a396c;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-flex;
    text-transform: capitalize;
}

ul.service-btn h6,
ul.service-btn a {
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Poppins';
}

ul.service-btn a {
    text-transform: inherit;
}

.service-page-image img {
    width: 100%;
    border-radius: 50px;
}

.service-page .row {
    align-items: center;
    margin: 100px 0;
}


/* Service Page */


/* Contact Page Start */

.contact-frm h4 {
    color: #000000;
}

.contact-frm input {
    border: 0;
    border-bottom: 1px solid #8c8c8c;
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 16px;
    outline: 0;
    background: transparent;
    color: #000;
}

.contact-frm select {}

.contact-frm input::placeholder {
    color: #8c8c8c;
    font-size: 14px;
}

.contact-frm button {
    color: #fff;
    border: 0;
    border-radius: 23px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 60px;
    background: #7a396c;
}

.ctct-detl {
    background: #eaeaea;
    padding: 84px 40px;
    border-radius: 30px;
}

.ctct-detl ul li {}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin: 50px 0;
    width: 90%;
}

.ctct-detl ul li i {
    color: #000;
    font-size: 50px;
    margin: 0 26px 0 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.ctct-detl ul li a {
    font-size: 16.62px;
    color: #000;
    font-weight: 500;
}

.ctct-detl ul li span {
    display: block;
    text-align: center;
}

.contact-frm {
    padding: 90px 40px;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000029;
    border-radius: 30px 0 0 30px;
    height: 100%;
    width: 110%;
    padding-right: 20%;
}

.cont-inner {
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
    z-index: 999;
    position: relative;
}

section.contact-sec {
    padding: 100px 0;
}

.contact-frm select {
    border: 0;
    border-bottom: 1px solid #8c8c8c;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    color: #8c8c8c;
    background-color: transparent;
}

.contact-frm select>option {
    background: #141313;
    color: #fff;
}

.contact-frm h4 {
    font-size: 36.79px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #000;
    text-transform: uppercase;
}

.ctct-detl h4 {
    font-size: 36.79px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #000;
    text-transform: uppercase;
}

.contact-page {
    padding-bottom: 170px !important;
    position: relative;
    z-index: 0;
}

.ctct-detl ul li:first-child {
    width: 18%;
}

.ctct-detl ul li:last-child {
    width: 80%;
    text-align: left;
    display: inline-flex;
    flex-wrap: wrap;
}


/* Contact Page End */


/* New Product Page */

.theme-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.theme-bg::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 60%;
    left: 0;
    top: -37%;
    background-image: url(../images/prd-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.product-page {
    padding: 80px 0;
}

.category-box h3 {
    font-size: 26px;
    color: #fff;
    background: #7a396c;
    font-family: 'now-medium';
    font-weight: 100;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

ul.category-list a {
    font-size: 20px;
    color: #151515;
    padding: 0 25px;
}

ul.category-list li {
    padding: 12px 0;
    background: #ebe5ea7d;
    border-bottom: 1px solid #d7d1d6;
}

ul.category-list {
    margin: -13px 0 0;
    position: relative;
    padding-top: 13px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

ul.category-list li:last-child {
    border: 0;
}

.prd-page-head h2 {
    font-size: 59px;
    color: #151515;
    text-align: center;
}

.prd-page-head {
    margin: 0 0 40px 0;
}

.product-page .product-image img {
    height: 200px;
}

.product-page span {
    font-size: 14px;
    width: 80px;
    height: 35px;
}

.product-page .product-text a {
    font-size: 21px;
}

.product-page .product-text p {
    font-size: 13px;
}

.product-page a.theme-btn {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    margin-bottom: 50px;
}

.product-page .product-box {
    padding: 15px;
    border-radius: 30px;
	height: 500px;
}

.product-page .product-box:hover~.product-btn .theme-btn::before {
    width: 100%;
    right: 0;
    height: 100%;
}

.product-page .product-box:hover~.product-btn .theme-btn img {
    box-shadow: inset 0 0 0 3px #ffff;
}

.product-page .product-box:hover~.product-btn .theme-btn {
    color: #fff;
}

.rare-earth-content h2 {
    font-size: 59.4px;
    color: #151515;
    font-weight: 100;
    margin: 0 0 15px;
}

.category-box {
    margin-top: 40px;
}

.rare-earth-content p {
    margin: 20px 0;
}

.rare-earth-info a {
    font-size: 16.07px;
    color: #000;
    display: block;
}

.rare-earth-info {
    margin-top: 50px;
}


/* New Product Page */


/* Product Detail */

.product-detail-page {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.product-det-image-head h2 {
    font-size: 65.86px;
    color: #151515;
    text-align: center;
}

.product-det-image {
    width: 450px;
    height: 550px;
    border: 1px solid #a4799b;
    border-radius: 70px;
    display: grid;
    place-content: center;
    margin: 20px auto;
    background: #f8f8f8;
}

.product-detail-content h3,
.product-detail-content h4 {
    font-size: 27.89px;
    color: #000000;
    font-weight: 100;
    line-height: 40px;
}

.product-detail-content h4 {
    margin-top: 50px;
}

img.equat-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: -40px;
    width: 25%;
}

.product-detail-page .row {
    align-items: center;
}

.product-detail-content {
    width: 80%;
}

.product-det-bottom {
    margin-top: 60px;
}

.product-det-bottom .row {
    align-items: flex-end;
}

.table-responsive th {
    font-size: 27.89px;
    color: #ffffff;
    background: #7a396c;
    font-weight: 100;
    font-family: 'now-medium';
    text-align: center;
    padding: 25px 0;
    width: 50%;
    border: 1px solid #747474;
}

.table-responsive td {
    font-size: 25.66px;
    color: #000000;
    background: #ebe5ea;
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #cbc5c5 !important;
    border: 0;
    border-bottom: 1px solid #cbc5c5;
}

.table-responsive th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

.table-responsive th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.table-responsive td:first-child {
    border-left: 0 !important;
}

.table-responsive table {
    background: #ebe5ea;
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
}

.product-det-bottom-right {
    display: grid;
    width: fit-content;
    row-gap: 15px;
    margin-bottom: 5px;
}

.table-responsive {
    margin: 0;
}


/* Product Detail */


/* Inner Banner  */