/*
Theme Name:Bannerdevs
Author: Zakareir Kabir Shishir
Author Url: http://www.shishirstudio.com
Version:1.0 
*/

/***************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


body {
       font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        background-color: #f8f9fa;
        margin: 0;
        padding: 0;

}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,hr {
    display: block;
}
img,fieldset {
    border: 0;
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;

}
img:not([draggable]),embed,object {
    max-width: 100%;
    height: auto;
}
a {
   
    background: transparent;
    text-decoration: none;
    color: #232122;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    height: 1px;
    border-top: 1px solid #232122;
    margin: 1em 0;
    padding: 0;
}
input,select {
    vertical-align: middle;
}
h1 {
    font-size: 1.5em;
    font-weight: 700;

}
h2 {
    font-size: 1.125em;
    font-weight: 600;

}
h3 {
    font-size: 1em;
    font-weight: 400;

}
h4 {
    font-size: .85em;
    font-weight: 900;

}
h5 {
    font-size: .75em;
    font-weight: 900;

}
p {
    text-transform: capitalize;
    font-weight: 400;

}

/***************************/


/* --- Menu Section --- */

.social-nav {
    font-size: .867em;
    color: #111111;
    margin: 10px 0px;
}
.social-nav ul {
     margin: 0px;
     padding:0px;
    
}
.social-nav li {
    display: block;
    list-style: none;
}
.social-nav li i {
    display: inline-block;
    margin: 0px 5px;
}
.social-nav li a {
    color: #111;
}
.social-nav li a:hover {
    background: rgba(35, 33, 34, 0.5);
    color:#fff;
}



/* --- Menu Section --- */

.card{ text-align: center; margin:10px; }
.card h1{margin: 10px 0px; color:#E55D2C;}
.card i{ font-size:3em;}
.card img{ max-height:80px; margin:0px auto; text-align:center;}







@media all and (max-width: 768px) {
    .fixed-nav {
        position: relative !important;
        z-index: 1010;
        top: 0;
        width: 100% !important;
        background: rgb(255, 255, 255);
        box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
        display: block;
    }
}


.fixed-nav {
    position: fixed !important;
    z-index: 1010;
    top: 0;
    width: 100% !important;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    display: block;
}

/* Tab Menu **/

.slider{
    width: 100%;
    height: 100%;
    display: block;
}
.home_banner {
    width: 100%;
    max-height: 100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    vertical-align:middle;

  
}


/* ==============================
 4.  Buttons
   ============================== */

.btn {

    color: #FFFFFF;
    background: #E55D2C;
    text-align: center;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border: 1px solid #E55D2C;
    text-transform: uppercase;
    cursor: pointer;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius:50px;
    margin:20px 0px;
}
.btn a {
    color: #FFFFFF;
}
.btn:hover {
    background: #83C241;
    color: #111111;
}
.btn a:hover {
    color: #111111;
}
.btn-medium {
    font-size: 0.875em;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-medium-min-radius {
    font-size: 0.875em;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}
.btn-mini {
    font-size: 0.75em;
    padding: 2px 10px 2px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-big-min-radius {
    font-size: 0.875em;
    padding: 10px 25px;
    border-radius: 5px;
}
.btn-mini-min-radius {
    font-size: 0.75em;
    border-radius: 5px;
    padding: 2px 10px 2px 12px;
}
.btn-big-radius {
    font-size: 0.875em;
    padding: 10px 25px;
    border-radius: 50px;
}
.btn-medium-radius {
    font-size: 0.875em;
    border-radius: 50px;
    padding: 5px 15px 5px 15px;
}
.btn-mini-radius {
    font-size: 0.75em;
    border-radius: 50px;
    padding: 2px 10px 2px 12px;
}

/*--------------------------------------------------------------------*/
/* Menus */
/*--------------------------------------------------------------------*/
#menu {
	position:relative;
	z-index:1000;
	display: block;margin: 10px 0px;
}
#menu li {
	background:none;
	padding:0;
}
#menu li a {
	position:relative;
	color:#000000;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	margin:0;
	padding:.3rem .5rem;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#menu li a.selected {
	color:#FFF;
	background:#111;
}
#menu li.current_page_item a, #menu a:hover {
	color:#FFF;
	background:#83C241;
}
#menu li ul li a, #menu li ul li a.selected, #menu li ul li a:hover {
	border:none;
	box-shadow:0;
	color:#FFF;
	background:#E55D2C;
	
	
}


