/*
Theme Name: Rapid fastners
Theme URL: http://test.com
Description: Rapid fastners is a child theme of Twenty twenty
Author: KML
Author URL: http://test.com
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child

/* -------------------------------------------------------------------------- */
/* General CSS
/* ---------------------------------------------*---------------------------- */
html,
body {
	border: none;
	margin: 0;
	padding: 0;
	background: #f5efe0;
	box-sizing: border-box;
	font-family: 'Poppins-Regular' !important;
}

	@font-face {
    font-family: 'Poppins-Regular';
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Regular.eot');
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Regular.woff') format('woff'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Regular.ttf') format('truetype'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
	 font-family: 'Poppins-Medium';
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Medium.eot');
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Medium.woff') format('woff'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Medium.ttf') format('truetype'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
	 font-family: 'Poppins-light';
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-light.eot');
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-light.woff') format('woff'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-light.ttf') format('truetype'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-light.svg') format('svg');
    font-style: normal;
    font-display: swap;
}
@font-face {
	 font-family: 'Poppins-SemiBold';
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-SemiBold.eot');
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-SemiBold.woff') format('woff'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-SemiBold.ttf') format('truetype'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
	 font-family: 'Poppins-Bold';
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Bold.eot');
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Bold.woff') format('woff'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Bold.ttf') format('truetype'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
	 font-family: 'Poppins-Italic';
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Italic.eot');
    src: url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Italic.woff') format('woff'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Italic.ttf') format('truetype'), 
    url('/wp-content/themes/twentytwenty-child/fonts/Poppins-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
header#site-header {
    background: #16368f;
    position: sticky;
    top: 0;
    z-index: 999;
}
.menu-modal.active
{
	z-index: 999;
}
.sec_heading ul {
    padding-left: 0 !important;
    margin-left: 0;
	color: #10214e;
}
.sec_heading ul  li{
	color: #10214e;
}
.sec_heading.text-center h2 a {
    color: #10214e;
}
a {
    text-decoration: none;
}
select:focus-visible {
	outline:none !important;
}
p::empty
{
	display:none !important;
}
.page-id-25	a.page-numbers
	{
		margin-left:11px !important;
	}
.page-id-25	span.page-numbers.current
	{
		margin-left:0px;
		
	}
button:focus
{
	outline:none;
	text-decoration: none;
}
.section-inner {
    width: calc(100% - 10rem);
}
h1,h2,h3,h4,h5,h6,p
{
	letter-spacing:1px;
}
section.inner_banner.product_banner span
{
	    color: #fff;
	 font-size: 21px;
    line-height: 30px;
       font-family: 'Poppins-Italic';
}
p {
	font-size: 15px;
	font-family:'Poppins-light';

}

.search-modal-inner .section-inner {
    height: 80px;
    align-items: center;
}
.search-modal .search-field {
       border: 1px solid #858585ad;
    height: 5rem;
    border-style: dashed;
}
.search-modal .search-field {
    font-size: 2.2rem;
}
.search-untoggle svg {
    height: 1.5rem;
    width: 1.5rem;
}
.headersearch {
    width: 100% !important;
}
button.wc-block-product-search__button {
    background: #ec8134 !important;
}

.inner_main-section .section-part span {
    color: #fff;
	font-size: 21px;
    line-height: 30px;
 
}
input[type="search"]:focus{
	outline:none;
}
.current-menu-item {
    /* background: #ec8134; */
}
.no-record-exist.container {
    margin-left: 14px;
}
/* a:hover, a:focus {
    text-decoration: none;
    background: lightgrey;
    border: none;
    border: 1px transparent !important;
    transition: 0.5s ease-in-out;
    color: #000 !important;
    font-weight: 600 !important;
} */
/* common classes */
a.anchor_border {
  padding-bottom: 6px;
    font-size: 21px;
    color: #10214E;
    text-decoration: underline;
    letter-spacing: 1px;
    position: relative;
    font-family: 'Poppins-SemiBold' !important;
}
a.reg_term {
    color: #000000;
    text-decoration: underline;
}
span.onsale {
    background: #ec8134;
   font-family:'Poppins-SemiBold';
  
}
/* a.anchor_border:after
{
	 content: "";
    background:#4b4b4b;
    position: absolute;
    width: 68%;
    height: 2px;
    text-align: center;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
} */
a.s-border.anchor_border:after {
    margin: 0px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background:none;
}

/* -------------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------*---------------------------- */

ul.top-list li a {
    text-decoration: none;
	font-size:18px;
	color: #000;
}
.header-titles-wrapper {
    left: -45px;
    position: relative;
}
.header-navigation-wrapper {
    align-items: center;
    display: flex;
    
}
.page-template-home-template .banner_line h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ec8134;
    position: absolute;
    left: -7%;
    top: 13%;
}

.banner_line h1:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ec8134;
    position: absolute;
    left: -7%;
    top: 50%;
    transform: translateY(100%);
}
ul.top-list li {
 list-style-type:none;
}
.section-inner {
    width: calc(100% - 18rem);
}
header#site-header {
    background: #16368F;
}

body:not(.overlay-header) .primary-menu > li > a {
    color: #fff !important;
    font-family:'Poppins-Medium';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
}
ul.primary-menu {
    margin: -0.8rem 0 0 -3.5rem;
}
ul.primary-menu {
    align-items: center;
}
span.toggle-text {
    display: none;
}
span.toggle-inner svg {
    color: #fff;
}

.header-toggles
{
	margin-right:-3rem;
}

.search-toggle svg {
    height: 3rem;
    max-width: 2rem;
    width: 2rem;
}

.site-title a {
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------*---------------------------- */
.footer .file1 p {
    color: #10214E;
    font-size: 15px;
  font-family:'Poppins-light';
    letter-spacing: 0.5px;
    margin-left: 36px;
    margin-top: 10px;
    padding-right: 44px;
}
.footer-logo {
    margin: 30px 0 0;
}
section.footer {
    background: #ffff;
    border-top: 1px solid #C4C4C4;
	    padding-bottom: 22px;
	display:inline-block;
}
ul.menu_links1 li a:hover {
    color: #ec8134;
}
ul.top-list li a i:hover {
    color: #ec8134;
}
.social_icons ul {
     display: flex;
    margin-left: 0;
/* 	margin-bottom: 0; */
}
.social_icons ul li {
    margin-left: 0;
    margin-right: 25px;
}

.social_icons ul li a{
  color:#10214e7a;
}
.page-template-home-template section.footer {
   
    border-top: 0px;
 
}
section.footer h6 {
    color: #10214E;
    padding-left: 0;
    margin-left: 0;
}
section.footer {
    padding-top: 60px;
    padding-bottom: 76px;
}
.file1 p:hover {
    color: #ec8134;
    cursor: pointer;
}
a.footer_link2:hover {
 
    text-decoration: underline;
}
.links {
    display: flex;
}

ul.menu_links1 {
    margin-left: 0;
}

ul.menu_links1 li, ul.menu_links2 li {
    text-decoration: none;
    list-style: none;
	margin-left: 0;
	line-height: 2;
}

ul.menu_links1 li a, ul.menu_links2 li a {
     text-decoration: none;
    color: #10214E;
    font-size: 15px;
    font-family:'Poppins-light';
    letter-spacing: 0.5px;
}

h6.footer_head {
    font-size: 13px;
    margin-bottom: 15px;
	
}

ul.menu_links2 {
    margin-left: 90px;
}

.file1 {
    display: flex;
    align-items: center;
	padding-top: 20px;
}

.file1 p {
    color: #10214E;
    font-size: 15px;
    font-family:'Poppins-light';
    letter-spacing: 0.5px;
    margin-left: 36px;
    margin-top: 10px;
    padding-right: 44px;
}
section.copyright .social_icons ul li a {
    color:#10214eab !important;
}
a.footer_link {
    color: #10214E;
    text-decoration: none;
}
a.footer_link2 {
    color: #10214eab;
    text-decoration: none;
}
a.footer_link:hover
{
	 color: #ec8134;
    text-decoration: none;
}
.b_link
{
	color: #10214E;
	 font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
.copyright p:first-child {
    color: #10214E;
    font-size: 15px;
	margin-bottom: 0;
}
.copyright p {
    color: #10214eab;
    font-size: 15px;
	letter-spacing:0px;
}
section.copyright {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0;
    border-top: 1px solid #C4C4C4;
}
footer#site-footer {
    display: none;
}
h4.download {
    margin-top: 26px;
    font-size: 15px;
    font-family: 'Poppins-light';
    color: #10214E;
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
/* Home Page
/* ---------------------------------------------*---------------------------- */
.page-template-home-template  section.ethos_sec {
    padding-top: 4px !important;
/*     padding-bottom: 82px; */
}
/* Banner Slider */
.page-template-home-template section.footer {
    border-top: 0px;
    padding-top: 60px;
	padding-bottom: 74px;
}

section.banner-slider {
    padding: 0;
}
div#slider .item {
    position: relative;
    justify-content: center;
    display: flex;
}
.page-template-home-template .banner_line {
    
    align-items: normal;
}
/* .content_area {
    margin-left: 12%;
} */
.page-template-home-template .banner_line img {
    height: 3px;
    width: 85px !important;
    margin-top: 46px;
    margin-right: 24px;
}
.content {
    position: absolute;
    display: block;
    height: 100%;
	width:100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* div#slider {
    position: relative;
} */

/* div#slider .owl-nav button.owl-prev {
    top: 0;
    background: #241316;
    left: 5%;
    display: flex;
    height: 100%;
    height: 57px;
    width: 55px;
    align-items: center;
    justify-content: center;
	border-radius: 0px;
} */

/* div#slider .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    display: flex;
    -webkit-tap-highlight-color: transparent;
    justify-content: end;
    position: absolute;
    bottom: 8%;
    right: 8%;
} */

div#slider .owl-nav button.owl-next {
    top: 0;
    right: 5%;
    display: flex;
    height: 100%;
    align-items: center;
	background: #ec8134;
	height: 57px;
    width: 55px;
	justify-content: center;
	border-radius: 0px;
}

div#slider .owl-dots {
    position: relative;
    width: 100%;
    bottom: 100px;
    display: flex;
    padding-left: 10px;
	
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    padding-left: 0;
}
div#slider button.owl-prev span {
    font-size: 40px;
    width: 40px;
    height: 40px;
    padding-right: 4px;
    display: block;
    padding-bottom: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
}

div#slider button.owl-next span {
    font-size: 40px;
    width: 40px;
    height: 40px;
    padding-left: 4px;
    display: block;
    padding-bottom: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
	background: #EC8134
}
div#slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
 
}
div#slider .owl-dots .owl-dot.active span {
    background: #ec8134;
}
div#slider .owl-nav [class*='owl-']:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

.content h3 {
 color: #fff;
    font-family:'Poppins-Bold';
    font-size: 70px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    margin-top: 0px;
	margin-left:0px;
}

ul.social-list {
    margin-bottom: 0;
}
ul.social-list li a i:hover {
    background: #ec8134;
    transition: 0.3s;
    border: 1px solid #ec8134;
}
.content p {
    font-size: 30px;
    line-height: 26px;
    color: #fff;
	font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 45px;
    font-family:'Poppins-Regular';
}

.content a {
    padding: 16px 47px 16px 47px;
    text-decoration: none;
    line-height: 6rem;
    color: #fff;
    font-family:'Poppins-SemiBold';
    letter-spacing: 1px;
    font-size: 18px;
    background: #EC8134;
}
section.banner-slider {
    padding: 0;
    position: relative;
}
.slider-counter {
    position: absolute;
    right: 21%;
    bottom: 19%;
    color: white;
    z-index: 9999;
}

/* div#slider .owl-nav {
    margin-top: 10px;
    text-align: center;
    display: flex;
    -webkit-tap-highlight-color: transparent;
    justify-content: end;
    position: absolute;
    bottom: 17%;
    right: 8.3%;
} */

ul.social-list li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
ul.social-list li a i {
 
width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
	border:1px solid #fff;
}

ul.social-list li a {
    border: none;
    padding: 0;
    text-decoration: none;
    color: #fff;
   font-family:'Poppins-light';
    margin-bottom: 10px;
    font-size: 14px;
	background: transparent;
}


