/*
 Theme Name:   Delta Theme
 Theme URI:    https://example.com/delta-theme
 Description:  Child theme for Twenty Twenty
 Template:     twentytwenty
 Version:      1.0.0
*/
*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: inherit !important;
}

input, p, label, div, a, span, ul, li{
	font-family: "Inter", sans-serif;
} 
h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif;
}

h1 span{
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: italic;
}
body {
    overflow-x: hidden;
/*     background:#D6ECF0 !important; */
}
section
{
    position: relative;
}
.container{
	max-width: 1300px;
}
/*.container-fluid {
    width: 1557px;
}*/
i.style-switcher-btn.fa.fa-language.hidden-xs {
    display: none;
}
button.toggle.nav-toggle.mobile-nav-toggle {
    display: none;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.site-header .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 11px;
}
.header-inner:before {
    position: absolute;
    z-index: 0;
    background: #fff;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 98.48% 100%, 0 100%);
    padding-right: 23px;
    overflow: visible;
    height: 100%;
}
/* Logo */
.site-logo img {
  max-height: 60px;
  height: auto;
  width: auto;
}

/* Navigation */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.nav-menu li a:hover {
  color: #0073aa;
}

/* Mobile Menu Button */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 200px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 15px;
  }

  .nav-menu.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}
section.headerslider {
    padding: 0 !important;
	position: relative;
}
section.headerslider:after {
    content: '';
    background: url(/wp-content/uploads/2025/10/banenr-border-right.png);
    width: 134px;
    height: 117px;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 1;
}
.topbanner-new {
    min-height:500px;
	height: 65vh;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}


.topbanner-new:before {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
/*     background: rgb(38 72 125);
    background: linear-gradient(37deg, rgb(240 240 240 / 80%) 35%, rgb(240 240 240 / 70%) 32%, rgb(255 255 255 / 20%) 88%, rgba(255, 255, 255, 0) 92%); */
	background: url(/wp-content/themes/tubetrade/assets/img/banneroverlay.png);
    background-size: cover;
}

.header-banner-new {
    position: relative;
}

.header-banner-new h1 {
	font-size: 50px;
    width: 100%;
	margin-left: 0;
	font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.1;
}

.header-banner-new h1 span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-style: italic;
}
.header-banner-new p {
/* 	font-size: 32px; */
	font-size: 26px;
	color: #fff;
	margin-top: 20px;
	/*     font-weight: 500; */
	margin-bottom: 20px;
}

.bannerbtn a {
    background: #00A0E3;
    width: 237px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border: 1px solid #00A0E3;
}
.header-banner-new .bannerbtn {
    display: flex;
    margin-top: 50px;
}
section.headerslider .home-carousel{
    display: block;
}
.newbtn a:hover svg path {
    fill: #fff;
    stroke: #00a0e3;
}

section.aboutnew.about.bg-new .title-new h2 + p {
    margin-bottom: 10px;
}
.welcome-inner {
    display: flex;
    align-items: center;
	padding: 0px;
}
section.aboutnew.about h3, section.aboutnew.about h4 {
    font-size: 35px;
    color: #00A0E3;
    font-weight: 600;
    margin-bottom: 0px;
}
/* section.aboutnew.about.bg-new .container {
    max-width: 85%;
} */
section.aboutnew.about.bg-new .welcome-inner{
	display: flex;
	max-width: 85%;
	width: 85%;
	flex: 0 0 85%;
	margin: 0 auto;
}
section.aboutnew.about h3 span, section.aboutnew.about h4 span{
	color: #000;
}
section.aboutnew.about .right-img h4 {
    margin-bottom: 0;
}
section.aboutnew.about .title-new p {
	/*     font-size: 22px; */
	font-size: 18px;
	color: #1E1E1F;
	line-height: 32px !important;
}
section.aboutnew.about .about-left p {
    font-size: 17px;
    color: #5F5F5F;
}
section.aboutnew.about .about-left {
    padding: 0;
    padding-right: 50px;
	display: flex;
}
section.aboutnew.about .left-img {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 41px;
    border-bottom: 1px solid #00000026;
}
section.aboutnew.about .welcome-inner .about-right {
	padding: 0;
	padding-left: 10px;
}
section.aboutnew.about .welcome-inner .about-right p {
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 43px;
}
section.aboutnew.about {
    padding:80px 0px;
}
section.aboutnew.about .left-img p {
    margin: 0;
}


