/*!
Theme Name: caltex
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caltex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

caltex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/










/* 
font-family: "Roboto", sans-serif;
font-family: "Montserrat", sans-serif;
*/

:root {
    --theme-color: #074379;
    --theme-color2: #002D56;
    --theme-color3: #fff;
    --body-font: "Montserrat", sans-serif;
    --heading-font: "Merriweather", serif;
}




* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    width: 100%;
    font-weight: 400;
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    background: #fff;
}

body,
html {
    overflow-x: hidden;
}

p {
    line-height: 28px;
}

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

a {
    text-decoration: none;
}

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

.cmn-gap {
    padding: 80px 0px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="fax"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: var(--body-color);
    height: 44px;
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: #828282;
    font-size: 13px;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 12px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: #828282;
    font-size: 13px;
}




/* ============= main css ============= */

.container {
    max-width: 1194px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.header-top {
    background-color: #074379;
    padding: 0px;
}

.header-top p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--theme-color3);
    font-family: "Roboto", sans-serif;
}

.header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-right ul {
    display: flex;
    align-items: center;
}

.header-top-right li {
    padding: 17.5px;
}

.header-top-right ul li:first-child {
    padding-left: 0;
}

.header-top-right ul li:last-child {
    padding-right: 0;
}

.header-top-right li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    color: var(--theme-color3);
    font-size: 15px;
}

.header-top-right li a span {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: var(--theme-color3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
}





.header-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav-menus ul {
    display: flex;
    align-items: center;
}

.header-nav {
    padding: 12px 0px;
}

.main-nav-menus ul li a {
    margin-right: 16px;
    margin-left: 16px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
	padding: 20px 0px;
}

.main-nav-menus ul li a:hover {
    color: var(--theme-color);
}

.main-nav-menus ul li.active a {
    color: var(--theme-color);
}

.main-nav-menus ul li:first-child a {
    margin-left: 0;
}

.main-nav-menus ul li:last-child a {
    margin-right: 0;
}

.main-nav-menus ul li.menu-item-has-children a {
    position: relative;
}

.main-nav-menus ul li.menu-item-has-children>a::before {
    content: '';
    position: absolute;
    background-image: url(images/menu-down-arrow.svg);
    background-size: 10px;
    top: 28px;
    right: -15px;
    background-repeat: no-repeat;
    height: 5px;
    width: 10px;
}

li.menu-item-has-children ul {
    min-width: 240px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    display: block;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

li.menu-item-has-children {
    position: relative;
    z-index: 1;
}

header {
    position: relative;
    z-index: 9;
}

li.menu-item-has-children ul li a {
    padding: 8px 15px;
    display: block;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin: 0;
}

li.menu-item-has-children:hover ul {
    top: calc(100% + 15px);
    opacity: 1;
    visibility: visible;
}





.banner_sec .banner_pic {
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner_sec .banner_pic .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
    z-index: 2;
}

.banner_sec .banner_pic .banner_text {
    text-align: center;
    z-index: 3;
    position: relative;
}

.banner_sec .banner_text .heading h1 {
    font-size: 64px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--theme-color3);
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: -0.025rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.banner_sec .banner_text p {
    font-size: 21px;
    line-height: 30px;
    color: var(--theme-color3);
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.banner_sec .banner_text .button-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.banner_sec .banner_text .button-sec a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
}

.banner_sec .banner_text .button-sec a img {
    width: 24px;
    margin-left: 12px;
}

.banner_sec .banner_text .button-sec a.quote {
    color: var(--theme-color3);
    margin-right: 16px;
    background-color: var(--theme-color);

}

.banner_sec .banner_text .button-sec a.quote:hover {
    color: var(--theme-color);
    background-color: var(--theme-color3);
}

.banner_sec .banner_text .button-sec a.quote:hover img {
    filter: invert(77%) sepia(17%) saturate(3797%) hue-rotate(178deg) brightness(94%) contrast(105%);
}

.banner_sec .banner_text .button-sec a.services {
    color: var(--theme-color);
    background-color: var(--theme-color3);
}

.banner_sec .banner_text .button-sec a.services:hover {
    color: var(--theme-color3);
    background-color: var(--theme-color);
}

.banner_sec .banner_text .button-sec a.services:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(104%) contrast(101%);
}

.owl-theme.bannersection .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.owl-theme.bannersection .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 3;
}

