/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html,body {
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	color: #414042;
}
input,select,textarea {
	font-size:12px;
	color:#8c806e;
}
body {
	background:#fff;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input {
	outline:none;
	text-decoration: none;
}
ul,ol{
	list-style: none;
}
.container{
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}
.d-flex{
	display: flex;
}
.align-center{
	align-items: center;
}
.text-center{
	text-align: center;
}
.justify-center{
	justify-content:center;
}
.justify-between{
	justify-content: space-between;
}
.justify-end{
	justify-content: flex-end;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.row > div{
	padding: 0 15px;
}
.col6{
	width: 50%;
}
.col4{
	width: 25%;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea{
    height:80px !important;
    width:100%;
}

/* section */
#section {
	position:relative;
	display:block;
	width:100%;
	min-height: 100%;
}
/* page wrap */
#page-wrap {
	margin:0 auto;
	width: 100%;
	overflow: hidden;
}
/* header */
#header-wrap {
	position:relative;
	width:100%;
	z-index:999;
	background: #ffbc9e;
	padding: 75px 0px 40px;
}
#header-wrap .inner{
	position: relative;
}
.logo a {
	display: block;
}
#header-wrap .middle {
    margin: 65px auto 10px;
}
#header-wrap .top-img{
	position: absolute;
    left: -50px;
    top: -75px;
}
#header-wrap .title{
	text-transform: uppercase;
	color: #814237;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-top: 7px;
    margin-bottom: 1px;
}
#header-wrap p{
	color: #4c4c4c;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1.7px;
}
#header-wrap .image-panel{
	position: relative;
}
#header-wrap .image-panel .icon{
	position: absolute;
}
#header-wrap .image-panel .icon1{
	left: 56%;
	bottom: 15%;
	transform: translate(-50%,-50%);
}
#header-wrap .image-panel .icon2{
    left: 53%;
    bottom: 6%;
    transform: translate(-50%,-50%);
}
#header-wrap .image-panel .icon3{
    right: 14%;
    bottom: 25%;
}


/* content */
#content-wrap {	
	width: 100%;
}