section.whychoose .choose-inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
section.whychoose .why-box:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 60px;
    background-image: url(/wp-content/themes/tubetrade/images/quoteicon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.choose-inner .box .why-box {
    background: #163961;
    padding: 46px 40px;
	height: 450px;
}
.title-new h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}
.why-box .title-new h3 {
    margin: 13px 0px;
}
.title-new h2 {
	font-size: 24px;
	font-weight: 500;
	color: #053964;
	letter-spacing: -0.3px;
}
section.aboutnew.about h3, section.aboutnew.about h4 {
    font-size: 40px;
    }
.title-new h2 span{
	color: #00A0E3;
    display: block;
	font-size: 42px;
    font-style: italic;
}
section.whychoose .owl-nav {
    position: absolute;
    top: -80px;
    right: 8%;
    z-index: 1;
    display: flex;
}
section.whychoose .owl-nav button.owl-next {
    margin-left: 10px;
}

section.whychoose .owl-nav button.owl-prev, section.whychoose .owl-nav button.owl-next {
    background: #053964;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    width: 50px;
    transform: skew(-15deg);
}
section.whychoose .owl-nav button.owl-prev:hover, section.whychoose .owl-nav button.owl-next:hover {
    background: #00A0E3;
}
/* .customnew-content .bg-dark .list-unstyled li,
.customnew-content .lead-text-block.text-center, .customnew-content p {
    color: #212529;
} */
section.whychoose .owl-nav button.owl-prev svg{
    transform: skew(15deg);
}
section.whychoose .owl-nav button.owl-next svg {
    transform: rotate(180deg) skew(15deg) !important;
}
.owl-carousel.reviewscarousel {
    padding-top: 30px;
}
section.whychoose .choose-inner .box {
    padding: 0;
    width: 32.5%;
    max-width: 32.5%;
    flex: 0 0 32.5%;
}
.why-box p {
    font-size: 15px;
    color: #fff;
}
.choose-inner .box .why-box svg {
    margin-bottom: 25px;
}
.why-box p:last-child {
    margin: 0;
}
section.whychoose{
    padding: 80px 0;
    background: #DDECF8;
}
section.whychoose .reviewscarousel .item, section.whychoose .reviewscarousel .item>div {
    height: 100%;
}
section.whychoose .why-box {
    min-height: 430px;
    background: #fff;
    border-radius: 20px;
    padding: 35px 20px;
    position: relative;
}

section.whychoose .why-box p {
    color: #053964;
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 24px;
}
section.whychoose .reviewscarousel .why-box {
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-flow: wrap;
}

.owl-carousel.reviewscarousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.reviewscarousel.owl-carousel .owl-item {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #E2E8F0;
}
section.whychoose .testi-title {
    display: flex;
    align-items: center;
}
section.whychoose .testi-title h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-left: 15px;
}
section.whychoose .testi-title img {
    border-radius: 80px;
}
section.whychoose .star i {
    font-size: 20px;
    color: #F2BA36;
}
body .table-bordered .thead-inverse th {
    border: 1px solid #ffffff45;
}
body .table-bordered td{
    border: 1px solid #1639612b;
}
body tbody th, body tbody td{
    color:#053964;
}
section.aboutnew.about.certifaction {
    position: relative;
	background: #F3F3F3;
	padding: 85px 0px;
}
span.stripeline {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 10px 30px;
    border-radius: 80px;
    color: #1E1E1F;
    font-size: 16px;
    font-weight: 600;
    padding-left: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
	margin-top: 10px;
}
section.aboutnew.about.certifaction .welcome-inner {
    align-items: flex-start;
}
span.stripeline:before {
    content: '';
    position: absolute;
    left: 21px;
    width: 8px;
    height: 8px;
    background: #116F76;
    border-radius: 80px;
}
section.aboutnew.about.certifaction:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/certifaction.png);
    width: 894px;
    height: 788px;
    position: absolute;
    top: 0;
    left: 0;
}
section.aboutnew.about.certifaction .welcome-inner .about-right p {
    font-size: 24px;
    font-weight: 400;
}
.client-wrape {
    background: #fff;
    padding-bottom: 60px;
}
.client-logo-inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
	margin: 0px;
}
section.client-wrape .client-logo {
    padding: 0;
}