.owl-theme.bannersection .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    transition: .25s;
}

.owl-theme.bannersection .owl-dots .owl-dot.active span,
.owl-theme.bannersection .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 14px;
    height: 14px;
}



.home-stripe-sec {
    padding: 40px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 220px;
}

.home-stripe-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(7, 67, 121, 0.9);

}

.home-stripe-sec h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--theme-color3);
    margin-bottom: 0;
    line-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 1164px;
    width: 100%;
}



.cmn-top-title {
    font-size: 19px;
    font-weight: 600;
    color: #6C6C6C;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.about-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-info-left {
    width: 46%;
    padding: 30px;
    position: relative;
}

.about-info-left img.dot-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 97px;
}

.about-info-left img.dot-bg-btm {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 97px;
}

.about-info-right {
    width: 54%;
    padding-left: 60px;
}

.about-info-left .about-img {
    position: relative;
    padding-top: 109%;
}

.about-info-left .about-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.cmn-heading {
    font-size: 50px;
    font-weight: 300;
    color: #333333;
    font-family: var(--heading-font);
    text-transform: capitalize;
    margin-bottom: 15px;
}

h2.cmn-heading span {
    font-weight: 700;
    color: var(--theme-color);
}

.about-us-sec .about-para p {
    line-height: 28px;
    color: #000;
}

.about-us-sec .about-para p span {
    font-weight: 600;
    color: #333;
}

.about-us-sec .cmn-btn-wrap {
    padding-top: 20px;
}

.cmn-btn {
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    background-color: var(--theme-color);
    color: var(--theme-color3);
    max-width: 213px;
}

.cmn-btn:hover {
    background-color: #00203D;
}

.cmn-btn img {
    width: 24px;
    margin-left: 12px;
}




.counting-sec {
    background-color: #00203D;
    padding-top: 90px;
    padding-bottom: 70px;
}

.counting-sec .counting_box {
    text-align: center;
}

.counting-sec .counting_box h6 {
    font-size: 24px;
    font-weight: 600;
    color: #e6e6e6;
}

.counting-sec .counting_box .number {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    font-family: var(--heading-font);
}




.featured_products_sec {
    text-align: center;
    padding-bottom: 120px;
}

.featured_products_sec h2.cmn-heading {
    margin-bottom: 20px;
}

.featured_products_sec .product_box {
    padding: 18px;
    border: 2px solid #074379;
}

.featured_products_sec .product_box .main_box {
    height: 100%;
}

.featured_products_sec figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    border: 2px solid #074379;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: -90px;
}

.featured_products_sec figure img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.owl-carousel.products_slider .owl-stage-outer {
    padding-top: 90px;
}

.featured_products_sec .cont {
    padding-top: 15px;
}

.featured_products_sec .cont h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    font-family: var(--heading-font);
    margin-bottom: 10px;
}

.featured_products_sec .cont span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 16px;
}

.featured_products_sec .cont p {
    font-size: 16px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 28px;
}

.owl-theme.products_slider .owl-dots {
    display: none;
}

.owl-theme.products_slider .owl-nav button.owl-next {
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 19px;
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 4;
    transition: .25s;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    border-radius: 50%;
    border: 2px solid #000;
}

.owl-theme.products_slider .owl-nav button.owl-prev span {
    opacity: 0;
}

.owl-theme.products_slider .owl-nav button.owl-next span {
    opacity: 0;
}

.owl-theme.products_slider .owl-nav button.owl-prev {
    background-image: url(images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: 19px;
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: -60px;
    left: 46%;
    z-index: 4;
    transition: .25s;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    border-radius: 50%;
    border: 2px solid #000;
}

.featured_products_sec .cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.featured_products_sec .cont li {
    margin: 7px;
    font-size: 14px;
}

.featured_products_sec .cont li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    vertical-align: 3px;
    margin-right: 5px;
}

.featured_products_sec .owl-stage {
    display: flex;
}

.featured_products_sec .item {
    height: 100%;
}

.featured_products_sec .product_box {
    height: 100%;
}






.customer-needs-sec {
    text-align: center;
}

