/* @import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"); */
* {
padding: 0px;
margin: 0px
}
body {
font-size: 14px;
color: #ccc;
font-family: 'Raleway', sans-serif
}
img {
max-width: 100%
}
input:focus, textarea:focus, select:focus {
outline: none
}
a, a:hover {
text-decoration: none
}
ul {
margin: 0
}
li, ol {
list-style: none
}
header {
background: #f7f7f7;
box-shadow: 0 0 11px #dadada;
padding: 15px 0 0
}
header .cata-part ul {
margin-top: 28px
}
header .cata-part ul li {
display: inline-block;
position: relative
}
header .cata-part ul li a {
text-transform: uppercase;
color: #5a5a5a;
padding: 0 22px;
font-size: 12px;
font-weight: 500
}
header .cata-part ul li a span {
padding: 3px;
display: inline-block;
vertical-align: middle
}
header .cata-part ul li a.cata-d {
background: #d50105;
color: #fff !important;
padding: 8px;
border-radius: 5px;
margin-right: 15px
}
header .menu-part {
background: #1d1d1d;
margin-top: 15px
}
header .menu-part ul li {
display: inline-block
}
header .menu-part ul li a {
color: #eee;
text-transform: uppercase;
padding: 17px 25px;
display: inline-block;
position: relative;
z-index: 9999;
font-weight: bold
}
.menu-part li a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s
}
.menu-part li a:hover::before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2)
}
.menu-part li a:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
.menu-part li a::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
background-color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5)
}
.unset {
position: unset
}
@media (min-width: 769px) {
#navigation li:hover ul.sub-menu {
display: block
}
ul.sub-menu {
position: absolute;
z-index: 99999;
width: 100%;
left: 0;
display: none
}
ul.sub-menu li {
background: #2d2c2c;
width: 25%;
float: left;
border: 1px solid #111
}
ul.sub-menu li a {
font-size: 13px;
display: table !important;
width: 100%
}
}
.search-hold {
padding: 0 !important
}
.search-hold .modal-dialog {
width: 100%;
margin: 0
}
.search-hold .modal-content {
position: relative;
border: none;
border-radius: 0
}
.search-hold input[type="text"] {
border: none;
color: #333;
width: 100%
}
.footer-bottom {
padding: 70px 0 0;
background: #0000;
}
.footer-bottom h4 {
color: #262626;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin-top: 0;
margin-bottom: 25px
}
.footer-bottom li {
margin-bottom: 8px
}
.footer-bottom li i.fab {
width: 25px
}
.footer-bottom li a {
color: #111;
font-size: 13px;
text-decoration: none;
font-weight: 600
}
.copy {
text-align: center;
padding: 30px 0
}
.copy p {
color: #111;
margin: 0;
font-weight: 700
}
.kickass_field lable {
font-size: 12px;
position: absolute;
height: 100px;
overflow: hidden;
left: 15px;
width: 100%;
top: 23px;
text-align: left;
color: #111;
font-family: "Lato", sans-serif;
pointer-events: none;
-webkit-transition: all .2s .3s;
transition: all .2s .3s;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 0.5px
}
.kickass_field lable span {
font-size: 10px;
color: #111;
clear: left;
opacity: 1;
font-weight: 400;
display: block;
-webkit-transition: opacity .5s .0s;
transition: opacity .5s .0s
}
.kickass_field lable:after {
width: 4px;
content: '';
height: 8px;
border-bottom: 2px solid #28e011;
border-right: 2px solid #28e011;
-webkit-transform: translateX(-10px) rotate(45deg);
transform: translateX(-10px) rotate(45deg);
position: absolute;
left: 120%;
top: 28px;
-webkit-transition: all .2s;
transition: all .2s
}
.kickass_field {
margin-bottom: 15px
}
.kickass_field input, .kickass_field select, .kickass_field textarea {
border: none;
color: #6E738A;
font-weight: 400;
padding: 5px 0px 10px 0px;
background: transparent;
letter-spacing: 1px;
outline: none;
font-family: "Lato", sans-serif;
height: 50px;
width: 100%;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
font-size: 14px;
box-shadow: 0px 2px #111;
border-radius: 0
}
.kickass_field textarea {
height: 100px !important
}
.kickass_field input:focus+lable, .kickass_field textarea:focus+lable {
color: #111;
font-size: 10px;
top: 10px;
-webkit-transition: all .2s .0s;
transition: all .2s .0s
}
.kickass_field input:focus+lable span, .kickass_field textarea:focus+lable span {
opacity: 1;
-webkit-transition: opacity .1s .1s;
transition: opacity .1s .1s
}
.kickass_field input:valid+lable, .kickass_field textarea:valid+lable {
font-size: 10px;
top: 10px;
color: #111
}
.kickass_field input:valid+lable::after {
display: block;
left: 90%
}
.footer-bottom input[type="submit"] {
display: table;
margin: 12px auto 0;
width: auto;
background: #111;
height: auto;
padding: 10px 35px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
float: left
}
.banner-part {
position: relative;
padding-top: 100px
}
.banner-part img {
width: 100%
}
.banner-part .banner_text {
text-align: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center
}
.banner-part .banner_text h3 {
color: #fff;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 2px
}
.banner-part .banner_text h3 span {
display: table;
width: 100%;
margin-top: 10px
}
.banner-part .banner_text h1 {
font-size: 30px;
font-weight: 700;
margin-bottom: 6px;
text-transform: uppercase;
color: #fff;
text-shadow: 2px 3px 4px #000
}
.banner-part .banner_text a {
border: 1px solid #555;
display: table;
margin: 33px auto 0;
padding: 10px 35px;
text-decoration: none;
border-radius: 7px;
color: #111;
text-transform: uppercase;
background: #fff;
font-weight: 600
}
.no-pad {
padding: 0
}
section.body-cont1 {
background: #F5F5F5;
float: left;
width: 100%;
display: flex;
align-items: center;
padding-top: 10px
}
section.body-cont1 img {
width: 100%
}
section.body-cont1 h2 {
color: #363636;
font-size: 26px;
font-weight: bold;
margin: 0 0 12px
}
section.body-cont1 p {
color: #232323;
font-size: 16px;
line-height: 25px
}
section.body-cont1 a {
display: table;
color: #232323;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
border-bottom: 1px solid #232323;
margin-top: 19px
}
section.body-cont2 {
clear: both;
padding: 145px 0;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover
}
section.body-cont2 h2 {
color: #313131;
font-size: 26px;
text-transform: uppercase;
font-weight: bold;
line-height: 33px;
letter-spacing: 0.5px
}
section.body-cont2 a {
display: table;
margin: 25px auto 0;
background: #313131;
color: #fff;
text-transform: uppercase;
font-weight: 600;
padding: 12px 35px
}
section.body-cont3 {
padding: 60px 0
}
section.body-cont3 a {
width: 50%;
display: inline-block;
background: #fff;
text-align: left;
padding: 12px;
border-radius: 6px
}
section.body-cont3 button.btn.btn-primary {
background: #d63737;
border: none;
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.5px;
margin-left: -20px;
display: inline-block;
line-height: 45px;
margin-top: -4px;
padding: 0 35px;
border-radius: 0 6px 6px 0
}
section.body-cont4 {
padding: 40px 0
}
section.body-cont4 .owl-carousel.ws.owl-theme {
clear: both
}
section.body-cont4 h2 {
color: #313131;
font-size: 22px;
text-transform: uppercase;
font-weight: bold;
line-height: 33px;
letter-spacing: 0.5px;
margin-bottom: 7px
}
section.body-cont4 h2 a {
color: #313131
}
section.body-cont4 p {
color: #545454;
text-align: center;
font-size: 18px;
word-spacing: 1px;
font-weight: 500;
padding-bottom: 35px;
padding-top: 5px
}
section.body-cont4 .item {
padding: 0 15px
}
section.body-cont4 h3 {
color: #212121;
font-size: 16px;
margin-top: 12px;
min-height: 43px;
text-decoration: none;
text-align: center;
font-weight: 400;
letter-spacing: 0.5px
}
section.body-cont4 .owl-prev {
width: 50px;
height: 50px;
background: url(../images/arrow.png);
text-indent: 100px;
overflow: hidden;
background-size: 100%;
position: absolute;
top: 32%;
right: -46px
}
section.body-cont4 .owl-next {
width: 50px;
height: 50px;
background: url(../images/arrow2.png);
text-indent: 100px;
overflow: hidden;
background-size: 100%;
position: absolute;
top: 32%;
left: -46px
}
.affix {
top: 0;
width: 100%;
z-index: 9999 !important;
margin: 0 !important
}
.bg_paralax {
background-size: cover;
padding: 145px 0
}
.bg_paralax .bg_text {
width: 42%;
text-align: center;
margin: 0 auto
}
.bg_paralax .bg_text h2 {
color: #111;
font-size: 35px;
text-transform: uppercase;
font-weight: bold;
line-height: 43px;
letter-spacing: 0.5px;
margin: 0 auto
}
.bg_paralax .bg_text a {
display: table;
margin: 25px auto 0;
background: #111;
color: #fff;
text-transform: uppercase;
font-weight: 600;
padding: 15px 35px
}
.bg_paralax.bg_paralax_2 {
background-position: center
}
section.body-cont2.color-2 h2 {
color: #fff;
text-shadow: 1px 1px 0 #333
}
section.body-cont2.color-2 a {
background: #fff;
color: #313131
}
.factory {
position: relative
}
.factory img {
width: 100%
}
.factory h2 {
position: absolute;
top: 19px;
left: 0;
right: 0;
margin: 0 auto;
color: #fff;
text-align: center;
font-size: 25px;
text-transform: uppercase
}
section.certificate_sec {
padding: 60px 0;
background: #f1f1ef
}
section.certificate_sec ul {
text-align: center
}
section.certificate_sec ul li {
display: inline-block;
margin: 0 30px
}
.tw-content {
padding: 40px 0
}
.tw-content h2 {
color: #212121;
font-size: 22px;
margin-bottom: 12px;
font-weight: 700;
text-transform: capitalize
}
.tw-content h3 {
color: #212121;
font-size: 18px;
margin-bottom: 8px
}
.tw-content p {
text-align: justify;
font-size: 18px;
margin-bottom: 25px;
line-height: 28px;
color: #333;
font-family: Roboto, sans-serif
}
.tw-content p a {
/*color: #333;*/
font-weight: bold
}
.up-File {
background: rgba(0, 0, 0, 0.9)
}
.up-File .modal-dialog {
margin: 0 auto;
height: 100%;
display: flex;
align-items: center
}
.up-File .modal-content {
background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../images//prodBanner3.jpg");
background-size: cover;
border: none
}
.up-File .modal-title {
margin: 0;
line-height: 1.42857143;
text-transform: uppercase;
color: #fff;
font-size: 20px;
font-weight: bold;
letter-spacing: 1.5px
}
.up-File button.close {
background: #fff;
opacity: 1;
color: #333;
width: 35px;
height: 35px;
font-size: 54px;
text-shadow: none;
line-height: 20px;
font-weight: 300;
padding-bottom: 8px
}
.up-File .kickass_field input, .up-File .kickass_field select, .up-File .kickass_field textarea {
color: #fff;
box-shadow: 0px 2px #fff
}
.up-File .kickass_field lable {
color: #fff
}
.up-File .kickass_field lable span {
color: #fff
}
.up-File .kickass_field input:valid+lable, .up-File .kickass_field textarea:valid+lable {
color: #fff
}
.up-File .kickass_field input:focus+lable, .up-File .kickass_field textarea:focus+lable {
color: #fff
}
.up-File .kickass_field {
margin-bottom: 36px
}
.up-File input[type="submit"] {
display: table;
margin: 12px auto 0;
width: auto;
background: #fff;
height: auto;
padding: 10px 35px;
color: #111;
text-transform: uppercase;
font-weight: bold;
font-size: 16px
}
.up-File input[type="file"] {
padding: 46px 0 26px
}
.inner-ban-tx {
position: absolute;
top: 0;
width: 100%;
height: 90%;
display: flex;
align-items: center
}
.inner-ban-tx h2 {
margin: 0;
color: #111;
text-transform: uppercase;
font-size: 35px;
font-weight: 800;
letter-spacing: 1.5px
}
.inner-ban-tx h2 a {
color: #fff
}
ul.pvt {
margin: 30px 0
}
ul.pvt li {
position: relative;
color: #333;
font-size: 14px;
margin-bottom: 20px;
padding-left: 25px
}
ul.pvt li i.fas.fa-square-full {
position: absolute;
left: 0;
font-size: 7px;
margin-top: 7px
}
.pvt-form .tw-content h2 {
color: #212121;
font-size: 22px;
margin-bottom: 12px;
font-weight: 700;
text-transform: uppercase
}
.pvt-form input[type="submit"] {
display: table;
margin: 12px auto 0;
width: auto;
background: #111;
height: auto;
padding: 10px 35px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 16px
}
.con-add h2 {
margin-bottom: 36px
}
.con-add p {
margin-bottom: 0;
margin-top: 14px;
position: relative;
padding-left: 25px;
text-align: left
}
.con-add p i.fas {
position: absolute;
left: 0;
font-size: 16px;
top: 5px
}
.con-add h4 {
border-top: 1px solid #ccc;
margin-top: 25px;
padding-top: 12px;
color: #363636;
font-size: 19px;
font-weight: 600
}
.con-add ul {
margin-top: 16px
}
.con-add ul li {
display: inline-block
}
.con-add ul li i.fab {
color: #111;
font-size: 20px;
padding-right: 28px
}
.add {
margin-top: 35px
}
.add h3 {
background: #111;
color: #fff;
text-align: center;
margin-bottom: 25px;
font-weight: bold;
padding: 12px 0;
letter-spacing: 0.5px
}
.add .panel-heading {
color: #fff;
background-color: #a0a0a0;
border-color: #a0a0a0
}
.add a {
display: table;
width: 100%;
text-align: center;
text-transform: uppercase
}
.add h5 {
color: #111;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
margin-bottom: 8px;
margin-top: 28px
}
.add p {
margin-bottom: 10px;
margin-top: 0
}
.maincontent_area ul.pagination {
width: 100%;
text-align: center
}
.maincontent_area ul.pagination li {
display: inline-block
}
.maincontent_area .pagination>.active>a, .maincontent_area .pagination>.active>a:focus, .maincontent_area .pagination>.active>a:hover, .maincontent_area .pagination>.active>span, .maincontent_area .pagination>.active>span:focus, .maincontent_area .pagination>.active>span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #000;
border-color: #000
}
.maincontent_area .pagination>li>a:focus, .maincontent_area .pagination>li>a:hover, .maincontent_area .pagination>li>span:focus, .maincontent_area .pagination>li>span:hover {
z-index: 2;
color: #fff;
background-color: #000;
border-color: #000
}
section.pro-page {
padding: 60px 0
}
section.pro-page h2 {
text-align: center;
color: #111;
text-transform: capitalize;
font-size: 18px;
font-weight: bold;
padding: 12px 0;
margin: 0
}
section.pro-page ul {
background: #fff;
box-shadow: 8px 4px 8px #dcdcdc
}
section.pro-page ul li{
border-bottom: 1px solid #ccc;
}
section.pro-page ul a {
display: table;
width: fit-content;
padding: 12px !important;
color: #111;
font-weight: 600;
line-height: 20px !important;
}
section.pro-page .pro-sec a {
display: table
}
section.pro-page .pro-sec h3 {
text-align: center;
font-size: 15px;
color: #fff;
min-height: 57px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
line-height: 23px;
background: #212121;
padding: 5px 2px;
font-weight: 700
}
section.pro-page .pro-sec a.call {
display: table;
margin: 0 auto 30px;
color: #111;
text-transform: uppercase;
font-size: 13px
}
.big-img img {
width: 100%;
height: 100%
}
.big-img-decp h1 {
margin: 0;
font-size: 20px;
color: #111;
font-weight: bold
}
.big-img-decp h4 {
margin: 20px 0;
color: #111;
font-size: 15px;
font-weight: bold
}
.big-img-decp p {
color: #111;
text-align: justify;
line-height: 26px
}
.big-img-decp a {
display: table;
font-size: 11px;
color: #111;
margin-top: 25px
}
.sig-form {
margin-top: 36px
}
.sig-form h3 {
color: #111;
font-size: 20px;
font-weight: bold;
margin-left: 15px
}
.sig-form input[type="submit"] {
display: table;
margin: 12px auto 0;
width: auto;
background: #111;
height: auto;
padding: 10px 35px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 16px
}
.rel-pro {
margin-top: 38px
}
.rel-pro h3 {
background: no-repeat;
color: #111;
margin-bottom: 35px;
text-align: center;
font-weight: bold
}
.rel-pro .item {
padding: 0 15px
}
.rel-pro h3 {
color: #212121;
font-size: 16px;
margin-top: 12px;
min-height: 43px;
text-decoration: none;
text-align: center;
font-weight: 400;
letter-spacing: 0.5px
}
.rel-pro .owl-prev {
width: 50px;
height: 50px;
background: url(../images/arrow.png);
text-indent: 100px;
overflow: hidden;
background-size: 100%;
position: absolute;
top: 32%;
right: -46px
}
.rel-pro .owl-next {
width: 50px;
height: 50px;
background: url(../images/arrow2.png);
text-indent: 100px;
overflow: hidden;
background-size: 100%;
position: absolute;
top: 32%;
left: -46px
}
@media (max-width: 767px) {
#nav-icon0 {
width: 30px;
height: 24px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer
}
#nav-icon0 span {
display: block;
position: absolute;
height: 2px;
width: 50%;
background: #fff;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg)
}
#nav-icon0 span:nth-child(even) {
left: 50%;
border-radius: 0 9px 9px 0
}
#nav-icon0 span:nth-child(odd) {
left: 0px;
border-radius: 9px 0 0 9px
}
#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
top: 0px
}
#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
top: 10px
}
#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
top: 20px
}
#nav-icon0.open span:nth-child(1), #nav-icon0.open span:nth-child(6) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
#nav-icon0.open span:nth-child(2), #nav-icon0.open span:nth-child(5) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg)
}
#nav-icon0.open span:nth-child(1) {
left: 0px;
top: 9px
}
#nav-icon0.open span:nth-child(2) {
left: calc(50% - 5px);
top: 9px
}
#nav-icon0.open span:nth-child(3) {
left: -50%;
opacity: 0
}
#nav-icon0.open span:nth-child(4) {
left: 100%;
opacity: 0
}
#nav-icon0.open span:nth-child(5) {
left: 0px;
top: 19px
}
#nav-icon0.open span:nth-child(6) {
left: calc(50% - 5px);
top: 19px
}
a#clickme {
width: 100%;
height: auto;
cursor: pointer;
display: block !important;
background: #111;
padding: 13px 15px
}
span.pr-ct {
float: right;
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 19px;
letter-spacing: 0.5px;
line-height: 25px
}
div.mydiv {
width: 100%;
position: absolute;
left: -100%;
z-index: 999999999;
top: 0
}
.cata {
position: unset
}
.open {
position: absolute !important;
z-index: 999999999999;
top: 7px;
right: 0;
overflow: hidden
}
.open span {
background: #fff !important
}
}
a#clickme {
display: none
}
.pro-sec {
min-height: 350px
}
.list_pagination_con {
clear: both
}
.inner-ban-tx h2 p {
color: #fff
}
.author_bio select {
width: 90%;
margin: 0 auto;
border: solid 1px #ccc;
padding: 15px;
color: #111;
margin-bottom: 20px;
display: block
}
.widget_tag_cloud h2 {
color: #000000;
font-size: 18px;
line-height: 30px;
padding: 15px 15px 5px 20px;
text-align: left;
clear: both;
margin-top: 0
}
.widget_tag_cloud .tagcloud ul li {
list-style: none;
display: inline-block
}
.widget_tag_cloud .tagcloud ul li a {
text-decoration: none;
color: #333;
background: #dedede;
text-align: center;
display: block;
padding: 3px 9px;
font-size: 12px !important;
margin-bottom: 6px
}
.widget_tag_cloud .tagcloud ul li a:hover {
color: #337ab7
}
.catalog {
width: 65%;
margin: 50px auto;
padding: 20px 80px;
background: #fff;
box-shadow: 0px 3px 5px 0px #000;
text-align: center
}
.catalog h5 {
color: #111;
font-size: 14px;
margin-bottom: 20px
}
.catalog h2 {
color: #111;
padding: 10px 0;
font-size: 28px;
line-height: 36px;
margin: 0
}
.catalog h2 span {
font-weight: 700
}
.catalog input {
border: solid 1px #ccc;
color: #6E738A;
font-weight: 400;
padding: 15px;
background: transparent;
letter-spacing: 1px;
font-family: "Lato", sans-serif;
height: auto;
width: 100%;
font-size: 14px;
border-radius: 0;
margin-bottom: 15px
}
.catalog select {
border: solid 1px #ccc;
color: #6E738A;
font-weight: 400;
padding: 15px;
background: transparent;
letter-spacing: 1px;
font-family: "Lato", sans-serif;
height: auto;
width: 100%;
font-size: 14px;
border-radius: 0;
margin-bottom: 15px
}
.catalog textarea {
border: solid 1px #ccc;
color: #6E738A;
font-weight: 400;
padding: 15px;
background: transparent;
letter-spacing: 1px;
font-family: "Lato", sans-serif;
height: auto;
width: 100%;
font-size: 14px;
border-radius: 0;
margin-bottom: 15px
}
.catalog p {
color: #111;
font-size: 14px
}
.catalog input[type=submit] {
background-color: #5bc0de;
border: none !important;
color: #000 !important;
font-size: 18px
}
.catalog input[type=submit]:hover {
background-color: #31b0d5
}
.inner-ban-tx h1 {
margin: 0;
color: #fff;
text-transform: capitalize;
font-size: 30px;
font-weight: 700;
letter-spacing: 1.5px;
text-align: left;
text-shadow: 3px 2px 0 #000
}
.bannertxt a {
color: #333;
font-size: 16px;
font-weight: 600
}
.bannertxt span {
font-weight: 800;
color: #000;
font-size: 16px
}
.catalog_bg {
align-items: center;
background: #333333 none repeat scroll 0 0;
display: flex;
height: 100%;
justify-content: center;
width: 100%;
}
#breadcrumbs {
margin: 30px 0 20px
}
.woocommerce div.product div.images.woocommerce-product-gallery {
width: 100% !important
}
.post a {
color: #2c0899;
padding: 0 !important
}
.post a:hover {
color: #666
}
.tag-cat h3 {
color: #000000;
font-size: 18px;
line-height: 30px;
padding: 15px 0 5px;
text-align: left;
clear: both;
margin-top: 0
}
.tag-cat li {
list-style: none;
display: inline-block;
margin-right: 4px
}
.tag-cat li a {
text-decoration: none;
color: #333;
background: #dedede;
text-align: center;
display: block;
padding: 3px 9px;
font-size: 12px !important;
margin-bottom: 4px;
text-transform: capitalize;
font-weight: 600
}
.post p {
font-family: Roboto, sans-serif;
line-height: 28px !important
}
.content, .sidebar {
margin-top: 0 !important
}
.post h1 {
font-size: 24px !important;
font-weight: 700
}
.post h2 {
font-size: 22px !important;
line-height: 30px;
font-weight: 700
}
.post h3 {
font-size: 18px !important;
font-weight: 700
}
.nav-links {
display: inline-block !important;
white-space: nowrap;
padding: 0;
clear: both;
border: 1px solid #d3ced2;
border-right: 0;
margin: 1px;
width: auto !important;
text-align: center
}
.nav-links span {
background: #ebe9eb;
color: #8a7e88;
margin: 0;
text-decoration: none;
line-height: 1;
font-size: 1em;
font-weight: 400;
padding: .5em;
min-width: 1em;
display: inline-block;
border-right: 1px solid #d3ced2
}
.nav-links a {
margin: 0;
text-decoration: none;
line-height: 1;
font-size: 1em;
font-weight: 400;
color: #111;
padding: .5em;
min-width: 1em;
display: inline-block;
border-right: 1px solid #d3ced2
}
.nav-links a:hover {
color: #8a7e88
}
.post ul li {
list-style: disc;
margin-bottom: 15px;
margin-left: 10px;
font-size: 18px;
color: #333;
font-family: 'Poppins', sans-serif !important;
text-align: justify
}
.post ol li {
list-style: decimal;
argin-bottom: 15px;
margin-left: 10px;
font-size: 18px;
color: #333;
font-family: 'Poppins', sans-serif !important;
text-align: justify
}
.tw-content li {
color: #111;
line-height: 28px;
margin-bottom: 15px
}
.big-img-decp h2 {
background: none !important;
text-align: left !important;
color: #111 !important;
padding-top: 0 !important;
padding-bottom: 20px !important;
font-size: 14px !important
}
.extpg h2 {
text-align: center;
font-size: 44px;
margin: 50px 0 30px;
color: #111111
}
.extpg ul li {
width: 24%;
display: inline-block;
margin: 4px
}
.extpg ul li a {
position: relative;
line-height: 50px;
background: #111;
color: white;
border: none;
font-family: 'Open Sans', sans-serif;
overflow: hidden;
z-index: 1;
padding: 0px;
display: table;
width: 100%;
text-align: center;
font-size: 15px;
text-transform: uppercase;
font-weight: 500
}
.extpg ul li a:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 500%;
height: 1000%;
background: #d50105;
z-index: -1;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
-webkit-transform: translateY(10%) translateX(16%) rotate(-45deg);
transform: translateY(10%) translateX(16%) rotate(-45deg);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.extpg ul li a:hover:after {
-webkit-transform: translateY(10%) translateX(-25px) rotate(-45deg);
transform: translateY(10%) translateX(-25px) rotate(-45deg)
}
.inner-ban-tx h1 a {
color: #fff
}
.modal-content {
background: #d23437 none repeat scroll 0 0;
padding: 0;
position: relative
}
.modal-content input {
border: medium none;
width: 89%;
background: none;
color: #fff;
padding: 19px;
height: auto;
margin: 0
}
.modal-content button {
background-color: #fff;
border: 1px solid #fff;
padding: 10px 40px;
color: #000
}
.modal-body {
padding: 5px 0 !important
}
.sidebtn {
position: fixed;
right: -152px;
top: 40%;
z-index: 9;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
z-index: 99999999
}
.sidebtn .stick_con {
background: #d50105;
color: #fff;
margin: 3px;
padding: 9px;
border-radius: 11px 10px 0px 0px;
width: 120px;
text-align: center;
text-transform: uppercase;
font-size: 16px;
text-decoration: none;
font-weight: 700
}
.cat-description {
color: #111;
line-height: 22px;
padding: 30px 30px 0
}
.cat-description p {
line-height: 28px;
font-size: 18px;
font-weight: 500
}
.cat-description h2 {
background: none !important;
color: #111 !important;
text-align: left !important;
margin: 10px 0 !important;
font-size: 22px !important
}
.detail_content_area {
margin-top: 50px
}
.detail_content_area .post h2 {
height: auto
}
.detail_content_area .tag_cat_inner {
padding: 0 20px
}
.detail_content_area .tag_cat_inner h3 {
padding-top: 0
}
.detail_content_area .tag_cat_inner ul {
margin-bottom: 15px
}
.detail_content_area .tag_cat_inner li {
display: inline-block;
margin: 0 3px 0 0
}
.detail_content_area .tag_cat_inner li a {
padding: 3px !important
}
.ext-class {
background-position: right;
padding: 190px 0
}
.footer-bottom .f_scicon ul {
padding-bottom: 20px;
}
.footer-bottom .f_scicon ul li {
list-style: none;
display: inline-block;
}
.footer-bottom .f_scicon ul li a {
color: #545454;
font-size: 14px;
font-weight: 600;
}
.footer-bottom .f_scicon ul li a i {
margin-right: 10px;
}
.footer-bottom .f_scicon ul li a:hover {
color: #2f9fa2;
}
.footer-bottom .f_scicon li i.fab {
width: 10px;
}
.footer-bottom .f_form {
padding: 0px 20px 0px 15px;
}
.footer-bottom .fkickass_field textarea {
height: 60px !important;
}
.footer-bottom .fkickass_field input {
height: 30px !important;
}
.footer-bottom .fkickass_field select {
height: 30px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
padding: 0px;
margin: 0px;
}
body {
font-size: 14px;
color: #000 !important;
font-family: "Raleway", sans-serif;
}
img {
max-width: 100%;
}
input:focus,
textarea:focus,
select:focus {
outline: none;
}
a {
text-decoration: none !important;
}
a,
a:hover {
text-decoration: none;
}
ul {
margin: 0;
}
li,
ol {
list-style: none;
}
header {
background: #f7f7f7;
box-shadow: 0 0 11px #dadada;
padding: 15px 0 0;
}
header .cata-part ul {
margin-top: 28px;
}
header .cata-part ul li {
display: inline-block;
position: relative;
}
header .cata-part ul li a {
text-transform: uppercase;
color: #5a5a5a;
padding: 0 22px;
font-size: 12px;
font-weight: 500;
}
header .cata-part ul li a span {
padding: 3px;
display: inline-block;
vertical-align: middle;
}
header .cata-part ul li a.cata-d {
background: #d50105;
color: #fff !important;
padding: 8px;
border-radius: 5px;
margin-right: 15px;
}
header .menu-part {
background: #1d1d1d;
margin-top: 15px;
}
header .menu-part ul li {
display: inline-block;
}
header .menu-part ul li a {
color: #eee;
text-transform: uppercase;
padding: 17px 25px;
display: inline-block;
position: relative;
z-index: 9999;
font-weight: bold;
}
.menu-part li a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 18px;
}
.search-hold .modal-content {
background: #fff;
padding: 0 5px;
}
form.aws-search-form label.aws-search-label {
display: none;
}
.aws-container .aws-show-clear .aws-search-field {
border: 1px solid #d8d8d8;
color: #000;
font-size: 16px;
font-weight: 600;
}
.search-hold .modal-body .aws-search-field::placeholder {
color: #000;
}
.search-hold .modal-body .aws-search-field:focus {
background: transparent;
}
.aws-search-result .aws_no_result {
color: #000;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
color: #000;
}
.aws-search-result ul li {
font-size: 15px;
font-weight: 500;
}
/* 15-05-2023 */
.side-btn-new {
position: fixed;
right: -110px;
top: 40%;
z-index: 9;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
z-index: 999
}
.side-btn-new .stick_con {
color: #fff;
margin: 3px;
padding: 9px;
border-radius: 11px 10px 0 0;
width: 223px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
background: linear-gradient(137.62deg, #3d008c 6.67%, #a7108d 47.77%, #d60e00 90.27%);
text-decoration: none;
font-weight: 700;
letter-spacing: 2px
}
header .cata-part ul li a {
padding: 0;
}
header .cata-part ul {
margin-top: 0;
display: flex;
gap: 15px;
}
header .cata-part ul li a.cata-d {
margin-right: 0;
}
.headerfixed {
display: flex;
}
header .cata-part.text-right ul {
justify-content: end;
}
.top-bar .row {
display: flex;
align-items: center;
}
header.sticky {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
left: 0;
}
header {
padding: 0;
}
header .top-bar {
padding: 10px 0;
}
.bottom-bar {
background-color: #333;
padding: 8px 0;
transition: padding 0.3s ease-in-out;
}
header.sticky .bottom-bar {
padding: 0px 0;
transition: padding 0.3s ease-in-out;
}
.mob-view ul {
display: flex;
justify-content: center;
gap: 20px;
align-items: center;
}
.menu-part li a:hover::before {
opacity: 0;
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.menu-part li a:hover::after {
opacity: 1;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.menu-part li a::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
background-color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
}
:root {
--ff-primary: 'Arsenal', sans-serif;
--ff-body: 'Raleway', sans-serif;
--parimary: #0f3153;
--black: #1a1a1a;
--white: #fff;
--grey: #e3e3e37a;
}

p {
font-family: var(--ff-body);
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--ff-primary);
}
.custom-pad {
padding: 80px 0;
}
.custom-padding {
padding: 50px 0;
}
.custom-heading {
font-size: 34px;
padding-bottom: 20px;
}
.form-control:focus {
box-shadow: none;
}
.my_btn {
padding: 10px 12px !important;
border-radius: 11px !important;
color: var(--black);
font-size: 16px !important;
display: flex;
justify-content: center;
align-items: center;
}
.wholesale-woman-part .owl-nav.disabled {
display: block !important;
justify-content: space-between;
position: relative;
bottom: 58%;
}
.wholesale-woman-part .owl-prev {
background-color: #e4e4e4 !important;
color: var(--black) !important;
width: 40px;
height: 40px;
border-radius: 50px;
font-size: 15px !important;
}
.wholesale-woman-part .owl-next {
background-color: #e4e4e4 !important;
color: var(--black) !important;
width: 40px;
height: 40px;
border-radius: 50px;
font-size: 15px !important;
}
/*----sitebtnn---*/
.side-btn-new .stick_con {
background: var(--parimary) !important;
}
.side-btn-new .stick_con:hover {
background-color: var(--grey);
}
/*--------header css----------*/
header {
background-color: var(--white);
position: relative;
z-index: 99999 !important;
box-shadow: none;
width: 100%;
}
.header.sticky {
position: fixed;
width: 100%;
left: 0;
top: 0;
}
.header::after {
position: absolute;
right: 0;
top: 0;
content: '';
background-color: var(--clr-black-300);
height: 45px;
width: 50%;
z-index: -1;
}
.header__logo {
height: 100%;
padding: 10px 0;
}
.header__logo .navbar-brand img {
margin: 0 auto;
height: 60px;
object-fit: contain;
}
.navbar-brand img {
margin: 0 auto;
height: 60px;
}
#quadmenu * {
color: var(--black) !important;
}
.header__top {
position: relative;
padding-top: 10px;
}
.header__top .d-flex.justify-content-end {
margin-bottom: 10px;
}
.header__top .custom-button {
height: 34px;
color: var(--clr-black-100) !important;
padding: 0 15px;
font-size: 13px !important;
}
.header__top .quick-links>* {
line-height: 40px;
margin-right: 20px;
}
.header__top .quick-links> :not(:last-child) {
padding-right: 20px;
margin-right: 20px;
border-right: 1px solid #242424;
}
.header__top .quick-link>* {
line-height: 45px;
}
.header__top .quick-link a {
font-size: 13px;
color: #fff;
text-transform: uppercase;
font-weight: 400;
font-family: var(--ff-body);
letter-spacing: 0.8px;
gap: 6px;
display: flex;
align-items: center;
}
.header__top .quick-link a:hover {
color: var(--clr-accent);
text-decoration: underline;
}
.menupart .btn.my_btn {
background-color: var(--parimary);
color: var(--white) !important;
font-size: 15px !important;
margin: 0 5px !important;
padding: 7px 13px !important;
border-radius: 6px !important;
display: flex;
}
.menupart .btn.my_btn i {
padding-right: 5px;
}
.menupart .btn.my_btn p {
margin: 0;
padding: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
background: transparent;
padding: 0 !important;
border-radius: 0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
font-size: 15px !important;
}
.dgwt-wcas-sf-wrapp {
background-color: transparent !important;
}
.dgwt-wcas-ico-magnifier {
margin: -6px !important;
}
/*----END HEADER----*/
/*banner-part*/
.banner img {
height: 450px;
object-fit: cover;
}
.banner .carousel-caption {
text-align: left;
top: 90px;
left: 102px;
}
.banner .carousel-caption p {
font-size: 15px;
color: #000;
font-weight: 500;
}
.banner .carousel-caption h1 {
font-size: 50px;
font-weight: 700;
color: #464646;
}
.banner .carousel-caption h2 {
font-size: 40px;
font-weight: 700;
color: #464646;
}
.banner .carousel-caption h6 {
font-size: 15px;
color: #353434;
font-weight: 500;
margin-bottom: 20px;
}
.banner .carous.el-control-next {
display: none;
}
.banner .carousel-control-prev {
display: none;
}
.banner .carousel-caption a {
text-decoration: none;
background-color: var(--parimary);
padding: 15px 25px;
border-radius: 0px;
color: #fff;
font-size: 17px;
}
/*service-part*/
.service-part {
padding-top: 20px;
padding-bottom: 30px;
background-color: #e3e3e36b;
}
.service-part .box {
display: flex;
justify-content: center;
align-items: center;
}
.service-part .box img {
height: 40px;
}
.service-part .box h2 {
font-size: 20px;
padding-left: 12px;
font-weight: 700;
color: var(--black);
padding-bottom: 0;
padding-top: 0;
margin: 0;
}
.service-part .box h2 span {
font-size: 20px;
padding-left: 12px;
font-weight: 46;
}
/*feature-part*/
.feature-part {
/* padding-top: 50px;
padding-bottom: 30px; */
position: relative;
}
.feature-part .align-items-center {
padding-bottom: 35px;
}
.feature-part .item .box a img {
height: 297px;
object-fit: cover;
width: 260px;
width: 260px;
border-radius: 5px;
box-shadow: 0 2px 3px 0 #a6a6a6;
background-color: var(--grey);
position: relative;
}
.feature-part .item .box .btn-t {
font-size: 16px;
text-decoration: none;
font-weight: 400;
color: #0f3153;
display: block;
margin-top: 5px;
}
.feature-part .link {
text-align: end;
}
.feature-part .link a {
text-decoration: none;
background-color: var(--parimary);
padding: 10px 40px;
border-radius: 5px;
color: #fff;
font-size: 15px;
}
.feature-part .link a:hover {
color: var(--white);
background-color: var(--black);
transition: all ease-in 0.5s;
}
.feature-part .heading h3 {
font-size: 40px;
font-weight: 400;
color: var(--parimary);
padding-bottom: 0px;
margin: 0;
padding-left: 70px;
}
.feature-part .owl-next {
display: none;
}
.feature-part .owl-nav .owl-prev i {
position: absolute !important;
left: -6.5% !important;
font-size: 25px;
width: 57px;
height: 57px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: self-end;
top: 50%;
background: url(../images/left-arrow.png) !important;
color: transparent;
background-size: contain !important;
transform: translate(0, -50%);
}
.feature-part .owl-next span {
position: absolute !important;
right: 19.5% !important;
font-size: 25px;
color: #000;
background-color: var(--white);
width: 30px;
height: 30px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: self-end;
top: 110px;
display: none;
}
.factory-part .factory__box {
position: relative;
z-index: 3;
}
.factory-part .factory__box {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
/* gap: 0px; */
height: 100%;
}
.factory-part .item-0 {
grid-row-start: 1;
grid-column-start: 1;
grid-row-end: 2;
}
.factory-part .item-1 {
grid-row-start: 2;
grid-column-start: 1;
grid-row-end: 3;
grid-column-end: 2;
}
.factory-part .item-2 {
grid-row-start: 1;
grid-column-start: 2;
grid-row-end: 3;
grid-column-end: 3;
}
.factory-part .item-3 {
grid-row-start: 1;
grid-column-start: 3;
grid-row-end: 2;
grid-column-end: 4;
}
.factory-part .item-4 {
grid-row-start: 2;
grid-column-start: 3;
grid-row-end: 3;
grid-column-end: 4;
}
/*glob-part*/
.glob-part .globpart {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.glob-part .box {
background-color: #ddd;
justify-content: center;
margin: 0 auto;
position: relative;
border-radius: 50%;
width: 220px;
height: 220px;
margin: 10px auto;
}
.glob-part .box .photo-box {
justify-content: center;
align-content: center;
position: relative;
display: flex;
top: 30px;
background-color: #fff;
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto;
}
.glob-part .box:hover .photo-box {
background-color: var(--black);
transition: all .5s ease-in-out;
}
.glob-part .box:hover .photo-box img {
filter: brightness(100);
}
.glob-part .box .photo-box img {
height: 45px;
width: 45px;
position: absolute;
justify-content: center;
align-items: center;
top: 20px;
bottom: 0;
}
.glob-part .box h4 {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 30px;
font-size: 17px;
}
/*top--catagort-part---*/
.catagort-part .heading {
text-align: center;
padding-bottom: 25px;
}
.catagort-part .heading h2 {
font-size: 40px;
font-weight: 400;
color: var(--parimary);
}
.catagort-part .col-md-4:nth-child(2) {
padding: 0 !important;
}
.catagort-part .left-part {
position: relative;
}
.catagort-part .left-part::before {
position: absolute;
content: '';
background: linear-gradient(1deg, #0c0c0c, #3da5a800);
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 1;
overflow: hidden;
border-radius: 5px;
transition: all .9s ease-in-out;
}
.catagort-part .left-part:hover::before {
opacity: 1;
transition: all .8s ease-in-out;
}
.catagort-part .mid-part {
position: relative;
}
.catagort-part .mid-part .img-box:hover::before {
opacity: 1;
transition: all .8s ease-in-out;
}
.catagort-part .mid-part .img-box::before {
position: absolute;
content: '';
background: linear-gradient(1deg, #0c0c0c, #3da5a800);
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 1;
overflow: hidden;
border-radius: 5px;
}
.catagort-part .mid-part .img-box:hover::before {
opacity: 1;
transition: all .8s ease-in-out;
}
/*----*/
.catagort-part .mid-part .img-box .text-btn a {
text-decoration: none;
font-size: 15px;
background-color: #0f1e6a;
padding: 10px 30px;
border-radius: 10px;
color: var(--white);
font-weight: 400;
opacity: 1;
margin-top: 10px;
min-width: 60%;
}
.catagort-part .mid-part .img-boxt:hover .text-btn a {
opacity: 1;
transition: all .9s ease-in-out;
}
.catagort-part .mid-part .img-box .text-btn p {
color: var(--white);
font-size: 24px;
font-weight: 400;
}
.catagort-part .mid-part .img-box .text-btn h3 {
color: var(--white);
font-size: 22px;
font-weight: 500;
margin-bottom: 35px;
}
.catagort-part .mid-part .img-box:hover .text-btn h3 {
opacity: 1;
transition: all .9s ease-in-out;
}
.catagort-part .mid-part .img-box .text-btn a {
text-decoration: none;
font-size: 18px;
background-color: #0f1e6a;
padding: 10px 30px;
border-radius: 10px;
color: var(--white);
font-weight: 400;
}
.catagort-part .mid-part .img-box .text-btn {
position: absolute;
content: '';
bottom: 58px;
left: 0;
opacity: 1;
right: 0;
text-align: center;
}
.catagort-part .mid-part .img-box .text-btn p {
color: var(--white);
font-size: 24px;
font-weight: 400;
}
.catagort-part .mid-part .img-box .text-btn h3 {
color: var(--white);
font-size: 30px;
font-weight: 700;
margin-bottom: 35px;
}
.catagort-part .mid-part .img-box .text-btn a {
text-decoration: none;
font-size: 18px;
background-color: #0f1e6a;
padding: 10px 30px;
border-radius: 10px;
color: var(--white);
font-weight: 400;
opacity: 1;
}
.catagort-part .mid-part .img-box:hover .text-btn a {
opacity: 1;
transition: all .9s ease-in-out;
}
/*----*/
.catagort-part .last-part {
position: relative;
}
.catagort-part .last-part::before {
position: absolute;
content: '';
background: linear-gradient(1deg, #0c0c0c, #3da5a800);
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 1;
overflow: hidden;
border-radius: 5px;
}
.catagort-part .last-part:hover::before {
opacity: 1;
transition: all .8s ease-in-out;
}
.catagort-part .left-part .text-btn {
position: absolute;
content: '';
bottom: 58px;
left: 46px;
}
/* .catagort-part .left-part .text-btn h3{
opacity: 0;
} */
.catagort-part .left-part:hover .text-btn h3 {
opacity: 1 !important;
transition: all .9s ease-in-out;
}
/* .catagort-part .left-part .text-btn a{
opacity: 0 !important;
} */
.catagort-part .left-part:hover .text-btn a {
opacity: 1 !important;
transition: all .9s ease-in-out;
}
.catagort-part .left-part .text-btn p {
color: var(--white);
font-size: 24px;
font-weight: 400;
text-align: center;
}
.catagort-part .left-part .text-btn h3 {
color: var(--white);
font-size: 40px;
font-weight: 500;
margin-bottom: 35px;
transition: all .9s ease-in-out;
text-align: center;

}
.catagort-part .left-part .text-btn a {
text-decoration: none;
font-size: 18px;
background-color: var(--parimary);
padding: 10px 30px;
border-radius: 10px;
color: var(--white);
font-weight: 400;
transition: all .9s ease-in-out;
}
.catagort-part .left-part .text-btn {
position: absolute;
content: '';
bottom: 58px;
left: 46px;
text-align: center;
}
.catagort-part .left-part.text-btn p {
color: var(--white);
font-size: 24px;
font-weight: 400;
}
.catagort-part .left-part .text-btn h3 {
color: var(--white);
font-size: 40px;
font-weight: 500;
margin-bottom: 35px;
}
.catagort-part .left-part .text-btn a {
text-decoration: none;
font-size: 18px;
background-color: #0f1e6a;
padding: 10px 30px;
border-radius: 10px;
color: var(--white);
font-weight: 400;
}
.catagort-part .left-part:hover .text-btn a {
opacity: 1;
transition: all .9s ease-in-out;
}
.catagort-part .left-part:hover::before {
opacity: 1;
transition: all .8s ease-in-out;
}
.catagort-part .last-part .text-btn {
position: absolute;
content: '';
bottom: 58px;
left: 46px;
}
.catagort-part .last-part .text-btn h3 {
opacity: 0;
transition: all .9s ease-in-out;
}
.catagort-part .last-part:hover .text-btn h3 {
opacity: 1;
transition: all .9s ease-in-out;
}
.catagort-part .last-part:hover .text-btn a {
opacity: 1;
transition: all .9s ease-in-out;
}
.catagort-part .last-part .text-btn p {
color: var(--white);
font-size: 24px;
font-weight: 400;
margin-bottom: 0;
}
.catagort-part .last-part .text-btn h3 {
color: var(--white);
font-size: 40px;
font-weight: 500;
margin-bottom: 35px;
}
.catagort-part .last-part .text-btn a {
text-decoration: none;
font-size: 18px;
background-color: #0f1e6a;
padding: 10px 30px;
border-radius: 10px;
color: var(--white);
font-weight: 400;
opacity: 0;
}
.catagort-part .last-part:hover::before {
opacity: 1;
transition: all .8s ease-in-out;
}
.catagort-part .left-part img {
object-fit: cover;
width: 100%;
height: 560px;
overflow: hidden;
border-radius: 5px;
}
.catagort-part .mid-part {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
flex-direction: column;
}
.catagort-part .mid-part .img-box {
position: relative;
background-color: #f8eded;
flex: 1 0 auto;
width: 100%;
border-radius: 5px;
overflow: hidden;
}
.catagort-part .last-part img {
object-fit: cover;
width: 100%;
height: 510px;
overflow: hidden;
border-radius: 5px;
}
.catagort-part .mid-part .img-box:nth-child(1) img {
width: 100%;
height: 360px;
object-fit: cover;
}
.catagort-part .mid-part .img-box:nth-child(2) img {
width: 100%;
height: 360px;
object-fit: cover;
}
.shop-coll {
text-align: center;
font-size: 22px;
color: #000;
transition: all .8s ease-in-out;
display: block;
margin-top: 30px;
text-decoration: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 100px;
}
.shop-coll:hover {
color: var(--parimary);
}
.catagort-part .mid-part .img-box .text-btn a {
bottom: -30px;
transform: translate(-50%);
left: 50%;
right: inherit;
}
.catagort-part .mid-part .img-box .text-btn {
margin-bottom: 0;
}
/*------Wholesale-womann-part-----*/
#exTab1 .tab-content {
color: white;
background-color: #428bca;
padding: 5px 15px;
}
.wholesale-woman-part .tab-content.clearfix {
background: transparent !important;
}
.wholesale-woman-part .image-main-part {
display: flex;
justify-content: space-between;
gap: 20px;
overflow: hidden;
}
.wholesale-woman-part .image-main-part .tab-img-box img {
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 2px 3px 0px #a6a6a6;
width: 500px;
height: 300px;
object-fit: cover;
background-color: var(--grey);
position: relative;
}
.wholesale-woman-part .image-main-part .tab-img-box:hover .image-btn {
opacity: 1;
transition: all .9s ease-in-out;
}
.wholesale-woman-part .image-main-part .tab-img-box .image-btn {
position: absolute;
bottom: 80px;
left: 0;
right: 0;
text-align: center;
transition: all .9s ease-in-out;
opacity: 0;
}
.wholesale-woman-part .image-main-part .tab-img-box .image-btn a {
text-decoration: none;
background-color: var(--parimary);
padding: 8px 25px;
color: #fff;
font-size: 15px;
border-radius: 5px;
}
.wholesale-woman-part .nav nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.nav.nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.wholesale-woman-part .tab-content.clearfix {
margin-top: 30px;
}
.wholesale-woman-part .heading-part .btn-part.nav.nav-pills .active a {
color: var(--white);
background-color: #0f3153;
}
.wholesale-woman-part .image-main-part .btn-part {
padding: 12px 0px;
}
.wholesale-woman-part .image-main-part .btn-part a {
font-size: 16px;
text-decoration: none;
font-weight: 400;
color: #0f3153;
}
.wholesale-woman-part .heading-part {
position: absolute;
z-index: 99;
}
.wholesale-woman-part .owl-nav.disabled {
display: block !important;
justify-content: space-between;
position: relative;
bottom: 60%;
}
.wholesale-woman-part .owl-nav.disabled .owl-prev {
background-color: #e4e4e4 !important;
width: 40px;
height: 40px;
border-radius: 50px;
left: 4px;
position: absolute;
}
.wholesale-woman-part .owl-nav.disabled .owl-next {
background-color: #e4e4e4 !important;
width: 40px;
height: 40px;
border-radius: 50px;
right: 4px;
position: absolute;
}
.wholesale-woman-part .heading-part h2 {
font-size: 40px;
font-weight: 400;
color: #0f3153;
}
.wholesale-woman-part {
overflow: hidden;
}
.wholesale-woman-part .main-part-btn {
margin-bottom: 60px;
position: relative;
}
.wholesale-woman-part .main-part-btn #myTab {
position: absolute;
left: 0;
right: 0px;
display: flex;
justify-content: end;
top: 0px;
border: none;
align-items: center;
}
.wholesale-woman-part .main-part-btn .black-btn {
position: absolute;
right: 0;
top: 9px;
bottom: 0;
font-size: 17px;
text-decoration: none;
color: var(--black);
}
.nav-item .nav-link .active {
background-color: #0f3153;
border: none;
color: #fff;
}
.wholesale-woman-part .main-part-btn #myTab .active {
color: var(--parimary);
border-radius: 0;
}
.wholesale-uniform-part .nav-tabs .nav-link {
color: var(--black);
border: 1px solid #fff;
}
.wholesale-uniform-part .nav-tabs .nav-link:hover {
color: var(--parimary);
border: 1px solid #12385e !important;
}
.wholesale-uniform-part .nav-tabs .nav-link.active {
color: var(--parimary);
border: 1px solid #12385e !important;
}
.wholesale-uniform-part .nav-tabs .nav-link {
color: var(--parimary);
}
.wholesale-uniform-part .nav-tabs .nav-link:hover {
color: var(--black);
border: 1px solid #12385e !important;
}
.wholesale-man-part .owl-nav.disabled {
display: block !important;
justify-content: space-between;
position: relative;
bottom: 58%;
}
.wholesale-man-part .owl-prev {
background-color: #e4e4e4 !important;
color: var(--black) !important;
width: 40px;
height: 40px;
border-radius: 50px;
font-size: 15px !important;
}
.wholesale-man-part .owl-next {
background-color: #e4e4e4 !important;
color: var(--black) !important;
width: 40px;
height: 40px;
border-radius: 50px;
font-size: 15px !important;
position: absolute;
right: 0 !important;
}
.wholesale-man-part .nav-tabs .nav-link {
border: none !important;
color: var(--black);
}
.wholesale-man-part .nav-tabs .nav-link:hover {
color: var(--black) !important;
border: none !important;
}
.wholesale-woman-part .main-part-btn #myTab .nav-item {
margin-right: 5px;
}
.wholesale-woman-part .main-part-btn #myTab .btn-shirt a {
text-decoration: none;
font-size: 18px;
padding: 10px 25px;
background-color: var(--parimary);
color: var(--white);
border-radius: 5px;
}
.wholesale-woman-part .main-part-btn #myTab .btn-shirt a:hover {
background-color: var(--black);
}
.wholesale-man-part .main-part-btn #myTab .nav-item {
padding-right: 5px;
}
.wholesale-man-part .nav-tabs .nav-link.active {
border: none;
color: var(--black);
border-radius: 0;
}
.wholesale-man-part .nav-tabs .nav-lin:hover {
border: none;
color: #fff;
background-color: #0f1e6a;
overflow: hidden;
}
#home-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
.wholesale-woman-part .nav-link .active {
border: none;
background-color: transparent;
color: #0f3153;
}
#home-tab:hover {
color: var(--white);
}
#profile-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#profile-tab:hover {
color: var(--white);
}
#contact-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#contact-tab:hover {
color: var(--white);
}
.wholesale-woman-part .tab-img-box img {
width: 500px;
height: 300px;
object-fit: cover;
}
.wholesale-woman-part #profile-tab {
border: none;
}
.wholesale-woman-part .nav-item:hover {
border: none !important;
color: var(--grey);
}
.wholesale-woman-part .nav-tabs .nav-link {
color: var(--black);
border: none;
}
.wholesale-woman-part .nav-item .nav-link:hover {
color: var(--parimary);
border: none;
}
.wholesale-woman-part .box {
display: inline-block;
width: 500px;
height: 300px;
object-fit: cover;
}
.sustainable-new-part .images-section ul {
list-style: none;
padding: 0;
}
.sustainable-new-part .images-section ul .top-part {
width: 330px;
height: 330px;
}
.sustainable-new-part .images-section ul .bottom-part {
border-radius: 50%;
overflow: hidden;
width: 300px;
height: 300px;
margin: 10px auto;
}
.sustainable-new-part .images-section ul li img {
height: 100%;
width: 100%;
object-fit: cover;
}
.sustainable-new-part .text-section h2 {
font-size: 42px;
font-weight: 400;
color: var(--parimary);
padding-bottom: 20px;
text-align: center;
}
.sustainable-new-part .text-main-part {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
}
.sustainable-new-part .text-section .text-main-part .box:nth-child(1) {
background-color: #eaeaea;
}
.sustainable-new-part .text-main-part .box:hover {
background-color: rgb(239, 235, 235);
}
.sustainable-new-part .text-main-part .box {
background-color: rgba(234, 234, 234, 0.1);
overflow: hidden;
padding: 20px;
height: 300px;
flex: 0 3 30%;
position: relative;
}
.sustainable-new-part .text-main-part .box h2 {
font-size: 24px;
font-weight: 400;
color: var(--parimary);
text-align: left;
}
.sustainable-new-part .text-main-part .box p {
font-size: 14px;
color: var(--black);
padding-top: 6px;
}
.sustainable-new-part .text-main-part .box .text-part {
position: absolute;
top: 50px;
left: 15px;
right: 10px;
}
.sustainable-new-part .text-main-part .box .img-part {
position: absolute;
top: 10px;
right: 24px;
width: 70px;
height: 70px;
overflow: hidden;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.sustainable-new-part .text-main-part .box #one img {
opacity: 1;
}
.sustainable-new-part .text-main-part .box .img-part img {
opacity: 1;
transition: all 1s ease-in-out;
}
.sustainable-new-part .text-main-part .box:hover .img-part img {
opacity: 1;
transition: all 1s ease-in-out;
}
/*------Wholesale-man-part-----*/
#exTab1 .tab-content {
color: white;
background-color: #428bca;
padding: 5px 15px;
}
.wholesale-man-part .tab-content.clearfix {
background: transparent !important;
}
.wholesale-man-part .image-main-part {
display: flex;
justify-content: space-between;
gap: 20px;
overflow: hidden;
}
.wholesale-man-part .image-main-part .tab-img-box img {
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 2px 3px 0px #a6a6a6;
width: 500px;
height: 300px;
object-fit: cover;
background-color: var(--grey);
position: relative;
}
.wholesale-man-part .image-main-part .tab-img-box:hover .image-btn {
opacity: 1;
transition: all .9s ease-in-out;
}
.wholesale-man-part .image-main-part .tab-img-box .image-btn {
position: absolute;
bottom: 80px;
left: 0;
right: 0;
text-align: center;
transition: all .9s ease-in-out;
opacity: 0;
}
.wholesale-man-part .image-main-part .tab-img-box .image-btn a {
text-decoration: none;
background-color: var(--parimary);
padding: 8px 25px;
color: #fff;
font-size: 15px;
}
.wholesale-man-part .main-part-btn #myTab .btn-shirt {
padding: 10px 25px;
background-color: var(--parimary);
}
.wholesale-man-part .main-part-btn #myTab .btn-shirt a {
text-decoration: none;
font-size: 18px;
color: var(--white);
}
.wholesale-man-part .main-part-btn #myTab .btn-shirt:hover {
background-color: var(--black);
}
.wholesale-woman-part .main-part-btn .nav-tabs .nav-link {
border: none;
}
.wholesale-man-part .nav nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.nav.nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.wholesale-man-part .tab-content.clearfix {
margin-top: 30px;
}
.wholesale-man-part .heading-part .btn-part.nav.nav-pills .active a {
color: #fff;
background-color: #0f3153;
}
.wholesale-man-part .image-main-part .btn-part {
padding: 12px 0px;
}
.wholesale-man-part .image-main-part .btn-part a {
font-size: 16px;
text-decoration: none;
font-weight: 400;
color: #0f3153;
}
.wholesale-man-part .heading-part {
position: absolute;
z-index: 99;
}
.wholesale-man-part .heading-part h2 {
font-size: 40px;
font-weight: 400;
color: #0f3153;
}
.wholesale-man-part {
overflow: hidden;
}
.wholesale-man-part .main-part-btn {
position: relative;
}
.wholesale-man-part .main-part-btn #myTab {
position: absolute;
left: 0;
right: 0;
display: flex;
justify-content: end;
top: 0px;
border: none;
}
#home-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#home-tab:hover {
color: #fff;
}
#profile-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#profile-tab:hover {
color: #fff;
}
#contact-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#contact-tab:hover {
color: #fff;
}
.wholesale-man-part .tab-img-box img {
width: 500px;
height: 300px;
object-fit: cover;
}
.wholesale-man-part #profile-tab {
border: none;
}
.wholesale-man-part .section {
margin-top: 5rem;
white-space: nowrap;
}
.wholesale-man-part .box {
display: inline-block;
width: 500px;
height: 300px;
object-fit: cover;
}
/* one-stop-part ---*/
.one-stop-part {
position: relative;
}
.one-stop-part .main-part::after {
position: absolute;
content: '';
background-color: #0000001c;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.one-stop-part .text-part {
position: absolute;
content: '';
left: 40px;
top: 50%;
z-index: 1;
text-align: left;
transform: translateY(-50%);
max-width: 500px;
}
.one-stop-part .main-part img {
height: 380px;
width: 100%;
object-fit: cover;
}
.one-stop-part .text-part h3 {
color: #fff;
font-size: 40px;
font-weight: 400;
}
.one-stop-part .text-part p {
font-size: 16px;
color: #fff;
}
.one-stop-part .text-part h2 {
color: #fff;
font-size: 40px;
font-weight: 700;
margin-bottom: 35px;
}
.one-stop-part .text-part a {
text-decoration: none;
background-color: var(--parimary);
padding: 15px 30px;
border-radius: 0px;
font-size: 17px;
color: var(--white);
border-radius: 5px;
}
.one-stop-part .text-part a:hover {
background-color: var(--black);
color: var(--white);
}
/* one-stop-part enddd---*/
/*------Wholesale-womann-part-----*/
#exTab1 .tab-content {
color: white;
background-color: #428bca;
padding: 5px 15px;
}
.wholesale-uniform-part .tab-content.clearfix {
background: transparent !important;
}
.wholesale-uniform-part .image-main-part {
display: flex;
justify-content: space-between;
gap: 20px;
overflow: hidden;
}
.wholesale-uniform-part .image-main-part .tab-img-box img {
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 2px 3px 0px #a6a6a6;
width: 500px;
height: 300px;
object-fit: cover;
background-color: var(--grey);
position: relative;
}
.wholesale-uniform-part .image-main-part .tab-img-box:hover .image-btn {
opacity: 1;
transition: all .9s ease-in-out;
}
.wholesale-uniform-part .image-main-part .tab-img-box img::after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: var(--parimary);
opacity: 1;
transition: all .9s ease-in-out;
display: none;
z-index: 99;
}
.wholesale-uniform-part .owl-nav.disabled {
display: block !important;
justify-content: space-between;
position: relative;
bottom: 58%;
}
.wholesale-uniform-part .owl-prev {
background-color: #e4e4e4 !important;
color: var(--black) !important;
width: 40px;
height: 40px;
border-radius: 50px;
font-size: 15px !important;
}
.wholesale-uniform-part .owl-next {
background-color: #e4e4e4 !important;
color: var(--black) !important;
width: 40px;
height: 40px;
border-radius: 50px;
font-size: 15px !important;
position: absolute;
right: 0;
}
.wholesale-uniform-part .image-main-part .tab-img-box img:hover::after {
transition: all .9s ease-in-out;
display: block;
}
.wholesale-uniform-part .image-main-part .tab-img-box .image-btn {
position: absolute;
bottom: 80px;
left: 0;
right: 0;
text-align: center;
transition: all .9s ease-in-out;
opacity: 0;
}
.wholesale-uniform-part .image-main-part .tab-img-box .image-btn a {
text-decoration: none;
background-color: var(--parimary);
padding: 8px 25px;
color: #fff;
font-size: 15px;
}
.wholesale-uniform-part .main-part-btn #myTab .btn-shirt {
border-radius: 5px;
font-size: 18px;
padding: 10px 25px;
background-color: var(--parimary);
}
.wholesale-uniform-part .main-part-btn #myTab .btn-shirt a {
text-decoration: none;
color: var(--white);
}
.wholesale-uniform-part .main-part-btn #myTab .btn-shirt:hover {
background-color: var(--black);
}
.wholesale-uniform-part .nav nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.wholesale-uniform-part .nav-item {
margin-right: 5px;
}
.nav.nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.wholesale-uniform-part .tab-content.clearfix {
margin-top: 30px;
}
.wholesale-uniform-part .heading-part .btn-part.nav.nav-pills .active a {
color: #fff;
background-color: #0f3153;
}
.wholesale-uniform-part .image-main-part .btn-part {
padding: 12px 0px;
}
.wholesale-uniform-part .image-main-part .btn-part a {
font-size: 18px;
text-decoration: none;
font-weight: 400;
color: #0f3153;
}
.wholesale-uniform-part .heading-part {
position: absolute;
z-index: 99;
}
.wholesale-uniform-part .heading-part h2 {
font-size: 40px;
font-weight: 400;
color: var(--parimary);
}
.wholesale-uniform-part {
overflow: hidden;
}
.wholesale-uniform-part .main-part-btn {
position: relative;
}
.wholesale-uniform-part .main-part-btn #myTab {
position: absolute;
left: 0;
right: 0;
display: flex;
justify-content: end;
top: 0px;
border: none;
}
#home-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#home-tab:hover {
color: #fff;
}
#profile-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#profile-tab:hover {
color: #fff;
}
#contact-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#contact-tab:hover {
color: #fff;
}
.wholesale-uniform-part .tab-img-box img {
width: 500px;
height: 300px;
object-fit: cover;
}
.wholesale-uniform-part #profile-tab {
border: none;
}
.wholesale-uniform-part .nav-item {
color: var(--parimary);
}
.wholesale-uniform-part .nav-item:hover {
border: none;
color: var(--black);
}
.wholesale-uniform-part .box {
display: inline-block;
width: 500px;
height: 300px;
object-fit: cover;
}
/* ploneering-part ---*/
.ploneering-part .main-part {
position: relative;
}
.ploneering-part .main-part::after {
position: absolute;
content: '';
background-color: #00000059;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.ploneering-part .main-part .text-part {
position: absolute;
content: '';
right: 86px;
bottom: 82px;
z-index: 1;
text-align: right;
}
.ploneering-part .main-part img {
height: 380px;
width: 100%;
object-fit: cover;
object-position: left;
}
.ploneering-part .main-part .text-part h3 {
color: #fff;
font-size: 40px;
font-weight: 400;
}
.ploneering-part .main-part .text-part h2 {
color: #fff;
font-size: 40px;
font-weight: 700;
margin-bottom: 35px;
}
.ploneering-part .main-part .text-part p {
font-size: 16px;
color: #fff;
}
.ploneering-part .main-part .text-part a {
text-decoration: none;
background-color: var(--parimary);
padding: 15px 30px;
border-radius: 0px;
font-size: 17px;
color: #fff;
border-radius: 5px;
}
.ploneering-part .main-part .text-part a:hover {
background-color: var(--black);
color: var(--white);
}
/*ploneering-part enddd---*/
/*----catalog-par----*/
.catalog-part .custom-heading {
font-size: 34px;
padding-bottom: 0;
text-align: center;
}
.catalog-part .custom-heading h2 {
font-size: 40px;
line-height: 1.2;
font-weight: 400;
position: relative;
text-transform: capitalize;
color: var(--parimary);
}
.catalog-part .left-part ul li {
background-color: #ddd;
border-radius: 15px;
list-style: none;
padding: 0;
margin: 0;
}
.catalog-part .left-part ul {
padding: 0;
}
.catalog-part .left-part ul li .box {
padding: 10px 15px;
margin: 10px auto;
}
.catalog-part .left-part ul li .box img {
height: 55px;
background-color: #fff;
padding: 8px;
}
.catalog-part .left-part ul li .text-part h4 {
font-size: 19px;
padding-top: 19px;
font-weight: 600;
color: #000;
}
.catalog-part .left-part ul li .text-part p {
font-size: 15px;
color: #393939;
font-weight: 500;
padding-top: 10px;
}
.catalog-part .mid-images-part {
display: flex;
flex-wrap: wrap;
position: relative;
width: 300px;
height: 300px;
margin: 0 auto;
outline: solid 1px #0f31534a;
outline-offset: 33px;
border-radius: 50%;
}
.catalog-part .mid-images-part .img-box:nth-child(1) {
width: 460px;
height: 310px;
object-fit: cover;
overflow: hidden;
border-radius: 10px;
position: absolute;
left: 30px;
top: 36px;
z-index: 1;
}
.catalog-part .mid-images-part .img-box:nth-child(1) img {
width: 100%;
}
.catalog-part .mid-images-part .img-box:nth-child(2) {
width: 370px;
height: 394px;
object-fit: cover;
overflow: hidden;
border-radius: 10px;
position: absolute;
right: 0;
top: 130px;
}
.catalog-part .mid-images-part .img-box:nth-child(2) img {
width: 100%;
}
.catalog-part .mid-images-part .img-box:nth-child(3) {
width: 340px;
height: 170px;
object-fit: cover;
overflow: hidden;
border-radius: 10px;
position: absolute;
left: 26px;
top: 354px;
z-index: 9;
}
.catalog-part .mid-images-part .img-box:nth-child(3) img {
width: 100%;
}
/*------Wholesale-womann-part-----*/
#exTab1 .tab-content {
color: white;
background-color: #428bca;
padding: 5px 15px;
}
.wholesale-kids-part .tab-content.clearfix {
background: transparent !important;
}
.wholesale-kids-part .image-main-part {
display: flex;
justify-content: space-between;
gap: 20px;
overflow: hidden;
}
.wholesale-kids-part .image-main-part .tab-img-box img {
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 2px 3px 0px #a6a6a6;
}
.wholesale-kids-part .image-main-part .tab-img-box img {
width: 500px;
height: 300px;
object-fit: cover;
}
.wholesale-kids-part .nav nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.nav.nav-pills {
justify-content: end !important;
position: absolute !important;
top: 17px !important;
left: 0 !important;
right: 0 !important;
}
.wholesale-kids-part .tab-content.clearfix {
margin-top: 30px;
}
.wholesale-kids-part .heading-part .btn-part.nav.nav-pills .active a {
color: #fff;
background-color: #0f3153;
}
.wholesale-kids-part .image-main-part .btn-part {
padding: 12px 0px;
}
.wholesale-kids-part .image-main-part .btn-part a {
font-size: 18px;
text-decoration: none;
font-weight: 400;
color: #0f3153;
}
.wholesale-kids-part .heading-part {
position: absolute;
z-index: 99;
}
.wholesale-kids-part .heading-part h2 {
font-size: 40px;
font-weight: 400;
color: #0f3153;
}
.wholesale-kids-part {
overflow: hidden;
}
.wholesale-kids-part .main-part-btn {
position: relative;
}
.wholesale-kids-part .main-part-btn #myTab {
position: absolute;
left: 0;
right: 0;
display: flex;
justify-content: end;
top: 0px;
border: none;
}
.wholesale-kids-part .main-part-btn .nav-tabs .nav-link.active {
color: #fff !important;
background-color: #0f1e6a;
border: 0;
border-radius: 0px;
overflow: hidden;
}
#home-tab {
border: none;
background-color: transparent;
color: #0f1e6a;
}
#home-tab:hover {
color: #fff;
}
#profile-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#profile-tab:hover {
color: #fff;
}
#contact-tab {
border: none;
background-color: transparent;
color: #0f3153;
}
#contact-tab:hover {
color: #fff;
}
.wholesale-kids-part .tab-img-box img {
width: 500px;
height: 300px;
object-fit: cover;
}
.wholesale-kids-part #profile-tab {
border: none;
}
.wholesale-kids-part .nav-item {
margin-right: 5px;
}
.wholesale-kids-part .nav-tabs .nav-link:hover {
background-color: #0f1e6a;
border: none;
color: #fff;
border-radius: 0px;
}
.wholesale-kids-part .nav-item:hover .nav-tabs .nav-link {
color: #fff;
}
.wholesale-kids-part .nav-item #tab-1:hover {
color: #fff;
border: none;
}
.wholesale-kids-part .section {
margin-top: 5rem;
display: block;
white-space: nowrap;
}
.wholesale-kids-part .box {
display: inline-block;
width: 500px;
height: 300px;
object-fit: cover;
}
/*-----marquee-----*/
.marquee {
overflow: hidden;
margin: 15px 0;
background-color: #f3f3f3;
padding: 15px 0;
}
.marquee-content {
display: flex;
animation: scrolling 50s linear infinite;
}
.marquee-item {
flex: 0 0 20vw;
margin: 0 1vw;
}
.marquee-item h4 i {
padding-left: 10px;
}
.marquee-item h4 a {
text-decoration: none;
color: var(--parimary);
font-size: 16px;
}
.marquee-item img {
display: block;
width: 100%;
/*   padding: 0 20px; */
}
@keyframes scrolling {
0% {
transform: translateX(0);
}
100% {
transform: translatex(-144vw);
}
}
.off-part .main-part {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.off-part .main-part .box {
overflow: hidden;
padding: 20px;
height: auto;
flex: 0 1 auto;
width: 25%;
}
.off-part .main-part .box h4 {
position: relative;
}
.off-part .main-part .box h4::after {
position: absolute;
content: '';
right: -15px;
top: 15px;
background-color: #000;
height: 1.5px;
width: 36%;
}
/*client----part------*/
.client-part .owl-prev span {
position: absolute !important;
left: -1.5% !important;
font-size: 25px;
color: #000;
background-color: #fff;
width: 30px;
height: 30px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: self-end;
top: 30px;
}
.client-part .owl-next span {
display: none;
}
.client-part .owl-dots {
display: none;
}
.client-part .text-part {
border-right: 1px solid #000;
height: 83px;
text-align: center;
align-items: center;
display: flex;
margin: 0 auto;
}
.section__clients {
text-align: right;
/*  border-right: 4px solid #D7D7D7;*/
padding-right: 24px;
font-size: 38px;
text-transform: uppercase;
position: relative;
}
.section__clients .custom-heading {
text-align: right;
justify-content: center;
display: flex;
}
.section__clients h3 {
font-size: 25px;
position: absolute;
top: 38px;
bottom: 0;
}
.section__clients .item img {
height: 100px;
object-fit: fill;
}
.section__clients .owl-nav {
display: block;
justify-content: space-between;
}
.section__clients .owl-nav .owl-prev {
position: absolute;
top: 33%;
bottom: 0;
left: -15px;
background-color: #e4e4e4 !important;
color: #2b2b2b !important;
width: 41px;
height: 41px;
border-radius: 50px;
font-size: 16px !important;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.section__clients .owl-nav .owl-next {
position: absolute;
top: 30%;
bottom: 0;
right: -19px;
background-color: #e4e4e4 !important;
color: #2b2b2b !important;
width: 41px;
height: 41px;
border-radius: 50px;
font-size: 16px !important;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
/*---our_curtification---*/
.our_curtification {
text-align: left !important;
position: relative;
padding: 30px 10px
}
.our_curtification .custom-heading {
position: relative;
}
.our_curtification .owl-nav .owl-prev {
position: absolute;
top: 30%;
bottom: 0;
left: -22px;
background-color: #e4e4e4 !important;
color: #2b2b2b !important;
width: 41px;
height: 41px;
border-radius: 50px;
font-size: 16px !important;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.our_curtification .owl-nav .owl-next {
position: absolute;
top: 30%;
bottom: 0;
right: -18px;
background-color: #e4e4e4 !important;
color: #2b2b2b !important;
width: 41px;
height: 41px;
border-radius: 50px;
font-size: 16px !important;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.our_curtification h3 {
font-size: 24px;
position: absolute;
top: -6px;
bottom: 0;
text-align: left
}
.section__clients .owl-dots {
display: none;
}
/* footer */
.footer {
background: #3C3C3C;
margin-top: 80px;
}
.footer-col .custom-heading {
margin-bottom: 0px;
}
.footer input.form-control:focus {
background-color: rgb(255 255 255 / 0%) !important;
}
.footer-col .custom-heading h5 {
font-size: 18px;
line-height: 24px;
padding-bottom: 10px;
color: #fff !important;
text-transform: uppercase;
}
.footer-col .contact-list li a span {
position: relative;
color: #fff;
padding: 0;
display: unset;
}
.footer-col .custom-heading> ::before {
width: 50px;
height: 2px;
}
.footer-col .contact-list {
margin-bottom: 10px;
padding: 0;
}
.footer-col .contact-list li, .footer-col .contact-list li a {
display: flex;
gap: 16px;
color: #fff;
font-size: 16px;
line-height: 28px;
padding: unset;
align-items: unset;
text-decoration: none;
margin-bottom: 0px !important;
padding-bottom: 0;
}
.footer-col ul:not(.socials) li:not(:last-child) {
margin-bottom: 10px;
}
.footer p {
color: var(--white);
margin: 5px;
}
.footer-list li a {
font-size: 16px;
color: var(--white);
line-height: 24px;
text-decoration: none;
}
.footer-list li:hover a {
color: #A6A6A6;
;
}
.footer-list li:hover {
padding-left: 7px;
transition: all 0.5s ease-in-out;
}
.footer-list li {
position: relative;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.footer-list li::before {
position: absolute;
content: '';
width: 5px;
height: 5px;
background-color: var(--clr-white);
border-radius: 50%;
bottom: 7px;
left: -10px;
transition: all 0.5s ease-in-out;
}
.footer-list li:hover::before {
left: 0px;
transition: all 0.5s ease-in-out;
}
.socials {
display: flex;
gap: 12px;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
}
.socials a {
display: inline-flex;
width: 40px;
height: 40px;
background-color: var(--parimary);
border-radius: 50%;
justify-content: center;
align-items: center;
color: var(--white);
font-size: 17px;
text-decoration: none;
}
.socials a:hover {
background-color: var(--white);
color: var(--clr-white);
}
.footer-col .button-wrap {
margin-bottom: 20px;
}
.footer-bottom .copyright {
border-top: 1px solid #E6E6E62B;
color: var(--clr-white-200);
text-transform: capitalize;
text-align: center;
padding: 14px 0;
}
.footer-bottom {
padding: 0;
background: transparent;
}
.footer-contact-form .form-control::placeholder {
color: var(--white);
opacity: 1;
}
.footer .custom-button {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--white);
color: #000;
border: 2px solid transparent;
font-size: 16px;
font-weight: 400;
padding: 0px 38px;
height: 52px;
border-radius: 50px;
position: relative;
text-transform: capitalize;
transition: all 0.5s ease-in-out;
text-decoration: none;
font-weight: 600;
}
.footer .custom-button:hover {
background-color: #5a5a5a;
color: var(--white);
transition: all 0.5s ease-in-out;
}
.form-group .form-control {
border-radius: 0;
background-color: transparent;
border: none;
border-bottom-width: medium;
border-bottom-style: none;
border-bottom-color: currentcolor;
border-bottom: 1px solid #828282;
padding-left: 0;
/* text-transform: capitalize; */
color: var(--white);
}
textarea.form-control {
height: 100px;
resize: none;
}
.footer .form-control {
display: block;
width: 100%;
padding: 18px 14px;
padding-left: 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #fff !important;
background-color: transparent;
background-clip: padding-box;
border: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-bottom: 1px solid #fff;
}
.footer .form-control:focus {
color: var(--bs-body-color);
background-color: transparent;
border-color: #fff;
outline: 0;
box-shadow: none;
}
.footer .form-group.form-button {
margin-top: 40px;
}
.footer-list {
margin: 0;
padding: 0;
}
.footer {
padding-top: 50px;
}
/*20--01--2024*/
/*--- start section__usp section --*/
.section__usp {
position: relative;
z-index: 9;
}
.section__usp .custom-heading h3 {
font-size: 40px;
line-height: 1.2;
font-weight: 400;
position: relative;
text-transform: capitalize;
color: var(--parimary);
}
.usp .custom-heading>* {
line-height: 65px;
}
.usp-table {
width: 100%;
}
.usp-table thead tr th:not(:first-child) {
width: 300px;
}
thead th:not(:first-child) {
border: 1px solid #e5e2e2;
padding: 0px;
font-size: 20px;
text-align: center;
}
tbody tr:not(:last-child) {
border-bottom: 1px solid #6C6C6C;
}
td,
th {
padding: 20px 0;
font-size: 22px;
letter-spacing: 0.5px;
}
td {
text-align: center;
}
td span {
display: inline-flex;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
backdrop-filter: blur(29px);
font-size: 22px;
}
td .fa-xmark {
color: #f00;
}
td .fa-check {
color: #01d90f;
}
/*--- end section__usp section --*/
/*----start24x7 section---*/
.cta-247__left .custom-heading {
margin-bottom: 24px;
}
.private-top {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 8px;
border-bottom: 1px solid #464646;
}
.private-top h4 {
font-size: 70px;
font-weight: 900;
color: var(--clr-primary);
}
.private-list {
padding-top: 16px;
}
.private-list li:not(:last-child) {
margin-bottom: 16px;
}
.private-list li {
display: flex;
align-items: center;
gap: 12px;
}
.private-list li .icon {
color: var(--clr-primary);
font-size: 20px;
display: inline-flex;
padding: 10px;
align-items: center;
justify-content: center;
background-color: rgba(66, 190, 221, 0.24);
}
.private-list li h6 {
font-weight: 400;
line-height: 1.5;
}
/*----start24x7 section---*/
.section__cta-247 .custom-heading {
padding-bottom: 0px;
}
.section__cta-247 .custom-heading span {
border-radius: 20px;
border: 2px solid var(--black);
background: var;
padding: 7px 22px;
color: var(--black);
font-size: 20px;
line-height: 24px;
font-family: var(--ff-body);
margin-bottom: 24px;
display: inline-flex;
font-weight: 600;
}
.section__cta-247 .custom-heading h3 {
font-size: 40px;
line-height: 1.2;
font-weight: 700;
position: relative;
text-transform: capitalize;
padding-bottom: 24px;
color: var(--parimary);
}
.section__cta-247 .custom-button {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: var(--parimary);
color: var(--white);
border: 2px solid transparent;
font-size: 15px !important;
font-weight: 600 !important;
padding: 0px 40px;
height: 45px;
border-radius: 0px;
position: relative;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
text-decoration: none;
}
.section__cta-247 .cta-247__left p {
font-size: 16px;
color: var(--black);
font-weight: 500;
line-height: 25px;
}
.section__cta-247 .custom-button:hover {
color: var(--white);
background-color: var(--black);
border: 1px solid var(--white);
}
.cta-247__left .custom-heading {
margin-bottom: 0px;
}
.private-top {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 8px;
border-bottom: 1px solid var(--black);
}
.private-top h4 {
font-size: 70px;
font-weight: 900;
color: var(--clr-primary);
}
.private-list {
padding-top: 16px;
padding-left: 0px;
}
.private-list li:not(:last-child) {
margin-bottom: 16px;
}
.private-list li {
display: flex;
align-items: center;
gap: 12px;
}
.private-list li .icon {
color: var(--clr-primary);
font-size: 20px;
display: inline-flex;
padding: 10px;
align-items: center;
justify-content: center;
background-color: rgba(66, 190, 221, 0.24);
}
.private-list li h6 {
font-weight: 400;
line-height: 1.5;
}
/*----end 24x7 section---*/
/*---section__stages-manf----*/
.section__stages-manf .custom-heading {
margin-bottom: 0px;
}
.section__stages-manf .custom-heading h3 {
font-size: 40px;
font-weight: 400;
color: var(--parimary);
padding-bottom: 0;
margin: 0;
padding-left: 70px;
}
.stages__box {
overflow: hidden;
position: relative;
z-index: 3;
height: 400px;
}
.section__stages-manf .stages__box:nth-child(1) {
top: 20px;
}
.stages__box-video img {
width: 100%;
}
.stages__box::before {
position: absolute;
content: '';
background: rgba(57, 57, 58, 0.50);
width: 100%;
height: 450px;
left: 0;
top: 0;
z-index: 0;
}
.stages__box-video video {
height: 450px;
object-fit: cover;
object-position: center;
width: 100%;
}
.stages__box-content {
position: absolute;
top: 32px;
left: 32px;
z-index: 2;
color: var(--clr-white);
width: 80%;
}
.stages__box-content h5 {
font-size: 28px;
font-weight: 700;
margin-bottom: 16px;
line-height: 1.2;
color: #fff;
}
.stages__box-content p {
font-size: 17px;
color: var(--white);
font-weight: 400;
}
.feature-part .owl-prev span {
position: absolute !important;
left: -6.5% !important;
font-size: 25px;
width: 57px;
height: 57px;
border-radius: 50px;
display: flex;
justify-content: center;
align-items: self-end;
top: 110px;
background: url(../images/left-arrow.png) !important;
color: transparent;
background-size: contain !important;
}
/* ---section__key-features--- */
.section__key-features .kf__box {
display: inline-flex;
justify-content: center;
align-items: center;
background-color: var(--grey);
padding: 24px 0;
}
.kf__box-wrap {
flex-wrap: wrap;
gap: 14px;
justify-content: center;
}
.kf__box-wrap>* {
flex: 0 0 auto;
width: 20%;
}
.section__key-features .kf__box-wrap .row>* {
text-align: center
}
.kf__box .kf__box-image {
display: inline-flex;
justify-content: center;
align-items: center;
transition: all .5s ease-in-out
}
.kf__box:hover .kf__box-image {
transition: all .5s ease-in-out
}
.kf__box-image img {
width: 100%;
height: 50px !important;
object-fit: contain;
transition: all .5s ease-in-out
}
.kf__box:hover .kf__box-image img {
transition: all .5s ease-in-out
}
.kf__box-content {
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid #139CE657;
}
.kf__box-title h5 {
font-size: 16px;
letter-spacing: 1.5px;
text-transform: uppercase;
margin: 0px 0 8px
}
.kf__box-number h4 {
font-size: 18px !important;
}
.homedesc {
margin-top: 20px;
}
.homedesc h2 {
padding-bottom: 10px;
font-size: 30px;
color: var(--black);
font-weight: 600;
}

.homedesc p {
font-weight: 600;
font-size: 16px;
}
#quadmenu.quadmenu-default_theme {
background-color: var(--white) !important;
box-shadow: none !important;
}
.homedesc a {
color: var(--parimary);
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand>img {
height: 60px;
filter: contrast(0) !important;
}
.tw-content {
padding-bottom: 0 !important;
}
/* 16.02.24 */
.navbar-toggler {
display: flex;
flex-direction: column;
gap: 5px;
padding: 0;
border: none;
box-shadow: unset !important;
}
.navbar-toggler .icon-bar {
width: 30px;
height: 2px;
background-color: var(--clr-accent);
border-radius: 21px;
}
.header__nav .modal-backdrop.show {
z-index: 0;
}
.header__nav .custom__nav .navbar {
padding: 0;
}
.custom__nav .offcanvas-body {
margin-left: auto;
}
.custom__nav .navbar-brand {
padding: 0;
margin: 0;
}
.navbar-brand img {
width: 100%;
height: 25px;
object-fit: contain;
}
.custom__nav .navbar-nav .nav-link {
font-size: 14px;
font-family: var(--ff-primary);
padding-block: 0;
line-height: 85px;
color: var(--clr-black-100);
font-weight: 600;
}
.banner-sec {
position: relative;
display: block;
width: 100%;
padding: 50px 0;
height: 100%;
background: #c2c2c2;
}
.banner-sec .carousel-caption {
position: static;
padding: 0;
text-align: center;
}
.banner-pic {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
.banner-pic img {
width: 100%;
height: 100%;
}
.banner-cont {
position: relative;
padding: 50px 20px;
background: #fff;
text-align: center;
}
.banner-sec .carousel-caption a {
display: inline;
}
.banner-sec .carousel-caption h1 {
font-size: 40px;
}
.btn.my_btn:hover {
background: #000;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
border: solid 2px transparent;
outline: solid 2px transparent;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
border: solid 2px transparent;
outline: solid 2px transparent;
background: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus-visible {
outline: solid 2px transparent;
border: solid 2px transparent;
}
.counter {
display: block;
}
.navbar-brand img {
width: 100%;
height: 48px !important;
object-fit: contain;
margin-bottom: 10px;
}
.wholesale-woman-part .main-part-btn #myTab .nav-link {
border: 1px solid #fff !important;
transition: all .8s ease-in-out;
}
.wholesale-woman-part .main-part-btn #myTab .nav-link.active {
border: 1px solid var(--parimary) !important;
}
.wholesale-woman-part .main-part-btn #myTab .nav-link:hover {
border: 1px solid var(--parimary) !important;
}
.wholesale-man-part .nav-tabs .nav-link {
transition: all .8s ease-in-out !important;
}
.wholesale-man-part .nav-tabs .nav-link.active {
border: 1px solid var(--parimary) !important;
}
.wholesale-man-part .nav-tabs .nav-link.hover {
border: 1px solid var(--parimary) !important;
}
.section__key-features {
padding: 50px 0 !important;
}
.section__clients {
margin-top: 60px;
}
.section__clients.our_curtification {
margin-top: 0;
}
.wholesale-man-part .main-part-btn #myTab .btn-shirt {
border-radius: 5px;
}
.wholesale-uniform-part .main-part-btn #myTab .btn-shirt a {
border-radius: 5px;
}
.footer .form-control input {
color: #fff !important;
}
.footer .form-control textarea {
color: #fff !important;
}
.footer .form-control select {
color: #fff !important;
}
.custom-button {
border-radius: 5px !important;
}
.catagort-part {
position: relative;
}
.catagort-part .heading {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.feature-part .owl-dots {
display: none !important;
}
.header__top ul {
padding-left: 0 !important;
}
.dgwt-wcas-search-wrapp {
margin-left: 0 !important;
}
/* .service-part .box h2 .counter {
display: inline-block;
padding-right: 8px;
} */
.owl-dots {
display: none !important;
}
.mid-images-part .img-box {
position: static !important;
width: 300px !important;
height: 300px !important;
border-radius: 100% !important;
margin: 0 auto;
background: #0f3153;
}
.mid-images-part .img-box img {
max-width: 100%;
width: auto;
margin-top: 30px;
}
.section__clients .item img {
height: 100px;
object-fit: contain;
border: 1px solid #000;
}
.new-shop-coll {
color: var(--parimary);
border: 1px solid #12385e !important;
text-decoration: none;
font-size: 18px;
padding: 10px 30px;
border-radius: 10px;
font-weight: 400;
}
.feature-part .box .image-btn a {
text-decoration: none;
background-color: var(--parimary);
padding: 8px 25px;
color: #fff;
font-size: 15px;
}
.feature-part .box .image-btn {
position: absolute;
bottom: 80px;
left: 0;
right: 0;
text-align: center;
transition: all .9s ease-in-out;
opacity: 0;
}
.feature-part .box:hover .image-btn {
opacity: 1;
}
.search-hold .modal-content {
background: #fff;
padding: 0 5px;
}
form.aws-search-form label.aws-search-label {
display: none;
}
/*form.aws-search-form .aws-search-clear {
display: none;
}*/
.aws-container .aws-show-clear .aws-search-field {
border: 1px solid #d8d8d8;
color: #000;
font-size: 16px;
font-weight: 600;
}
.search-hold .modal-body .aws-search-field::placeholder {
color: #000;
}
.search-hold .modal-body .aws-search-field:focus {
background: transparent;
}
.aws-search-result .aws_no_result {
color: #000;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
color: #000;
}
.aws-search-result ul li {
font-size: 15px;
font-weight: 500;
}
/* 15-05-2023 */
.side-btn-new {
position: fixed;
right: -110px;
top: 40%;
z-index: 9;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
z-index: 999
}
.side-btn-new .stick_con {
color: #fff;
margin: 3px;
padding: 9px;
border-radius: 11px 10px 0 0;
width: 223px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
background: linear-gradient(137.62deg, #3d008c 6.67%, #a7108d 47.77%, #d60e00 90.27%);
text-decoration: none;
font-weight: 700;
letter-spacing: 2px
}
header .cata-part ul li a {
padding: 0;
}
header .cata-part ul {
margin-top: 0;
display: flex;
gap: 15px;
}
header .cata-part ul li a.cata-d {
margin-right: 0;
}
.headerfixed {
display: flex;
}
header .cata-part.text-right ul {
justify-content: end;
}
.top-bar .row {
display: flex;
align-items: center;
}
header.sticky {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
left: 0;
}
header {
padding: 0;
}
header .top-bar {
padding: 10px 0;
}
.bottom-bar {
background-color: #333;
padding: 8px 0;
transition: padding 0.3s ease-in-out;
}
header.sticky .bottom-bar {
padding: 0px 0;
transition: padding 0.3s ease-in-out;
}
.mob-view ul {
display: flex;
justify-content: center;
gap: 20px;
align-items: center;
}
.search-hold .modal-content {
background: #fff;
padding: 0 5px;
}
form.aws-search-form label.aws-search-label {
display: none;
}
.aws-container .aws-show-clear .aws-search-field {
border: 1px solid #d8d8d8;
color: #000;
font-size: 16px;
font-weight: 600;
}
.search-hold .modal-body .aws-search-field::placeholder {
color: #000;
}
.search-hold .modal-body .aws-search-field:focus {
background: transparent;
}
.aws-search-result .aws_no_result {
color: #000;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
color: #000;
}
.aws-search-result ul li {
font-size: 15px;
font-weight: 500;
}
/* 15-05-2023 */
.side-btn-new {
position: fixed;
right: -110px;
top: 40%;
z-index: 9;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
z-index: 999
}
.side-btn-new .stick_con {
color: #fff;
margin: 3px;
padding: 9px;
border-radius: 11px 10px 0 0;
width: 223px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
background: linear-gradient(137.62deg, #3d008c 6.67%, #a7108d 47.77%, #d60e00 90.27%);
text-decoration: none;
font-weight: 700;
letter-spacing: 2px
}
header .cata-part ul li a {
padding: 0;
}
header .cata-part ul {
margin-top: 0;
display: flex;
gap: 15px;
}
header .cata-part ul li a.cata-d {
margin-right: 0;
}
.headerfixed {
display: flex;
}
header .cata-part.text-right ul {
justify-content: end;
}
.top-bar .row {
display: flex;
align-items: center;
}
header.sticky {
position: fixed;
top: 0;
z-index: 999;
width: 100%;
left: 0;
}
header {
padding: 0;
}
header .top-bar {
padding: 10px 0;
}
.bottom-bar {
background-color: #333;
padding: 8px 0;
transition: padding 0.3s ease-in-out;
}
header.sticky .bottom-bar {
padding: 0px 0;
transition: padding 0.3s ease-in-out;
}
.mob-view ul {
display: flex;
justify-content: center;
gap: 20px;
align-items: center;
}
.mid-images-part .img-box {
outline: solid 1px #0f31534a;
outline-offset: 11px;
position: relative;
}
@media (max-width: 680px) {
.formbox {
width: auto;
padding: 0px;
}
}
.kf__box-content {
width: 100%;
}
.kf__box .kf__box-image {
min-width: 30%;
}
/* .internal_page ul {
padding: 0 !important;
} */
.internal_page ul li a {
color: #000;
text-decoration: none !important;
font-weight: 500 !important;
margin-bottom: 9px;
display: block;
line-height: 24px;
font-size: 16px;
position: relative;
}
.internal_page ul li a::before {
content: "";
height: 8px;
border-radius: 10px;
background: #8d8d8d70;
width: 8px;
position: absolute;
right: 0;
left: -20px;
top: 10px;
}
.author_bio h2, .author_bio h3 {
font-size: 21px;
color: #000 !important;
}
.post p {
color: #000 !important;
}
.post h1 {
color: #000 !important;
}
.addcontact form h2 {
font-size: 21px;
color: #000;
}
.addcontact .wpcf7 {
padding: 20px;
border: solid 1px #1c2d7569;
border-radius: 5px;
margin-bottom: 50px;
}
.addcontact input.wpcf7-submit {
background-color: var(--parimary);
color: #fff;
border-radius: 5px;
margin-top: 30px;
border: solid 1px transparent;
}
.author_bio h2 {
margin-top: 30px;
}
.blog_lst .post {
border: solid 1px rgb(78 78 78 / 21%);
padding: 20px;
border-radius: 5px;
background: #0000000a;
margin-top: 30px;
}
.blog_lst .post h2 {
font-size: 17px !important;
font-family: "Raleway", sans-serif;
}
.maincontent_area ul.pagination {
margin-top: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
color: #000;
}
.wholesale-woman-part .main-part-btn {
position: relative;
margin-bottom: 70px !important;
}
.wholesale-man-part .main-part-btn {
margin-bottom: 70px !important;
}
.wholesale-uniform-part .main-part-btn {
margin-bottom: 70px !important;
}
/* location page */
.location_inner_content .country-overlay {
position: relative;
margin-bottom: 30px
}
.location_inner_content .country-overlay h2 {
position: absolute;
top: 0;
color: #fff !important;
background: rgba(0, 0, 0, .5);
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
border: 10px solid rgba(255, 255, 255, .3);
margin: 0;
text-transform: uppercase;
text-align: center;
font-size: 22px
}
.location_inner_content .country-overlay img {
max-width: 100%
}
.location-page-banner img {
width: 100%
}
.location_inner_content .country-overlay img {
transform: scale(1);
transition: all ease .3s;
overflow: hidden;
width: 100%;
}
.location_inner_content .country-overlay:hover img {
transform: scale(1.1);
}
.location_inner_content .country-overlay {
overflow: hidden;
}
.location_inner_content .effect-romeo {
overflow: hidden;
}
.loc-man-box .title h4 {
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #404040;
margin: 25px 0 4px
}
.loc-man-box {
flex: 0 0 auto;
width: 24%;
box-shadow: 1px 1px 15px rgba(125, 125, 125, .21);
text-align: center;
padding: 20px 12px
}
.loc-man-box-wrap {
gap: 14px;
margin-bottom: 32px
}
.loc-man-box:hover img {
transform: rotateY(3.14rad);
transition: all .5s ease-in-out
}
.loc-man-box img {
transform: rotateY(0);
transition: all .5s ease-in-out;
width: 100%;
height: 280px;
object-fit: cover
}
.loc-man-box .title h4 {
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #404040;
margin: 25px 0 4px;
}
.loc-man-box .title h4 {
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #404040;
margin: 25px 0 4px;
}
.cus-btn {
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #484848;
margin: 16px auto 0;
display: inline-flex;
align-items: center;
gap: 8px;
width: 100%;
text-align: center;
justify-content: center;
border: 1px solid #333;
padding: 7px 0;
}
.cus-btn2 {
display: inline-flex;
background-color: #050522;
align-items: center;
justify-content: center;
color: #fff;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
padding: 11px 0;
gap: 9px;
width: 100%;
margin-top: 10px;
transition: all .5s ease-in-out;
}
.wholesale-collection-ns figure.effect-romeo figcaption::after, .wholesale-collection-ns figure.effect-romeo figcaption::before {
position: absolute;
top: 55%;
left: 50%;
width: 80%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, transform .35s;
transition: opacity .35s, transform .35s, -webkit-transform .35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.wholesale-collection-ns figure.effect-romeo figcaption::after, .wholesale-collection-ns figure.effect-romeo figcaption::before {
position: absolute;
top: 55%;
left: 50%;
width: 80%;
height: 2px;
background: #fff;
content: '';
-webkit-transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, transform .35s;
transition: opacity .35s, transform .35s, -webkit-transform .35s;
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.wholesale-collection-ns figure.effect-romeo:hover figcaption::before {
z-index: 1;
opacity: .5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.wholesale-collection-ns figure.effect-romeo:hover figcaption::after {
opacity: .5;
-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.extpg ul li {
overflow: hidden !important;
}
.banner-part1 img {
width: 100%;
}
.pro-page .pro-sec {
margin-top: 30px;
display: block;
}
section.pro-page .pro-sec a {
width: 100%;
}
.pro-page .pro-sec img {
width: 100%;
height: 298px;
object-fit: cover !important;
}
.sidebar a {
color: #000;
text-decoration: none !important;
font-weight: 500 !important;
margin-bottom: 9px;
display: block;
line-height: 24px;
font-size: 16px;
position: relative;
}
.featured a img {
width: 100%;
margin-bottom: 20px;
}
.list_pagination_con {
margin-top: 50px !important;
}
.color {
background-color: var(--parimary);
color: #fff;
border-radius: 5px;
margin-top: 30px;
border: solid 1px transparent;
margin-bottom: 20px;
padding: 5px;
margin-bottom: 55px;
display: block;
margin: 0 auto;
margin-bottom: 50px;
}
.footer-contact-form form select option {
background: #565555;
}
.tag-cat li a {
font-size: 16px !important;
}
.list_pagination_con {
margin-top: 30px;
}
.custom__nav {
position: relative;
}
/*  */
.pro-page .custom__nav .offcanvas-body {
margin-left: 0;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu {
flex-direction: column;
width: 100%;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li {
width: 100%;
display: block;
position: relative;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li i {
right: 10px;
cursor: pointer;
position: absolute;
top: 16px;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li.active i {
transform: rotate(45deg) translate(0px, 0px);
top: 3px;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li .sub-menu {
padding-left: 0;
position: relative;
transition: scale 0.5s ease-in-out;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li .sub-menu li {
background: none !important;
border: none !important;
display: block;
width: 100%;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li .sub-menu li a {
padding: 5px !important;
line-height: normal;
color: #000 !important;
}
.pro-page .custom__nav .offcanvas-body #menu-cat-menu li .sub-menu {
padding-left: 5px;
color: #318eff;
}
@media (max-width:991px) {
.location_city {
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
padding: 0;
}
.extpg ul li {
width: 46% !important;
}
.loc-man-box {
width: 46% !important;
}
.cus-btn2 {
font-size: 9px !important;
}
}
.location_city {
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.extpg ul li {
height: 23%;
}
/* MODAL HEADER */
.header-modal {
z-index: 999999 !important;
}
.header-modal .modal-bg {
height: 100%;
width: 100%;
}
.header-modal .modal-bg img {
height: 100%;
width: 100%;
object-fit: cover;
}
.header-modal .modal-content button {
padding: 0 !important;
opacity: 1;
width: 25px;
height: 25px;
position: absolute;
right: -5px;
border: none;
top: -5px;
background-image: url('https://www.oasisshirts.com/wp-content/uploads/2024/03/close-btn.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 9;
}
.header-modal .form-title h6 {
font-size: 13px;
text-transform: uppercase;
font-family: var(--ff-body);
font-weight: 600;
margin-bottom: 4px;
color: #393939;
}
.header-modal .form-title h4 {
font-size: 24px;
font-weight: 600;
font-family: var(--ff-primary);
color: #1c1c1c;
margin-bottom: 6px;
}
.header-modal .form-title p {
font-size: 16px;
font-family: var(--ff-primary);
color: #333;
}
.popup-cataolg .form-btn, .form-group.form-button .form-btn {
display: inline-flex;
background-color: #0f3153;
color: #fff;
padding: 0.325em 1em;
font-size: 16px;
border-radius: 6px;
transition: all 0.5s ease-in-out;
}
.popup-cataolg .form-btn:hover {
background-color: #000;
color: #fff;
transition: all 0.5s ease-in-out;
}
.header-form-wrap {
padding: 0 16px !important;
display: flex;
flex-direction: column;
justify-content: center;
}
.addpopup .form-group .form-control {
padding: 8px 0;
font-size: 14px;
width: 100%;
}
.addpopup .form-group {
margin-bottom: 10px;
}
.addpopup {
margin-top: 15px;
}
.addpopup .form-group textarea.form-control {
height: 80px;
}
.header-modal .modal-content {
border-radius: 0 !important;
border: none !important;
height: 100%;
background-color: #fff;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.06);
}
/* MODAL HEADER */
.big-img-decp p a {
display: inline;
font-size: inherit;
color: #dc3545;
}
.Concept .form-control {
display: flex;
border-bottom: 2px solid #000;
}
.Concept .form-control label {
color: #000 !important;
position: absolute;
left: 234px;
}
.catalogBox {
position: relative;
width: 100%;
}
.catalogBox img {
width: 100%;
position: relative;
}
.catalogBox .df-book-title {
bottom: 0;
position: absolute;
width: 100%;
left: 0;
padding: 5px;
font-size: 17px;
background: rgb(19, 24, 30);
color: #fff;
box-sizing: border-box;
display: block;
-moz-transition: .4s;
-o-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
opacity: 0;
text-align: center;
}
.catalogBox:hover .df-book-title {
opacity: 1;
z-index: 5;
}
.thankyou-text {
padding: 30px;
position: relative;
}
.thankyou-text h3 {
font-size: 56px;
color: #4AB5B8 !important;
font-weight: 700;
margin-bottom: 10px;
line-height: 65px;
}
.thankyou-text p {
font-size: 22px;
}
.catalog-sec {
position: relative;
padding: 30px 0;
}
.catalog-sec h2 {
font-size: 40px;
color: #000 !important;
font-weight: 700;
margin-bottom: 10px;
}
.catalogBox img {
width: 100%;
position: relative;
height: 300px;
}
.catalog-sec .modal-dialog {
width: 100% !important;
height: 100% !important;
}
.catalog-sec .modal-dialog .btn-close {
position: absolute;
top: 20px;
right: 20px;
z-index: 99;
background-image: url(https://www.oasisuniform.net/wp-content/uploads/2024/03/cross1.png);
background-size: 100%;
opacity: 1;
}

/* 15-04-2024 */
.faq_cus .accordion-button:focus {
box-shadow: none;
}
.faq_cus .accordion-button:not(.collapsed) {
color: #0f3153;
background-color: transparent;
box-shadow: none !important;
}
.faq_cus .accordion-button {
font-weight: 600 !important;
}
.faq_cus .accordion-body p a {
color: #000;
font-weight: 600;
}
/* 29-04-2024 */
.sticky .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
padding: 5px 24px 9px 48px;}



/*offer page style start here*/
.thumbnail_banner .swiper_image_offer{
max-height: 450px;
width: 100%;
}
.thumbnail_banner .swiper_image_offer img{
width: 100%;
}
.top_offer_cards{
padding: 75px 0;
}
.main_heading{
margin-bottom: 25px;
}
.main_heading h2{
font-size: 36px;
line-height: 40px;
font-family: 'Raleway', sans-serif;
color: #000000;
}
.offer_card_block .card_img img{
height: auto;
min-height: 180px;
object-fit: cover;
width: 100%;
border-radius: 15px 15px 0 0;
}
.card_swiper .swiper-slide{
height: auto;
}
.card_swiper .swiper-slide .offer_card_block{
height: 100%;
box-shadow: 0 0 8px -4px #00000030;
margin-bottom: 10px;

}
.card_content{
padding: 20px 15px;
border-radius: 0 0 15px 15px;



}
.card_content a{
background-color: #0f3153;
color: #FFFFFF;
font-size: 16px;
padding: 8px 15px;
border-radius: 6px;
border-radius: 6px;
border: 1px solid transparent;
transition: all 0.5s;
}
.card_content a:hover{
border-color: #0f3153;
background: transparent;
color: #0f3153;
}
.card_content h3{
color: #000000;
font-size: 24px;
line-height: 28px;
}
.card_content p{
color: #000000;
font-size: 16px;
line-height: 24px;
}
.offer_filters  .tab-content{
margin-top: 35px;
}

.page_content_section{
padding-bottom: 100px;
}



.offer_filters{
padding-bottom: 75px;
}
.offer_filters .tabs .tabs-nav_tab{
display: flex;
gap: 15px;
padding: 0;
justify-content: center;
flex-wrap: wrap;
}
.offer_filters .tabs .tabs-nav_tab li a{
padding: 8px 20px;
border-bottom: 2px solid #0f3153;
border-radius: 0;
color: #0f3153;
font-weight: 500;
display: inline-block;
font-size: 18px;
background-color: #FFFFFF;
box-shadow: 0 0 8px -4px #00000030;
min-width: 100px;
text-align: center;
}
.offer_filters .tabs .tabs-nav_tab li.active a{
background-color: #0f3153;
color: #FFFFFF;
border-color: #FFFFFF;
}
.page_content_section .page_content_main{
text-align: center;
}
.button_slider_arrow{
width: 45px;
height: 45px;
background: #0f3153;
color: #FFFFFF;
border-radius: 100%;
font-size: 16px;
}
.offer_form_area{
padding: 15px;
}
.offer_form_area .form-group .form-control{
  padding: 12px 10px;
font-size: 16px;
width: 100%;
}
.offer_form_area .form-button{
margin-top: 15px;
text-align: center;
}
.offer_form_area .form-button .wpcf7-spinner{
position: absolute;
}
.offer_form_area .form-group{
margin-top: 10px;
}
.offer_form_area .wpcf7-response-output{
  border: none !important;
margin-top: 10px !important;
}
@media only screen and (max-width: 991px){
.offer_filters {
padding-bottom: 50px;
}
.top_offer_cards {
padding: 50px 0;
}
.page_content_section {
padding-bottom: 50px;
}
}
@media only screen and (max-width: 767px){
.main_heading h2{
font-size: 28px;
line-height: 32px;
}
.page-template-offerUs .banner-part img{
min-height: 200px;
}

}

.readmore {
font-weight: 700;
font-style: italic;
letter-spacing: .05em;
background: #dedede;
text-align: center;
display: block;
padding: 3px 9px;
font-size: 16px;
text-transform: capitalize;
margin: 4px;
}

.author_bio {
border: solid 1px rgb(78 78 78 / 21%);
padding: 20px;
border-radius: 5px;
background: #0000000a;
margin-top: 30px
}

#imgdrop {
display: block;
margin-left: auto;
margin-right: auto;
box-shadow: 10px 5px 5px #bbb2a9;
}

.single_blog {
font-family: 'Poppins', sans-serif !important;
}
.single_blog h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif !important;
color: #2c3e50!important;
}

.single_blog p {
font-family: 'Poppins', sans-serif !important;
margin-bottom: 15px;
font-size: 18px;
color: #333!important;
line-height: 28px !important;
}

.note {
background-color: #eef6f9;
border-left: 5px solid #3498db;
padding: 10px 20px;
margin: 20px 0;
font-style: italic;
font-family: 'Poppins', sans-serif !important;
}

.highlight {
background-color: #fff4e6;
padding: 10px 20px;
border-left: 5px solid #f39c12;
margin: 20px 0;
font-family: 'Poppins', sans-serif !important;
}
/*offer page style end here*/

.offer__box{
position: fixed;
left: 100px;
bottom: 10%;
z-index: 999;
}

#box * {
width: 80px;
height: 80px;
backface-visibility:visible;
position: absolute;
margin: 0 auto;
font-size: 16px;
font-family: var(--ff-primary);
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
border-radius: 5px;
text-transform: uppercase;
}

#box {

transform-style: preserve-3d;
display: flex;
align-items: center;
justify-content: center;
animation: skew 3s linear 0s infinite;

}
.face2 {
transform: translateZ(-80px);
}

.face3 {
transform: rotateX(90deg) translateZ(40px) translateY(-40px);
}

.face4 {
transform: rotateX(90deg) translateZ(-40px) translateY(-40px);
}

.face5 {
transform: rotateY(90deg) translateZ(-40px) translateX(40px);
}

.face6 {
transform: rotateY(90deg) translateZ(40px) translateX(40px);
}
.color1 {
background: linear-gradient(#1F4061, #2D4C6B, #0F3153);
opacity: 0.8;
}
.color2 {
background: linear-gradient(#2D4C6B, #0F3153, #1F4061);
opacity: 0.8;
}
.color3 {
background: linear-gradient(#0F3153, #1F4061, #2D4C6B);
opacity: 0.8;
}
@keyframes skew {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}



/* 20-09-25 Fixing */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
background: 0 0;
border-radius: 100%;
border: 0;
padding: 0;
margin: 0;
position: absolute;
min-height: 33px;
min-width: 33px;
height: 33px;
width: 33px;
left: 12px;
top: 0;
pointer-events: none;
transition: none;
display: flex;
align-items: center;
justify-content: center;
bottom: 0;
margin: auto 0;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
left: auto;
right: 17px;
pointer-events: auto;
animation: .3s fadeIn;
}


.menupart .dgwt-wcas-search-submit svg{
position: relative;
}

/* 20-09-25 Fixing */

/* 17-11-2025 */




/* 17-11-2025 */
.list_pagination_con .page-numbers li {
border: none !important;
margin: 0 5px 8px !important;
list-style: none;
display: inline-flex;
align-items: center;
justify-content: center;
}

.list_pagination_con ul.page-numbers {
border: none !important;
padding: 0;
margin: 0;
}

.list_pagination_con .woocommerce-pagination li .page-numbers {
padding: 5px 15px !important;
color: var(--clr-black) !important;
font-weight: 550 !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
font-size: 15px !important;
border: 1px solid #0f3153;
height: 38px;                 
line-height: 1;              
box-sizing: border-box;
}

.list_pagination_con .woocommerce-pagination .page-numbers.current {
background-color: #0f3153 !important;
border-color: #0f3153 !important;
color: #fff !important;
}

.list_pagination_con .woocommerce-pagination li.page-numbers:hover {
background-color: #0f3153 !important;
border-color: #0f3153 !important;
color: #fff !important;
transition: all .3s ease-in-out;
}
.menupart .wcps-wrapper{
	position:absolute;
}
@media(min-width:992px){
	#wcps-bar{
		        width: 230px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        border: none;
        border-bottom: 1px solid #b9b0b0;
        box-shadow: none !important;
	}
	#wcps-results{
		display:none;
	}
}