.mobieMenu{
    width: 100%;
    min-width: 232px;
    border-radius: 5px;
    background:url('images/select.png');
    background-position: center right;
    background-repeat: no-repeat;
    border: 2px solid #999;
    display:block;
    margin:0px auto 18px auto;
    text-align: center;
    height: 30px;
}
#menu .ddsmoothmenu {
	list-style:none;
	position:relative;
	z-index:10000;
	margin:25px 0 0;
	padding:0;
	text-align: center;
	margin-right:5px;
}
#menu .ddsmoothmenu li ul {
	list-style-type: none;
	margin-top:8px;

	background: #000;
	min-width: 232px;
}
#menu .ddsmoothmenu li ul li ul {
	background:#000 ;

	 min-width: 232px;
}
#menu .ddsmoothmenu li {
	position:relative;
	display:inline;
}
#menu .ddsmoothmenu li li {
	font-size:90%;
	text-transform:capitalize;
	margin:0;
}
#menu .ddsmoothmenu li .sub-menu li a {
	width:auto;
	height:auto;
	float:none;
	display:block;
	text-align:left;
	color:#FFF;
    background: #111;
	text-shadow:none;
	text-decoration:none;
	position:relative;
	margin:0;	
	padding:10px 18px 10px 25px;
	text-transform:capitalize;
	overflow:hidden;
}
#menu .ddsmoothmenu li ul li:first-child a {
	width:auto;
	
	z-index:10000;
	
	text-transform:uppercase;
}
#menu .ddsmoothmenu li li a:after {
	width:100%;
	content:'';
	position:absolute;
	left:0;
	top:0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
	border-top:none;
}
#menu .ddsmoothmenu li li:last-child a:after {
	width:100%;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
}
* html #menu .ddsmoothmenu li li a {
	display:inline-block;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
	color:#FFF;
	text-transform:uppercase;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li:hover {
	color:#FFF;
    background:#111;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	color:#FFF;
	text-transform:uppercase;
    color:#111;
    background:#FFF;
	
	}
#menu .ddsmoothmenu li ul {
	position:absolute;
	left:0;
	display:none;
	visibility:hidden;
}
#menu .ddsmoothmenu li ul li {
	display:list-item;
	float:none;
	border-bottom:1px dotted #fefefe;
}
#menu .ddsmoothmenu li ul li ul {
	padding-top:0;
	top:0;
}
* html .ddsmoothmenu {
	height:1%;
}
.downarrowclass {
	position:absolute;
	width:8px;
	height:5px;
	overflow:hidden;
	top:14px;
	right:-10px;
}









footer{
width:100% ;
padding:20px 0px;
margin:10px;
color:#FFF;
background:#111;
display:block;
}

.footer-title{
font-size:1.125em;
margin:10px 0px 15px 0px;
}

.footer-sub-title{
font-size:1em;

}


.footer-content{
font-size:.857em;
margin:10px 0px 15px 0px;
}

.footer-date {
width:20%; 
border-right:6px solid #fff; 
float:left; 
margin:0px 8px 50px 0px;
padding:0px 3px 0px 0px;
font-size: 1.500em;
font-weight:800;
}

.footer-date span {
font-size: .85em;
font-weight:400;
    display: block;
}

.footer img{
border:1px solid #000;
margin:0px 5px 5px 0px;
float:left;
}


.footer ul {
padding-left: 12px;

}

.footer li {
margin:10px 0px;
font-size: .8em;


}

.footer li a::after {
margin:0px 0px 2px 25px;
content:"";

}

.footer li i {
float: left;
font-size: 20px;
margin:3px 10px 0px 5px;
color:#fff;
text-align: center;

}

.footer li a:hover {
color:#999;
border-radius: 50%;
text-align: center;
}

.footer li a {
color:#FFF;
border-radius: 50%;
text-align: center;

}

.btn-primary {
color:#FFF;
display: block;

}


.owl-slider-img{
    max-height:250px;
    overflow: hidden;
    
}

.helper-line {
    padding: 0px;
    text-align: center;
    clear: both;
    box-sizing: border-box;
    text-transform: uppercase;
    display: block;
    margin: 50px 0px;
}
.helper-line h1 {
    color: #111111;
    text-transform: capitalize;
    line-height: 100%;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 4px solid #111;
    margin: 0;
}

.helper-line p {
    color: #111111;
    text-transform: capitalize;
    vertical-align: middle;
    margin: 0;
    padding: 2px 0px;

}
header{
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(255, 255,255, 1);
    position:fixed;
    display:block;
}
.logos{
    max-width:150px;
    margin: 0px auto;
    text-align:center;
}

.overly {
    border-image: linear-gradient(hsl(250 100% 20% / .6), hsl(0 100% 20% / .6)) fill 1;
    z-index:999;
}

.some-page-wrapper-responsive {
    margin: 0px;

  }
  
  .row-responsive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
   
   
  }
  
  .column-responsive {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding :10px;
    justify-content: space-between;
    margin:10px;
  }
  
  .double-column-responsive {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
      justify-content: space-between;
  }
  
  .blue-column-responsive {
    height: 100px;
  }
  
  .green-column {
      height: 100px;
    
  }
  
  .section-one-fullwidth{
      display:flex;
      background:#f2f2f2;

  }
  
  
  
  
  
  


.col02 img{	    
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width:150px;
margin-right: 10px;
border:6px solid #FFF;
float:left;
box-shadow: 1px 1px 10px  2px #ccc;
}
 

