@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@charset "UTF-8";

body {
    
    background-image: url(assets/image/footer-bg.png);
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
  
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Poppins", sans-serif;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #05357c;
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: none;
    outline: none;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.section-heading {
    padding: 10px;
    
}
.section-heading span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid#000;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.section-heading p {
    margin-bottom: 0px;
}
.facebook {
    color: #3b5998;
}
.twitter {
    color: #00acee;
}
.instagram {
    color: #d6437c;
}
.linkedin {
    color: #0e76a8;
}
.pinterest {
    color: #c8232c;
}
.youtube {
    color: #f00;
}

.container {
    max-width: 1366px;
}
.bg_light {
    padding: 25px 25px 35px 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    background: #fff;
    margin-bottom: 20px;
}
.bg_white {
    padding: 25px 25px 35px 25px;
}
.page-loader{
         display: block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    animation-delay: 1s;
    background: #05357c;
    position: fixed;
    z-index: 999999999;
  }
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 9999;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 5px solid #EFEFFA;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 5px solid #EFEFFA;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 5px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

.fixed-button {
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    -webkit-animation: button-updown 1s infinite alternate;
    -moz-animation: button-updown 1s infinite alternate;
    animation: button-updown 1s infinite alternate;
}
.whatsapp-button {
    right: 20px;
    background: #4ec95c;
}
.fixed-button a {
    display: block;
}
.whatsapp-button a {
    color: #fff;
}
@-webkit-keyframes button-updown {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes button-updown {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(-15px);
    }
}
@keyframes button-updown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

/*======================== Header Section 1 ========================*/
/*-------------------------Top Bar Sec ----------------------------*/
.top-bar {
    background: #02317f;
    padding: 4px 0px;
}

.top-left ul li {
    display: inline-block;
    padding-right: 10px;
}

.top-left ul {
    margin: 0px;
    padding: 0px;
}

.top-left ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

ul.social-media-btn {
    margin: 0px;
    padding: 0px;
}
.top-left ul li a span {
    vertical-align: text-bottom;
}

.social-media-btn ul {
    margin: 0px;
}
ul.social-media-btn li {
    margin-left: 5px;
    display: inline-block;
}
ul.social-media-btn li a {
    font-size: 16px;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    /* color: #fff!important; */
 
    text-align: center;
    transition: 0.6s;
    background: #fff;
}
/*ul.social-media-btn li a:hover{
  border-radius: 50px;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}*/
/*-------------------------Middle Header----------------------------*/

/*.logo img{
  width: 50%;
}*/
.middle-header {
    padding: 5px 0px;
}
.shortcut-icon {
    margin-top: 12px;
}
.shortcut-icon ul {
    margin: 0px;
}
.shortcut-icon ul li {
    display: inline-block;
    list-style: none;
    padding-left: 20px;
    vertical-align: middle;
}
.shortcut-icon ul li a {
    text-decoration: none;
    color: #000;
    font-size: 28px;
}

.header-search form.example input[type="text"] {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    float: left;
    width: 90%;
    border-right: 0px;
    background: #f1f1f1;
}
.header-search form.example button {
    float: left;
    width: 10%;
    padding: 12px 6px;
    color: 000;
    font-size: 14px;
    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
}

