:root {
    --white: #ffffff !important;
    --black: #333333 !important;
    --primary: #03045f !important;
    --secondary: #06b4d7 !important;
    --tertiary: #0077b6 !important;
    --font: "Nunito", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font);
}

a,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

body {
    background-color: var(--white);
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
}

button {
    background: none;
    border: none;
}

p {
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    line-height: 24px;
    font-family: var(--font-roboto);
    font-weight: 600;
}

label {
    font-family: var(--font-roboto) !important;
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
}

.section {
    width: 100%;
    padding: 50px 0;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-tertiary {
    background-color: var(--tertiary) !important;
}

.bg-gray {
    background-color: #abd5ea !important;
}

.bg-gray-dark {
    background-color: #ccc !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-tertiary {
    color: var(--tertiary) !important;
}

.text-gray {
    color: #abd5ea;
}

.text-gray-dark {
    color: #666;
}

.saperator {
    width: 100%;
    height: 1px;
}

.form-control {
    width: 100%;
    min-height: 45px;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
    font-family: var(--font-roboto) !important;
    font-weight: 400;
    z-index: 6;
    background: none;
    position: relative;
    color: var(--primary);
    font-weight: 600;
    line-height: 45px;
    padding: 0 15px;
}

.form-control:focus {
    border-color: #00b4d9 !important;
}

.text-box {
    position: relative;
    width: 100%;
}

.label {
    width: auto;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 5px;
}

.label span {
    color: #00b4d9;
}


/* select arrow */

select {
    background-image: url("/source/cbecd431851f68dee61a7bfa69fb609c/down.png") !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    border-radius: 2px;
    border: none;
    padding: 10px 30px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.border-radius {
    border-radius: 10px !important;
    overflow: hidden !important;
}


/* Container */


/* @media (min-width: 1330px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1330px;
	}
}

@media (min-width: 1440px) {
	.container-xl-custom {
		max-width: 1440px;
	}

	.container-xxl-custom {
		max-width: 1630px;
	}
} */


/* breadcrumb */

.breadcrumb {
    padding: 25px 0;
    font-family: var(--font-roboto) !important;
}

.breadcrumb li a {
    color: #999;
    font-weight: 500;
    font-weight: 400 !important;
}

.breadcrumb li.active {
    color: var(--black);
    font-weight: 400 !important;
}

.breadcrumb a i {
    color: var(--tertiary);
}


/* Button */

.btn-primary {
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    border: none;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    transition: background-color 300ms linear;
}

.btn-primary:hover {
    background-color: var(--tertiary);
    color: var(--white);
    transition: background-color 300ms linear;
}

.btn-primary-sidebar {
    background-color: #90e0ee !important;
    color: var(--primary) !important;
    border-radius: 50px;
    border: none;
    padding: 5px 40px;
    font-size: 15px !important;
    line-height: 36px;
    font-weight: 500;
    transition: background-color 300ms linear;
}

.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
    border-radius: 50px;
    border: none;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    transition: background-color 300ms linear;
}

.btn-secondary:hover {
    background-color: var(--tertiary);
    color: var(--primary);
    transition: background-color 300ms linear;
}

.btn-tertiary {
    background-color: var(--tertiary);
    color: var(--primary);
    border-radius: 50px;
    border: none;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    transition: background-color 300ms linear;
}

.btn-tertiary:hover {
    background-color: var(--white);
    color: var(--primary);
    transition: background-color 300ms linear;
}

.mobile-header {
    position: relative;
    width: 100%;
}

.main-header {
    background-color: var(--white);
    height: 90px;
    display: flex;
    position: relative;
    z-index: 10000 !important;
}

.main-header .logo {
    padding: 22px 0;
    width: 144px;
}

.main-header .logo img {
    width: 100%;
}

.main-header .main-menu {
    padding: 0;
    margin: auto
}

.main-header .main-menu li {
    display: inline;
    margin: 0 18px;
}

.main-header .main-menu li a {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
}

.main-header .main-menu li a:hover {
    color: var(--tertiary);
}

.main-header .header-contact-cart {
    padding: 0;
    margin: auto 0;
    display: flex;
}

.main-header .header-contact-cart li {
    display: inline;
    margin: 0 0 0 25px;
}

.header-icon {
    font-size: 25px;
    color: var(--secondary);
    left: 22px;
    position: absolute;
    top: -14px;
}


/* .main-header .header-contact-cart li:last-child {
	margin: 0 0 0 25px !important;
} */

.main-header .header-contact-cart li div {
    padding: 0 0 0 50px;
    position: relative;
    color: var(--secondary);
    font-weight: 600;
    line-height: 20px;
}

.main-header .header-contact-cart li div img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
}