.zoom-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zoom-img:after {
    background: rgb(255 255 255 / 20%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.zoom-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}


.row.message, .row.form-wraper {
    margin: 0;
}
.form-wraper .left-form {
    padding: 0;
    padding-right: 7px;
}

.message.form-wraper p {
    width: 100%;
}
.form-wraper .right-form {
    padding: 0;
    padding-left: 7px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.form-wraper label {
	font-size: 12px;
	color: #333D3F;
	font-weight: 500;
	margin: 0px;
	margin-bottom: 12px;
}

.form-wraper textarea {
    min-height: 180px;
}

.form-wraper input, .form-wraper textarea {
    background: transparent !important;
    border: 1px solid rgb(0 0 0 / 10%) !important;
    outline: none;
	padding: 10px 10px !important;
	width: 100%;
	border-radius: 5px;
}

.message.form-wraper span.wpcf7-list-item {
    margin: 0;
    margin-bottom: 0px;
    margin-top: 15px;
}

.message.privacypolicy input[type="checkbox"] {
    height: 15px;
    width: 15px;
    padding: 0 !important;
    border: 1px solid #000 !important;
}

section.contactus .submit-btn {
    width: 200px;
    position: relative;
}
.contact-right .submit-btn p {
    margin: 0;
}
section.contactus .title-new h2 {
    margin: 0;
    margin-bottom: 20px;
}
.form-wraper .left-form p, .form-wraper .right-form p {
    margin-bottom: 20px;
}
.contact-wrape {
    padding: 0;
	display: flex;
}
.contact-wrape .left {
    padding: 0;
	padding-right: 30px;
}
.contact-wrape .right {
    padding-left: 30px;
	padding-right: 0px;
}
.message.form-wraper span.wpcf7-list-item label {
    display: flex;
}
.message.form-wraper span.wpcf7-list-item label span.wpcf7-list-item-label {
	margin-left: 7px;
	font-size: 12px;
}
section.contactus {
    background: #DDECF8;
    padding: 80px 0;
}
/*.breadcrumb li.active, .breadcrumb li a:hover {
    font-size: 14px;
}*/
.newbtn a, input.wpcf7-form-control.wpcf7-submit {
    background: #00a2e8;
    color: #fff;
    padding: 12px 40px;
/*     font-size: 16px; */
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-15deg);
    transition: all 0.3s 
ease;
    display: inline-flex;
    height: 50px;
    width: auto;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    border: 1px solid #00a2e8;
}
input.wpcf7-form-control.wpcf7-submit:hover
{
    background: #053964;
}
.newbtn a span{
	transform: skew(15deg);
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: normal;
}
/* Un-skew text */
/* Hover effect */
.newbtn a:hover {
    background: transparent;
    text-decoration: none;
    border: 1px solid #00a2e8;
    color: #fff;
}
.customers-service {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.newbtn a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #00a2e8;
    transition: all 0.6s ease;
}
.newbtn a:hover:before {
    width: 100%;
}
.footer-inner {
    display: flex;
	padding: 0px;
}
.footer-column.menu-column ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.footer-column.menu-column ul li {
    width: 50%;
    padding: 5px 0px;
}
.footer-column.menu-column {
    padding-left: 80px;
}
footer#site-footer {
    background: #163961;
	padding: 34px 0px;
}
.footer-logo {
    margin: 0;
    margin-bottom: 15px;
}
footer#site-footer h3{
	 color: #fff;
	font-size: 18px;
	font-weight: 600;
}
footer#site-footer p{
	    margin-bottom: 20px;
}
footer#site-footer p, footer#site-footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
footer#site-footer a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.footer-column.right {
    padding: 0;
}
.footer-column.right ul {
    list-style: none;
}
.footer-column.right ul li {
    display: flex;
    align-items: center;
}
footer#site-footer a:hover {
    text-decoration: none;
    color: #6ba4e5;
}
.footer-column.right ul li svg {
    margin-right: 7px;
}
footer#site-footer .footer-social-media p:last-child {
    margin: 0;
}
.copyright-bottom {
    background: #163961;
    border-top: 1px dotted #fff;
}
.copyright-bottom .copyright {
    background: transparent;
    padding: 16px 0px;
}
.copyright-bottom .copyright p{
    margin: 0px;
	color: #fff;
	font-size: 15px;
}