/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadeInRight {
	
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
	
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Ethos Section */
.content a:hover {
    background: #1b2d8f !important;
}
section.ethos_sec a.anchor_border {
    font-size: 15px;
    color: #ec8134;
    font-family: inherit;
    font-family:'Poppins-SemiBold';
	text-transform:uppercase;
}
section.ethos_sec a.anchor_border:hover {
    color: #1a2e8f !important;
    transition: 0.5s;
}
section.ethos_sec {
    padding-top: 45px !important;
/* 	    padding-bottom: 120px; */
}

.sec_heading h2 {
    font-size: 50px;
    letter-spacing: 0px;
    font-family:'Poppins-Bold';
    color: #10214E;
	margin-bottom: 50px;
}
.ethos_img img {
    max-width: 100%;
	margin: 0 auto;
}

.ethos_content h3 {
       font-size: 21px;
    font-family:'Poppins-SemiBold';
    color: #10214E;
       margin-top: 50px;
    letter-spacing: 1px;
	margin-bottom: 16px;
}
.services_content .ethos_content p 
{
	 color: #10214E;
    font-size: 15px;
    line-height: 24px;
	letter-spacing:0px;
   font-family:'Poppins-light';
	margin-bottom: 30px;
	    min-height: 72px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ethos_content p {
    color: #10214E;
    font-size: 15px;
    line-height: 24px;
	letter-spacing:0px;
font-family:'Poppins-light';
	margin-bottom: 20px;
	    min-height: 72px;
}
.page-template-home-template .ethos_content p {
   
	    min-height: 172px !important;
}
.page-template-home-template .ethos_content h3 {
   
  min-height: 60px !important;
}
.page-template-home-template .ethos_content {
    margin-bottom: 40px;
}

/* Manufacturing section */
section.manufacturing_sec {
    padding-top: 125px;
    padding-bottom: 125px;
}
section.manufacturing_sec {
    background: url(/wp-content/uploads/2021/12/manufact-bg-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	padding: 129px 0px;
	background-attachment:fixed !important;
}

a.explore-btn {
   margin-top:20px;
    color: #EC8134;
    font-size: 15px;
    font-family:'Poppins-SemiBold';
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #EC8134;
    padding: 15px 40px 15px 40px;
    display: inline-block;
}
section.manufacturing_sec {
    background: url(/wp-content/uploads/2021/12/manufact-bg-1-scaled.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
   
}

.manufact_content h3 {
    font-size: 50px;
    font-family:'Poppins-Bold';
    letter-spacing: 2px;
    color: #FFFFFF;
	    margin-bottom: 20px;
}

.manufact_content p {
    color: #ffff;
    margin-bottom: 0px;
    line-height: 1.5;
}

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

/* products section */
section.product_heading .sec_heading h2 {
    margin-bottom: 32px;
}
section.product_heading {
    padding-top: 60px;
    padding-bottom: 40px;
    margin: 0;
}
section.product_sec {
    padding-bottom:130px;
	padding-top: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #EC8134 !important;
    color: #FFF;
    text-decoration: none;
}
div#product_slider .item a {

    text-decoration: none;
    font-size: 25px;
    color: #10214E;
    font-family:'Poppins-SemiBold';
	text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div#product_slider .item  {
   text-align:center;
}
div#product_slider .item a img {
    margin-bottom: 20px;
}
div#product_slider .owl-nav button span
{
	font-size: 40px;
    width: 40px;
    height: 40px;
    padding-left: 0px;
    display: block;
    padding-bottom: 4px;
    color: #4b4b4b;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid  #4b4b4b;
    border-radius: 50px;
    font-weight: 200;
}
div#product_slider .item p {
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
    color: #10214E;
    font-family:'Poppins-SemiBold';
}

div#product_slider button.owl-prev {
    position: absolute;
    left: -9%;
    top: 29%;
    height: 57px;
    width: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    display: flex;
    background:#C4C4C4;
}
div#product_slider button.owl-next {
    position: absolute;
    right: -9%;
    top: 29%;
    background: #C4C4C4;
    height: 57px;
    width: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    display: flex;
}
div#product_slider .owl-nav {
   
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}
.view_all.text-center {
    margin-top: 19px;
}

section.product_heading .sec_heading h2 {
    margin-bottom: 32px;
    margin-top: 54px;
}