.main-header .header-contact-cart li div a {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
}

.main-header .header-contact-cart li div a:hover {
    color: var(--tertiary);
}

.header-categories {
    width: 100%;
    background-color: #0077b6;
    z-index: 999;
}

.header-categories .categories {
    width: 100%;
    /* background-color: rgba(0,0,0,0.1); */
    position: relative;
    display: flex;
}

.header-categories .categories ul {
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: flex;
    float: left;
}

.header-categories .categories ul:first-child {
    margin-right: 0;
}

.header-categories .categories ul li {
    display: inline;
}

.header-categories .categories ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: block;
    padding: 18px 32px;
    transition: background-color 300ms linear;
}

.header-categories .categories ul li a:hover {
    background-color: var(--primary);
    transition: background-color 300ms linear;
}

.header-categories .categories ul li a img {
    margin-right: 5px;
    width: 22px;
    height: 22px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--tertiary);
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 18px 16px !important;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.search {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.search li {
    height: 40px;
    margin: 0 5px;
}

.search li a {
    padding: 0 12px !important;
    background: #90e0ee !important;
    line-height: 40px;
    font-size: 13px;
    width: 100%;
    border-radius: 30px;
    color: var(--primary) !important;
    font-size: 13px !important;
    text-transform: uppercase;
    min-width: 40px;
    text-align: center;
}

.search li a:hover {
    background: var(--white) !important;
}

.mobile-menu {
    display: none !important;
}

.sidebar_menu {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden !important;
}

.sidebar_menu .overlay {
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100vh;
    content: ' ';
    z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar_menu .content {
    max-width: 450px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: var(--white);
    overflow-y: scroll;
    float: right;
    overflow-x: hidden !important;
    box-shadow: -0px 0px 15px 0px rgba(0, 0, 0, 0.3) !important;
    position: relative;
}

.sidebar_menu .head {
    position: sticky;
    height: 63px;
    z-index: 10;
    background-color: var(--white);
    padding: 15px;
    top: 0;
    right: 0;
    width: 100%;
}

.sidebar_menu .category {
    position: relative;
    z-index: 1;
    background-color: var(--tertiary);
    padding: 15px;
}

.sidebar_menu .category a {
    color: var(--white);
    margin: 10px 0 !important;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.sidebar_menu .category a img {
    width: 18px;
    margin-right: 5px;
}

.sidebar_menu .head .logo img {
    width: 128px;
}


/* .sidebar_menu .accordion {
	height: calc(100vh - 123px);
	padding-right: 10px;
	padding-left: 10px;
} */

.sidebar_menu_list {
    padding: 0;
}

.sidebar_menu_list .accordion-item {
    background: none;
    background-color: none;
    border: none;
    text-transform: uppercase;
}

.mobile-banner {
    display: none;
}

.sidebar_menu_list a {
    background: none;
    background-color: none;
    border: none;
    color: var(--primary);
    background-color: var(--white);
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: 0px;
    display: flex;
    /* border-top: 1px solid #544f3b; */
}

.sidebar_menu_list .accordion-button {
    background: none;
    background-color: none;
    border: none;
    color: var(--white);
    background-color: var(--secondary);
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: 0px;
    position: relative;
    /* border-top: 1px solid #544f3b; */
    border-radius: 50px !important;
}

.sidebar_menu_list a.active,
.sidebar_menu_list .accordion-button.active,
.sidebar_menu_list a:hover,
.sidebar_menu_list .accordion-button:hover {
    color: var(--white);
    background-color: var(--primary) !important;
}

.sidebar_menu_list .accordion-button::after {
    background-image: url("/source/d9550b087d3cbe504e45d354b6a3d5b1/plus.png");
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.sidebar_menu_list .accordion-button:not(.collapsed)::after {
    background-image: url("/source/f0cee521106b18b1b4509291c1be1590/minus.png");
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.sidebar_menu_list .accordion-body {
    padding: 0 0 0 25px;
}

.sidebar_menu_list .accordion-body ul {
    padding: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.sidebar_menu_list .accordion-body ul li a {
    font-size: 14px;
    line-height: 40px;
    color: var(--white);
    /* background-color: #fff !important; */
    font-weight: 600;
    text-transform: none;
    padding: 0px 15px;
    border: none;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sidebar_menu_list .accordion-body ul li a.active,
.sidebar_menu_list .accordion-body ul li a:hover {
    font-size: 16px;
    color: var(--white);
    /* background-color: #fff !important; */
    font-weight: 600;
}

.sidebar_menu .foot {
    width: auto;
    margin: 0 auto;
}

.sidebar-search {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.sidebar-search .form-control {
    border: none !important;
    border-bottom: 1px solid var(--primary) !important;
    color: var(--primary);
    padding-right: 30px;
}

.sidebar-search .form-control::placeholder {
    opacity: 1;
    color: var(--primary) !important;
}

.sidebar-search .form-control:focus {
    background: none;
}

.btn-sidebar-search {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
    transition: background-color 300ms linear;
}

.btn-sidebar-search:hover {
    color: var(--white);
    transition: background-color 300ms linear;
}

.sidebar_menu .btn {
    font-size: 14px;
}

.inquiry-count {
    display: none;
}

.side-bar-call {
    text-align: center;
    font-weight: 600;
    margin: 35px 0;
    line-height: 35px;
}

.foot .sidebar_social {
    height: 40px;
    background-color: var(--white);
    width: 100%;
    padding: 0 15px;
}

.foot .sidebar_social ul {
    padding: 0 !important;
    text-align: center;
}

.foot .sidebar_social ul li {
    display: inline;
}

.foot .sidebar_social ul li a {
    line-height: 40px;
    margin: 15px;
    color: var(--primary);
}

.foot .sidebar_social ul li a:hover {
    color: var(--white);
    opacity: 0.7;
}

.cloase_btns {
    border: 2px solid var(--primary);
    background-color: var(--primary);
    width: 50px;
    height: 63px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10000;
    line-height: 0px !important;
    transition: 0.3s;
}

.cloase_btns:hover {
    border: 2px solid var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
    opacity: 1;
    position: absolute;
    line-height: 0px !important;
    transition: 0.3s;
}

.sidebar_menu .big-menu-nav:last-child {
    border: none;
}

.sidebar_menu .big-menu-nav:last-child h3 {
    margin-top: 40px;
    border: none;
}

.sidebar_menu .big-menu-nav:last-child li {
    width: auto;
}

.sidebar_menu .big-menu-nav:last-child .big-menu-category li a {
    font-size: 18px;
}

.sidebar_menu .big-menu-nav:last-child .sub-menu li a,
.sidebar_menu .big-menu-nav:last-child .sub-menu li a:hover {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.main {
    min-height: 500px;
}

.footer {
    width: 100%;
    background-color: #caf0f8;
    padding-top: 40px;
}

.footer-widgets {
    width: 100%;
    padding: 0 0px 0 90px;
    position: relative;
}

.footer-widgets h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
}

.footer-widgets p {
    font-size: 19px;
    min-height: 50px;
}

.footer-widgets img {
    position: absolute;
    left: 0;
    top: 10px;
}

.footer-about {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-title {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
}

.footer-menu {
    padding: 0;
    margin: 0;
}

.footer-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--tertiary);
    font-weight: 600;
}

.footer-menu a:hover {
    color: var(--primary);
}

.subscribe {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.subscribe .form-control {
    border: none !important;
    border-bottom: 1px solid var(--primary) !important;
    color: var(--primary);
    padding-right: 120px;
}

.subscribe .form-control::placeholder {
    opacity: 1;
}

.subscribe .form-control:focus {
    background: none;
}

.btn-subscribe {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 100;
}

.btn-subscribe:hover {
    color: var(--tertiary);
}

.footer-social {
    padding: 0;
    display: flex;
}

.footer-social li {
    padding: 0 15px;
}

.footer-social li a {
    color: var(--tertiary);
    font-size: 20px;
}

.footer-social li a:hover {
    color: var(--primary);
}

.copyrights {
    padding: 40px 0;
}

.copyrights p {
    color: var(--primary);
    font-size: 16px;
    margin-bottom: 0 !important;
    text-align: left;
    line-height: 30px;
}

.img-fluid {
    border-radius: 10px;
    width: 100%;
}

.wm {
    color: var(--tertiary);
    margin-left: 30px;
    font-weight: 600;
}

.breadcrumb-item {
    color: #666 !important;
}

.breadcrumb-item a {
    color: var(--primary) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--secondary);
    content: ">";
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 50px;
    text-align: center;
}

.section-sub-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.section-title-1 {
    font-size: 42px;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 40px;
    text-align: center;
}

.slider-text {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
}

.swiper {
    border-radius: 10px;
    overflow: hidden;
}

.home-banner-slider h1 {
    color: #fff;
    width: 50%;
    font-size: 48px;
    font-weight: 800;
}

.home-banner-slider p {
    color: #fff;
    width: 50%;
    font-size: 18px;
    text-transform: uppercase;
}

.home-banner-slider .btn-light {
    margin-top: 15px;
    color: var(--primary) !important;
    font-weight: 700;
    border-radius: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: var(--white);
    border: 0px;
    transition: background-color 300ms linear;
}

.home-banner-slider .btn-light:hover {
    background-color: var(--primary);
    color: var(--white) !important;
    border: 0px;
    transition: background-color 300ms linear;
}

.home-banner-slider .swiper-pagination-bullet {
    background: var(--white);
    width: 25px;
    height: 2px;
    border: 0px;
    border-radius: 0;
    opacity: 0.6;
}

.home-banner-slider .swiper-pagination-bullet-active {
    opacity: 1;
    height: 4px;
}

.home-banner-slider .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10px;
    z-index: 100;
}

.home-great-company {
    padding-bottom: 100px;
}

.home-great-company .swiper-pagination-bullet {
    background: #06b4d7;
    width: 25px;
    height: 4px;
    border: 0px;
    border-radius: 0;
    opacity: 0.4;
    z-index: 100;
}

.home-great-company .swiper-pagination-bullet-active {
    opacity: 1;
    height: 4px;
}

.home-great-company .swiper-horizontal>.swiper-pagination-bullets,
.home-great-company .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    z-index: 100;
}


.small-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 50%;
}

.small-banner-text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.small-banner-text .btn-light {
    margin-top: 15px;
    color: var(--primary) !important;
    font-weight: 700;
    border-radius: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: var(--white);
    border: 0px;
    text-transform: uppercase;
    transition: background-color 300ms linear;
}

.small-banner-text .btn-light:hover {
    background-color: var(--primary);
    color: var(--white) !important;
    transition: background-color 300ms linear;
}

.round-cat {
    width: 150px;
    height: 150px;
    display: block;
    text-align: center;
    border: 5px solid #fff;
    /* outline: 2px dashed var(--secondary) !important; */
    margin: 2px auto 2px auto;
    transition: background-color 300ms linear;
    position: relative;
    border-radius: 50%;
}

.round-cat img {
    border-radius: 50%;
}

.cat-section-title{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 55px;
    color: var(--primary);
    margin-bottom: 50px;
}

.cat-animation {
    width: 155px;
    height: 155px;
    outline: 2px dashed var(--secondary) !important;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
}

.round-cat h5 {
    color: var(--primary) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-top: 25px !important;
}

.round-cat:hover .cat-animation {
    outline: 2px dashed var(--tertiary) !important;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.round-cat:hover h5 {
    color: var(--tertiary) !important;
}

.home-featured-product {
    background-color: var(--white);
    width: 100%;
    height: 420px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    position: relative;
    transition: border 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.home-featured-product:hover {
    border: 1px solid var(--secondary);
    transition: border 0.3s ease-in-out;
}

.product-tag {
    font-size: 12px;
    background-color: var(--secondary);
    line-height: 20px;
    padding: 0 5px;
    color: var(--white);
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    text-transform: uppercase;
}

.featured-product-img-div {
    height: 305px;
    width: 100%;
    position: relative !important;
    margin-bottom: 0px;
    overflow: hidden;
}

.featured-product-img {
    max-width: calc(100% - 10px) !important;
    max-height: 295px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.home-featured-product:hover .featured-product-img {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.home-featured-product-name {
    width: 100%;
    height: calc(100% - 305px);
    background: linear-gradient(180deg, rgba(206, 241, 248, 1) 20%, rgba(255, 255, 255, 1) 80%) !important;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-code {
    color: #00b4d9;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px !important;
}

.product-name {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 22px;
    margin-bottom: 10px !important;
}

.home-feature-product-slider {
    position: relative;
}

.feature-button-next,
.feature-button-prev {
    top: 0;
    right: 10px !important;
    width: 42px;
    height: 42px;
    z-index: 100;
    position: absolute;
    font-size: 20px;
    color: #d2dade;
    border: 1px solid #14b8d9;
    text-align: center;
    line-height: 42px;
    z-index: 100;
    transition: all 0.3s ease-in-out;
}

.feature-button-prev {
    right: 51px !important;
}

.feature-button-next:hover,
.feature-button-prev:hover {
    color: #14b8d9;
    transition: all 0.3s ease-in-out;
}

.product-banner-div {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.new-product-bg {
    width: 100%;
    max-height: 624px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.new-product-title {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-top: 68px;
    text-align: center;
}

.bg-adjust {
    background-color: #08274a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home-new-product {
    /* background-color: var(--white); */
    max-width: 310px;
    width: 100%;
    max-height: 420px;
    border-radius: 5px;
    position: relative;
    transition: border 0.3s ease-in-out;
    margin: 0 auto;
    margin-bottom: 107px;
    overflow: hidden;
}

.new-product-img-div {
    height: 305px;
    width: 100%;
    position: relative !important;
    margin-bottom: 0px;
    border-radius: 5px !important;
    background-color: #fff !important;
    overflow: hidden;
}

.new-product-img {
    max-width: calc(100% - 10px) !important;
    max-height: 295px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    background-color: #fff !important;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.home-new-product:hover .new-product-img {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.home-new-product-name {
    width: 100%;
    height: calc(100% - 305px);
    background: linear-gradient(180deg, rgba(206, 241, 248, 1) 20%, rgba(255, 255, 255, 1) 80%) !important;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.new-product-name {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px !important;
    text-align: center;
    margin-top: 20px;
}

.btn-new-product {
    max-width: 310px;
    width: 100%;
    line-height: 40px;
    background-color: var(--primary);
    color: var(--white);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
    border: 1px solid var(--primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
}

.btn-new-product:hover {
    background-color: var(--tertiary);
    border: 1px solid var(--tertiary);
    color: var(--white);
}

.enquiry-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
}

.product-enq-list {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
}

.product-enq-list-title {
    color: var(--primary);
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.product-enq-list-div {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.product-enq-list-div:last-child {
    margin-bottom: 0;
}

.product-enq-list-img {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.product-enq-list-img img {
    max-width: 84px;
    max-height: 84px;
}

.product-enq-list-div p {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    padding: 0 35px 0 15px;
    line-height: 20px;
}

.product-enq-list-div p span {
    color: #666;
    line-height: 30px;
    font-weight: 500;
}

.enq-del {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    border: none;
    background: none;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 30px;
}

.contact-company {
    color: var(--tertiary);
    font-size: 24px;
    font-weight: 700;
}

.contact-address {
    color: #666;
    font-weight: 500 !important;
}

.contact-phone {
    color: #666;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-banner {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
    border-radius: 7px;
    position: relative;
}

.about-banner-text {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 25px;
    color: #fff;
    transform: translateY(-50%);
    text-align: center;
}

.about-img-mobile,
.about-banner-mobile {
    display: none;
}

.about-banner-text h1 {
    font-size: 48px;
    font-weight: 800;
}

.about-banner-text h2 {
    font-size: 30px;
    font-weight: 600;
}

.about-sub-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
}

.about-text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.count {
    font-size: 48px;
    margin-bottom: 0px;
    color: var(--secondary);
    font-weight: 900;
    text-align: center;
}

.count-detail {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    text-align: center;
}

.about-slider {
    border-radius: 10px;
}

.about-slider-left,
.about-slider-right {
    border-radius: 0;
    width: 100%;
}

.about-sw .swiper-pagination-bullet {
    background: var(--secondary);
    width: 25px;
    height: 2px;
    border: 0px;
    border-radius: 0;
    opacity: 0.5;
}

.about-sw .swiper-pagination-bullet-active {
    opacity: 1;
    height: 4px;
}

.about-sw {
    position: absolute;
    width: 95%;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.about-sw .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px;
    z-index: 1;
}

.director-msg {
    background: rgb(0, 119, 182);
    background: linear-gradient(158deg, rgba(0, 119, 182, 1) 33%, rgba(0, 180, 217, 1) 66%);
    width: 100%;
    min-height: 200px;
    padding: 50px 125px;
    border-radius: 10px;
    position: relative;
}

.director-msg h4 {
    font-size: 28px;
    line-height: 36px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.director-msg p {
    font-size: 18px;
    line-height: 30px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px !important;
}

.coma {
    position: absolute;
    top: 35px;
    opacity: 0.2;
    left: 150px;
}

.thankyou-h1 {
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.thankyou-h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 25px;
}

.thankyou-h4:hover {
    color: var(--tertiary);
}

.main-blog {
    border-radius: 10px !important;
    overflow: hidden;
}

.main-blog-detail {
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 50px;
}

.main-blog-detail h1 {
    color: var(--white);
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.main-blog-detail h4 {
    color: var(--white);
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 25px;
    width: auto;
}

.main-blog-detail h4:hover {
    color: var(--secondary);
}

.main-blog-detail h5 {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 25px;
}

.main-blog-detail p {
    color: var(--white);
    text-align: center;
    font-size: 18px;
}

.blogs {
    width: 95%;
    border-radius: 10px !important;
    background-color: #fff;
    overflow: hidden !important;
    margin-bottom: 50px !important;
    margin: 0 auto;
}

.blogs img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blogs h5 {
    color: var(--primary);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.blogs:hover h5 {
    color: var(--tertiary);
}

.blogs p {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.map {
    width: 100% !important;
    height: 450px !important;
}

.filter-title {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 20px;
}

.filter {
    width: 100%;
}

.filter ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.filter ul li {
    margin-bottom: 15px;
}

.filter ul li a {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #666;
    font-weight: 600;
    transition: color 0.3s linear;
}

.filter ul li a:hover {
    color: var(--primary);
}

.product-head {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 210px;
    padding: 50px;
    position: relative;
}

.product-head h1 {
    color: var(--white);
    font-size: 48px;
    text-align: center;
}

.product-head nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.product-head .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.product-head .breadcrumb .breadcrumb-item,
.product-head .breadcrumb .breadcrumb-item a {
    color: var(--white) !important;
    align-items: center;
}

.prosuct-style .thumb-btn {
    opacity: 1;
    display: block;
    transition: display 0.5s ease-in-out;
}

.prosuct-style .thumb-btn-hover {
    display: none;
    opacity: 0;
    transition: display 0.5s ease-in-out;
}

.prosuct-style:hover .thumb-btn {
    opacity: 0;
    display: none;
    transition: display 0.5s ease-in-out;
}

.prosuct-style:hover .thumb-btn-hover {
    opacity: 1;
    display: block;
    transition: display 0.5s ease-in-out;
}

.sort {
    display: flex;
    float: right;
}

.sort p {
    line-height: 32px;
    margin: 0 !important;
    margin-right: 10px !important;
    color: #666;
}

.sort .form-control {
    line-height: 32px !important;
    max-height: 32px !important;
    min-height: 32px !important;
    width: 150px !important;
    border-color: var(--secondary);
}

.home-list-product {
    background: linear-gradient(180deg, rgba(206, 241, 248, 1) 20%, rgba(255, 255, 255, 1) 80%) !important;
    width: 100%;
    height: 115px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    position: relative;
    transition: border 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.home-list-product:hover {
    border: 1px solid var(--secondary);
    transition: border 0.3s ease-in-out;
}

.product-list-tag {
    font-size: 12px;
    background-color: var(--secondary);
    line-height: 20px;
    padding: 0 5px;
    color: var(--white);
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    text-transform: uppercase;
}


/* 
.list-product-img-div {
	height: 115px;
	width: 121%;
	position: relative !important;
	margin-bottom: 0px;
	overflow: hidden;
	margin-left: 0;
} */

.list-product-img {
    max-height: 115px !important;
    width: auto !important;
    vertical-align: middle !important;
    position: absolute !important;
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.home-list-product-name {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 140px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-product-code {
    color: #00b4d9;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
}

.list-product-name {
    color: var(--primary);
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
}

.filter-mobile {
    display: none;
    max-width: 450px;
    margin: 0 auto;
}

.filter-mobile .accordion-item {
    border: 0px;
    border-radius: 10px;
}

.filter-mobile .accordion-header {
    background-color: var(--secondary) !important;
    border-radius: 10px;
}

.filter-mobile .accordion-button {
    background-color: rgba(0, 0, 0, 0.0);
    padding: 0;
    color: var(--white);
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 700;
}


/* .filter-mobile .accordion-button:not(.collapsed)::after {
    background-image: url("/source/cbecd431851f68dee61a7bfa69fb609c/down.png") !important;
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.filter-mobile .accordion-button::after {
    background-image: url("/source/cbecd431851f68dee61a7bfa69fb609c/down.png") !important;
    background-size: 13px;
    width: 13px;
    height: 13px;
} */

.filter-mobile .accordion-button::after {
    background-image: url("/source/d9550b087d3cbe504e45d354b6a3d5b1/plus.png");
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.filter-mobile .accordion-button:not(.collapsed)::after {
    background-image: url("/source/f0cee521106b18b1b4509291c1be1590/minus.png");
    background-size: 13px;
    width: 13px;
    height: 13px;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 2px solid #f00;
}

.product-detail-code {
    color: var(--secondary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-detail-name {
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.img-btn img {
    width: 100px;
    height: auto;
    padding: 2px;
    background-color: #f1f1f1;
}

.img-btn>input {
    display: none
}

.img-btn>img {
    cursor: pointer;
    border: 1px solid #ccc;
}

.img-btn>input:checked+img {
    border-color: var(--secondary);
}

.product-detail-text {
    color: #666;
    font-size: 16px;
}

#sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: auto;
    top: 100px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 6px #000;
}


.product-detail-img-div {
    height: 560px;
    width: 100%;
    position: relative !important;
    margin-bottom: 0px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.product-detail-img {
    max-width: 100% !important;
    max-height: 530px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.table-h4{
    color: var(--primary);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.product-section-title {
    font-size: 28px;
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.recent {
    width: 150px;
    height: auto;
    border: 1px solid #ccc;
    margin: 5px auto;
}

.recent img {
    width: 100%;
}


.img-wrapper {
    position: relative;
    margin-top: 15px;
}

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

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.btn-sticky {
    width: 100%;
    display: block;
    width: 100%;
    border-radius: 0px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    display: none;
}

.btn-sticky .btn-primary {
    width: 100%;
    border-radius: 0px;
    z-index: 99999;
}


.blog-detail-bg {
    background-color: var(--primary);
    width: 100%;
    height: 400px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    z-index: -1;
    left :50%;
        transform: translateX(-50%);
}

.blog-detail h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.blog-detail .blog-detail-date {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.blog-main-img {
    width: 70%;
    margin: 0 auto 20px auto;
    text-align: center;
    border-radius: 10px;
}


.blog-detail h5 {
    color: #666;
    margin-bottom: 15px;
    font-size: 24px;
}

.blog-detail p {
    color: #666;
    margin-bottom: 15px;
    font-size: 16px;
}

.blog-detail p a {
    color: var(--secondary);
}

.blog-detail p a:hover {
    color: var(--tertiary);
}

.blog-detail ul {
    padding: 0;
}

.blog-detail ul li {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;

    background-image: url("/source/32fb4e31acf746df174b40440dea6933/list-icon.png");
    background-repeat: no-repeat;
    background-position: top 10px left;
}

.blog-share ul{
    padding: 0;
    margin: 50px 0;
}

.blog-share ul li{
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
}

.blog-share ul li a{
    background-color: var(--secondary);
    width: 35px !important;
    height: 35px !important;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    padding: 0;
}





.main_filter {
	height: 100%;
	width: 100%;
    max-height: 600px;
	position: fixed;
	z-index: 10000 !important;
	top: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
	display: none;
	background-color: #fff;

}

.main_filter .overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	content: ' ';
	z-index: -1000;
	position: absolute;
	top: 0;
	left: 0;
}

.main_filter .content {
	width: 100%;
	height: 100%;
	text-align: left;
	z-index: 100;
	background-color: #fff;
	padding: 50px 25px 50px 25px;
    

}

.search-div .form-control{
    border-radius: 50px;
    border-color: var(--tertiary);
    margin: 0 auto;
    padding-right: 60px;
}

.search-div{
    position: relative;
    padding: 0;
    margin: 0;
}

.search-btn{
    position: absolute;
    top : 1px;
    right : 0;
    height: 45px;
    width: 50px;
    border-radius: 25px;
    z-index: 10;
}

.main_filter h4{
    text-align: center;
    color: var(--primary);
    font-size: 21px;
    font-weight: 700;
}

.search-img-div{
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
}

.search-img-div img{
    width: 100%;
}

.main_filter h5{
    font-size: 16px;
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.hide_filter{
    background-color: var(--tertiary);
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    top : 15px;
    right: 15px;
}

.page-not h2{
    font-size: 100px;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 900;
}

.page-not h3{
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 700;
}

.abt-text{
    width: 90%;
    position: relative;
    left : 0;
    top : 50%;
    transform: translateY(-50%);
    padding-left: 25px;
}

.abt-text h4{
    font-size: 28px;
    line-height: 35px;
    color: var(--primary);
    font-weight: 700;
}

.abt-text p{
    color: #666;
}

.abt-img{
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 0;
}

.sustainability-gray-text{
    color: #666;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600 !important;
}

.sustainability-blue-text{
    color: var(--secondary);
    font-size: 24px;
    line-height: 30px;
    font-weight: 800 !important;
}

.border-radius-0{
    border-radius: 0;
}

.sus-blue-bg{
    background-color: #052952;
}

.counts{
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.counters{
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
}

.counters img{
    margin-bottom: 10px;
} 

.counters h4{
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 700;
    color: #fff !important;
} 

.counters p{
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff !important;
} 

.play-btn{
    position: absolute;
    width: 60px;
    height: 60px;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    color: var(--secondary);
    border: 4px solid var(--secondary);
    border-radius: 50%;
    text-align: center;    
    line-height: 54px;
    font-size: 20px;
}

.play-btn:hover{
    background-color: var(--secondary);
    color: var(--primary);
}

.mission-title{
    width: 25%;
    position: relative;
    padding-left: 150px;
    padding-top: 65px;
}

.mission-text{
    width: 75%;
    position: relative;
    padding: 25px 25px 25px 300px; 
    /* background-color: #e5f7fb; */
}

.mission-bg{
    background-color: #e5f7fb;
    position: absolute;
    width: 72%;
    height: 280px;
    right: 0;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}


.mission-title img{
    position: absolute;
    left : 0;
    top : 75px;
}

.mission-text img{
    position: absolute;
    left : 25px;
    top : 20px;
}

.mission-statement h3{
    font-size: 48px;
    color: var(--primary);
}

.mission-statement h3 span{
    font-size: 48px;
    color: var(--primary);
    font-weight: 800;
}

.mission-img img{
    margin: 0 auto;
}


.mission-statement h4{
    font-size: 32px;
    color: var(--tertiary);
    font-weight: 800;
}

.mission-statement p{
    font-size: 16px;
    color: #666;
    font-weight: 600;
}


.btn-mission{
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    border-radius: 100px;
    text-transform: uppercase;
    background-color: #fff;
}

.btn-mission:hover{
    background-color: var(--primary);
    color: #fff;
}

.enlarge{
    position: absolute;
    width: 30px;
    height: 30px;
    bottom : 15px;
    right : 15px;
    z-index: 100;
}












/* WORDPRESS CSS */

/* Contact form */
.form-floating .wpcf7-spinner {
    display: none ;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    color: #fff;
    border: none;
}
.contact-btn p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-floating a.btn-primary {
    border-radius: 50px;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    transition: background-color 300ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}

.map {
    width: 100% !important;
    height: 500px !important;
}

/* remove header footer specific page */
.page-id-251 header, .page-id-251 footer {
    display: none !important;
}

.page-id-251 header.header-maintainance {
    display: block !important;
}

.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce .woocommerce-ordering select {
    display: none;
}
.woocommerce div.product form.cart .button {
    background-color: var(--primary);
    color: #fff;
    border-radius: 50px;
    border: none;
    padding: 5px 40px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    transition: background-color 300ms linear;
}

.woocommerce div.product form.cart .button:hover {
    background-color: var(--tertiary);
    color: var(--white);
    transition: background-color 300ms linear;
}

.page-numbers {
    font-size: 25px;
    color: #06b4d7;
    border: 1px solid #06b4d7;
    border-radius: 10px;
    padding: 6px 16px;
}
.page-numbers:hover {
    font-size: 25px;
    color: #06b4d7;
    border: 1px solid #06b4d7;
    border-radius: 10px;
    padding: 6px 16px;
}
.page-numbers.current {
    font-size: 25px;
    color: #fff;
    border: 1px solid #06b4d7;
    background-color: #06b4d7;
    border-radius: 10px;
    padding: 6px 16px;
}

.search-img-div img {
    height: 170px !important;
}
.woocommerce .variations tr {
    display: flex;
    flex-direction: column;
}
/* .woocommerce .variations tr td {
    border: 1px solid #d1d1d1 !important;  
}  */
.woocommerce .variations tr td select {
    width: 100%;
    min-height: 45px;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
    font-family: var(--font-roboto) !important;
    font-weight: 400;
    z-index: 6;
    background: none;
    position: relative;
    color: var(--primary);
    font-weight: 600;
    line-height: 45px;
    padding: 0 15px;
} 
.woocommerce .variations tr td select:focus {
    border: 1px solid #06b4d7 !important;
}

.woocommerce .variations tr td select option {
    color: #212528;
}


.nav li.active {
    background-color: #03045f !important;
}


#gallery .tagged_as {
    display: none;
}

@media only screen and (max-width:  992px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 12px;
    }
}

@media (max-width: 420.98px) {
    .page-numbers {
        font-size: 18px;
        padding: 7px 14px;
    }
    .page-numbers.current {
        font-size: 18px;
        padding: 7px 14px;
    }
}

@media (max-width: 320.98px) {
    .page-numbers {
        font-size: 12px;
        padding: 7px 10px;
    }
    .page-numbers.current {
        font-size: 12px;
        padding: 7px 10px;
    }
}

.woocommerce div.product form.cart div.quantity {
    display: none!important;
}

.product_description{
    color: #666!important;
    margin-bottom: 0 !important;
}

.mr-cat{
    margin-right: 20px;
}

.about-banner-text:hover{
    color: #03045f;
}



.main-menu-header {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
 }

 .industry-title {
    color: #0077b6;
}

.industry-image {
    width: 100%;
    height: auto;
}

.industry-list {
    list-style: none;
    padding: 0;
}

.industry-icon {
    color: #0077b6;
    margin-right: 15px;
}

.header-title-font-bold{
    font-weight: bolder;
    color: #0077b6;
}

.contact-address-title{
    color: #0077b6;
}