.submit-btn input {
    background: #00a2e8;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-15deg);
    transition: all 0.3s ease;
    display: inline-flex;
    height: 50px;
    width: auto;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    border: 1px solid #00a2e8;
}
.footer-inner .footer-social-media {
    padding-right: 50px;
}
.copyright-text {
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.footer-inner .left {
    padding-left: 0;
}
.copyright-bottom .copyright p a {
    color: #fff;
	text-decoration: underline;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.copyright-bottom .copyright p a:hover {
    color: #6ba4e5;
    text-decoration: none;
}
section.contactus .submit-btn p {
    margin: 0;
}
section.contactus .submit-btn span.wpcf7-spinner {
    display: none;
}
.message.form-wraper span.wpcf7-list-item label span.wpcf7-list-item-label a {
    color: #00A0E3;
    font-weight: 700;
    text-decoration: underline;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.message.form-wraper span.wpcf7-list-item label span.wpcf7-list-item-label a:hover {
    color: #000;
    text-decoration: none;
}

section.aboutnew.about.bg-new{
   position: relative;
}
section.aboutnew.about.bg-new .about-left {
    flex-direction: column;
}
/*section.aboutnew.about.bg-new:after {
    content: '';
    background: url(/wp-content/themes/tubetrade/assets/img/pipeimg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 430px;
}*/
/*section.qualitysection:after, section#contact .contact-us:after {
    content: '' !important;
    display: block !important;
    background: url(/wp-content/themes/tubetrade/assets/img/pipeimg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 480px;
    transform: rotateY(180deg);
}*/
section.aboutnew.about.bg-new .about-left span.stripeline {
    width: 240px;
}

/* 
.primary-menu li {
	position: relative;
}

.primary-menu li ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	padding: 10px 0;
	z-index: 999;
	min-width: 200px;
}

.primary-menu li:hover > ul.sub-menu {
	display: block;
}

.primary-menu li ul.sub-menu li {
	display: block;
}

.primary-menu li ul.sub-menu a {
	display: block;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
}

.primary-menu li ul.sub-menu a:hover {
	background-color: #f5f5f5;
}


.navbar {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.navbar-brand img {
  height: 35px;
  width: auto;
}
.nav-link {
  font-weight: 500;
  color: #333 !important;
  transition: 0.3s;
}
.nav-link:hover {
  color: #007bff !important;
}
 */

.new-header nav.navbar.navbar-expand-md.navbar-light {
	width: 100%;
	padding: 0;
}
.new-header ul.navbar-nav {
	width: 60%;
	display: flex;
	justify-content: space-between;
/* 	padding: 30px; */
	padding-right: 5%;
	padding-left: 0;
}
.new-header ul.navbar-nav > li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-header ul.navbar-nav > li > a {
    padding: 15px 10px;
}
.new-header ul.navbar-nav li ul.dropdown-menu {
    width: 300px;
}
.new-header ul.navbar-nav li ul.dropdown-menu a {
    padding: 10px 20px;
    display: flex;
    border-bottom: 1px solid #00000026;
}
.new-header ul.navbar-nav li ul.dropdown-menu li:last-child a {
    border: 0;
}
.header-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-custom {
    position: absolute;
    z-index: 10000;
    left: 0;
    right: 0;
	top: 10px;
}
.header-custom .newbtn a {
    transform: skew(-18deg);
}
.header-custom .newbtn a svg {
    position: relative;
}
.new-header ul.navbar-nav li a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
/*     font-size: 16px; */
	font-size: 14px;
    color: #000;
}
.new-header ul.navbar-nav li a:hover {
    color: #00a2e8;
    text-decoration: none;
}
.navbar-nav>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu:hover, .navbar-nav>li>.dropdown-menu:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background-color: #ffffff;
    padding: 10px;
}

section.our-product .title-new h2 span {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: italic;
}
section.our-product .title-new h2 {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	color: #fff;
}
section.our-product .newbtn a {
    width: auto;
    display: inline-flex;
}
section.our-product .newbtn span {
    white-space: nowrap;
}
section.our-product .newbtn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.title-new h2 span {
    display: block;
    font-weight: normal;
}
section.our-product {
/*     background: url(/wp-content/uploads/2025/11/product-img.png); */
	width: 100%;
	position: relative;
	background: #163961;
	padding: 80px 0px;
}
section.our-product:before{
    content: '';
    background: url(/wp-content/uploads/2025/11/product-img.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
body.home .our-product.productlisting {
    background-color: #DDECF8 !important;
}
/*body.home .our-product.productlisting:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/product-img.png) !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size:cover !important;
}*/
.container-new{
	position: relative;
	z-index: 1;
}

.ourrangeproduct .testi-inner img {
    height: 380px;
    object-fit: contain;
    padding: 40px 0;
}
.ourrangeproduct .testi-inner {
    position: relative;
    padding-bottom: 85px;
    background: #053964;
}
/*.testi-inner:hover .testimonial-description a svg, .home .testi-inner .testimonial-description a svg {
    fill: #00a2e8;
}*/
.testimonial-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex;
	align-items: center;
	padding: 20px 15px;
	justify-content: space-evenly;
	z-index: 111;
}
.testimonial-item .testimonial-description a
{
    position: relative; /* required for left animation */
    display: inline-block;
    transform:translateX(10px) scale(1.4) skew(0deg);
    transition: all 1s ease-in-out;
	transform-origin:center;
}
/*.testimonial-item:hover a
{
    animation: moveLeft 1s linear infinite;
}*/
.testimonial-item .testimonial-description a:hover{
    animation-play-state: paused !important;
}
/*.home .testimonial-item:hover .testimonial-description a {
    transform:translateX(10px) scale(1.4) skew(0deg) !important;
}
.home .testimonial-item .testimonial-description a
{
    transform: translateX(10px) scale(1.4) skew(0deg);
}
.home .testi-inner .testimonial-description a svg rect {
    stroke-width: 0;
}*/
@keyframes moveLeft {
    0% {
        transform: translateX(0px) scale(1.4) skew(0deg);
    }
    50% {
        transform: translateX(-15px) scale(1.4) skew(0deg);
    }
    0% {
        transform: translateX(0px) scale(1.4) skew(3deg);
    }

}

.testimonial-description h2 {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    width: 82%;
}
.testimonial-item {
    position: relative;
}
.testi-inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(12 12 12 / 60%) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.testi-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgb(0 156 221 / 60%) 100%);
    height: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
	left: 0px;
}
.testimonial-item:hover .testi-inner:after {
    height: 100%;
}
.ourproduct-carousel {
   transform: skew(-4deg);
}
section.our-product .title-new {
    margin-bottom: 30px;
}
.custom-our-product button {
    background: transparent;
    border: 0;
}
.custom-our-product button:hover {
    background: #00a2e8;
    border-radius: 100px;
}
.custom-our-product button.owl-next {
    margin-left: 15px;
}
.custom-our-product {
    position: absolute;
    top: 15vh;
    right: 8%;
    z-index: 1;
}
.topbanner-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10vh;
}
.iso-company ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0px;
    gap: 30px;
}