/* news/blogs */
.news_conent img {
    min-height: 238px;
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.page-template-News a.page-numbers
{
	margin-left: 13px !important;
}

span.page-numbers.current

{
	margin-left: 13px;
}
.row.latest_news_page .col-md-4 img {
    min-height: 289px;
	height:289px;
    width: 100%;
    object-fit: cover;
}
section.new_sec {
    padding: 68px 0px;
    background: #ebebeb;
    padding-bottom: 130px;
}
section.new_sec .sec_heading h2 {
    font-size: 40px;

}
section.new_sec a.anchor_border {
    font-size: 15px;
    color: #EC8134;
   font-family:'Poppins-SemiBold' !important;
	text-decoration: underline;
}
.news_conent {
    margin-top: 8px;
}
.tab-content>.tab-pane {
    display: block;
}
 a.s-border.anchor_border:hover {
    color: #16368f !important;
    transition: 0.3s;
}
a.anchor_border.s-border {
    text-transform: uppercase;
}
.news_conent {
    background: #ffff;
}
.content-n {
    padding-left: 30px;
    padding-bottom: 30px;
}
.news_conent h3 {
    font-size: 21px;
   font-family:'Poppins-SemiBold';
    color: #10214E;
    margin-top: 0px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.news_conent h3,.news_content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 54px;
}
.news_conent p {
    font-size: 15px;
    font-family:'Poppins-light';
    color: #10214E;
	letter-spacing: 0px;
	min-height: 45px;
}
.content-n a {
    margin-top: 10px;
    display: inline-block;
}
section.new_sec .sec_heading h2 {
    margin-bottom: 50px;
}
.load_more.text-center {
    margin-top: 100px;
}
.load_more.text-center a {
    border: 1px solid black;
    padding: 10px 50px 10px 50px;
    text-decoration: none;
    font-size: 14px;
    color: #4b4b4b;
}

/* services */
section.services {
    background: url(/wp-content/uploads/2021/12/services-bg-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment:fixed !important;
}
.page-template-home-template section.services h2 {
    margin-top: 100px;
}
section.services .ethos_content {
    padding: 0;
}
section.services .ethos_content a.anchor_border:hover {
    color: #fff !important;
}
.services_content {
    margin-top: 80px;
}
.services .sec_heading.text-center h2 {
    margin-bottom: 0;
    color: #ffff;
    font-size: 40px;
	  
}
.primary-menu>li {
    margin: -3px 0 0 0.6rem !important;
}
.toggle-inner {
    height: 3.3rem;
}
.filter_mobile {
    display: none;
}
.filter_mobile select {
    font-size: 1em;
    border: none;
    margin: 0 auto;
    width: 100%;
    background: #f3f4f6;
    padding: 10px 10px 10px 10px;
}
section.services .ethos_content h3
{
	 padding: 0px 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.services  a.anchor_border {
padding-bottom: 6px;
    font-size: 15px;
   font-family:'Poppins-SemiBold' !important;
    color: #EC8134;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    
}
.widget_nav_menu a
{
	font-family:'Poppins-light';
		font-weight:300 !important;
}
section.services h2 {
    margin-top:130px;
}
.services_content {
    margin-top: 60px;
}
section.services {
    padding-bottom: 108px;
}
section.services .ethos_content h3 {
    color: #ffffff;
    margin-top: 36px;
	min-height:53px !important;
}
.woocommerce-page div.product div.summary {
    width: 100%;
}
section.services .ethos_content p {
    color: #ffffff;
	    padding-top: 0px;
}
/* -------------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------*---------------------------- */
.page-template-About section.about_main {
    padding-bottom: 86px !important;
}
.container.inner_main-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.page-template-About .our_mission .row:nth-child(even) .col-md-6 .key_list.d-flex.align-items-center.list_2 {
    margin-left: 25px;
}
.page-template-About .key_list.list_2
{
	padding-right:0px !important;
}
/* .page-template-About .key_list.benefit-list.list_1 {
    padding: 0;
} */
section.our_mission img {
    margin-bottom: 35px;
    width: 97% !important;
    object-fit: cover;
}
.page-template-About .our_mission .row:nth-child(odd) .col-md-6 {
    display: flex;
    justify-content: start !important;
}

.page-template-About .quality .row:nth-child(odd) .col-md-6 {
    flex-direction: row-reverse;
	 display: flex;
    justify-content: start !important;
}
.page-template-About section.quality img {
    margin-bottom: 50px;
    width: 97% !important;
	object-fit:cover;
}
.page-template-About .quality .row:nth-child(odd) .content_Quality {
    padding-left: 46px;
}
.page-template-About .quality .row:nth-child(even) .content_Quality {
    padding-right: 38px;
}
.page-template-About .key_list.benefit-list.list_1
{
	padding:0px;
}
.key_list.benefit-list ul {
    columns: 2;
    margin-bottom: 0;
	    margin-left: 0;
}
section.benefits {
    padding-bottom: 85px !important;
}
section.inner_banner {
    padding: 0;
}
.page-template-About section.our_mission {
    padding-top: 58px;
    padding-bottom: 80px;
}
.banner_line {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
/* 	margin-left: -23px; */
}
.banner_line img {
    height: 3px;
}

.banner_line h1 {
  margin:0;
}

.main-section {
    position: relative;
    background:url(/wp-content/uploads/2021/12/about_img-min-scaled.jpg);
    height: 550px;
    background-size: cover;
    background-position: center center;
}

section.inner_banner.about_banner {
    position: relative;
    background: url(/wp-content/uploads/2021/12/about_img-min-scaled.jpg);
    height: 550px !important;
    background-size: cover !important;
    background-position: center center !important;
}

.main-section .section-part {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-section .section-part h1 {
    font-size: 45px;
    font-family:'Poppins-Medium';
    letter-spacing: 4px;
	    margin-left: 30px;
}

section.about_main {
       padding: 57px 0px;

}

.about_main .sec_heading {
    padding-right: 100px;
}

.about_main .sec_heading p , .about_content p  {
	color:#4f4d4d;
    font-size: 15px;
    line-height: 28px;
   font-family:'Poppins-light';
	margin-bottom:34px;
}

.policy p {
    color: #4f4d4d;
    font-size: 15px;
    line-height: 20px;
    font-family:'Poppins-light';
    margin: 5px 0 15px;
}
.about_content {
    padding-left: 35px;
}
section.about_main .row:nth-child(odd) {
    flex-direction: row-reverse;
}

section.about_main .row:nth-child(odd) .about_content {
    padding-left: 0;
}

section.about_main img {
    margin-bottom: 34px;
	width:100%;
}

/* key benefits */
/* 
section.benefits:before {
    background: url(/wp-content/uploads/2021/12/about_bg1.png) right top no-repeat;
    padding-bottom: 0px;
    content: "";
    width: 100%;
    background-size: 56.5% 100%;
    height: 822px;
    display: inline-block;
    position: absolute;
    right: 0;
   
}

section.benefits:after {
    background: url(/wp-content/uploads/2021/12/about_bg2.png) left top no-repeat;
       padding-bottom: 0px;
    content: "";
    width: 56%;
    height: 794px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;

} */

 section.benefits {
    background: url(/wp-content/uploads/2021/12/key-benefits_bg-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	 background-attachment:fixed;
} 

section.benefits
{
	 
    padding: 58px 0px 50px 0px;
}
.key_list ul li::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    height: 8px;
    width: 8px;
    background-image: url(/wp-content/uploads/2022/01/Rectangle-189.png);
    margin-left: -46px;
    padding-right: 10px;
    background-repeat: no-repeat;
    margin-right: 36px;
}
.key_list.benefit-list ul {
	    columns: 2;
}
.key_list.benefit-list ul li{
		    padding: 0px 30px;
}
.key_list ul li {
    font-size: 15px;
    line-height:28px;
	color:#FFFFFF;
	list-style-type:none;
	margin-bottom: 20px;
	font-family:'Poppins-light' !important;

}
/* li::marker {
    font-size: 30px;
    color: #EC8134;
} */
/* .key_list {
    padding-left: 40px;
    padding-right: 56px;
	margin-top:30px;
} */
.key_list {
    padding-left: 7%;
    padding-right: 0;
    margin-top: 30px;
}
section.benefits h2 {
    color: #FFFFFF;
    margin-bottom: 25px;
}

/* our mission */
.our_mission .sec_heading p {
    font-size: 14px;
    line-height: 28px;
    width: 83%;
    margin: 0 auto;
    padding-bottom: 38px;
    letter-spacing: 0;

}
.our_mission .key_list {
    margin-top: 0;
	padding-left: 0;
}
.our_mission .key_list ul li {
   
    color: #10214E;
	list-style-type:none;
}

section.our_mission .key_list.d-flex.align-items-center ul {
    margin-left: 0 !important;
}
section.quality img {
    margin-bottom: 50px;
	width:100%;
}

.our_mission .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.our_mission .sec_heading.text-center.mission {
       margin-top: 30px;
}
section.our_mission {
    padding-top: 58px;
	padding-bottom: 120px;
}
section.our_mission .sec_heading h2 {
    margin-bottom: 23px;
}
section.our_mission img {
    margin-bottom: 35px;
	width:100%;
}

section.our_mission .row:nth-child(odd) .key_list ul {
    padding-left: 58px;
}


/* our products */
section.our_products {
    background: url(/wp-content/uploads/2021/12/our_product_bg-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment:fixed;
} 

section.our_products {
    padding-top: 130px;
    padding-bottom: 130px;
}
section.our_products .sec_heading {
    padding-right: 70px;
}
section.our_products .sec_heading h2 {
    color: #ffffff;
    margin: 30px 0 20px;
}
section.our_products .sec_heading p {
    color: #ffffff;
}

.sec_heading.content_Quality {
    padding-right: 30px;
	
}

.our_products .sec_heading p {
    font-size: 14px;
	line-height: 20px;
    padding-bottom: 18px;
}

/* history */
section.history {
    padding-top: 54px;
    padding-bottom: 96px;
}
.history .sec_heading p {
    font-size: 15px;
	line-height: 28px;
    padding-bottom: 18px;
}
.history .sec_heading {
    width: 80%;
    margin: 0 auto;
}
section.history h2 {
    margin-bottom: 40px;
}
/* Quality */
.quality .row:nth-child(odd) {
    flex-direction: row-reverse;
}
/* .content_Quality {
    padding-left: 60px;
} */
.quality .row:nth-child(odd) .content_Quality {
    padding-left: 60px;

}
.quality .row:nth-child(even) .content_Quality
{
		padding-right:60px;
}
section.quality {
    background: #f3f3f3;
    padding-bottom: 90px;
	padding-top:57px;
}
section.quality h2 {
    margin-bottom: 40px;
}
section.about_services {
    padding-top: 112px;
    padding-bottom: 100px;
}

.quality .sec_heading p {
    font-size: 14px;
	line-height: 20px;
    padding-bottom: 18px;
	padding-right: 40px;
}
.quality .row:nth-child(odd) {
    flex-direction: row-reverse;
}
section.about_services {
    background: url(/wp-content/uploads/2021/12/about_bg_icons-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

section.about_services .ethos_content h3 {
    color: #ffffff;
    margin-top: 50px;
	 
}
section.about_services .ethos_content p {
    color: #ffffff;
}
/* -------------------------------------------------------------------------- */
/* Manufacturing
/* ---------------------------------------------*---------------------------- */

.page-template-Manufacturing section.manufactur {
  
    padding-bottom: 68px;
}
.page-template-Manufacturing section.manufactur {
    padding-top: 130px;
    padding-bottom: 130px;
}
section.inner_banner.manufacturing_banner  {
    position: relative;
    background: url(/wp-content/uploads/2021/12/manufacturing_banner-min.png);
    height: 550px;
    background-size: cover;
    background-position: center center;
}
.manufactur .row:nth-child(even) {
   flex-direction: row-reverse;
    padding-top: 65px;
    padding-bottom: 65px;
}
section.manufactur {
    padding-top: 130px;
    padding-bottom: 130px;
}

.page-template-Services a.anchor_border.s-border, .page-template-Manufacturing a.anchor_border.s-border {
    text-transform: uppercase;
    color: #EC8134;
	    font-size: 15px;
}
section.manufactur .row:nth-child(odd) .sec_heading {
    margin-left: 0px !important;
}

section.about_main .row:nth-child(odd) .about_content
{
	
}
.manufactur .sec_heading h2 {
    margin-top: 0;
	margin-bottom:29px;
}
.manufactur .sec_heading h2 {
   font-size:45px;
}
.manufactur .sec_heading p {
    font-size: 15px;
	line-height: 28px;
	    color: #10214E;
    padding-bottom: 18px;
	padding-right: 40px;
}
.manufactur .sec_heading {
    margin-left: 30px;
}

/* -------------------------------------------------------------------------- */
/* Our Services
/* ---------------------------------------------*---------------------------- */
.page-template-Services section.manufactur {
    padding-bottom: 68px;
	    padding-top: 127px !important;
}

.inner_main-section .section-part h1 {
    font-size: 75px;
    font-family:'Poppins-Bold';
    letter-spacing: 4px;
    color: #ffffff;
	    font-size: 75px;
        z-index: 1;
  
}
/* .inner_main-section .section-part {
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(100%);
} */
.inner_main-section {
    position: relative;
  
    height: 550px;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}
section.inner_banner.services_banner {
    position: relative;
    background: url(/wp-content/uploads/2021/12/services-bg_img-min.jpg);
    height: 550px;
    background-size: cover;
    background-position: center center;
}
.page-template-Services .sec_heading h2
{
	    font-size: 45px;
}
.page-template-Services .sec_heading p
{
	  font-size: 15px;
	    line-height: 28px;
}
/* -------------------------------------------------------------------------- */
/* Contact Us
/* ---------------------------------------------*---------------------------- */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding-bottom: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output
{
	margin-left:0px;
}
.form_img img {
    max-height: 750px;
    height: 750px;
    object-fit: cover;
	width:100%;
}
.form_sec {
    padding-right: 16px;
}
.cf7sr-g-recaptcha {
    margin-top: -33px !important;
	    margin-bottom: 31px;
}

section.inner_banner.contact_banner  {
    position: relative;
    background: url(/wp-content/uploads/2021/12/contact_banner-min.jpg);
    height: 550px;
    background-size: cover;
    background-position: center center;
}

.page-template-Contact label {
    color: #10214E;
    font-size: 15px;
	font-family:'Poppins-Regular';
	text-transform: capitalize;
}

.contact_p p {
    font-size: 25px;
    font-family:'Poppins-SemiBold' !important;
    color: #10214E;
}

section.contact_content {
    padding-bottom: 20px;
	padding-top: 122px;
}

section.contact_info {
    padding-bottom: 0;
    padding-top: 0;
    /* background: url(/wp-content/uploads/2022/01/contact-bg.svg); */
    background: url(/wp-content/uploads/2022/04/contact-bg-scaled.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.page-template-Contact-php section.footer {
    background: #ffff;
    border-top: 2px solid #ffffff;
    padding-bottom: 22px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #ec8134;
    outline: none;
}
.place-card.place-card-large {
    display: none !important;
}
.main-section .section-part p {
    color: #fff;
    font-family:'Poppins-light';
    font-size: 14px;
}
section.contact_form {
    padding-top: 40px;
}

section.contact_info {
    padding-bottom: 0;
}

.p_contact {
    margin-top: 50px !important;
    margin: 0 auto;
	
}
.infor1 h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-family:'Poppins-SemiBold';
}
.infor1 p {
    color: #fff;
    font-size: 15px;
    font-family:'Poppins-light';
    margin-top: 4px;
}
.infor1 a {
	 color: #fff;
    font-size: 15px;
	text-decoration:none;
}
.infor1 {
    padding-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    border-left: 0px;
    border-top: 0;
    border-right: 0;
    padding-top: 0;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number
{
	border-left: 0px;
    border-top: 0;
    border-right: 0;
    padding-top: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea
{
	 border-left: 0px;
    border-top: 0;
    border-right: 0;
    padding-top: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
background: #EC8134;
    padding: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
	font-family:'Poppins-SemiBold';
}
section.contact_form {
    margin-bottom: 55px;
}
ul.top-list li a {
    color: #fff;
}

form.wpcf7-form.init p {
    padding-bottom: 40px;
}

/* -------------------------------------------------------------------------- */
/* Datasheets
/* ---------------------------------------------*---------------------------- */

section.inner_banner.data_banner {
    position: relative;
    background: url(/wp-content/uploads/2021/12/datasheets.jpg);
    height: 550px;
    background-size: cover;
    background-position: center center;
}

.filter_tab {
    background: #f3f3f3;
    padding: 50px;
    border-radius: 6px;
}
section.data_table {
    padding-top: 0;
}
section.data_table table tr th {
     padding: 32px;
    color: #10214E;
    font-size: 21px;
    font-weight: 600;
}
section.data_table table tr td {
  padding: 32px;
    font-size: 15px;
    font-weight: 300;
    color: #10214E;
    vertical-align: middle;
}
section.data_table table tr td a{
    text-decoration: underline;
        color: #EC8134;
}
table {
    width: 85% !important;
    margin: 0 auto;
	border-color: #b1b1b0;
}
.page-id-25 table {
    width: 100% !important;
}
section.pagination_sec {
    padding-top: 0;
}
/* -------------------------------------------------------------------------- */
/* News Listing
/* ---------------------------------------------*---------------------------- */

.news_conent p {
    font-size: 15px;
    font-family:'Poppins-light';
    color: #10214E;
    letter-spacing: 0px;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section.inner_banner.news_banner{
    position: relative;
    background: url(/wp-content/uploads/2021/12/news_banner.jpg);
    height: 550px;
    background-size: cover;
    background-position: center center;
}

a.nav-link.s-border.anchor_border {
    padding-left: 0;
    margin-right: 30px;
}

.page-template-News .news_content a.s-border.anchor_border , .tax-news_category .news_content a.s-border.anchor_border {
    font-size: 15px;
    color: #EC8134;
    text-decoration: underline;
    font-family:'Poppins-Medium';
}

.news_content p
{
	font-size: 15px;
    font-family:'Poppins-light';
    padding-top: 10px;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	display: -webkit-box;
/* 	    min-height: 51px; */
    overflow: hidden;
}

a.explore-btn:hover {
    background: #1c298f;
    color: #ffff;
    transition: 0.3s;
    border: 1px solid #1c298f;
}

.manufact_content a.explore-btn:hover {
    border: 1px solid #fff;
}

.news_content a {
    text-decoration: none;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: initial;
    text-align: center;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs {
    border-bottom: none;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
    margin-left: 0;
}
a.nav-link {
    display: flex;
    justify-content: flex-start;
}

ul.nav.nav-tabs.nav-fill {
    margin-left: 0;
	margin-bottom:60px;
}
li.nav-item.newst\:.category-1.current\:.category-1 {
    margin-left: 0;
}
.catg_list a.s-border.anchor_border {
	text-decoration: none;
    font-size: 20px;
    color: #9ca2a7;
}
.catg_list ul
{
	margin-left:0px;
}
section.categories {
    padding-bottom: 60px;
    padding-top: 100px;
}
.catg_list ul li {
    list-style-type:none;
	margin-left:0px;
	display: inline-block;
	margin-right: 40px;
}
.catg_list ul li a.anchor_border:after {
    background: #9ca2a7;
}
.catg_list ul li a.s-border.anchor_border.active:after {
    background: #4b4b4b;
}
a.s-border.anchor_border.active {
    color: #ffffff !important;
    background: #EC8134;
    font-family:'Poppins-Medium';
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    text-decoration: none;
}
a.nav-link.s-border.anchor_border
{
	 padding: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    text-decoration: none;
}
section.news_list {
    padding: 0;
    padding-top: 50px;
}
.news_content span {
    font-size: 13px;
    color: #afadad;
    letter-spacing: 1px;
    line-height: 3;
/* 	display:none; */
}
.news_dtl_content a {
      color: #10214E;
}
.news_content h5 {
/*       font-size: 21px; */
	font-size: 18px;
    font-family:'Poppins-SemiBold';
    color: #10214E;
    margin-top: 0px;
    letter-spacing: 1px;
    margin-bottom: 10px;
/* 	    text-transform: capitalize; */
}
.news_content h3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section.news_list {
    padding: 0;

}
.page-template-News a.s-border.anchor_border {
    font-size: 15px;
    text-transform: uppercase;
    color: #EC8134;
    text-decoration: underline;
}

.page-template-News a.nav-link.s-border.anchor_border , .tax-news_category a.nav-link.s-border.anchor_border {
    font-size: 20px;
    text-transform: initial;
    color: #10214E;
    font-family:'Poppins-Medium' !important;
	text-decoration: none;
	text-transform: capitalize;
}


.news_content {
    box-shadow: 0px 1px 4px 1px #80808036;
    padding: 26px;
	    margin-bottom: 50px;
}
section.pagination {
    padding: 0;
	 padding-bottom: 100px;
}
a.next.page-numbers {
    color: #db0a0a00 !important;
    background-image: url(/wp-content/uploads/2026/01/pre-next.png) !important;
/*     height: 56px !important;
    width: 56px !important; */
    background-color: #16368f !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	margin-left: 12px !important;
	font-family:'Poppins-Regular';
	rotate: 180deg;
	background-size: 20% 40% !important;
	background-position: 12px !important;
}
.justify-content-between.news-pagination {
    justify-content: center !important;
}
.pagination .dots {
    transform: translateX(6px) !important;
    color: #10214E;
}
.page-template-News a.next.page-numbers
{
	margin-left : 20px;
}
a.prev.page-numbers
{
	color: #db0a0a00 !important;
    background-image: url(/wp-content/uploads/2026/01/pre-next.png) !important;
    background-color: #16368f !important;
    background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20% 40% !important;
	background-position: 12px !important;
}
span.page-numbers.current {
   background: #16368f !important;
    color: #fff !important;
/*     margin-left: 9px !important; */
    text-decoration: none !important;
/*     height: 56px !important;
    width: 56px !important; */
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
	font-family:'Poppins-Regular' !important;
    color: #ffffff !important;
	font-size:18px;
	margin-right:0px;
}

a.page-numbers {
    background: #FDF2EB !important;
    color: #000000 !important;
    margin-left: 20px;
    text-decoration: none !important;
/*     height: 56px !important;
    width: 56px !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
	   font-family:'Poppins-Regular' !important;
    color: #10214E !important;
	font-size:18px;
}
ul.page-numbers li {
    background: #ffffff00 !important;
/*      height: 56px !important;
    width: 56px !important; */
}
nav.woocommerce-pagination {
    margin-bottom: 38px;
    margin-top: 43px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin-left: 13px;
}
/* -------------------------------------------------------------------------- */
/* News Detail
/* ---------------------------------------------*---------------------------- */
.single-news_listings .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: block;
	/*margin-left: 17px;*/
}
.single-news_listings div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a
{
margin-left: 0 !important;
margin-right: 10px;
}
.single-news_listings div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a span:last-child
{
    display: none;
}
span.customsharetitle.single-news-show {
    line-height: 1.5;
    margin: 20px 0;
}
section.news_dtl_content {
    padding-bottom: 0px;
}
.heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    background-color: #00000000!important;
    background: #00000000!important;
    color: #10214E;
    border-color: #10214E;
    padding: 5px !important;
    border: 1px solid #10214E;
}
.customsocialshare .single-news-show {
    display: flex;
    align-items: center;
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  
    margin-left: 18px !important;
}
span.customsharetitle {
    color: #10214E;
    font-size: 15px;
    font-family:'Poppins-SemiBold';
}
.customsocialshare {
    display: flex;
    align-items: center;
    margin-bottom: 127px;
}
.news_dtl_content .customsocialshare
{
    margin-bottom: 0;
}
.next_prev {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c4c4c4;
	 margin-bottom: 100px;
}
.next_prev a {
    color: #10214E;
    font-size: 15px;
    font-family:'Poppins-SemiBold';
    margin-top: 14px;
}
.social_icons {
  
}
section.news_dtl_img {
    padding-top: 85px;
}
.single-news_listings .news_dtl_content img {
    margin-bottom: 20px;
    width: 100%;
    max-height: 550px;
    object-fit: cover;
	height:auto;
}
.news_dtl_content img {
    margin-bottom: 20px;
}
.single-news_listings .news_content h4
{
	text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 45px;
    overflow: hidden;
}
.single-news_listings  .news_content {
    box-shadow: none;
    padding: 0px;
    margin-bottom: 50px;
}
.single-news_listings .news_dtl_content span {
   
    font-family:'Poppins-light';
/*     text-transform: uppercase; */
	text-transform: capitalize;
}
.single-news_listings .news_content h4, .single-news_listings .news_content h1 {
    font-size: 32px;
    color: #10214E;
    font-family:'Poppins-SemiBold';
	margin-bottom: 0px;
    margin-top: 20px;
}
.single-news_listings .news_content p {
    font-size: 16px;
   font-family:'Poppins-light';
    color: #10214E;
}

ul.social-list li a:hover {
    background: none !important;
}
.news_dtl_content span {
       font-size: 15px;
    color: #10214E;
    font-family:'Poppins-light';
}
section.news_dtl_img {
    padding-bottom: 0;
}

section.news_dtl_content {
    padding-top: 40px;
	padding-bottom: 0;
}

.news_content h4 {
    margin-top: 20px;
}

.news_content h4 {
    font-size: 40px;
    color: #6d6d6d;
    font-family:'Poppins-Medium';
}

section.dtl_footer {
    padding-top: 0;
}
.dtl_footer .social_icons ul li a {
    color: #10214E;
}
.dtl_footer .social_icons ul li {
    margin-left: 0;
    margin-right: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #10214E;
    border-radius: 50%;
	margin-top: 0;
}
ul.top-list p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 15px;
    line-height: 28px;
    color: #10214E;
    font-family:'Poppins-SemiBold';
}
.dtl_footer .social_icons ul li a i {
    padding-top: 6px;
    margin-left: -1px;
}

/* -------------------------------------------------------------------------- */
/* Product Category Listing
/* ---------------------------------------------*---------------------------- */

.post-type-archive-product nav.woocommerce-breadcrumb , .tax-product_cat nav.woocommerce-breadcrumb
{
	display:none;
}
.tax-product_cat section#primary {
    padding-bottom: 75px;
    padding-top: 75px;
}
section.inner_banner.product_banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
/* .woocommerce ul.products
{
	justify-content:center !important;
} */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	
}

/* ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.8% 2.992em 0;
} */
/* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30% ;
}
 */

section#tabs {
    padding-top: 85px;
}
a.lmp_button.explore-btn {
    background: #ffffff !important;
    border: 1px solid #EC8134 !important;
    color: #EC8134;
    padding: 10px 40px 10px 40px !important;
    font-size: 15px !important;
    color: #EC8134 !important;
}

a.lmp_button.explore-btn:hover {
    background: #1c298f !important;
    color: #ffff !important;
    transition: 0.3s !important;
    border: 1px solid #1c298f !important;
}
.tax-product_cat  section#primary {
    padding-bottom: 90px;
	padding-top:94px;
}
.page-template-News section#tabs {
        padding-top: 85px;
    padding-bottom: 132px;
}
div#nav-tabContent {
    margin-top: 20px;
    padding-top: 5px;
}
.page-template-News .news_content {
	margin-bottom: 65px;
	font-size: 16px;
}
.page-template-Product section.category_list {

    padding-top: 30px;
}
.page-template-Product a.explore-btn {
   margin-top:0px;
}
.page-template-Product h2.woocommerce-loop-category__title {
    margin-top: 36px;
}

h2.woocommerce-loop-category__title {
/*     font-size: 16px !important; */
    margin: 28px 0 50px !important;
    text-align: left;
    color: #a3a3a3;
	    font-family:'Poppins-SemiBold'; !important;

}
/* .woocommerce-pagination {
    display: none !important;
} */
.woocommerce ul.products li.product
{
margin-bottom: 3.5em !important;
}
a.button.product_type_simple {
    background: #fff;
    border: 1px solid #ec8134;
    color: #10214E;
    font-size: 15px;
    padding: 10px;
    font-family:'Poppins-SemiBold';
    text-decoration: none !important;
}
section.inner_banner.product_banner {
    position: relative;
    background: url(/wp-content/uploads/2022/01/product_bg-min.png);
    height: 550px;
    background-size: cover;
    background-position: center center;
}
section.inner_banner.product_banner  span {
    margin-left: 0px;
}
.woocommerce-checkout #site-content .woocommerce
{
	padding:0px !important;
}
table {
    width: 100% !important;
    margin: 0 auto;
    border-color: #b1b1b0;
}
.woocommerce-cart #site-content .woocommerce
{
	padding:0px;
}
.post-type-archive-product .banner_line {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    /* margin-left: -23px; */
    justify-content: flex-end;
    align-items: baseline;
}
h2.woocommerce-loop-category__title {
    color: #10214E;
    text-align: center;
    font-size: 21px !important;
    line-height: 30px;
   font-family:'Poppins-SemiBold' !important;
}
section.category_list {
    padding-bottom: 0;
}
section.load_btn {
    padding-top: 45px;
    text-align: center;
	    padding-bottom: 130px;
}
.page-template-Product .category_content {
    margin-bottom: 0px;
}
mark.count {
    display: none;
}
.page-id-64 .section-part h1 {
    margin-bottom: 0;
}
.page-id-64 .section-part span {
    font-size: 14px;
    font-family:'Poppins-light';
}
.category_content {
    margin-bottom: 60px;
}
.category_content a {
    text-decoration: none;
    color: #515050;
    font-size: 16px;
}
.category_content img {
 margin-bottom:10px;
}
.categroy_p p {
    font-size: 14px;
    margin-bottom: 60px;
}

/* -------------------------------------------------------------------------- */
/* shop page
/* ---------------------------------------------*---------------------------- */
/* nav.woocommerce-pagination {
    display: none;
} */
/* nav.woocommerce-breadcrumb {
    display: none;
} */
nav.woocommerce-breadcrumb a {
    color: #10214E;
    font-size: 15px;
    font-family:'Poppins-Medium';
}
nav.woocommerce-breadcrumb {
    color: #10214E;
    font-size: 15px;
}
.single-product h1.product_title.entry-title {
    font-size: 30px;
    color: #10214E;
    font-family:'Poppins-Bold';
}
.single-product .woocommerce-product-details__short-description p {
    font-size: 15px;
    font-family:'Poppins-light';
    color: #10214E;
    font-family: inherit;
}
.single-product span.woocommerce-Price-amount.amount {
    font-size: 25px;
    color: #10214E !important;
   font-family:'Poppins-Bold';
}
p.woocommerce-result-count {
    color: #10214E;
    font-family:'Poppins-Medium';
    font-size: 25px;
}
select.orderby {
    border: 1px solid #10214E;
    font-size: 15px;
    font-family:'Poppins-Bold';
	    padding: 5px;
}
section.inner_banner.category_banner {
    position: relative;
    background: url(/wp-content/uploads/2022/01/category_img-min.png);
    height: 550px;
    background-size: cover;
    background-position: center center;
}

.tax-product_cat .inner_main-section .section-part span {
    margin-left: 34px;
}

li.product.type-product
{
    text-align: center;
}

h2.woocommerce-loop-product__title {
    font-size: 21px !important; 
    color: #10214E !important;
    font-family:'Poppins-SemiBold';
}

span.woocommerce-Price-amount.amount {
    font-size: 18px;
     color: #10214E !important;
	 font-family:'Poppins-SemiBold';
}
.woocommerce ul.products li.product
{
	align-items: center !important;
}
/* .row.latest_news_page {
    padding-left: 44px;
} */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #fff;
    border: 1px solid #ec8134;
    color: #10214E;
    font-size: 15px;
    padding: 10px;
   font-family:'Poppins-SemiBold';
}
ul.products li.product .added_to_cart {
  
    color: grey;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    text-align: right;
}
select {
    font-size: 1em;
    border: none;
    margin: 0 auto;
	width:50%;
}
ul.products.columns-3 {
       padding-top: 53px;
}
select.orderby:focus {
    outline: none;
}
.woocommerce-products-header__title.page-title {
    display: none;
}
.woocommerce-pagination
{
	text-align:center;
}
.woocommerce-pagination .next.page-numbers, .woocommerce-pagination .prev.page-numbers, .woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers {
    padding: 0.5rem;
	    text-decoration: none;
	font-size: 18px;
    color: #10214E;
	font-family:'Poppins-SemiBold';
    margin-left: 0 !important;
}
ul.page-numbers li {
    background: #d5d5d5;
    width: 30px;
    height: 30px;
	border-radius: 50px;
	
}
.single-product .entry-title {
    margin: 0 0 2.5rem;
    font-size: 30px;
    color: #999999;
    font-family:'Poppins-Medium';
}
.woocommerce-product-details__short-description p {
    font-size: 14px;
}
.section-inner.thin.error404-content .entry-title {
    font-size: 40px;
}   
.single-product .summary.entry-summary {
    margin-left: 25px;
}
.single-product nav.woocommerce-breadcrumb
{
	 margin-top: 14px;
}

.stock-style {
    display: flex;
    align-items: center;
    justify-content: start;
	    margin-top: 30px;
	    margin-bottom: 35px;
}
.stock-style h3 {
    padding: 0;
    margin: 0;
    margin-right: 70px;
	  
}
.stock-style h3 {
    padding: 0;
    margin: 0;
    margin-right: 70px;
    color: #10214E;
    font-size: 15px;
   font-family:'Poppins-Bold';
	
}
.pro-btn-contact a {
    padding: 10px 30px 10px 30px;
    background: #EC8134;
    color: #fff;
    align-items: center;
    display: inline-block;
	    font-size: 15px;
   font-family:'Poppins-Bold';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-style h3 {
    margin-top: 10px;
    font-size: 15px;
    font-family:'Poppins-Bold';
    color: #10214E;
	  margin-bottom: 21px;
}
.single-product  section.footer {
    margin-top: 100px;
}
/* -------------------------------------------------------------------------- */
/* Cart Page
/* ---------------------------------------------*---------------------------- */


tr.woocommerce-cart-form__cart-item.cart_item td a {
    color: #525252;
}
.cart_totals h2 {
    font-size: 30px;
    color: #535050;
}
.wc-proceed-to-checkout a {
    background: #484848;
}

/* -------------------------------------------------------------------------- */
/* Checkout Page
/* ---------------------------------------------*---------------------------- */
/* .page-id-9 .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
} */
/* .woocommerce .content-area {
  
    height: 750px;
}
.post-type-archive-product .woocommerce .content-area {
    height: auto !important;
} */


.woocommerce-checkout .woocommerce form .col-1, .woocommerce-checkout .woocommerce form .col-2 {
    max-width: 100%;
   
}
.woocommerce-checkout .woocommerce form p.form-row {
    display: block;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-top: 0.3rem;
}
.woocommerce-checkout form .col2-set>div:first-child {
    margin-left: 0px;
}
h3#ship-to-different-address {
    width: 100%;
}
.woocommerce-checkout form .col2-set label {
    font-family: 'Montserrat';
    font-size: 16px;
    font-family:'Poppins-light';
    color: #000000;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 100%;
    padding-left: 0 !important;
}
.woocommerce-checkout form[name=checkout] {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout form .col2-set {
    display: flex;
	width:100%;
}

.woocommerce-billing-fields h3 {
	 font-size: 35px;
    letter-spacing: 5px;
    font-family:'Poppins-Medium';
    color: #4b4b4b;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #525252;
}

a.woocommerce-privacy-policy-link {
    color: #525252;
   font-family:'Poppins-SemiBold';
}
table.shop_table.woocommerce-checkout-review-order-table {
    padding-left: 0;
    margin-left: 0;
}
h3#order_review_heading
{
	 font-size: 35px;
    letter-spacing: 5px;
    font-family:'Poppins-Medium';
    color: #4b4b4b;
}

textarea {
    height: 10rem;
}
button.single_add_to_cart_button.button.alt {
    background: #525252;
}
/* -------------------------------------------------------------------------- */
/* Account Login/Register Page
/* ---------------------------------------------*---------------------------- */


header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.col-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-2
{
	   -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
.page-id-10 .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}
span.heateor_sss_square_count {
    display: none !important;
}
.page-id-10 p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    font-size: 16px;
    font-family:'Poppins-light';
    color: #000000;
    display: flex;
    flex-direction: column;
}
.page-id-10 p.form-row {
    display: flex;
    flex-direction: column;
}

.page-id-10 button.woocommerce-button.button.woocommerce-form-login__submit , .page-id-10 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 30%;
    max-width: 100%;
   background: #EC8134;
    font-size: 13px;
   font-family:'Poppins-light';
    letter-spacing: 3px;
    outline: none;
    margin-bottom: 20px;
}

.u-column1.col-1 h2 , .u-column2.col-2 h2{
    font-size: 35px;
    letter-spacing: 5px;
    font-family:'Poppins-Medium';
    color: #4b4b4b;
}
p.woocommerce-LostPassword.lost_password a {
    font-size: 16px;
    color: #818181;
    letter-spacing: 2px;
}
label {
    color: #858585;
}
span.show-password-input {
    display: none;
}


/* -------------------------------------------------------------------------- */
/* Account Dashboard
/* ---------------------------------------------*---------------------------- */

.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}