.energy-wrap {
	text-align: center;
	padding: 60px 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.energy-wrap .inner{
	position: relative;
}
.energy-wrap p{
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.energy-wrap h1{
	color: #58595b;
	font-family: 'Courgette';
	font-size: 47px;
	letter-spacing: 3.76px;
	margin-bottom: 35px;
}
.energy-wrap h2{
	color: #414042;
	font-family: 'Courgette';
	font-size: 40px;
	letter-spacing: 3.2px;
	margin: 20px 0px;
	position: relative;
	z-index: 8;
}
.energy-wrap ul li{
	width: 20%;
}
.energy-wrap ul li figure{
	width: 104px;
	height: 104px;
	background-color: #748559;
	border-radius: 50%;
	margin: 0 auto 28px;
}
.energy-wrap ul li figcaption{
	text-transform: uppercase;
	color: #4c4c4c;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1.14px;
}
.energy-wrap .left-img{
	position: absolute;
    left: 0;
    bottom: -62px;
}
.energy-wrap .right-img{
    position: absolute;
	right: -80px;
    bottom: -63px;
}

/*product-wrap*/

.product-wrap {
	background: #ffbc9e;
    padding: 130px 0px 150px;
}
.product-wrap .col7{
	width: 61.5%;
}
.product-wrap .col5{
	width: 38.5%;
}
.product-wrap .image-panel{
    position: relative;
}
.product-wrap .image-panel .p-img5{
	position: relative;
	margin-top: -120px;
	height: 688px;
}
.product-wrap .image-panel .p-img5 img{
	position: absolute;
    left: 67%;
    transform: translate(-50%, -0%);
}
.product-wrap .image-panel .icon-left{
    position: absolute;
    bottom: 126px;
    left: -45px;
}
.product-wrap .image-panel .icon-right{
    position: absolute;
    bottom: 164px;
    right: -80px;
}
.product-wrap .image-panel .icon-middle{
	position: absolute;
    bottom: -90px;
    left: 100px;
}
.product-details{
	padding-top: 100px;
	text-align: center;
}
.price-panel{
	margin-bottom: 50px;
}
.product-details .price{
	color: #7f502f;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.47px;
	display: inline-flex;
	min-width: 292px;
	height: 47px;
	background-color: #ffffff;
    padding: 8px 24px;
    border-radius: 30px;
}
.product-details h6{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 24px;
    margin-bottom: 32px;
}
.product-details figure{
	background-color: #debfab;
    border-radius: 20px;
}
.product-details figure img{
	position: relative;
	top: -12px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.3s;
}
.product-details figure:hover img{
	top: 0px;
}
.product-details .row > div{
    margin-bottom: 75px;
}

/*other-product-wrap*/

.other-product-wrap {
    padding: 105px 0px 193px;
}
.other-product-wrap .title{
	text-align: center;
    position: relative;
    margin-bottom: 120px;
}
.other-product-wrap .title h2{
	text-transform: uppercase;
	color: #4c4c4c;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.32px;
	position: relative;
	    z-index: 9;
}
.other-product-wrap .title h2:after{
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%,-0%);
    content: "";
    width: 480px;
    height: 30px;
    background: url(../images/title-icon.png) no-repeat center;
}
.other-product-wrap .title .left-icon{
    position: absolute;
    left: 81px;
    top: 21px;
}
.other-product-wrap .title .right-icon{
	position: absolute;
    right: 57px;
    top: -50px;
}
.other-product-wrap .col7{
    width: 54%;
}
.other-product-wrap .col5{
	width: 46%;
}
.other-product-wrap .text{
    padding-left: 63px;
    position: relative;
}
.other-product-wrap .text img{
    position: relative;
    margin-top: -16px;
    margin-bottom: 22px;
}
.other-product-wrap .text p{
	color: #414042;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 37px;
}
.other-product-wrap .col5 > .row{
	margin: 0 -6px;
}
.other-product-wrap .col5 > .row .col6{
	padding: 0 6px;
}
.other-product-wrap .bottom{
	text-align: center;
    margin-top: 25px;
}
.other-product-wrap .bottom h6{
	color: #4c4c4c;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1.26px;
    margin: 14px 0px 4px;
}
.other-product-wrap .bottom a,
.view-button {
	color: #4c4c4c;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.78px;
    border: 1px solid #000000;
    padding: 6px 33px;
    display: inline-block;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
}
.other-product-wrap .bottom a:hover,
.view-button:hover{
	background-color: #4c4c4c;
	color: #ffffff;
}
.other-product-wrap > .container > .row {
	margin-bottom: 102px;
}
.p-0{
	padding: 0 !important;
}
.other-product-wrap .text .right-icon2{
	position: absolute;
    right: 50px;
    top: -23px;
}
.other-product-wrap .container{
	position: relative;
}
.b-left-icon {
    position: absolute;
    left: 77px;
    bottom: -155px;
}
.b-middle-icon {
    position: absolute;
    left: 50%;
    bottom: -52px;
}
.b-right-icon {
    position: absolute;
    right: 92px;
    bottom: -273px;
}
.other-product-wrap .m-img {
	position: relative;
	transition: all 0.3s;
}
.other-product-wrap .m-img figcaption{
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 43px;
	font-weight: bold;
}
.other-product-wrap figure{
	overflow: hidden;
}
.other-product-wrap figure img{
	transition: all 0.3s;
}
.other-product-wrap figure:hover img {
	transform: scale(1.1);
}
/*about-block*/
.about-block{
    background: #ceb466;
    padding: 33px 0px 110px;
}
.about-block .title{
	margin: 0 auto 65px;
	max-width: 1000px;
	text-align: center;
}
.about-block .title h2{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.32px;
}
.about-block .title p,
.about-block .text p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 35px;
    margin-top: 13px;
}