.container-custom {
     padding: 10px 20px;
}
.iso-company h4 span {
    display: flex;
    flex-direction: column;
    font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	margin-left: 13px;
}
.iso-company ul li span {
    color: #fff;
    font-weight: 500;
    margin-left: 15px;
	font-size: 18px;
}
.iso-company ul li img {
    width: 80px !important;
    height: 80px;
}
.iso-company ul li:last-child {
    margin-top: 5px;
}
.iso-company li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.iso-wrape {
    position: relative;
    margin-top: 30px;
    left: 0;
    width: 100%;
    padding: 0;
}
.shiping-types-list {
    display: flex;
    flex-wrap: wrap;
}

.contact-us .contact-list form.wpcf7-form.init p {
    margin: 0;
}

/* product page */

section.newheader-banner {
	display: flex;
/*	    height: 45%;
 	height: 420px; */
	height: 30%;
    background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	position: relative;
}
section.newheader-banner {
    background-image: url(/wp-content/uploads/2025/11/hero-banner-v1.png) !important;
}
section.newheader-banner h1 {
    margin: 0;
/*     font-size: 80px; */
	 font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-left: -20px;
}
section.newheader-banner:before {
    content: '';
    position: absolute;
/*     background: #00000057; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
section.newheader-banner .title-new {
    margin-top: 80px;
}
/* .page-template-products .breadcrumbs {
    display: none;
} */
.custom-product {
    padding-bottom: 70px;
    background: transparent !important;
}
table.table.table-bordered.table-hover.table-responsive {
    display: table;
}
.breadcrumb {
  background-color: transparent;
}
/* .breadcrumbs ul.breadcrumb li {
    margin-right: 10px;
} */
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.widthfull {
    padding: 0;
    border-radius: 0;
}

.new-header ul.navbar-nav li ul.dropdown-menu a:hover {
    background: #00a2e8;
    color: #fff;
}
section.qualitysection {
    padding: 80px 0 50px 0;
}
section.qualitysection .quality-content p, section.qualitysection .quality-content label {
    color: #053964;
    font-size: 16px;
}
section.qualitysection .quality-content label {
    font-weight: 600;
}
.quality-content .title-new {
    margin-bottom: 30px;
}
.contentbox {
    background: #053964;
    border-radius: 20px;
    padding: 20px;
}
.contentbox label, .contentbox p {
    color: #fff;
}
.contentbox p {
    font-weight: 200;
    font-size: 16px;
}
.contentbox h4, .contentbox li, .contentbox li a {
    color: #fff;
}
.contentbox h4 {
    font-size: 18px;
}
.contentbox li, .contentbox li a {
    font-size: 16px;
    line-height: 28px;
}
.contact-list.well {
    padding-left: 0;
}
.right-contact {
    padding-right: 0;
}
.contact-us .contentbox li span {
    font-weight: bold;
}
.contentbox ul {
    margin: 0;
}
section.qualitysection label svg {
    margin-right: 5px;
}
.contentbox p:last-child {
    margin-bottom: 0;
}
.contentbox + .contentbox {
    margin-top: 20px;
}
.client-logo-inner {
    padding: 0;
}
.client-logo-inner img {
    width: 95px;
    height: 95px;
    object-fit: contain;
}
section.downloadsection {
    padding: 60px 0;
    background: #053964;
    color: #fff;
}
section.downloadsection .title-new h2, section.downloadsection p {
    color: #fff;
}
.downloadinr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.downloadinr .newbtn {
    margin: 30px 0;
}
section.galleryitems img {
    margin: 0 3.5px;
}
section.galleryitems {
    display: flex;
    padding: 7px 3.5px;
}
.galleryitems {
    overflow: hidden;
    width: 100%;
}

/*.gallery-track {
    display: flex;
    gap: 0px;
    width: max-content;
    animation: slide-left 25s linear infinite;
}
*/
/* duplicate the images automatically */
.gallery-track::after {
    content: "";
    display: flex;
    gap: 30px;
}

.gallery-track::after {
    content: "";
    display: flex;
}

.gallery-track img {
    flex-shrink: 0;
}

.contactus .form-wraper textarea {
    min-height: inherit;
    height: 120px;
}
.contactus .form-wraper input.wpcf7-form-control:focus,
.contactus .form-wraper .wpcf7-textarea:focus  {
    background-color: white !important;
    outline: none; /* optional, removes default focus outline */
}
.contactus .form-wraper input.wpcf7-form-control:not(:placeholder-shown), .contactus .form-wraper .wpcf7-textarea:not(:placeholder-shown) {
    background-color: white !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 0;
}
.left-form span
{
    display: inline-block;
}
section.downloadsection .container {
    padding: 0 20%;
}
.donwloadiconleft, .donwloadiconright {
    position: absolute;
    top: 25%;
}
.donwloadiconleft svg, .donwloadiconright svg {
    width: 100px;
}
.donwloadiconleft {
    left: 0;
}
.donwloadiconright {
    right: 0;
}
.map-class
{
    height: 600px;
}
.error-v1 span.error-v1-title {
    color: #163961;
}
.new-header ul.navbar-nav li ul.dropdown-menu {
	background: #f9f9f9;
	min-width: 330px;
	padding: 0;
	top: 71px;
}
nav.navbar.navbar-expand-lg.navbar-light {
   padding: 0.5rem 1rem; 
}
.new-header ul.navbar-nav > li > a{
   padding: 25px 0px !important;
}
div#description .content-xs {
    padding-left: 0;
    padding-right: 0;
}
.content-sm ul.nav.nav-tabs {
    border: 0;
}
.customnew-content .bg-dark {
/* 	background: #2c2c2c !important; */
	background: #fff !important;
	padding-bottom: 0;
	padding-top: 50px;
}
.customnew-content .bg-light {
    margin-top: 50px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	justify-content: center;
}
.customnew-content .bg-light .g-heading-v11.text-center {
    width: 100%;
}