.col04{
overflow: hidden;
}
.col04 h1{
padding-bottom:20px;

}
.col04 ul {
padding-top: 15px;
}
.col04 li {
line-height: 28px;
margin-top: 10px;
font-weight: 300;
}

.col04 li i{
border-radius: 50%;
font-size: 0.625em;
text-align: center;
margin-right: 10px;
padding:10px;
background:#FFFFFF;
color: #111111;
border: 1px solid #ebebeb;
}
.col04 li:hover{
-webkit-animation: arrowanimation 5s; /* Chrome, Safari, Opera */
animation: arrowanimation 5s;
color:#111111;
}

.col04 li:hover i{
-webkit-animation: arrowanimation 5s; /* Chrome, Safari, Opera */
animation: arrowanimation 5s;
background: #232122;
color: #FFFFFF;
border: 1px solid #ebebeb;
}
  
  .bg-col03{
position: relative; 


}
.bg-col03::after {
content: "";
background-image: url(https://www.z2mtraders.com/wp-content/uploads/2024/07/FireflySupplyWorldClassProductsinaVeryCompetitiveOfferingsEngineeringproductmachinesa4.jpg);
opacity: .5;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1; 
background-size: cover;
background-color: transparent !important;
background-attachment: fixed;
background-position: 50% 0 !important;
background-repeat: no-repeat;
}
.col03 h1 {
font-size: 1em;
font-weight: 400;
margin:2px 0px 0px 2px;
text-transform: capitalize;
}

.col03 p {
font-size: .85em;
font-weight: 400;
padding: 0px;
margin: 0px;
text-transform: capitalize;
}



.col05 {
clear: both;
}

.col05 h1{
margin-bottom:10px;
}	
.col05 h1 span{
font-weight: 300;
color: #444444;
  
}
.col05 h2{
font-weight:300;
margin:20px 0px;
font-size:1em;
}
.col05 p{
margin-bottom:20px;
}

.col05 p span{
margin-bottom:20px;
padding:0px;
    color: #222222;
    font-weight: 500;
    
}

.col05.box:nth-child(2n+1){
margin:0px;
}

.col05 i{
margin:10px 15px 15px 0px;
font-size:1.2em;	
display:inline-block;
border-radius:50%;
padding:15px;
float: left;
color:#111111;
}



.col19 {
max-width:100%;
position:relative; 
height:720px; 
overflow:hidden;
z-index: 111;
background:#71C8B7;
	
}


#banner-fullscreen{
width: 100%;
height: 100%;
display: block;
clear: both;
z-index: 1;
position:relative;
top: 0;
}
.banner-fullscreen-wrapper {
 display:table;
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
z-index: 111;
}
 
.banner-fullscreen-content {
display: table-cell;
text-align: center;
vertical-align: middle;
}

.banner-fullscreen-content h1 {
margin-bottom:30px; 
padding: 0px;
font-size: 3.5em;
display: block;
color: #111;
line-height: 60px;
}

.banner-fullscreen-content h2 {
margin-bottom:30px; 
padding: 0px;
font-size: 3.5em;
display: block;
color: #111;
line-height: 60px;
    font-weight: 800;
}
.banner-fullscreen-content p {
margin-bottom:20px; 
padding: 0;
font-size: 1em;
font-weight: 400;
display: block;
color: #111;
text-transform: uppercase;
}

.banner-fullscreen-content > .btns {
  opacity: 0.5;
}



@media (max-width: 639px) and (min-width: 320px) {
     
.banner-fullscreen-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.banner-fullscreen-content h1 {
    margin-bottom:10px; 
    padding: 0px;
    font-size: 2em;
    font-weight: 600;
    line-height: 40px;

}
.banner-fullscreen-content p {
    margin-bottom:10px; 
    padding: 0;
    font-size: .857em;
    font-weight: 400;

}
    
    
}

.page-titled-dark-color{
  display: table;
    width: 100%;
	min-height: 200px;
	margin-bottom: 30px;
	background: #ccc ;
	background-image: url(https://www.z2mtraders.com/wp-content/uploads/2024/07/FireflySupplyWorldClassProductsinaVeryCompetitiveOfferingsEngineeringproductmachinesa4.jpg);
}

.page-titled-dark-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
     color: #fff;
}
.page-titled-dark-text h1 {
	font-size: 1.5em;
	margin-top:30px;
	display: block;
   
}
.page-titled-dark-text h3 {
	font-size: .75em;
	display: block;
	text-align: right;

}
.page-titled-dark-text h3 span {
	color:#FFF;
}
.page-titled-dark-text p {
	font-size: .85em;
	margin-bottom:20px;
	display: block;
}


.copywrite{
    font-size: .875em;
    color: #FFF;
    text-align: right;
    margin-top: 10px;
    letter-spacing: 10px;
} 

.copywrite a{
 
       color: #FFFFFF;

}