.customer-needs-sec .row.customer-needs-row {
    padding-top: 30px;
}

.customer-needs-sec .main-cont {
    background: radial-gradient(115.75% 119.68% at -1.88% -2.83%, #000000 0%, #074379 100%);
    height: 100%;
    padding: 60px 25px 55px 25px;
}

.customer-needs-sec .main-cont figure {
    margin-bottom: 35px;
}

.customer-needs-sec .main-cont h3 {
    font-size: 24px;
    color: var(--theme-color3);
    font-family: var(--heading-font);
    margin-bottom: 25px;
}

.customer-needs-sec .main-cont p {
    font-size: 16px;
    color: var(--theme-color3);
    line-height: 28px;
}






.testimonial_sec {
    text-align: center;
    background-color: #074379;
    position: relative;
}

.testimonial_sec img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.testimonial_sec .container {
    position: relative;
    z-index: 3;
}

.testimonial_sec .cmn-top-title {
    color: #E6E6E6;
}

.testimonial_sec h2.cmn-heading span {
    color: #fff;
}

.testimonial_sec h2.cmn-heading {
    margin-bottom: 55px;
}

.testimonial_box p {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.testimonial_box h5 {
    font-size: 24px;
    color: #fff;
    font-family: var(--heading-font);
}

.testimonial_box span {
    font-size: 20px;
    color: #e6e6e6;
}

.owl-theme.testimonialslider .owl-nav.disabled+.owl-dots {
    margin-top: 35px;
}

.owl-theme.testimonialslider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    transition: .25s;
}

.owl-theme.testimonialslider .owl-dots .owl-dot.active span,
.owl-theme.testimonialslider .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 14px;
    height: 14px;
}




.certification-sec .cmn-heading {
    text-align: center;
    margin-bottom: 45px;
}

.certification-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.certification-sec .certification-info-left {
    width: 57%;
    padding-right: 80px;
}

.certification-sec .certification-info-left p:first-child {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    padding-bottom: 5px;
}

.certification-sec .certification-info-left p span {
    display: block;
    padding-top: 15px;
}

.certification-sec .certification-info-left p {
    line-height: 28px;
}

.certification-sec .certification-info-right {
    width: 43%;
}

.certification-sec .certification-pic-wrap {
    position: relative;
    padding-top: 84%;

}

.certification-sec .certification-pic-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}



.footer-top {
    padding: 80px 0px;
    background-color: var(--theme-color2);
}

.footer-top p {
    color: var(--theme-color3);
    line-height: 24px;
    max-width: 356px;
}

.footer-top-row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.footer-top a.footer_logo {
    width: 135px;
    display: inline-block;
    margin-bottom: 22px;
    height: auto;
}

.footer-top a.footer_logo img {
    width: 100%;
    height: auto;
}

.footer-top-col.fst {
    width: 33%;
}

.footer-top-col.snd {
    width: 19%;
}

.footer-top-col.thrd {
    width: 20%;
}

.footer-top-col {
    width: 28%;
    padding: 12px;
}

.footer-top-col .ft-title {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color3);
    line-height: 67px;
    position: relative;
    margin-bottom: 30px;
}

.footer-top-col .ft-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 1px;
    background-color: var(--theme-color3);
}

.ft-links ul li a {
    color: #ddd;
    line-height: 32px;
    position: relative;
    transition: .25s;
}

.ft-links ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: #ddd;
    transition: .25s;
}

.ft-links ul li a:hover::before {
    width: 100%;
}

.ft-infos ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #ddd !important;
    transition: .25s;
}

.ft-infos ul li a:hover {
    color: var(--theme-color3);
}

.ft-infos ul li:last-child a {
    margin-bottom: 0px;
}