.about-block .text img{
    margin-bottom: 46px;
}
.about-block .row{
    padding-left: 45px;
}
.about-block .col5{
    width: 40%;
}
.about-block .col7{
    width: 60%;
}
.about-block .text p{
    line-height: 37px;
    margin-top: 35px;
}
.about-block .fig-panel{
	position: relative;
}
.about-block .fig-panel .img1{
	position: absolute;
	left: 0;
	top: 0;
}
.about-block .fig-panel .img2{
	position: absolute;
	right: 0;
	top: 0;
}
.about-block .fig-panel .img3{
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-block .fig-panel .img4{
    position: absolute;
    right: 125px;
    bottom: -105px;
}
.contact ul li a img{
	width: 20px;
	margin-right: 15px !important;
}

/*responsible-wrap*/

.responsible-wrap {
	padding: 58px 0px 48px;
}
.responsible-wrap .title{
	text-align: center;
	margin-bottom: 88px;
}
.responsible-wrap .title h2{
	text-transform: uppercase;
	color: #4c4c4c;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.32px;
	margin: 0px 7px;
}
.responsible-wrap .panel{
	height: 241px;
	background-color: #c4d2cb;
	border-radius: 40px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.responsible-wrap .panel:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.responsible-wrap .panel i{
    margin: 0 auto -32px;
    width: 115px;
    height: 115px;
    background-color: #67807f;
    border-radius: 50%;
    display: block;
    position: relative;
    top: -53px;
}
.responsible-wrap .panel p{
	color: #58595b;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 1.26px;
	line-height: 30px;
}
.responsible-wrap  .col4{
	margin-bottom: 20px;
}

/* faq */
.faq-block{
    background-color: #dbdbdb;
    text-align: center;
    padding: 55px 0px 38px;
}
.faq-block h2{
	color: #231f20;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.44px;
	margin-bottom: 18px;
}
.accordion-container .accordion-title {
	position: relative;
	cursor: pointer;
	color: #231f20;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.2px;
	margin-bottom: 24px;
	display: inline-block;
}
.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -15px;
    width: 8px;
    height: 8px;
    border-left: 3px solid #58595b;
    border-bottom: 3px solid #58595b;
    transform: rotate(-45deg);
}
.accordion-container .accordion-title.open::after {
	content: "";
    position: absolute;
    top: 10px;
    transform: rotate(132deg);
}
.accordion-content {
  padding: 0px 50px 20px;
  display: none;
}

/*contact-us-block*/

.contact-us-block {
	padding: 98px 0px 0;
}
.contact-us-block .container{
    max-width: 1254px;
}
.contact-us-block .text h2{
	text-transform: uppercase;
    color: #4c4c4c;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.32px;
    margin-bottom: 5px;
}
.contact-us-block .text p,
.contact-us-block label,
.contact-us-block input{
	color: #414042;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1.02px;
}
.contact-us-block input,
.contact-us-block textarea,
.contact-us-block select{
	width: 340px;
	height: 30px;
	border: 1px solid #231f20;
	padding: 0 15px;
	font-size: 16px;
}
.contact-us-block .text p{
	line-height: 35px;
}
.contact-us-block form{
    padding-left: 84px;
}
.contact-us-block .panel{
	margin: 6px 0px 20px;
}






/* footer wrap */
#footer-wrap {
	overflow:hidden;
	width: 100%;
    padding: 15px 0px 80px;
}
#footer-wrap .container {
    max-width: 700px;
}
.social-block {
	margin-bottom: 10px;
}
.social-block ul{
    margin-top:30px;
}
.social-block ul li{
    margin-right: 10px;
    margin-bottom: 15px;
}
.social-block ul li a{
	color: #414042;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.88px;
}
.social-block ul li a img{
	margin-right: 5px;
}
#footer-wrap h3{
	text-transform: uppercase;
	color: #58595b;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-align: center;
	    margin-bottom: 5px;
}
.f-menu {
    max-width: 644px;
    height: 42px;
    background-color: #58595b;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
}
.f-menu li {
    margin: 0px 11px;
    position: relative;
}
.f-menu li:after{
    position: absolute;
    right: -12px;
    top: 7px;
    content: "";
    width: 2px;
    height: 15px;
    background-color: #d8d9d9;
}
.f-menu li:last-child:after{
	display: none;
}
.f-menu li a{
	color: #d8d9d9;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2.16px;
}
img.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
/*slider vertical/


/*USE CSS for Slider*/

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-for2 {
    max-width: 60%;
    padding-right: 0;
}
.banner-slider .slider.slider-nav,
.banner-slider .slider.slider-nav2 {
    max-width: 30%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav,
.banner-slider .slider.slider-for2,
.banner-slider .slider.slider-nav2 {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav,
.banner-slider .slider.slider-nav2 {
    height: 360px;
    overflow: hidden;

}
.slider-banner-image {
	height: 330px;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 80px;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 320px;
    object-fit: cover;
    margin: 0 auto;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide {
    text-align: center;
}
.left-slider,
.right-slider{
	position: relative;
	padding-bottom: 80px;
	height: 100%;
}
.left-slider:after{
	position: absolute;
	right: 100%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #7ccc7b;
}
.right-slider:after{
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #fcde70;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.vertical-slider .row{
	margin: 0;
}
.vertical-slider .row > div{
	padding: 0;
}
.vertical-slider h2{
	color: #ffffff;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
	padding-top: 80px;
	padding-bottom: 60px;
	padding-left: 30px;
	font-family: 'Courgette';
}
.vertical-slider h2 i{
	font-style: normal;
}

.thumbImg img{
    margin: 0 auto 0px;
    width: 110px;
}

.left-slider .middle{
	position: absolute;
    right: -12px;
    top: 0px;
    z-index: 9;
    padding-left: 0;
    padding-right: 0;
}
.left-slider h2{
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}

.button1{
	padding-right: 100px;
}
.button2{
	padding-left: 60px;
}

.w3-modal {
    z-index: 999;
    padding-top: 0;
    height: 100vh;
        background-color: rgba(0,0,0,0.8);
}
.w3-modal-content{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-top: 0;
    margin: 0;
	width: auto;
}
.w3-modal-content img{
	height: 90vh;
}
.w3-display-topright {
    z-index: 9999;
    font-size: 30px;
    line-height: 30px;
}


/* responsive */
@media only screen and (max-width:1299px) {
	.energy-wrap .left-img {
	    left: 0;
	}
	.energy-wrap .right-img {
	    right: 0;
	}
	.product-wrap {
	    padding: 70px 0px 100px;
	}
	.other-product-wrap .text,
	.about-block .row,
	.contact-us-block form  {
	    padding-left: 0;
	}
	.responsible-wrap .panel p {
	    font-size: 18px;
	    line-height: 28px;
	}
	.contact-us-block input,
.contact-us-block textarea,
.contact-us-block select{
	    width: 300px;
	}
	.product-wrap .image-panel .p-img5{
		height: 500px;
	}
	.product-wrap .image-panel .p-img5 img {
	    left: 73%;
	}
	.product-wrap .image-panel .icon-right {
	    width: 45%;
	}
	.product-wrap .image-panel .icon-left ,
	.product-wrap .image-panel .icon-middle{
	    width: 40%;
	}
	.vertical-slider h2 {
	    font-size: 55px !important;
	    line-height: 55px;
	}
}
@media only screen and (max-width:991px) {
	#header-wrap .title {
	    font-size: 20px;
	    margin-top: 5px;
	    margin-bottom: 0px;
	}
	#header-wrap p {
	    font-size: 15px;
	}
	.energy-wrap {
	    padding: 40px 0px;
	}
	.energy-wrap p {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.energy-wrap h1 {
	    font-size: 37px;
	    margin-bottom: 30px;
	}
	h2{
		font-size: 30px !important;
	}
	.energy-wrap h2 {
	    margin: 15px 0px;
	}
	.energy-wrap .right-img {
	    right: -60px;
	}
	.energy-wrap .left-img {
	    left: -55px;
	}
	.energy-wrap ul li {
	    width: 30%;
	}
	.product-wrap .col7,
	.product-wrap .col5,
	.other-product-wrap .col7,
	.other-product-wrap .col5,
	.about-block .col5,
	.about-block .col7 {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.product-details .row > div {
	    margin-bottom: 30px;
	}
	.product-wrap {
	    padding: 40px 0px 15px;
	}
	.other-product-wrap > .container > .row {
	    margin-bottom: 50px;
	}
	.about-block .title p, .about-block .text p {
	    font-size: 16px;
	    line-height: 30px;
	    margin-top: 10px;
	}
	.col4 {
	    width: 50%;
	}
	.responsible-wrap .col4 {
	    margin-bottom: 80px;
	}
	.responsible-wrap .title h2 ,
	.faq-block h2,
	.contact-us-block .text h2  {
	    font-size: 18px !important;
	}
	.accordion-container .accordion-title {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.contact-us-block .col6{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.contact-us-block {
	    padding: 50px 0px 0;
	}
	.contact-us-block input,
	.contact-us-block textarea,
	.contact-us-block select
	{
	    width: calc(100% - 185px);
	}
	.responsible-wrap {
	    padding: 58px 0px 0px;
	}
	.banner-slider .slider.slider-for, .banner-slider .slider.slider-for2 {
        max-width: 70%;
    }
    .banner-slider .slider.slider-nav, .banner-slider .slider.slider-nav2 {
        max-width: 25%;
    }
    .button1 {
	    padding-right: 35px;
	}
	.button2 {
	    padding-left: 30px;
	}
	.w3-modal-content {
	    width: 80% !important;
	}
}
@media only screen and (max-width:767px) {
	.energy-wrap ul{
		flex-wrap: wrap;
	}
	.energy-wrap ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	#header-wrap .top-img {
	    width: 40%;
	}
	/*.col6 {
	    width: 100%;
	}*/
	.product-details {
   	    padding-top: 60px;
	}
	.product-details .price {
	    font-size: 20px;
	    min-width: max-content;
	}
	.price-panel {
	    margin-bottom: 30px;
	}
	.other-product-wrap {
	    padding: 50px 0px 193px;
	}
	.other-product-wrap .title .left-icon {
		left: -26px;
		top: -70px;
	}
	.other-product-wrap .title .right-icon {
		right: -50px;
		top: -110px;
	}
	.other-product-wrap .text p {
	    font-size: 18px;
	    line-height: 32px;
	}
	.other-product-wrap .title {
	    margin-bottom: 80px;
	}
	.about-block .title {
	    margin: 0 auto 35px;
	}
	.about-block .text img {
	    margin-bottom: 25px;
	}
	.f-menu li a {
	    font-size: 16px;
	    letter-spacing: 1.16px;
	}
	.f-menu li:after {
	    top: 12px;
	    width: 1px;
	    height: 12px;
	}
	.product-wrap .image-panel .p-img5 {
		margin-top: -25px;
	}
	.product-wrap .image-panel .icon-left,
	.product-wrap .image-panel .icon-right {
	    width: 50%;
	}
	.b-left-icon {
	    left: 0;
	    width: 30%;
	}
	.b-right-icon {
	    right: 0;
	    bottom: -200px;
	    width: 45%;
	}
	.other-product-wrap .text .right-icon2 {
	    right: -15px;
	}
	.about-block .fig-panel .img4 {
	    right: 0;
	    bottom: -65px;
	    width: 50%;
	}
	.energy-wrap .right-img {
	    right: -120px;
	}
	.energy-wrap .left-img {
	    left: -90px;
	}
	#header-wrap .image-panel .icon1 {
	    left: 80%;
	    bottom: 25%;
	    transform: translate(-50%,-50%);
	    width: 16%;
	}
	#header-wrap .image-panel .icon2 {
		left: 51%;
		bottom: 3%;
		transform: translate(-50%,-50%);
		width: 25%;
	}
	#header-wrap .image-panel .icon3 {
		right: 30%;
		bottom: 30%;
		width: 20%;
	}
	.product-wrap .image-panel .icon-left, .product-wrap .image-panel .icon-right {
	    width: 40%;
	}
	.product-wrap .image-panel .icon-middle {
	    position: absolute;
	    bottom: -55px;
	    left: 195px;
	    width: 40%;
	}
	.product-wrap .image-panel .icon-right {
	    right: -50px;
	}
	.btn-panel {
		align-items: center !important;
		justify-content: center !important;
	}
	.product-wrap .image-panel .p-img5 {
	    height: 270px;
	}
	.energy-wrap {
	    overflow: hidden;
	}
	.slider-banner-image {
        height: 100%;
    }
    
    .vertical-slider h2 {
        font-size: 30px !important;
        line-height: 30px;
        text-align: center;
        padding-left:0;
    }
    .left-slider h2 {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
            padding-top: 0;
    }
    .thumbImg img {
        width: auto;
    }
    .left-slider, .right-slider {
        padding-bottom: 0;
    }
    .right-slider:after,
    .left-slider:after{
       display:none;
    }
    .left-slider{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 50px;
		padding-right: 0px !important;
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
    }
    .left-slider h2 {
	    padding-top: 100px;
	}
    .right-slider{
		padding-left:0 !important;
		position: relative;
		left: -15px;
		width: calc(100% + 30px);
		padding-bottom: 50px;
    }
    .left-slider .middle {
        right: 50%;
        top: 97%;
        padding: 0;
    }
    .vertical-slider .row > div {
       width:100%;
    }
    
    .contact-us-block .col4{
    	width: 100% !important;
    }
    .button1 {
	    padding-right: 10px;
	    position: absolute;
	    left: 62%;
	    bottom: 110px;
	    transform: translate(-50%,-0%);
	    width: max-content;
	}
	.button2 {
	    padding-left: 0;
	    justify-content: center;
	    padding-top: 30px;
	    margin-left: -25%;
	}
	.vertical-slider h2 {
	    padding-bottom: 40px;
	}
	.vertical-slider h2 {
	    padding-top: 40px;
	}
	.w3-modal-content {
	    width: 95% !important;
	}
	.w3-modal-content img {
	    height: 75vh;
	}
}

@media only screen and (max-width:576px) {
	.energy-wrap h1 {
	    font-size: 30px;
	    margin-bottom: 30px;
	}
	h2 {
	    font-size: 24px !important;
	}
	.energy-wrap .left-img {
	    left: -30px;
		width: 30%;
		bottom: -43px;
	}
	.energy-wrap .right-img {
		right: -50px;
		width: 35%;
		bottom: -43px;
	}
	.col6 {
	    width: 100%;
	}
	.product-details figure img {
	    width: 97%;
	}
	.other-product-wrap .col5 .col6 img{
		width: 100%;
	}
	.other-product-wrap .bottom a {
	    font-size: 10px;
	}
	.col4 {
	    width: 100%;
	}
	.responsible-wrap .panel {
	    height: max-content;
	    padding-bottom: 40px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.faq-block {
	    padding: 40px 0px 30px;
	}
	.contact-us-block form > div {
	    flex-direction: column;
	    align-items: flex-start;
	    width: 100%;
	}
	.contact-us-block input,
	.contact-us-block textarea,
	.contact-us-block select {
	    width: 100%;
	}
	.f-menu {
		flex-wrap: wrap;
		height: auto;
		padding: 10px 0;
	}
	#footer-wrap h3 {
	    font-size: 16px;
	}
	.social-block ul li {
	    margin-right: 0px;
	    margin-bottom: 10px;
	}
	.accordion-container .accordion-title {
	    font-size: 16px;
	    padding: 0 15px;
	}
	.accordion-container .accordion-title::after {
	    right: 5px;
	}
	.responsible-wrap .panel i {
	    width: 100px;
	    height: 100px;
	    top: -50px;
	}
	.about-block  .fig-panel .middle-img {
		position: relative;
		left: 25px;
	}
	.about-block .fig-panel .img1 {
	    width: 18%;
	}
	.about-block .fig-panel .img2 {
	    right: -35px;
	    top: -10px;
	    width: 26%;
	}
	.about-block .fig-panel .img3 {
	    width: 25%;
	}
	.about-block .fig-panel .img4 {
	    right: -20px;
	    bottom: -45px;
	    width: 40%;
	}
	#header-wrap .image-panel .icon1 {
	    left: 90%;
	}
	.other-product-wrap .text .right-icon2 {
	    right: -10px;
	    top: -56px;
	    width: 80px;
	}
	.other-product-wrap .text p {
	    font-size: 16px;
	    line-height: 30px;
	}
	.button2 {
	    padding-top: 0;
	}
	.left-slider h2 {
	    padding-top: 70px;
	}
}