#site-content .post-inner {
    padding-top: 60px !important;
	padding-bottom: 93px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    max-height: 428px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    background: #EC8134 !important;
    text-decoration: none;
    margin-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding-top: 20px !important;
    margin-bottom: 0;
    margin-right: 0;
    border: 1px solid #E0E0E0;
    text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 20px;
}
.woocommerce-info a.button {
    background: #636363;
    color: #f5efe0;
}
.woocommerce-info a.button {
    background: #636363;
    color: #f5efe0;
}
button.woocommerce-Button.button
{
	  background: #636363;
    color: #f5efe0;
}
.woocommerce-info {
    background: #eee;
    color: #000;
    border-top: 2px solid #636363;
}

header.woocommerce-Address-title.title a {
    color: #636363;
}
.woocommerce-MyAccount-content a {
    color: #636363;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    box-shadow: none;
    text-decoration: none;
    color: #000000;
   font-family:'Poppins-light';
    font-size: 16px;
}

.woocommerce .content-area {
    padding: 5.5vw 1.5vw;
}
.news_dtl_content .news_content p {
    min-height: auto;
}
/* -------------------------------------------------------------------------- */
/* Media Queries 
/* ---------------------------------------------*---------------------------- */
@media (width: 1024px){
div#product_slider button.owl-prev {
    position: relative;
    left: 0;
}
	div#product_slider button.owl-next {
    position: relative;
    right: 0;
}
	div#product_slider .owl-nav {
    justify-content: center;
    margin-top: 30px;
}
}