.header-search form.example::after {
    content: "";
    clear: both;
    display: table;
}
form.example input[type="text"]:focus {
    color: #ccc;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}
.get-quote-btn{margin-left: 100px}
::placeholder {
    color: #222;
}
.header-navbar {
    
    
    padding: 14px 0 4px 0px;
}

.get-quote-btn a {
    background: -webkit-gradient(linear, right top, left top, from(#00adf2), color-stop(#0f0159), color-stop(#cc0ebc), color-stop(#f0104c), to(#001dff));
    background: -webkit-linear-gradient(right, #00adf2, #0f0159, #cc0ebc, #f0104c, #001dff);
    background: -o-linear-gradient(right, #00adf2, #0f0159, #cc0ebc, #f0104c, #001dff);
    background: linear-gradient(270deg, #00adf2, #0f0159, #cc0ebc, #f0104c, #001dff);
    background-size: 1000% 1000%;
    -webkit-animation: btnbganim 10s infinite;
    -moz-animation: btnbganim 10s infinite;
    animation: btnbganim 10s infinite;
    color: #fff!important;
    padding: 8px 30px!important;
    border-radius: 50px;
    transition: 0.6s;
}
@-webkit-keyframes btnbganim {
    0%,
    100% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}
@-moz-keyframes btnbganim {
    0%,
    100% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}

@keyframes btnbganim {
    0%,
    100% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}
.get-quote-btn a:hover{
    background: #0f0159!important;
    color: #fff!important;
    border-radius: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #02317f!important;
    border-color: #02317f!important;
}
.shop-category-sec {
    overflow: hidden;
    position: relative;
    border: 1px solid #00000012;
    box-shadow: 0px 0px 1px 0px;
}
.shop-category-sec img
{
    
    padding: 2px;
    overflow: hidden;
    position: relative;
    transition: 0.6s;
    width: 100%;
}
.shop-category-sec img:hover{
    transform: scale(1.2);
}
.shop-category-sec a{
    text-decoration: none;
}
.shop-category-sec h3 {
    position: relative;
    
    text-decoration: none;
    color: #05357c;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 10px 10px;
}
/*.shop-category-sec h3:after {
    content: '';
    background: #05357c;
    height: 3px;
    width: 50px;
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}*/

/*Product Category*/

.product-item {
    text-align: center;
}
.product-item img {
    border-radius: 10px;
}
.product-item a {
    color: #000;
    text-decoration: none;
}
.product-item a h4 {
    font-size: 18px;
    padding-top: 20px;
}
.product-item a p span {
    padding: 0px 5px;
}
.product-item a p span.new-price {
    font-weight: 700;
    color: #108244;
}
.product-item a p {
    font-size: 16px;
}

/*=========================Slider==============================*/

.carousel-item img {
    width: 100%;
}
.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 0.9;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: 0.6s;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #0d5ba6 !important;
    height: 15px;
    width: 30px;
    border-radius: 15px !important;
    transition: 0.6s;
}
.carousel-indicators {
    z-index: 1;
}
.carousel-indicators [data-bs-target] {
    border-radius: 11px;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #efefef;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 0.9;
    transition: opacity 0.6s ease;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #918d8d;
}

/*=========================Slider End==============================*/

.breadcrumb-sec {
    background: #dfdfdf;
}
.breadcrumb-sec img {
    width: 100%;
}
.breadcrumb-sec nav {
    padding: 5px 0px;
}
.breadcrumb-sec ol.breadcrumb {
    margin-bottom: 0px;
}
.breadcrumb-sec a {
    color: #000;
    text-decoration: none;
}

.shop-category-item {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}
.shop-category-item img {
    transition: 0.6s;
}
.shop-category-item img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
}

.contact-consultation-form {
    background: #fff;
    position: relative;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 -9px 50px rgb(0 0 0 / 12%);
    box-shadow: 0 -9px 50px rgb(0 0 0 / 12%);
    padding: 50px;
}

.nav-pills .nav-link {
    text-align: left;
    color: #000;
}
.category-list {
    background: #fff;
}
.category-list .nav-pills .nav-link {
    border-bottom: 1px solid#ccc;
    line-height: 30px;
    font-size: 14px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-radius: 0px 30px 30px 0px;
}

/*footer*/

footer {
    background: #0000000a;
    padding: 50px 0 0 0px;
}
.widgets img {
    width: 100%;
    margin-bottom: 15px;
}
.widgets h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #0030a1;
    font-weight: 600;
    margin-bottom: 15px;
}
.widgets h5::before {
    position: absolute;
    height: 2px;
    width: 60px;
    content: "";
    display: inline-block;
    background: #05357c;
    /* top: 60px; */
    margin-top: 23px;
}
.widgets ul {
    padding: 0px;
    margin: 0px;
}
.widgets ul li {
    line-height: 30px;
    list-style: none;
}
.widgets ul li a {
    font-weight: normal;
    transition: 0.6s;
    font-size: 14px;
    color: #646464;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
}
.widgets p {
    font-size: 14px;
    color: #646464;
}
.widgets ul li a:hover {
    color: #7a7a7a;
}

.widgets ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #a1a1a1;
    transition: width 0.5s;
}

.widgets ul li a:hover::after {
    width: 100%;
}

.widgets.contact_us a {
    line-height: 30px;
    font-weight: normal;
    display: flex;
    color: #646464;
    text-decoration: none;
    font-size: 14px;
    word-wrap: all;
    word-break: break-all;
}
.widgets.contact_us a span {
    padding-right: 10px;
}
.footer_social_link a {
    color: #fff;
    background: #4c4c4c;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
}
.footer_social_link a:hover {
}
.copy_right {
    background: #05357c;
    text-align: center;
    margin-top: 40px;
    padding: 10px 0px;
}
.copy_right p {
    color: #fffdfd;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 0px 0px;
}
.copy_right a{
    color: #fffdfd;
}

section.shop-category .owl-nav {
    display: none;
}

.about-img img {
    border-radius: 15px;
    width: 100%;
}

.about_cn p {
    line-height: 32px;
    font-size: 15px;
}
.about_cn span {
    color: #05357c;
    font-weight: 500;
}
.about_cn h1 {
    font-size: 30px;
    font-weight: 600;
    color: #05357c;
}
.about_cn h2 {
    font-size: 28px;
    font-weight: 600;
    color: #05357c;
}

.about_cn h3 {
    font-size: 24px;
    font-weight: 500;
    color: #05357c;
}

.aboutus-img img {
    width: 100%;
}

.about_cn h4 {
    font-size: 21px;
    font-weight: 600;
    color: #05357c;
}
.about_cn ul {
    padding: 0px;
}
.about_cn ul li {
    line-height: 30px;
}
a.read-more {
    background: linear-gradient(135deg, rgb(238, 9, 121) 0%, rgb(255, 106, 0) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 10px 0px;
    transition: 0.5s;
}
a.read-more:hover {
    padding: 10px 40px;
    color: #fff;
}
.social-media-text h4 {
    color: #fff;
}

.social-links ul li a {
    font-size: 21px;
    width: 35px;
    height: 35px;
    line-height: 29px;
    display: inline-block;
    /* color: #fff!important; */
    /* border-radius: 2px; */
    text-align: center;
    transition: 0.6s;
    background: #fff;
}

.page-content {
    padding: 50px 0px;
}

.page-content h2 {
    font-size: 28px;
}

.page-content p {
    font-size: 14px;
    line-height: 32px;
}

.collections-sec {
    position: relative;
    overflow: hidden;
    border: 1px solid#ccc;
}
.collections-sec img {
    width: 100%;
    height: 250px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
    object-position: top;
    position: relative;
    overflow: hidden;

    transition: 0.6s;
}
.collections-sec img:hover {
    opacity: 0.8;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.collections-sec h3 {
    font-size: 16px;
    text-align: center;
    
    padding: 10px 10px;
    position: relative;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
}
.product_info a {
    color: #fff;
    text-decoration: none;
    background: #05357c;
    padding: 6px 20px;
    border-radius: 0px;
    transition: 0.6s;
}
.product_info a:hover {
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    background: #000;
}
.product_info p {
    margin-bottom: 10px;
    text-align: center;
}
.product_info {
    text-align: center;
    padding-bottom: 15px;
}

.owl-carousel.owl-loaded .owl-nav {
    position: absolute;
    top: -80px;
    right: 0px;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #05357c;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #544e42;
    color: #fff;
    text-decoration: none;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #544e42;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.product-category-sec img {
    width: 100%;
}

.product-category-sec {
    position: relative;
    overflow: hidden;
    /* border: 1px solid#ccc; */
    margin-bottom: 0px;
}
.product-category-sec img {
    width: 100%;
    height: 300px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
    object-position: top;
    position: relative;
    overflow: hidden;

    transition: 0.6s;
}
.product-category-sec img:hover {
    opacity: 0.8;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.product-category-sec h3 {
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 10px 10px;
    position: relative;
    margin-bottom: 0px;
}
.product-dis h3 {
    font-size: 16px;
    text-align: center;
    background: #fff;
    padding: 10px 10px;
    position: relative;
    margin-bottom: 0px;
} 
.product-dis a {
    color: #fff;
    text-decoration: none;
    background: #05357c;
    padding: 6px 20px;
    border-radius: 0px;
    transition: 0.6s;
    font-size: 14px;
}
.product-dis a:hover {
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    background: #000;
}
.product-enq-btn {
    color: #fff;
    text-decoration: none;
    background: #05357c;
    padding: 6px 20px;
    border-radius: 0px;
    transition: 0.6s;
    font-size: 14px;
}
.product-enq-btn:hover {
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    background: #000;
}
.product-dis p {
    margin-bottom: 10px;
    text-align: center;
}
.product-dis {
    text-align: center;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.page-content .table-success th {
    background: #000;
    color: #fff;
    padding: 10px 5px;
    font-weight: 400;
}
.page-content .table-success tbody tr {
    line-height: 40px;
}
.page-content .table > :not(caption) > * > * {
    border: 1px solid#ababab;
    width: 50%;
    vertical-align: middle;
}

section.contact_sec {
    padding: 40px 0px;
    background-image: linear-gradient(
        45deg,
        rgb(227 218 255) 0,
        rgb(232 225 255) 21%,
        rgb(236 234 255) 21%,
        rgb(234 232 255) 30%,
        rgb(226 231 255) 30%,
        rgb(241 243 255) 35%,
        rgb(226 237 255) 35%,
        rgb(248 251 255) 51%,
        rgb(248 252 255) 51%,
        rgb(239 248 255) 72%,
        rgb(247 245 255) 72%,
        rgb(243 242 255) 81%,
        rgb(237 238 255) 81%,
        rgb(236 253 255) 100%
    );
}
.contactus-form {
    text-align: left;
}
.contactus-form .form-group {
    margin-bottom: 15px;
}
.contactus-form .form-control {
    border-radius: 0;
}
.contact-form {
    max-width: 1200px;
    width: 1200px;
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
}
.contactus-intro {
    border: 1px solid#ccc;
}
.contactus-intro ul li {
    list-style: none;
    text-align: left;
    color: #000;
    border-bottom: 1px solid#ddd;
    padding: 10px 15px;
}
.contactus-intro ul li:last-child {
    border-bottom: 0;
}
.contactus-intro ul li span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}
.contactus-intro ul li a {
    color: #000;
    text-decoration: none;
}
.contactus-intro ul li p {
    display: flex;
    margin-bottom: 0;
}
.contactus-intro ul li i {
    line-height: 2;
    margin-right: 15px;
}
.contactus-form {
    border: 1px solid#ccc;
    padding: 15px;
}
.contact-form textarea.form-control {
    height: 100px;
}

/*============================Our Team=============================*/

.our-team {
    background: #fff;
    border: 1px solid#e2e2e2;
    padding: 10px;
    margin-bottom: 20px;
}
.promoters-cn h5 {
    text-align: left;
    background: #05357c;
    padding: 10px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.promoters-cn h6 {
    text-align: left;
    color: #05357c;
    font-weight: bold;
}
.promoters-cn p {
    font-size: 14px;
    text-align: justify;
    line-height: 31px;
}
.promoters-img {
    position: relative;
    overflow: hidden;
}
.promoters-img img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.promoters-img img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*    manufacturing-process-page*/

.manufacturing-process-page h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid#000;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.manufacturing-process-page p {
    line-height: 32px;
}

.manufacturing-process-sec h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    text-align: left;
}
.manufacturing-process-sec p {
    text-align: justify;
}
.manufacturing-img img {
    width: 100%;
}

/*our-work*/



ul#lightgallery {
    padding: 0px;
}


.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.enquiry-form.contactus-form .our-work-sec {
    margin-bottom: 15px;
}
.our-work-sec img {
    width: 100%;
    height: 300px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
    object-position: top;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.certificates-sec {
    margin-bottom: 25px;
}
.certificates-sec img {
    width: 100%;
    height: 300px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
    object-position: top;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    border: 5px solid#ccc;
}
.bank-info {
    padding: 25px 25px 35px 25px;
    box-shadow: 5px 10px 20px 6px rgb(0 0 0 / 20%);
    background: #fff;
    margin: 30px 0px;
    transition: 0.6s;
}
.bank-info:hover {
    border-color: #fff;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #fff;
    box-shadow: 5px 10px 20px 6px rgb(0 0 0 / 20%);
}

.enquiry {
    padding: 0px 0px 60px 0px;
}

.enquiry-sec {
    margin: 0px 150px;
    box-shadow: 5px 10px 20px 6px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.contactus-form {
    border: 1px solid#ccc;
    padding: 25px;
    background: #13287e;
}
.enquiry-form-popup .contactus-form {
    border: 1px solid#ccc;
    padding: 25px;
    background: #fff;
}

.enquiry-form.contactus-form label {
    color: #fff;
}

::placeholder {
    font-size: 14px;
    color: #666 !important;
}
.carrer-form .form-control {
    padding: 0.575rem 0.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    margin-bottom: 15px;
    font-size: 14px;
}
.carrer-form .form-select {
    border-radius: 0rem;
    margin-bottom: 15px;
    padding: 0.575rem 0.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-size: 14px;
    color: #666;
}

.info-inner span {
    position: absolute;
    background: #023d75;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
ul.contact-info.list-inline {
    margin-right: 40px;
    margin-left: 55px;
    margin-bottom: 25px;
    border-bottom: 1px dashed#b9b9b9;
    padding-bottom: 20px;
}
ul.contact-info.list-inline h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
ul.contact-info.list-inline h5 {
    color: #fff;
}
ul.contact-info.list-inline h4 {
    margin-bottom: 8px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}
ul.contact-info.list-inline li a {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}
.carrer-form button.btn {
    background: #13287e;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0px;
    transition: 0.6s;
}
.carrer-form button.btn:hover {
    border-radius: 50px;
    background: #000;
    color: #fff;
    padding: 10px 60px;
}
.contactus.info-inner {
    background: inherit;
    border-radius: 0px;
    padding: 0px 0px;
}
.contactus.carrer-form {
    border-radius: 0px;
}
/*.contactus.carrer-form h3{
  color: #fff;
}
.contactus.carrer-form p{
  color: #fff;
}*/
.contactus.form-control {
    padding: 0.975rem 0.75rem;
}
.contactus.carrer-form {
    padding: 30px 20px;
    height: auto;
    background: #fff;
}
.contactus-page-form {
    background: #13287e;
    padding: 50px 50px;
}
.contactus-page-form ul.contact-info li a {
    color: #dbdbdb;
    text-decoration: none;
}
.contactus-page-form ul.contact-info h4 {
    color: #fff;
}
.contactus-page-form .info-inner span {
    background: #fff;
    color: #13287e;
}
.contactus-page-form button.btn.btn-danger:hover {
    border-radius: 50px;
    background: #13287e;
    color: #fff;
}

.contactus.carrer-form h3 {
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
}


@-webkit-keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animate-body {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.image-gallery {
  width: 100%;
  height: auto;
  max-width: 700px;
  background: #fff;
  overflow: auto;
  padding: 5px;
  margin: 50px auto 0;
  -webkit-box-shadow: 0 3px 10px #ec3f3f;
  -moz-box-shadow: 0 3px 10px #ec3f3f;
  box-shadow: 0 3px 10px #ec3f3f;
}
@media screen and (min-width: 800px) {
  .image-gallery {
    height: 500px;
  }
}
.image-gallery-items {
  position: relative;
}
.image-gallery-items:before, .image-gallery-items:after {
  content: " ";
  display: table;
}
.image-gallery-items:after {
  clear: both;
}

.gallery-item > div {
  position: relative;
}
.gallery-item > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.thumbnail {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail:after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 150ms ease-in-out;
  -moz-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
.thumbnail span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.thumbnail:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-hide {
  display: none !important;
}
.mfp-close {
    width: 94px;
    height: 74px;
    line-height: 74px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    background: none;
    border: none;
    font-style: normal;
    font-size: 48px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  cursor: pointer;
  outline: 0;
}
.mfp-close:active {
  top: 1px;
}
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0px 0;
    margin: 10px auto;
    border: 20px solid#fff;
}
.mfp-figure {
  line-height: 0;
  cursor: pointer;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #f3f3f3;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium 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-s-ready .mfp-preloader {
  display: none !important;
}

.phone-call {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 100px;
    background: #05357c;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #05357c;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.phone-call a i {
    transform: rotate(96deg);
    /* line-height: 43px; */
    padding-bottom: -16px;
    padding-bottom: -26px;
    font-size: 20px;
    /* margin-bottom: -10px; */
    position: relative;
    bottom: 5px;
    color:white;
}
.icon img {
    width: 118px;
}
a.theme-btn.one {
    color: #fff;
    text-decoration: none;
    background: #05357c;
    padding:11px 20px;
    border-radius: 0px;
    transition: 0.6s;
}
.body-content h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.payment span {
    font-size: 13px;
    line-height: 3;
}
sup {
    background: red;
    padding: 10px 2px;
    position: absolute;
    top: 5px;
    right: 44px;
    color: white;
    border-radius: 3px;
}
.youtube{
    color:red;
}