.customnew-content .shiping-types-list .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.customnew-content .lead-text-block.text-center .list-unstyled {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.customnew-content .lead-text-block.text-center {
	display: flex;
	flex-wrap: wrap;
	color: #053964;
	font-size: 16px;
	font-weight: normal;
	text-align: left !important;
}
.customnew-content .lead-text-block.text-center p.no-lead {
    width: 100%;
}
.customnew-content .lead-text-block.text-center .content {
    width: 100%;
    max-width: 100%;
}
.customnew-content .lead-text-block.text-center .content>div {
    width: 100%;
}
.customnew-content .bg-light .no-padding.lead-text-block.text-center a {
    width: 100%;
	text-decoration: none;
}
.customnew-content a {
    width: 100%;
	text-decoration: none;
}
.page-template-templates .content-sm .g-heading-v11.text-center {
    text-align: center;
    display: flex;
    justify-content: center;
}
/* .page-template-templatesproducts-php .customnew-content .bg-dark.shiping-types.custom-product {
    background: #fff !important;
} */
.shiping-type:hover {
	background: none;
	box-shadow: 0px 10px 13px -7px #0000004f;
	z-index: 10;
}
.shiping-types .shiping-type:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #163961;
    left: 0;
    transition: all 0.7s ease-in-out;
}