@media (min-width: 1024px){
	.form_img img {
 height:550px;
    width: 100%;
}

.manufact_content h3 {
    font-size: 46px;
	
}
/* section.product_sec	.container, .container-lg, .container-md, .container-sm {
    max-width: 870px;
} */
	.inner_main-section .section-part h1 {
    font-size: 65px;
		margin-left: 28px;
}
.banner_line h1:before {
    content: "";
    display: block;
    width: 50px;
    left: -3%;
    top: 50%;
}
	.mobile-menu {
    display: block !important;
}
	
			/* =========News============ */
/* 	a.nav-link.s-border.anchor_border {
    padding-left: 0;
    margin-right: 5px;
} */
}
@media (max-width: 800px){
	
/* =======Home=======  */
	.page-id-10 button.woocommerce-button.button.woocommerce-form-login__submit , .page-id-10 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit 
	{
		width:100%;
	}
	.key_list ul li:before {
    margin-right: 10px;
}
	.manufact_img img {
    height: auto !important;
}
	.ethos_img {
    margin-top: 65px !important;
}
	section.manufacturing_sec {
    padding-top: 60px;
}
	.modal-menu .ancestor-wrapper {
   
    background: #fff;
}
	.modal-menu > li > .ancestor-wrapper > a {
    font-size: 2.5rem;
    font-family:'Poppins-Medium';
    letter-spacing: -0.0375em;
    text-align: center;
		color: #10214E;
}
	button.close-nav-toggle svg {
    height: 1.6rem;
    width: 4.6rem;
}
.site-logo img {
    margin-top: 28px !important;
    margin-bottom: 4px;
}
	.news_conent img {
    height: 180px !important;
}
.header-titles-wrapper {
    left: 0;
}
	.section-inner {
    width: calc(100% - 1rem);
}
	.content h3
	{
		font-size:40px;
	}
	.banner_line h3:before{
		display:none !important;
	}
	.content p
	{
		line-height:38px;
	}
	.content a {
    padding: 10px 26px 10px 26px; 
    line-height: 0;
    font-size: 15px;
}
	div#slider .owl-dots {
    bottom: 58px;
}
	.content
	{
		margin-top:-24px;
	}
	.page-template-home-template .ethos_content p {
    min-height: 290px !important;
}
	section.services .ethos_content p {
    min-height: 0px !important;
}
	.manufact_content {
    padding: 0px 0px 0px 0px;
}
	.manufact_content h3
	{
		    font-size: 38px;

	}
	div#product_slider button.owl-prev {
    position: relative;
    left: 0;
	}
	div#product_slider button.owl-next {
    position: relative;
      right: 0;
	}
	div#product_slider .owl-nav {
    justify-content: center;
		margin-top: 30px;
}

	section.services .ethos_content h3
	{
		padding:0px;
	}
	
	.page-template-home-template .ethos_content {
    margin-bottom: 10px;
}
	.footer .file1 p {
    margin-left: 0; 
}
	.file1 {
    display: flex;
    align-items: baseline;
    padding-top: 20px;
    flex-direction: column;
}
	.page-template-home-template .ethos_content h3 {
    min-height: 88px !important;
}
	.news_conent img {
    min-height: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}
	section.value-sec .key_list.benefit-list ul {
    columns: 4 !important;
}
	section.value-sec .key_list {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
}
	
/* ==========About us============	 */
	section.our_products .sec_heading {
    padding-right: 0px;
}
	.sec_heading h2
	{
		font-size:40px;
	}
	section.our_products img {
    height: auto !important;
		    margin-top: 12px;
}
	section.our_products .sec_heading h2 {
    margin: 0px 0 20px;
}
	.banner_line h1:before {
    height: 3px;
    left: -5%;
}
	.about_main .sec_heading {
    padding-right: 0px;
}
	section.about_services {
    padding-top: 35px;
    padding-bottom: 75px;
}
	/* ==========Manufacture============	 */
	.manufactur .sec_heading h2 {
    font-size: 30px;
}
	.page-template-Manufacturing section.manufactur {
    padding-top: 135px;
    padding-bottom: 80px;
}
	.inner_main-section .section-part h1 {
    font-size: 50px;
  
}
	.banner_line h1:before {
   display:none;
}
	section.manufactur img {
    height: auto !important;
    width: 100%;
}
		/* =========Product============	 */
	li.product-category.product {
    padding-bottom: 0px !important;
}
	.load-btn-style {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
			margin-bottom: 60px;
}
	ul.products.columns-3 {
    position: relative;
}
	.post-type-archive-product section.inner_banner.product_banner span {
    margin-left: 0px !important;
	
}
	.woocommerce ul.products li.product-category a img {
    height: auto !important;
    object-fit: cover;
}
	.woocommerce .content-area {
    padding-bottom: 0;
}
			/* =========News============ */
	.row.latest_news_page .col-md-4 img {
    height:auto !important;
}
	.customsocialshare {
    margin-bottom: 70px;
}
	a.nav-link.s-border.anchor_border {
    padding-left: 0;
    margin-right: 5px;
}
	.row.latest_news_page .col-md-4 img {
    min-height: 170px;
}
	.page-template-News a.nav-link.s-border.anchor_border, .tax-news_category a.nav-link.s-border.anchor_border {
    font-size: 14px;
}
a.nav-link.s-border.anchor_border {
    padding-left: 25px;
    margin-right: -6px;
}
	.page-template-News section#tabs {
    padding-top: 85px;
    padding-bottom: 100px;
}
	
	.next_prev {
    margin-bottom: 50px;
}
	
	.row.latest_news_page .col-md-4 img {
    height: 200px;
}
		/* =====Product Category======	 */

	a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    max-height: 200px;
    height: 200px !important;
    object-fit: cover;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    max-height: 291px;
    height: 291px !important;
    object-fit: cover;
	width:100% !important;
}
nav.woocommerce-pagination {
    margin-bottom: 0px;
    margin-top: 0px;
}
	.form_img img {
    height: 450px !important;
}
	/* ==============Contact Us========== */

	.p_contact {
    margin-top: 25px !important;
    margin: 0 auto;
}
	.infor1 {
    padding-bottom: 0px;
}
	/* ==============Product Categories========== */
section.contact_content {
    padding-top: 100px;
}
}
@media screen and (max-width: 640px)
{
	section.value-sec .key_list.benefit-list ul {
    columns: 1 !important;
}
	.single-product section.footer {
    margin-top: 0px;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    margin-bottom: 50px !important;
}
	.sub_txt {
    text-align: center;
}
	.tax-product_cat .inner_main-section .section-part span {
    margin-left: 0px;
    margin-top: 10px !important;
    display: inline-block;
}
	.tax-product_cat section#primary {
    padding-bottom: 20px;
    padding-top: 60px;
}
	h2.woocommerce-loop-category__title {
    font-size: 15px !important;
}
	ul.filter_letter
	{
		display:none !important;
	}
	.filter_mobile {
    display: block;
}
	.manufactur .sec_heading p {
    font-size: 15px;
    line-height: 25px;
    color: #10214e;
    padding-bottom: 0px;
    padding-right: 0px;
}
	.table-row-div > .table-cell-div {
    padding: 15px !important;
    font-size: 18px !important;
}
	section.download_modal {
    padding: 0;
    margin: 0;
}
	
	.single-news_listings .news_content h4
	{
		font-size:25px;
	}