.ft-infos ul li a span {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.footer-top ul.social_mediasec {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 10px;
}

.footer-top ul.social_mediasec li a {
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.footer-top ul.social_mediasec li a:hover {
    background-color: #fff;
    color: #074379;
}

.footer-top ul.social_mediasec li a i {
    font-size: 18px;
}

.footer-top ul.social_mediasec li:first-child a {
    margin-left: 0;
}

.footer-top ul.social_mediasec li:last-child a {
    margin-right: 0;
}




.copyright {
    background-color: #00203D;
    padding-top: 22px;
    padding-bottom: 22px;
}

.copyright p {
    margin-bottom: 0px;
    text-align: center;
    color: #ddd;
    font-size: 15px;
}

.copyright p a {
    font-weight: 700;
    color: #ddd;
}





.innerpage-banner-wrapper {
    position: relative;
}

.innerpage-banner-wrapper .innerpage-banner {
    height: 450px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.innerpage-banner-wrapper .innerpage-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 2;
}

.innerpage-banner-wrapper .innerpage-banner h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--theme-color3);
    text-transform: uppercase;
    letter-spacing: -0.025rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    position: relative;
}




.product-list-sec .box {
    margin-bottom: 25px;
}

.product-list-sec h2.cmn-heading {
    text-align: center;
    margin-bottom: 40px;
}

.product-list-sec .product-list-box {
    height: 100%;
    border-radius: 15px;
}

.product-list-box .pic-sec {
    position: relative;
    padding-top: 78%;
    background-color: #EBEBEB;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-list-box .pic-sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list-box .product-cont {
    padding: 25px 21px;
    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.10);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.product-list-box .product-code {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 6px;
}

.product-list-box .product-heading {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    min-height: 50px;
}

.product-list-box .product-cont .btm-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