.shiping-types .shiping-type:hover:before {
    height: 100%;
}
.custom-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
div.anchorposition {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 0px;
    display: inline;
}
.gallery-inner {
    padding: 0;
}
.quality-left {
    padding-left: 0;
}
/*.contact-list.well.bottom {
    margin-top: 40px;
}*/
.contact-us .contact-list p:last-child {
    margin-bottom: 0;
}
.shiping-types .shiping-type{
	    height: 400px;
}
/* .page-id-9421.page-template-templatesproducts-php .customnew-content .bg-dark {
   background: #053964 !important;
} */
.btmrow .title-new {
    margin-bottom: 50px;
    text-align: center;
}
/* .btmrow .title-new h2 {
    color: #fff;
} */
.productcarousel {
    gap: 15px;
}
.productcarousel>div.products-box-new{
    margin: 0;
    width: 19%;
}
.btmrow {
    padding: 50px 0 !important;
    justify-content: center;
}
.productcarousel figure figcaption {
/*     background: #ddecf8; */
    margin-top: -2px;
}
/* .productcarousel figure figcaption p {
    color: #053964;
} */
.btmrow + .lead-text-block {
    background: #fff;
	padding: 30px 0;
	padding-bottom: 70px;
}
.productcarousel figure.effect-goliath {
    border-radius: 0;
}

/*figure.effect-goliath p{
    padding: 0 10px;
}*/
section.whychoose .productcarousel .owl-nav button.owl-prev, section.whychoose .productcarousel .owl-nav button.owl-next
{
    transform: skew(-9deg);
}
.contactformsection .row {
    margin: 0 -15px;
}
.btmrow + .lead-text-block p, .btmrow + .lead-text-block div {
    color: #053964;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.btmrow + .lead-text-block p {
    margin: 0;
}
.qclampproducts {
    padding: 80px 0;
}
.qclampproducts p {
    text-align: left !important;
}
.qclampproducts .custom-row {
    justify-content: flex-start;
}
.qclampproducts .custom-row{
    display: block;
}
.productlisting .testi-inner:after {
    left: 0;
}
.productlisting .testi-inner img {
    position: relative;
    z-index: 1;
}
.productlisting:before {
    background: none !important;
}
.productlisting {
    background: #fff !important;
}
.productlisting .title-new h2 {
    color: #053964 !important;
}
.productlisting .row {
    margin: 0 -15px;
}
.productlisting .testimonial-item .testimonial-description a {
    width: 50px;
}
.productlisting .testimonial-description {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}
.productlisting .testimonial-item .testimonial-description a {
    width: 40px;
}
.productlisting .testimonial-description h2 {
    font-size: 18px;
    margin: 0;
}
.productlisting .testimonial-description
{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.productlisting .ourrangeproduct .testi-inner img {
    width: 100%;
    height: 300px;
    padding: 0px 0;
}

.productlisting .testimonial-item {
    padding: 0 8px;
    margin-bottom: 15px;
	 width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
.download-listing .download-item {
	width: 49%;
	margin-bottom: 15px;
}
.download-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -15px;
	padding: 0;
	padding-right: 15px;
}
.download-item a {
    display: flex;
    background: #053964;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    height: 135px;
}
.download-item a *
{
    cursor:pointer;
}
.download-item a svg {
    width: 50px;
    height: 75px;
}
.download-item a svg path{
    transition: all 1s ease-in-out;
}
.download-item a:hover svg path:last-child
{
    animation: moveupdown 1s linear infinite;
}
@keyframes moveupdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    0% {
        transform: translateY(0px);
    }

}
.download-item a label {
    font-size: 18px;
    text-align: left;
    padding-right: 40px;
    width: 80%;
}
.download-item a span {
    text-align: left;
    font-size: 26px;
    display: block;
    color: #00a0e3;
}
.downloadprocess .process-steps {
    padding: 0;
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.downloadprocess {
    padding: 80px 0;
}
.downloadprocess p {
    font-size: 20px;
}
.process .process-img {
    height: 250px !important;
    border-radius: 15px;
    width: 100%;
    margin: 15px 0;
}
.left-form input, .right-form input {
    height: 55px;
}
.productlisting .testimonial-item .testimonial-description a svg {
    width: 30px;
    /*margin-bottom: 4px;*/
}
.productlisting .testimonial-item:hover .testimonial-description a svg
{
    fill: #00a2e8;
}
section.newheader-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(to right, rgb(5 34 59 / 97%) 25%, rgba(8, 76, 97, 0) 70%);
	background: url(/wp-content/themes/tubetrade/assets/img/banneroverlay.png);
    opacity: 0.6;
}
.about-title.banner-new {
    position: relative;
    z-index: 1;
}
.mega-menu-item-has-children>ul.mega-sub-menu {
    border-top: 2px solid #00a2e8 !important;
    background: #fff !important;
}
a.mega-menu-link {
    display: flex !important;
}
.mega-menu-item-has-children ul.mega-sub-menu .widget_nav_menu ul.menu li.megaheading a {
    border-bottom: 1px solid #00a2e8 !important;
    margin-bottom: 10px !important;
    height: auto;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    text-transform: none !important;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}