.key_list {
    padding-left: 4%;
}
/* =====Home==== */
.content {
	margin-top: -3px !important;
}
	.ethos_img {
    margin-top: 0px !important;
}
	div#product_slider .item a img {
    height: auto !important;
}
	.site-logo img {
    margin-top: 24px !important;
   
}
	.sec_heading h2 {
    font-size: 30px;
    margin-top: 0;
}
	section.new_sec {
    padding-top: 100px;
}
	section.services {
    padding-bottom: 60px;
}
	.owl-carousel .owl-item img {
    height: 350px;
    object-fit: cover;
}
	.banner_content {
    text-align: center;
}
	.banner_line {
    justify-content: center;
    align-items: center;

}
	.content h3 {
    font-size: 30px !important;
    margin-bottom: 28px;
    margin-top: 25px;
}
	.content p {
    line-height: 0px !important;
}
	.content p {
    font-size: 22px;
    line-height: 26px;
}
	.col-md-4.d-flex.justify-content-end.align-items-center {
    justify-content: center !important;
}
	ul.social-list {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 33px;
}
	ul.social-list li:first-child {
    margin-left: 0px;
}
	div#slider .owl-dots {
    bottom: 71px !important;
}
	div#slider .owl-dots {
    justify-content: center;
    margin-top: 27px;
}
	.page-template-home-template .ethos_content h3
	{
		min-height:0px !important;
	}
	.page-template-home-template .ethos_content p
	{
		min-height:0px !important;
	}
	.page-template-home-template .ethos_content {
    margin-bottom: 50px;
}
.page-template-home-template .ethos_content p {
    min-height: 1px;
}
	.page-template-home-template .ethos_content {
    margin-bottom: 50px !important;
}
	.manufact_content {
    margin-bottom: 70px;
}
	#menu-footer-menu {
    columns: 2 !important;
}
	.file1 p
	{
		padding-right:0px !important;
	}
	.copyright p {
    font-size: 14px;
    margin-top: 8px;
}
	.b_link {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.col-md-6.d-flex.align-items-center {
    justify-content: flex-start;
    margin-top: 20px;
}
	.news_conent img
	{
		height:auto !important;
	}
	.owl-carousel .owl-item img {
    height: auto;
    object-fit: cover;
}
		div#slider .owl-item img {
    height: 350px;
    object-fit: cover;
}
section.value-sec .key_list.benefit-list ul {
    columns: 4;
}

	section.value-sec .key_list 
	{
		padding-right:0px;
		padding-left:0px;
	}
	/* =====About==== */
	section.our_products .sec_heading h2 {
    padding-left: 0px;
		padding-bottom:30px;
}
	.page-template-About section.about_main {
    padding-bottom: 48px !important;
}
	section.our_products .sec_heading {
    padding-right: 0px;
		padding-bottom:40px;
}
	section.our_products img {
    height: auto !important;
}
	.social_icons {
    margin-top: 20px;
}
	section.quality {
    padding-top: 0;
}
	section.benefits {
    padding-bottom: 60px !important;
}
	section.about_services {
    padding-top: 85px;
    padding-bottom: 40px;
}
	.col-md-6.d-flex.align-items-center {
    margin-top: 0px;
}
	.container.inner_main-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.container.inner_main-section ul.social-list li a i {
    width: 40px;
    height: 40px;
}
	.container.inner_main-section ul.social-list li a  {
    font-size:15px;
}
	.banner_line h1:before{
		display:none;
	}
.about_main .sec_heading p, .about_content p {
    padding: 20px;
    margin-bottom: 0px;
}
	.about_content {
    padding-left: 0;
}
	section.about_main .row:nth-child(odd) .about_content {
    padding-right: 0px !important;
}
	section.about_main .row:nth-child(odd) .about_content {
    padding-right: 0px !important;
}
	.about_main .sec_heading {
    padding-right: 0px;
}
	.sec_heading h2 {
    padding: 0 16px;
    margin-bottom: 20px;
}
section.about_main img {
    padding: 0 10px;
    margin-bottom: 0;
}
	.key_list.benefit-list ul {
    columns: 1;
}
	section.our_products .sec_heading {
    padding-right: 0px;
}
	section.our_products {
    padding-top: 40px;
    padding-bottom: 80px;
}
	.history .sec_heading {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
	.sec_heading h2
	{
		font-size:30px;
	}
	section.history {
    padding-bottom: 20px;
}
	.content_Quality {
    padding:0 20px;
}
	section.quality h2 {
    margin-bottom: 0px;
}
	.page-template-About .quality .row:nth-child(odd) .content_Quality {
    padding-left: 0px;
		 padding:0 20px;
}
	.page-template-About .key_list.benefit-list.list_1 {
    padding: 0 25px;
}
	.page-template-About .key_list.list_2 {
    padding-right: 20px !important;
}
	.page-template-About .our_mission .row:nth-child(even) .col-md-6 .key_list.d-flex.align-items-center.list_2 {
    margin-left: 25px;
    padding: 0 20px;
}
	.page-template-About section.quality img {
    margin-bottom: 0px;
    width: 100% !important;
    object-fit: cover;
    padding: 0 20px;
    margin-top: 20px;
}
.our_mission .sec_heading p {
    width: 100% !important;
    padding: 0 20px;
}
	section.our_mission img {
    padding: 0 10px;
}
section.our_products {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
	.key_list.benefit-list ul li {
    padding: 0px 20px;
}
	.inner_main-section .section-part h1 {
    font-size: 50px;
}
	.page-template-Manufacturing section.manufactur {
    padding-top: 70px;
    padding-bottom: 95px;
}
/* =================Manufacture========== */
	
	section.manufactur .row:nth-child(odd) .sec_heading {
    margin-left: 0px !important;
    margin-bottom: 60px;
}
.manufactur .sec_heading h2 {
    padding-left: 0px;
}
	.manufactur .sec_heading {
    margin-left: 0px;
    margin-bottom: 70px;
}
	
/* =================Products========== */	
	.post-type-archive-product .banner_line
	{
		align-items:center;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-top: 60px;
}
	.woocommerce ul.products li.product-category a img {
    height: auto !important;
    object-fit: cover;
}
.form_img img {
    max-height: 450px;
    height: 450px;
}

.p_contact {
    margin-top: 0px !important;
	margin-bottom: 60px;
}

		/* =====Product Category======	 */
	.tax-product_cat  ul.products.columns-3 {
    padding-top: 0px !important;
}	
	ul.products li.product .button {
    vertical-align: middle;
    margin-top: 15px;
}
	
	nav.woocommerce-pagination {
    margin-bottom: 0px;
    margin-top: 43px;
}
		/* ==============Contact Us========== */	
section.contact_info {
    padding-bottom: 0;
    padding-top: 100px;
}
		
	/* ==============Datasheets========== */
	
	.div-table-col:last-child {
    flex-basis: 45% !important;
    max-width: 45% !important;
}
	}
@media (max-width:480px){

/* 	.div-table-col
	{
		padding:2px !important;
	}
	.table-row-div>.table-cell-div {
    font-size: 12px !important;
}
	.div-table-col {
    font-size: 12px !important;
} */
	.filter_mobile select {
    font-size: 1em;
    border: none;
    margin: 0 auto;
    width: 100%;
    background: #f3f4f6;
    padding: 10px;
}
	.serach_wrapper {
    display: flex;
    justify-content: start !important;
    align-items: flex-start !important;
    padding-bottom: 20px !important;
    flex-direction: column-reverse !important;
}
	.searc_text p {

    margin-top: 20px;
}
.page-id-25	span.page-numbers.current
	{
		margin-left:0px;
		
	}
.page-id-25	a.page-numbers
	{
		margin-left:11px !important;
	}
.page-id-25	span.page-numbers.current
	{
		margin-left:0p !important;
	}
	.table-row-div>.table-cell-div {
    font-size: 15px !important;
}
	.table-row-div>.table-cell-div {
    padding: 15px !important;
}
	div#product_slider .item a
	{
		font-size:20px;
	}
	.col-md-6.d-flex.align-items-center {
    justify-content: center;
}
.tax-product_cat .inner_main-section {
    height: 400px;
}
	.copyright p {

    text-align: center;
}

	section.inner_banner
	{
		height:380px !important;
	}
	.links-footer {
    padding: 10px;
}
	.footer-logo {
 
    padding: 10px;
    margin-top: 0;
}
section.footer	.col-sm-4 {
    padding-left: 26px;
}
	.our_products .sec_heading p {
    font-size: 13px;
}
	.page-template-About section.quality img
	{
		margin-bottom:0px !important;
	}
	img
	{
		height:auto !important;
	}
	.page-template-About section.quality img
	{
		height:auto !important;
	}
	.key_list {
    margin-top: 0px;
}
	.key_list ul li
	{
		font-size:13px;
	}
	.quality h2.sec_heading {
    font-size: 28px;
}
	.sec_heading h2 {
    font-size: 28px;
    margin-bottom: 0px;
    padding-left: 16px;
}
	.news_conent img {
    height: 280px !important;
    object-fit: cover !important;
    width: 100%;
}
.manufact_content a.explore-btn {
    margin-top: 40px;
}
	.manufact_img img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
	section.new_sec {
    padding-top: 80px;
}
	section.new_sec .sec_heading h2 {
    margin-bottom: 15px;
}
	div#slider .owl-item img {
    height: 375px !important;
    object-fit: cover;
}
	section.product_heading {
    padding-top: 80px;
   
}


	section.value-sec .key_list {
    padding-right: 0px;
    padding-left: 20px;
}
	.inner_main-section .section-part h1
	{
		    font-size: 58px;
	}
	section.inner_banner.about_banner {
    height: 350px !important;
}
	.inner_main-section
	{
		height:350px;
	}
	.owl-carousel .owl-item img {
    height: 350px;
    object-fit: cover;
}
	.sec_heading h2
	{
		margin-top:0px;
	}
	.site-logo img {
    margin-top: 0;
    margin-top: 22px;
}
	.page-template-home-template section.ethos_sec {
    padding-bottom: 0px;
}
	section.product_heading .sec_heading h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}
section.product_sec {
    padding-bottom: 80px;
    padding-top: 0;
}
	section.value-sec {
    padding-top: 0;
    padding-bottom: 70px;
}
	.social_icons ul li {
    margin-left: 0px;
    margin-right: 0px;
    margin: 10px !important;
}
section.new_sec {
    padding-bottom: 80px;
}
.page-template-home-template section.services h2 {
    margin-top: 55px;
}
section.services {
    padding-bottom: 50px;
}

	.content h3 {
    font-size: 22px !important;
    margin-bottom: 14px;
    margin-top: 25px;
}
	.content p {
    font-size: 15px;
    line-height: 26px;
		margin-bottom: 30px;
}
	.content a {
    padding: 5px 26px 5px 26px;
    font-size: 15px;
}
	ul.social-list li a i {
    width: 30px;
    height: 30px;
}
	ul.social-list li a
	{
		font-size:13px;
	}
	.news_conent img
	{
		height:auto;
	}
	section.manufacturing_sec {
    padding-top: 0px;
    padding-bottom: 100px;
}
	.manufact_content {
    margin-bottom: 40px;
    margin-top: 25px;
}
	section.value-sec .key_list.benefit-list ul {
    columns: 1;
}
	/* 	=====Manufacture========== */
	
	
	.inner_main-section .section-part h1 {
    font-size: 35px;
}
	section.manufactur {
    padding: 20px;
}
section.footer {
    padding: 20px;
}

		/* ======Products======	 */
	section.inner_banner.product_banner {
    height: 350px !important;
}
	ul.products.columns-3 {
    padding-top: 0px;
}
	.woocommerce ul.products {
    display: inline-block;
    margin-top: 40px;
}
	.manufactur .sec_heading h2 {
    font-size: 21px;
}
	.load-btn-style
	{
		margin-bottom:40px;
	}
	.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {

    margin-bottom: 0px !important;
}
	.load-btn-style {
    margin-top: 50px;
}

	/* =====Services======	 */
	.page-template-Services section.manufactur {
    padding-bottom: 50px;
    padding-top: 50px !important;
}
	/* =====Product Category======	 */

	section.inner_banner.category_banner
	{
		height: 350px;
	}
	
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    max-height: 392px;
    height: 291px !important;
    object-fit: cover;
	width:100% !important;
}
}
@media screen and (width: 540px){
	.page-template-About section.quality img
	{
		margin-bottom:0px !important;
	}
	.quality h2.sec_heading
	{
		font-size:30px !important; 
	}
section.services {
    padding-bottom: 20px;
}
	.page-template-home-template section.services h2 {
    margin-top: 65px;
}
section.new_sec {
    padding-bottom: 95px;
}
	section.product_sec {
    padding-bottom: 100px;
}
section.product_heading .sec_heading h2 {
    margin-top: 30px;
}
/* =====Services======	 */
	.page-template-Services section.manufactur {
    padding-bottom: 35px;
    padding-top: 50px !important;
}
	a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {

    height: 302px !important;

}
}
@media screen and (max-width: 414px){
		.serach_wrapper .searc_text {
    width: 65%;
}
	.table-cell-div a
	{
		font-size:12px !important;
	}
	.table-row-div > .table-cell-div {
		padding-top:10px !important;
    font-size: 14px !important;
}
	.custom-pagination {
    margin-top: 60px;
    margin-bottom: 50px;
}
.search-form
	{
		margin:0px !important;
	}

	.about_main .sec_heading p, .about_content p {
    padding-left: 10px;
}
	.quality h2.sec_heading {
    font-size: 28px !important;
}
	
div#slider .owl-item img {
    height: 290px;
    object-fit: cover;
}
	.copyright p {
    text-align: center;
}
	section.value-sec .key_list.benefit-list ul {
    columns: 1 !important;
}
	section.value-sec .key_list {
    padding-right: 20px;
    padding-left: 20px;
}
	