.product-list-box .btm-sec .price {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.product-list-box .btm-sec .button a {
    font-size: 15px;
    font-weight: 500;
    color: #2E2E2E;
    padding: 10px 28px;
    border: 2px solid #074379;
    border-radius: 10px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.product-list-box .btm-sec .button a:hover {
    background-color: #074379;
    color: #fff;
}







.contactus-sec h2.cmn-heading {
    text-align: center;
    margin-bottom: 8px;
}

.contactus-sec .sub-head {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.contactus-sec .contactus-row {
    margin-top: 40px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
}

.contactus-sec .left-sec {
    width: 43%;
    background-color: var(--theme-color);
    position: relative;
    padding: 40px;
}

.contactus-sec .left-sec img.bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contactus-sec .left-sec h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 60px;
}

.contactus-sec ul.contact-info {}

.contactus-sec ul.contact-info li a {
    font-size: 18px;
    font-weight: 500;
    color: #DDDDDD;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.contactus-sec ul.contact-info li a:hover {
    color: #ddd;
    opacity: 0.8;
}

.contactus-sec ul.contact-info li a img {
    margin-right: 20px;
}

.contactus-sec ul.contact-info li a.mail img {
    width: 18px;
}

.contactus-sec ul.contact-info li span {
    min-width: 44px;
}

.contactus-sec .right-sec {
    padding: 50px 40px;
    width: 57%;

}

.frm-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frm-col {
    width: 100%;
    margin-bottom: 27px;
}

.frm-col label {
    display: block;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}

.frm-col-half {
    width: 47%;
}

.contactus-sec .right-sec .cmn-btn {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.contactus-sec ul.social_mediasec {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 50px;
}

.contactus-sec ul.social_mediasec li a {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    margin-right: 6px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.contactus-sec ul.social_mediasec li a:hover {
    background-color: #fff;
    color: #074379;
}

.contactus-sec ul.social_mediasec li a i {
    font-size: 13px;
}

.contactus-sec ul.social_mediasec li:first-child a {
    margin-left: 0;
}

.contactus-sec ul.social_mediasec li:last-child a {
    margin-right: 0;
}

.map-sec {
    position: relative;
    height: 550px;
}

.map-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







.product-categories {
    text-align: center;
}

.product-categories h2.cmn-heading {
    margin-bottom: 35px;
}

.product-categories ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-categories ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #6b6b6b;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
}

.product-categories ul li a::before {
    content: '';
    position: absolute;
    background-image: url(images/arrow-right-gray.png);
    width: 12px;
    height: 12px;
    top: 6px;
    right: -20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-categories ul li.active a {
    color: #074379;
}

.product-categories ul li:first-child a {
    margin-left: 0px;
}

.product-categories ul li:last-child a {
    margin-right: 0px;
}

.product-categories ul li:last-child a::before {
    display: none;
}


.product-description {
    padding-top: 20px;
    padding-bottom: 80px;
}

.product-description h2.cmn-heading {
    margin-bottom: 45px;
}

.prdct-descrp-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-description .left-sec {
    width: 45%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.product-description .left-sec .pic-sec {
    position: relative;
    padding-top: 109%;
}

.product-description .left-sec .pic-sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-description .right-sec {
    width: 55%;
    padding-left: 55px;
    text-align: left;
}

.product-description .catalog-name {
    font-size: 16px;
    color: #074379;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-description h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.product-description .price {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
    border-bottom: 1px dashed #A3A3A3;
}

.product-description .cont {
    padding-top: 25px;
}

.product-description .features {
    margin-bottom: 22px;
}

.product-description .features h6 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.product-description .features ul {
    padding-left: 22px;
    list-style: circle;
}

.product-description .features ul li {
    font-size: 16px;
    font-weight: 500;
    color: #6b6b6b;
    padding-bottom: 7px;
    position: relative;
}

.product-description .features ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -13px;
    width: 4px;
    height: 4px;
    background-color: #6b6b6b;
    border-radius: 100%;
}

.product-description .color {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
}

.product-description .color span {
    color: #6b6b6b;
    font-weight: 500;
}

.product-description .size {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.product-description .size span {
    color: #6b6b6b;
    font-weight: 500;
}






.aboutcompany-sec p {
    line-height: 28px;
}

.aboutcompany-sec h2.cmn-heading {
    margin-bottom: 20px;
}


.ourvision-row {
    display: flex;
    flex-wrap: wrap;
}

.ourvision-sec .left-sec {
    width: 44%;
}

.ourvision-sec .right-sec {
    width: 56%;
    padding-left: 55px;
}

.ourvision-sec .left-sec .pic-sec {
    padding-top: 86%;
    position: relative;
}

.ourvision-sec .left-sec .pic-sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.ourvalues-sec h2.cmn-heading {
    margin-bottom: 30px;
}

.ourvalues-sec .ourvalues-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4px;
    padding-right: 4px;
}

.ourvalues-sec .col-lg-3 {
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}

.ourvalues-sec .values-box {
    height: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 16px;
}

.ourvalues-sec .values-box .heading {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
}

.ourvalues-sec .values-box p {
    font-size: 14px;
    line-height: 21px;
    color: #757575;
}

.ourvalues-sec .values-box img.icon {
    height: 24px;
    width: auto;
}




.ourhistory-sec {
    padding-bottom: 65px;
}

.ourhistory-sec p {
    margin-bottom: 25px;
    line-height: 28px;
}

.ourhistory-sec p span {
    font-weight: 600;
    display: block;
}

.ourhistory-sec .pic-sec {
    position: relative;
    padding-top: 315px;
}

.ourhistory-sec .pic-sec img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourhistory-sec .pic-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-close-btn {
    display: none;
}

.menu-trigger {
    display: none;
}

.product-description .features ul li {
    width: 100%;
}

.product-description .features ul {
    flex-wrap: wrap;
}



/* responsive css */
@media(max-width:1400px) {}

@media(max-width:1199px) {

    .banner_sec .banner_text .heading h1 {
        font-size: 35px;
    }

    .banner_sec .banner_pic {
        height: auto;
        padding: 100px 0px 150px;
    }

    .banner_sec .banner_text p {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .header-top-left {
        width: 100%;
        text-align: center;
    }

    .header-top-row {
        flex-wrap: wrap;
    }

    .header-top {
        padding: 10px 0px;
    }

    .header-top-right {
        width: 100%;
    }

    .header-top-right ul {
        justify-content: center;
    }

    .cmn-btn {
        font-size: 12px;
        padding: 12px 23px;
        max-width: max-content;
    }

    .cmn-btn img {
        width: 18px;
    }

    .banner_sec .banner_text .button-sec a {
        font-size: 12px;
        padding: 12px 22px;
    }

    .banner_sec .banner_text .button-sec a img {
        width: 18px;
    }

    .cmn-top-title {
        font-size: 14px;
    }

    .about-info-right {
        padding-left: 30px;
    }

    h2.cmn-heading {
        font-size: 35px;
    }

    .home-stripe-sec h2 {
        font-size: 25px;
        line-height: 1.5;
        transform: none;
        position: relative;
        left: 0;
        top: 0;
    }

    .home-stripe-sec {
        height: auto;
    }

    .customer-needs-sec .main-cont {
        padding: 35px;
    }

    .owl-stage {
        display: flex;
    }

    .owl-stage .item {
        height: 100%;
    }

    .featured_products_sec .product_box {
        height: 100%;
    }

    .testimonial_box p {
        font-size: 20px;
        line-height: 1.7;
    }

    .ft-infos ul li a span {
        flex-shrink: 0;
    }

    .ft-infos ul li a {
        word-break: break-word;
    }

    .header-top-right li {
        padding: 10px;
    }

    .contactus-sec ul.contact-info li a {
        font-size: 16px;
    }

    .product-categories ul {
        flex-wrap: wrap;
    }

    .product-description .right-sec {
        padding-left: 30px;
    }

}

@media(max-width:991px) {

    .main-nav-menus {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100svh;
        overflow: auto;
        background: #fff;
        padding-top: 60px;
        transform: translateX(100%);
        transition: all .5s ease-in-out;
    }

    .main-nav-menus.on {
        transform: translateX(0%);
    }

    .main-nav-menus ul {
        flex-wrap: wrap;
    }

    .main-nav-menus li {
        width: 100%;
    }

    .main-nav-menus ul li a {
        padding: 15px;
        display: block;
        margin: 0;
    }

    .main-nav-menus ul li.menu-item-has-children>a::before {
        height: 10px;
        width: 15px;
        background-size: 15px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-close-btn {
        width: 25px;
        position: absolute;
        display: block;
        top: 15px;
        right: 15px;
    }

    .menu-trigger {
        display: block;
        width: 30px;
    }

    .brand-logo {
        width: 60px;
    }

    .brand-logo img {
        width: 100%;
    }

    .menu-trigger svg {
        fill: var(--theme-color);
    }

    .banner_sec .banner_text .heading h1 {
        line-height: 1.5;
    }

    li.menu-item-has-children ul {
        position: static;
        min-width: auto;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .main-nav-menus ul li.menu-item-has-children ul a {
        padding-left: 30px;
    }

    .main-nav-menus ul li.menu-item-has-children ul Li:last-child a {
        border-bottom: 0px;
    }

    .banner_sec .banner_text .heading h1 {
        font-size: 28px;
    }

    .banner_sec .banner_text .button-sec {
        padding-top: 15px;
    }

    .about-info-left {
        width: 100%;
        padding: 25px;
    }

    .cmn-gap {
        padding: 50px 0px;
    }

    .about-info-right {
        width: 100%;
        padding: 0px;
        margin-top: 20px;
        text-align: center;
    }

    .about-us-sec .cmn-btn-wrap {
        text-align: center;
    }

    .cmn-btn {
        display: inline-flex;
    }

    .home-stripe-sec h2 {
        font-size: 20px;
    }

    .facility_box+.facility_box {
        margin-top: 30px;
    }

    .featured_products_sec.cmn-gap {
        padding-bottom: 100px;
    }

    .owl-theme.products_slider .owl-nav button.owl-prev {
        left: calc(50% - 50px);
    }

    .owl-theme.products_slider .owl-nav button.owl-next {
        right: calc(50% - 50px);
        left: auto;
    }

    h2.cmn-heading {
        font-size: 28px;
    }

    .testimonial_box p {
        font-size: 16px;
        /* margin: 0; */
        /* width: 100%; */
        max-width: 100%;
    }

    .testimonial_box h5 {
        font-size: 20px;
    }

    .testimonial_box span {
        font-size: 16px;
    }

    .certification-sec .certification-info-left {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-bottom: 20px;
    }

    .certification-sec .certification-info-right {
        width: 100%;
    }

    .certification-sec .certification-pic-wrap img {
        right: 0;
        text-align: center;
        margin: 0 auto;
        object-fit: contain;
    }

    .footer-top-col {
        width: 100% !important;
    }

    .footer-top-col.fst {
        width: 100%;
    }

    .footer-top-col.snd {
        width: 100%;
    }

    .ft-infos ul li a span {
        width: 40px;
        height: 40px;
    }

    .ft-infos ul li a span img {
        width: 15px;
    }

    .ft-infos ul li a {
        font-size: 14px;
    }

    .copyright p {
        font-size: 12px;
    }

    .certification-sec .cmn-heading {
        margin-bottom: 20px;
    }

    .testimonial_sec h2.cmn-heading {
        margin-bottom: 30px;
    }

    .counting-sec .counting_box .number {
        font-size: 50px;
    }

    .counting-sec .counting_box h6 {
        font-size: 18px;
    }

    .counting_box+.counting_box {
        margin-top: 30px;
    }

    .header-top-right ul {
        flex-wrap: wrap;
    }

    .header-top-right li {
        padding: 5px 10px !important;
    }

    .aboutcompany-row {
        text-align: center;
    }

    .innerpage-banner-wrapper .innerpage-banner {
        height: auto;
        padding: 100px 0px;
    }

    .innerpage-banner-wrapper .innerpage-banner h1 {
        max-width: 100%;
        font-size: 35px;
    }

    .ourvision-sec .left-sec {
        width: 100%;
    }

    .ourvision-sec .right-sec {
        width: 100%;
        padding: 0px;
        margin-top: 30px;
        text-align: center;
    }

    .ourvalues-sec h2.cmn-heading {
        text-align: center;
    }

    .ourvalues-sec .col-lg-3 {
        width: 33.333333%;
        padding: 8px;
    }

    .ourhistory-row {
        text-align: center;
    }

    .contactus-sec .right-sec {
        width: 100%;
        padding: 20px;
    }

    .contactus-sec .left-sec {
        width: 100%;
        padding: 30px;
    }

    .contactus-sec .contactus-row {
        flex-direction: column-reverse;
    }

    .contactus-sec ul.contact-info li a img {
        margin-right: 5px;
    }

    .contactus-sec ul.contact-info li span {
        min-width: 35px;
    }

    .row.product-list-row .box {
        width: 50%;
    }

    .product-description .left-sec {
        width: 100%;
    }

    .product-description .right-sec {
        padding: 0px;
        margin-top: 30px;
        width: 100%;
    }

    .product-categories ul li a {
        margin: 14px !important;
        font-size: 16px;
    }

    .product-categories ul li a::before {
        top: 4px;
    }

    .product-description h3 {
        font-size: 25px;
    }

    .product-list-box .product-heading{
        font-size: 16px;
    }

    li.menu-item-has-children .sub-menu{
        display: none;
    }

}

@media(max-width:767px) {
    .header-top-right li a span {
        width: 25px;
        height: 25px;
    }

    .header-top-right li a span img {
        width: 11px;
    }

    .header-top-right li a {
        font-size: 12px;
    }

    .banner_sec .banner_text .button-sec {
        flex-direction: column;
    }

    .banner_sec .banner_text .button-sec a {
        margin: 5px !important;
        min-width: 220px;
    }

    .banner_sec .banner_text .heading h1 {
        font-size: 25px;
    }

    .banner_sec .banner_text p {
        font-size: 12px;
        line-height: 1.7;
    }

    h2.cmn-heading {
        font-size: 25px;
    }

    .home-stripe-sec h2 {
        font-size: 18px;
    }

    .ourvalues-sec .col-lg-3 {
        width: 50%;
    }

    .innerpage-banner-wrapper .innerpage-banner h1 {
        font-size: 28px;
    }

    .innerpage-banner-wrapper .innerpage-banner {
        height: auto;
        padding: 80px 0px;
    }

    .contactus-sec .left-sec h3 {
        margin-bottom: 30px;
    }

    .contactus-sec ul.contact-info li a {
        margin-bottom: 20px;
    }

    .contactus-sec ul.social_mediasec {
        padding-top: 30px;
    }

    .map-sec {
        height: 250px;
    }

    .frm-col-half {
        width: 100%;
    }

    .row.product-list-row .box {
        width: 100%;
    }

}

@media(max-width:575px) {
    .contactus-sec .left-sec h3 {
        font-size: 22px;
    }

    .contactus-sec ul.contact-info li a {
        font-size: 13px;
    }

    .contactus-sec .left-sec img.bg {
        z-index: -1;
    }

    .contactus-sec .left-sec {
        position: relative;
        z-index: 0;
    }
}

@media(max-width:479px) {}

@media(max-width:375px) {}