/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2024 | 07:13:15 */
/* Set logo size to 40% on mobile view in a menu item */
@media (max-width: 980px) {
  .et_pb_sticky .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_sticky .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
    width: 45% !important;
}
	
	.menu-item1 {
    /* display: flex; */
    align-items: center;
    width: 20%;
    padding: 3px;
    /* border-right: 1px solid #ccc; */
    float: left;
    /* margin: 0% 2.5%; */
}
}

/* Set logo size to 40% on tablet-sized devices in a menu item */
@media (max-width: 1023px) {
    .et_fixed_nav #top-menu-nav .sticky-logo-menu-item a img {
        max-height: 45% !important;
    }
}

/* Set logo size to 40% on mobile devices in a menu item */
@media (max-width: 767px) {
    .et_fixed_nav #top-menu-nav .sticky-logo-menu-item a img {
        max-height: 45% !important;
    }
}










/*Add a rounded border to the menu image*/
.divi-image-menu-item img {
	border-radius: 10px;
}
/*Remove padding around the menu image*/
.divi-image-menu-item a {
	padding: 0!important;
}
/*Remove semitransparent hover effect on the menu image*/
.divi-image-menu-item a:hover {
	opacity: 1!important;
}




.sup_cube_text{
	font-size: 0.8vw;
}





/* .menu-item1 {
    display: flex;
    align-items: center;
    width: 20%;
    padding: 10px;
    /* border-right: 1px solid #ccc; *
    float: left;
    margin: 0% 2.5%;
} */

.menu-item1 {
    /* display: flex; */
    align-items: center;
    width: 20%;
    padding: 10px;
    /* border-right: 1px solid #ccc; */
    float: left;
    /* margin: 0% 2.5%; */
}

  .left-div1 {
/*     width: 50%; */
  }

  .right-div1 {
/*     width: 50%; */
    padding-left: 10px;
  }

  .menu-image1 {
    max-width: 100%;
    height: auto;
  }

/*   .menu-header1 {
    font-size: 0.8vw;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
} */
.menu-header1 {
    font-size: 0.8vw;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
    text-align: center;
}

/*   .menu-paragraph1 {
    font-size: 0.6vw;
    color: white;
    text-align: left;
} */
.menu-paragraph1 {
    font-size: 0.6vw;
    color: white;
    text-align: justify;
}










.sub-menu li {

padding-left: 0px !important;

padding-right: 0px !important;

/* width: 100%; */
}

.et-menu li li a {

width: 100%!important;

}
















.my_hero{
	/* 	position: absolute; */
	top: 0px;
}
.green_text{
	/* 	color: #274B42; */
	/*color: #be1622;*/
	color: #ad0900;
}
.dark_green_text{
	color: #3c3c3b;
	text-align: center;
}
/*Vertical Text*/
/* css code */
/* #our_mission { 
width: 300px; 
margin: 80px auto; 
}
*/
#our_mission div {
	display: block;
	position: relative;
	margin: 40px 0;
}
#our_mission div p{
	padding: 15px;
	margin-left: 50px;
	padding-top: 35px
}
#our_mission div h3 {
	position: absolute;
	font: bold 40px Sans-Serif;
	writing-mode: vertical-lr;
	text-orientation: upright;
}
/*End Vertical Text*/
.services_parent {
	display: flex;
}
.services_child {
	flex: 1;
	background-color: #F8F5E5;
	padding: 20px;
	border-radius: 25px;
}
.services_child .box1 {
	left: 20%;
	top: -45px;
	position: absolute;
	background: #85cb33;
	border-radius: 5px;
	margin: 0 20%
}
.container {
	display: flex;
}
.image-section {
	flex-basis: 70%;
}
.list-section {
	flex-basis: 30%;
	padding: 20px;
}
.list-section h2 {
	margin-top: 0;
}
.button_container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.download-button {
	display: inline-flex;
	align-items: center;
	padding: 0px 20px;
	margin: 0 0px;
	/* width: 15%; */
	background-color: #2196F3;
	color: #fff;
	text-decoration: none;
	border-radius: 32px;
	transition: background-color 0.3s ease;
}
.download-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("https://2nd-demo.sinopower.co.zw/wp-content/uploads/2023/12/approve.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.download-button:hover {
	background-color: #1976D2;
}
.download-button:active {
	background-color: #0D47A1;
	transform: translateY(2px);
	transition: background-color 0.1s ease, transform 0.1s ease;
}
#movingDiv {
	/* position: fixed; */
	top: 50%;
	left: -100px;
	transition: left 0.5s ease;
}


.chem_labels_img img {
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chem_labels_img .container{
	width: 100%;
}


#chem_labels ol {
  padding-left: 50px;
}

#chem_labels li {
  color: #4F4F4F;
  padding-left: 16px;
  margin-top: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

#chem_labels li:before {
  content: "";
  display: block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #ddd;
  position: absolute;
  top: -12px;
  left: -46px;
}

#chem_labels strong {
  color: #292929;
}

#chem_labels ol.alternating-colors li:nth-child(odd):before {
  border-color: #0BAD02;
}

#chem_labels ol.alternating-colors li:nth-child(even):before {
  border-color: #2378D5;
}



/*Floating WhatsApp Button*/
.floating_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	z-index: 1000;
}
@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}
.contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size:30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}
.text_icon {
	margin-top: 8px;
	color: #707070;
	font-size: 13px;
}
/*End floating button*/