/* ======Manufacture=======	 */
	.manufactur .sec_heading p
	{
		padding-right:0px;
	}
	/* 	=====Contact Us========== */
	section.contact_content {
    padding-bottom: 0;
    padding-top: 70px;
}
section.contact_form {
    margin-bottom: 15px;
}
	/* 	=====Product categories========== */

	.tax-product_cat section#primary {
    padding-bottom: 30px;
    padding-top: 50px;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px !important;
}
}
@media (max-width: 385px){
	.table-row-div>.table-cell-div {
    font-size: 11px !important;
}
	.table-row-div>.table-cell-div
	{
		padding:20px !important;
	}
	.page-template-home-template section.footer {
    padding-top: 35px;
    padding-bottom: 50px;
}
	.about_main .sec_heading p, .about_content p {
    font-size: 14px;
}
	section.our_mission img
	{
		margin-bottom:0px !important;
	}
	.owl-carousel .owl-item img {
    height: 250px !important;
    object-fit: cover;
}
	.page-template-About section.our_mission
	{
		padding-bottom:50px;
	}
	section.our_products .sec_heading h2 {
    padding-bottom: 0;
}
	section.history h2 {
    margin-bottom: 25px;
}
	.page-template-About section.quality img {
    height: 320px !important;
    margin-bottom: 0px !important;
}
	ul.social-list li a i {
    width: 25px;
    height: 25px;
}
	ul.social-list {
    margin-top: 35px;
}
	.content a {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}
	.sec_heading h2 {
    font-size: 40px;
		margin-bottom:0px;
}
	.ethos_content h3
	{
		font-size: 18px;
	}
		section.value-sec .key_list.benefit-list ul {
    columns: 1 !important;
}
	.ethos_img {
    margin-top: 20px !important;
}
.page-template-home-template .ethos_content {
    margin-bottom: 18px !important;
}
	section.value-sec {
    padding-top: 0;
    padding-bottom: 70px !important;
}
/* 	=====Manufacture========== */
	
	
	.inner_main-section .section-part h1 {
    font-size: 35px;
}
	/* 	=====Contact Us========== */
	section.contact_content {
    padding-bottom: 0;
    padding-top: 70px;
}
section.contact_form {
    margin-bottom: 15px;
}

}
@media (max-width: 320px){
	.div-table-col:last-child {
    flex-basis: 100% !important;
    max-width: 100% !important;
		padding-left: 4px !important;
		padding: 0 !important;
}
	.div-table-col:first-child {
    flex-basis: 100% !important;
    max-width: 100% !important;
		padding-left: 4px !important;
		padding: 0 !important;
}
	.div-table-row {
    padding: 10px !important;
}
	.table-row-div>.table-cell-div
	{
		    padding: 10px !important;

	}
	.search-form {
    margin: 0px !important;
}
	.table-row-div>.table-cell-div {
		font-size: 12px !important;
		
}
	.div-table-col {
    border-right: 0px !important;
}
	.div-table-row {
    flex-direction: column;
}
	.customsocialshare {
    margin-bottom: 30px;
}
	.sec_heading ul {
    margin-left: 10px;
}
	section.news_dtl_content {
    padding-top: 0px;
    padding-bottom: 0;
}
	.single-news_listings .news_content h4 {
    font-size: 20px;
    margin-bottom: 0;
}
	.single-news_listings .news_content {
    padding: 0;
    margin-bottom: 30px;
}
	.single-news_listings .news_content p {
    font-size: 14px;
}
	ul#menu-footer-menu li {
    margin-bottom: 12px;
}
	.footer-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
	.news_dtl_content span {
    font-size: 14px;
}
	.customsocialshare .single-news-show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a
	{
		margin-left:5px !important;
	}
	.single-news_listings .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: block;
    margin-left: -6px;
    margin-top: 10px;
}
	section.dtl_footer {
    padding-bottom: 0;
}
	section.news_dtl_img {
    padding-top: 60px;
}
	section.new_sec .sec_heading h2 {
    font-size: 32px;
}
.footer-logo img {
    margin-left: 10px;
}
	section#nav_menu-2 {
    padding-bottom: 0;
}
	section.manufacturing_sec {
    padding-bottom: 75px;
}
	section.product_heading {
    padding-top: 50px;
}
	section.product_sec {
    padding-bottom: 60px;
	}
	section.new_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.footer-logo {
    padding: 0;
}
	.footer-logo img {
    max-width: 70%;
}
	.copyright p {
    font-size: 13px;
	}
	.copyright p:first-child {
    font-size: 14px;
}
	section.value-sec {
    padding-bottom: 40px !important;
}
	.manufact_content p {
    font-size: 13px;
}
	section.new_sec .view_all.text-center {
    margin-top: 0px;
}
section.new_sec	.view_all.text-center a {
    margin-top: 5px;
}
	.widget:first-child {
		padding-top: 10px;
}
.page-template-home-template section.footer {
    padding-top: 60px;
    padding-bottom: 35px;
}
	.page-template-home-template section.footer {
    padding-top: 30px;
}
	.sec_heading h2 {
    padding-left: 10px;
}

.owl-carousel .owl-item img {
    height: 295px !important;
    object-fit: cover;
}
	.page-template-home-template section.ethos_sec {
    padding-bottom: 0;
    margin-bottom: 0px;
}
	.content h3 {
    font-size: 30px !important;

}
	.sec_heading h2 {
    font-size: 32px;
    margin-bottom: 0px;
}
	.manufact_content h3 {
    font-size: 30px;
}
	.content p {
    margin-bottom: 22px;
}
	.content a {
    padding: 5px 20px 5px 20px;
    font-size: 14px;
}
	.services .sec_heading.text-center h2 {
    margin-bottom: 0;
    color: #ffff;
    font-size: 32px;
    margin-top: 40px;
}
	.services_content {
    margin-top: 40px;
}
section.services {
    padding-bottom: 20px;
}
	
/* ==========About Us============== */
	.about_main .sec_heading p, .about_content p {
    padding: 10px;
}
	section.about_main img {
    padding: 0 10px;
}
	.key_list.benefit-list ul li {
    padding: 0px 20px;
    padding-right: 0px;
}
	.our_mission .sec_heading p {
    width: 100% !important;
    padding: 0 10px;
}
	.page-template-About .quality .row:nth-child(even) .content_Quality {
    padding-right: 0px;
}
	.ethos_img {
    margin-top: 0px !important;
}
	section.about_services {
    padding-top: 20px;
    padding-bottom: 70px;
}
	section.about_services {
    padding-top: 20px;
    padding-bottom: 70px;
}
	
/* =====Manufacture=======	 */
	.inner_main-section .section-part h1 {
    font-size: 30px;
}
		section.manufactur {
    padding: 10px;
}
section.footer {
    padding: 10px;
}
	
	/* =====Services======	 */

	.page-template-Services section.manufactur {
  padding-bottom: 50px;
    padding-top: 50px !important;
}
	.manufactur .row:nth-child(even) {
    padding-top: 30px;
	padding-bottom: 30px;
}
/* ==============Contact Us========== */
	.contact_p p {
    font-size: 15px;
}
	section.contact_content {
    padding-bottom: 0px;
    padding-top: 60px;
}
section.contact_form {
    margin-bottom: 6px;
}
	/* 	=====Product categories========== */
	.sub_txt {
    text-align: center;
}
}
@media (width:768px){
	.tax-product_cat section#primary {
    padding-bottom: 60px;
    padding-top: 60px;
}
	.p_contact {
    margin-top:50px !important;
    margin: 0 auto;
}
	iframe {
    display: block;
    max-width: 100%;
    height: 420px !important;
}
}

@media (max-width768px){
	
/* =======Home=======  */
	
.site-logo img {
    margin-top: 28px;
    margin-bottom: 4px;
}
.header-titles-wrapper {
    left: 0;
}
	.section-inner {
    width: calc(100% - 1rem);
}
	.content h3
	{
		font-size:40px;
	}
	.banner_line h3:before{
		display:none !important;
	}
	.content p
	{
		line-height:38px;
	}
	.content a {
    padding: 10px 26px 10px 26px; 
    line-height: 0;
    font-size: 15px;
  
}
	div#slider .owl-dots {
    bottom: 58px;
}
	.content
	{
		margin-top:-24px;
	}
	.page-template-home-template .ethos_content p {
    min-height: 275px ;
}
	.manufact_content {
    padding: 0px 0px 0px 0px;
}
	.manufact_content h3
	{
	 font-size: 38px;
	}
	div#product_slider button.owl-prev {
    position: relative;
    left: 0;
	}
	div#product_slider button.owl-next {
    position: relative;
      right: 0;
	}
	div#product_slider .owl-nav {
    justify-content: center;
		margin-top: 30px;
}

	section.services .ethos_content h3
	{
		padding:0px;
	}
	.page-template-home-template .ethos_content p {
    min-height: 120px;
}
	.page-template-home-template .ethos_content {
    margin-bottom: 10px;
}
	.footer .file1 p {
    margin-left: 0; 
}
	.file1 {
    display: flex;
    align-items: baseline;
    padding-top: 20px;
    flex-direction: column;
}

}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .woocommerce .content-area {
    max-width: 1096px;
}
.single-product .woocommerce-breadcrumb{
    margin-bottom: 2rem;
}
}

@media screen and (min-width: 1440px) {
	

/* 	.banner_line {
    margin-left: -58px;
} */
/* 	.content_area {
    margin-left: 7.5%;
} */
	.header-titles .site-logo {
    margin: 1rem 0 0 1.4rem !important;
}
}

@media screen and (min-width: 1350px) {
	
	.header-titles .site-logo {
    margin: 1rem 0 0 1.4rem;
}
.woocommerce-page div.product div.summary{
	width: 48%;	
}
}

@media screen and (min-width: 1920px) and (max-width: 3076px){
.woocommerce .content-area {
    max-width: 1600px;
 
}
	div#product_slider .item a img {
    margin-bottom: 20px;
    height: 350px !important;
    object-fit: cover;
}
	div#product_slider button.owl-prev
	{
		top: 35%;
	}
	div#product_slider button.owl-next
	{
		top: 35%;
	}
    .single-product div.product div.summary{
        max-width:100% !important;
    }
    .archive form.woocommerce-ordering{
        margin-right: 3.7%;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1919px){
	
	body:not(.overlay-header) .primary-menu > li > a {
    font-size: 12px;
}
	.content h3 {
    font-family:'Poppins-Bold';
    font-size: 75px;
}
.contact_form > .container{
    max-width: 77%;
}
.contact_content > .container{
    max-width: 77%;
}
.woocommerce-page div.product div.summary{
	width: 48%;	
}
}
@media screen and (min-width: 1920px) and (max-width: 3072px){
	.container {
    max-width: 1570px;
}
.contact_form > .container{
    max-width: 69%;
}
.contact_content > .container{
    max-width: 69%;
}
.woocommerce-page div.product div.summary{
	width: 48%;	
}
}