.mega-menu-item-has-children ul.mega-sub-menu .widget_nav_menu li {
    list-style: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.mega-menu-item-has-children ul.mega-sub-menu .widget_nav_menu li a {
    color: #053964;
}
.mega-menu-item-has-children ul.mega-sub-menu .widget_nav_menu li a:hover{
    text-decoration: none !important;
    color: #00a2e8;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    right: -37.8% !important;
    left: inherit;
    margin-top: 10px;
}
#mega-menu-wrap-primary ul.mega-sub-menu>li.mega-menu-column:nth-child(odd) {
    background: #f5f5f5!important;
}
#mega-menu-wrap-primary ul.mega-sub-menu>li.mega-menu-column:nth-child(even) {
    background: #fff!important;
}
#mega-menu-wrap-primary #mega-menu-item-11017 .mega-menu-row>.mega-sub-menu {
    display: flex !important;
}
/* .iso-company ul li:nth-child(1) {
    display: none;
} */
section.galleryitems {
    display: none;
}
.breadcrumbs h1.pull-left {
    display: none;
}
.customnew-content .bg-dark.shiping-types.custom-product .lead-text-block.text-center p {
	margin-bottom: 50px;
	color: #053964;
	font-size: 16px;
	font-weight: normal;
	text-align: left
}
#description img.alignright.size-full
{
	float: right;
	margin-left: 15px;
/*     margin-bottom: 15px; */
}
.page-id-11180 #description img.alignright.size-full {
	margin-top: -25px;
}
.gallery-wraper .testimonial-description a {
    width: 19%;
}
.gallery-inner.bottom.gallery-wraper .testi-inner img {
	width: 100%;
	padding: 0;
}
.gallery-inner.bottom.gallery-wraper .testimonial-item {
    padding: 0 8px;
    margin-bottom: 15px;
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}
.gallery-inner.bottom.gallery-wraper {
    display: flex;
}
.gallery-inner.bottom.gallery-wraper .testimonial-description h2{
	font-size: 18px;
}
.gallery-inner.bottom.gallery-wraper .testimonial-description svg {
    width: 30px;
}
.gallery-inner.bottom.gallery-wraper .testimonial-description {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.gallery-inner.bottom.gallery-wraper .testimonial-item:hover .testimonial-description a svg {
    fill: #00a2e8;
}
.qclamp-template-default.single .content-sm ul.nav.nav-tabs {
    display: none;
}
.gaspart h4 {
    font-size: 22px;
    margin-top: 30px;
}
.page-id-11180 #description .content-xs p:first-child {
    margin: 0;
}
.page-id-11180 div#description img {
    width: 160px;
    height: auto;
}
.qclampproducts .peragrf-bottom>.row {
    margin: 0 -15px;
}
ul.ul-one {
    padding-left: 30px;
}
ul.ul-one li {
    color: #053964;
    font-size: 16px;
    line-height: 28px;
}