/* 14-01-2020 css by anza */
section.about_main .row:nth-child(odd) .about_content {
    padding-right: 30px;
}
.links-footer a {
    color: #10214E;
    font-size: 15px;
    font-family:'Poppins-light';
    letter-spacing: 0.5px;
	    text-decoration: none !important;
}

#menu-footer-menu{
	    columns: 3;
}
.links-footer .current-menu-item {
    background: transparent;
}
.links-footer li a:hover {
    color: #ec8134;
}
.top-list.footer-social #block-7{
    padding: 0;
    display: flex;
}
.footer-social  #block-7  li {
     margin-top: 0px !important;
}
.footer-social  #block-7 li a{
	text-decoration: none;
    color: #10214E;
    font-size: 15px;
   font-family:'Poppins-light';
    letter-spacing: 0.5px;
	text-decoration: none;
    font-size: 18px;
}
ul#menu-footer-menu li {
    margin-bottom: 24px;
}
.footer-social  li a {
    background: transparent !important;
}
section {
    padding: 20px 0px;
}

/* -------------------------------------------------------------------------- */
/* Page not found
/* ---------------------------------------------*---------------------------- */

.section-inner.thin
{
	max-width: 58rem;
    margin-bottom: 120px;
    margin-top: 30px;
}
.section-inner.thin.error404-content .entry-title {
    font-size: 40px;
    font-family: 'Raleway';
}
.search-form .search-submit {
    background: #16368f;
}
/* -------------------------------------------------------------------------- */
/* MODAL
/* ---------------------------------------------*---------------------------- */


.modal-confirm {		
	color: #434e65;
	width: 425px;
}
.modal-confirm .modal-content {
	
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {

	border-bottom: none;   
	position: relative;
	text-align: center;
	
	border-radius: 5px 5px 0 0;
padding: 20px;
}
.modal-body.text-center
{
	padding-bottom:65px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 8px;
	right: 8px;
	color:#ec8134;
	text-shadow: none;
	
}
a.btn.btn-success.btn-1 {
    background: #1b2d8f !important;
}
.modal-confirm .close i {
    font-size: 25px;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}


.modal-confirm .btn, .modal-confirm .btn:active {
    transition: all 0.4s;
    line-height: normal;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
    padding: 5px 45px 5px 45px;
    text-decoration: none;  
    color: #fff;
    font-family:'Poppins-SemiBold';
    letter-spacing: 1px;
    font-size: 14px;
    background: #EC8134;
	line-height: 2;
	 border-radius: 0px;
	    margin: 12px;

}
.group-buttons {
    display: flex;
    justify-content: center;
}
a.btn.btn-success.btn-2
{
		
padding: 5px 33px 5px 30px !important;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #1b2d8f !important;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

section.inner_banner.product_banner span {
    margin-left: 30px;
}
.post-type-archive-product section.inner_banner.product_banner span {
    margin-left: 30px;
}
/* -------------------------------------------------------------------------- */
/* Product detail
/* ---------------------------------------------*---------------------------- */

table.data_table.prod-dtl {
    margin-left: 0;
}
table.data_table.prod-dtl {
    width: 100% !important;
}
table.data_table.prod-dtl tr td:first-child {
    width: 70%;
    font-size: 15px;
    font-family:'Poppins-light';
    color: #10214E;
}
table.data_table.prod-dtl tr td a {
    text-align: center;
    color: #EC8134;
    font-family:'Poppins-SemiBold';
    text-decoration: underline;
}
table.data_table.prod-dtl tr td:last-child {
    text-align: center;
}
table.data_table.prod-dtl {
    width: 100% !important;
    margin-bottom: 40px;
}

.page-id-10 .woocommerce {
    padding: 0px !important;
    margin: 0 !important;
    margin-left: 0px !important;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 58rem;
    width: 100%;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: none;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    max-height: 291px;
    height: 291px;
    object-fit: cover;
    width: 100% !important;
    width: 378px !important;
}
p.form-row.form-row-wide.check {
    display: flex;
    flex-direction: row;
    align-items: center;
}
input[type="checkbox"] {
    top: 0px !important;
    left: 5px;
}
p.form-row.form-row-wide.check label {
    margin-bottom: 0;
}

.pagination .nav-links {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.pagination .prev {
    margin: 0;
}
.pagination .next
{
	margin:0;
}

.pagination .nav-links {
    align-items: center;
    justify-content: center !important;
}
.nav-links .placeholder {
    display: none !important;
    visibility: hidden;
}
.nav-links > * {
    margin: 0 1rem;
    text-align: center;
}
nav.navigation.pagination {
    margin-bottom: 120px;
}

section.value-sec .key_list ul li {
    color: #10214E !important;
   font-family:'Poppins-SemiBold';
    font-weight: 600;
	white-space:nowrap;
}

section.value-sec .key_list.benefit-list ul {
    columns: 4;
}
section.value-sec sec_heading h2 {
    margin-top: 0px !important;
	margin-bottom:20px !important;
}


section.value-sec {
    padding-top: 0;
    padding-bottom: 50px;
}


section.data_table table tr td {
    padding: 15px 32px;
    font-size: 15px;
    font-weight: 300;
    color: #10214E;
    vertical-align: middle;
}


ul.filter_letter {
    display: flex;
    justify-content: space-evenly;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
ul.filter_letter li {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
ul.filter_letter li a {
    color: #10214E;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.filter {
    background: #F3F4F6;
}

ul.filter_letter li a:hover {
    background: #EC8134;
    padding-left: 7px;
    padding-right: 7px;
    color: #ffff;
}

ul.filter_letter li a:focus {
    background: #EC8134;
    padding-left: 7px;
    padding-right: 7px;
	 color: #ffff;
   
}
/* Style the search field */
form.example input[type=text] {
  padding: 12px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background:#F3F4F6;
}
section.alpha_filter {
    padding-top: 90px;
	padding-bottom: 0;
}
/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 11.5px;
  background: #10214E;
  color: white;
  font-size: 17px;
  border:none;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.example button:hover {
  background: #10214E;
}
::placeholder
{
	color:#10214E;
	font-size:15px;
	font-family:300;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.searc_text p {
    margin-bottom: 0;
    color: #10214E;
    font-size: 15px;
    font-weight: 500 !important;
}
.serach_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 52px;
}
.woocommerce-account ul.woocommerce-error>li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.lost_reset_password {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a.active {
    background: #ec8134;
    color: white !important;
}
.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 70px;
}


/* images */
section.inner_banner {
    height: 541px;
    background-repeat: no-repeat !important;
    width: 100%;
    max-width: 100%;
    background-size: cover !important;
    object-fit: cover;
}
div#slider .item img {
    height: 675px;
    object-fit: cover !important;
    width: 100%;
}

.woocommerce ul.products li.product-category a img {
    height: 250px ;
    object-fit: cover;
}
.woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
    margin-bottom: 0 !important;
}
.table-div {
    display: table;
    width: 100%;
}
.table-cell-div {
    display: table-cell;
/*     border-top: 1px solid #d0caca !important;
    border-right: 1px solid #d0caca !important; */
}
.table-row-div > .table-cell-div {
    border-top: 1px solid #d0caca !important;
    border-right: 1px solid #d0caca !important;
    padding: 20px ;
    font-size: 21px;
    font-weight: 600;
    color: #10214E;
}
.table-cell-div a {
    color: #EC8134;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.table-cell-div a:hover{
    text-decoration: underline;
}
.div-table-col {
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #10214E !important;
}

.table-cell-div.main {
    border-top: 1px solid #d0caca !important;
    font-weight: 300 !important;
    font-size: 15px;
}
.table-row-div > form {
    border-right: 1px solid #d0caca !important;
    border-top: 1px solid #d0caca !important;
    border-left: 0px !important;
}
.div-table-row {
    border-bottom: 0px !important;
}
.table-div {
    display: table;
    border-left: 1px solid #d0caca !important;
    border-bottom: 1px solid #d0caca !important;
}

.page-template-home-template .services_content .ethos_content p
{
	
    min-height: 0 !important;

}

/* ======image dimensions==========*/
.manufact_img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

section.about_main img {
    margin-bottom: 34px;
    width: 100%;
    width: 518px;
    height: 398px;
    object-fit: cover;
}
section.our_mission img {
    margin-bottom: 35px;
    width: 100%;
    width: 517px !important;
    height: 397px;
    object-fit: cover;
}
section.our_products img {
	   width: 580px;
    height: 750px;
    object-fit: cover;
}
.page-template-About section.quality img {
    margin-bottom: 50px;
    width: 97% !important;
    object-fit: cover;
    width: 517px !important;
    height: 465px;
    object-fit: cover;
}
 section.manufactur img {
    width: 518px;
    height: 668px;
    object-fit: cover;
}

div#slider .item:before {
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

div#product_slider .item a img {
    margin-bottom: 20px;
    height: 250px;
    object-fit: cover;
    border: 1px solid #eee;
}

section.inner_banner:after{
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top:0px;

}
section.inner_banner .banner_social{
    z-index:1;
}



.afd-pagination .pagination a,
.afd-pagination .pagination span {
	margin: 0 6px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 100px;
	height: 35px;
	width: 35px;
}

.afd-pagination .pagination .current {
	font-weight: 600;
}

.afd-pagination .pagination .gap {
	cursor: default;
}

.afd-pagination .pagination .next,
.afd-pagination .pagination .last {
	text-transform: uppercase;
}
.pagination a {
    height: 35px;
    width: 35px;
    padding: 10px !important;
}
/* section.news_dtl_content .container {
    max-width: 1230px !important;
} */

/* new style */

.right-news .related-news-item a {
    display: flex;
	align-items: center;
	text-decoration: none;
}
.right-news .related-news-item a img {
    width: 40% !important;
    max-width: 40%;
	margin: 0 !important;
	height: 100px !important;
}
.right-news .related-news-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #00000021;
}
.related-news .related-news-item {
    border-bottom: 0;
    padding-bottom: 0;
}
.right-news .related-news-item a span {
    font-size: 14px;
    margin: 0;
    margin-left: 14px;
    text-transform: capitalize;
    text-decoration: none !important;
    outline: none !important;
    color: #10214E;
    font-weight: bold;
}
.right-news .related-news {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 0;
    padding-top: 30px;
    margin-bottom: 30px;
}
/*.right-news .related-news.reading-new {
    background: transparent;
    margin-top: 30px;
    padding: 0;
}*/
.right-news .related-news-item:last-child {
    margin: 0;
    padding-bottom: 0px;
    border: 0;
}
.right-news .related-news h5 {
	font-size: 16px;
    margin: 20px 0;
	margin-top: 0px;
}
.news-gallery {
    display: flex;
    flex-wrap: wrap;
    /*gap: 8px;*/
    width: 100%;
}
.news-gallery .gallery-item {
/*    max-width: 19%;
    width: 19%;
    margin: 0;*/
    padding: 0;
    margin:10px 0;
}
.news-gallery .gallery-item:nth-child(odd) {
    padding-right: 10px;
}
.news-gallery .gallery-item:nth-child(even) {
    padding-left: 10px;
}
.news-gallery .gallery-item img {
    /*height: 120px;*/
    object-fit: cover;
    margin-bottom: 0;
}   
section.news_dtl_content .left-news {
    padding-left: 0;
    padding-right: 80px;
}
section.news_dtl_content .right-news {
	padding: 0;
	width: 100%;
}
.news-gallery {
	margin-top: 30px;
}

.gallery-item {
	margin-bottom: 20px;
}

.gallery-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
}

.news-gallery {
	margin-top: 30px;
}

.gallery-item {
	margin-bottom: 20px;
}

.gallery-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
}

/* Popup */
.img-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

.img-popup img {
	max-width: 90%;
	max-height: 90%;
}

.close-popup {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
section.dtl_footer .customsocialshare {
    margin-bottom: 20px;
}

.is-sticky {
	position: fixed;
	top: 100px;
	width: 270px;
	transition: all 0.8s linear;
	z-index: 1000;
	height: 100%;
}
.news_content .news_dtl_content {
/*     margin-top: 35px; */
}
.left-news .news_dtl_content span {
    display: flex;
    width: 100%;
}
ul.top-list.footer-social>a {
    display: none;
}
.rightsidebarinr {
    position: relative;
}