html,body{
	height:100%;
	width:100%;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
a:hover{
	text-decoration: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}
a,button{
	transition: all 0.3s;
	outline:none;
}
.product-details{
    margin-top:20px;
}
.product-details img{
    width:300px;
    height:350px;
}
.product-contents{
	margin-bottom:20px;
}
.product-contents h2{
	color:#d10024;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-contents li{
	line-height: 34px;
    padding: 4px 15px 3px;
    background:#287d90;
    margin-bottom: 5px;
    border-left: 3px solid #d10024;
}
.product-contents li:hover{
	border-bottom:2px solid #d10024;
}
.product-contents li a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.image-detail{
	margin-top:50px;
}
.image-detail img{
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	width:380px;
	height:250px;
	object-fit:contain;
}
.image-detail p{
	font-family: 'Montserrat',sans-serif;
	font-weight:500;
	text-align: center;
	padding-top:15px;
	color:#d10024;
}
.image-detail a{
	background: #fff;
	color:#d10024;
	padding:10px;
	font-family: 'Montserrat',sans-serif;
	border:1px solid #d10024;
}
.image-detail a:hover{
	background: #639709;
	border:1px solid #fff;
	color:#fff;
}
.main-common-banner{
	background:url('../images/common.jpg');
	background-position: center;
	background-size: cover;
	padding-top:30px;
	padding-bottom:30px;
}
.main-common-banner h2{
	color:#fff;
	font-weight:bold;
	font-family:'Montserrat',sans-serif;
}
.main-common-banner li{
	display: inline-block;
	color:#4fabe2;
	font-weight: 700;
	font-size:18px;
	font-family: 'Montserrat',sans-serif;
	margin-top:20px;
}
.main-common-banner li a{
	color:#4fabe2;	
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
}
.contact-section h2{
	font-weight:600;
	color:#000;
	font-size:32px;
}
.contact-section  .form-section h2{
	color:#4fabe2;
	font-weight:600;
	font-size: 25px;
}
.form-section .form-control{
	margin-bottom:15px;
	padding:10px;
	border:none;
	background-color: #f3f3f3;
}
.form-section input::placeholder,.form-section textarea::placeholder{
	color:#000;
}
.form-section .btn{
	margin-bottom:20px;
	padding:10px 25px;
	background: #4fabe2;
	font-weight: bold;
	color:#fff;
}
.contact-detail-page li span{
	margin-left:20px;
	font-size: 25px;
	font-weight: bold;
}
.contact-detail-page .list-item-detail{
	margin-left:50px;
	padding-top:5px;
	padding-bottom:20px;
}
.contact-detail-page li i{
	border-radius:100%;
	background: #4fabe2;
	color:#fff;
	margin-top:4px;
	height:30px;
	width:30px;
	line-height:30px;
	text-align: center;
}
.map-section iframe{
	border:none;
}
.company-profile h2{
	font-weight:600;
	color:#4fabe2;
	font-size:32px;
}
.company-profile p{
	font-size:16px;
	padding:20px 0px;
	color:#3f3f41;
	text-align: justify;
	line-height: 30px;
}
.team-profile{
	margin-bottom:20px;
}
.ala {
	margin-top:20px;
}
.team-detail h2,.quality-detail h2{
	color:#4fabe2;
	font-weight: bold;
	font-size: 32px;
}
.team-detail p,.quality-detail p{
	color:#3f3f41;
	font-size:16px;
	text-align: justify;
	line-height: 30px;
}
.service-content{
	margin-top:50px;
}
.service-sections{
	background:#f0f0f0;
	padding:5px;
}
.service-sections h4{
	font-size: 16px;
}
.header-section-left{
	padding-top:5px;
}
.site-logo{
	display: inline-block;
	width:145px;
	height:42px;
}
.site-logo img{
	width:108px;
	height:95px;
}
.header-search-form {
	width: 100%;
	position: relative;
	padding: 25px 16px;
}

.header-search-form input {
	width: 100%;
	height: 44px;
	font-size: 14px;
	border-radius: 50px;
	border: revert;
	padding: 0 19px;
	background: #f0f0f0;
}

.header-search-form button {
	position: absolute;
	height: 100%;
	right: 18px;
	top: 0;
	font-size: 26px;
	color: #000;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
.user-panel .up-item {
	display: inline-block;
	font-size: 14px;
	margin-top:10px;
}

.user-panel .up-item i {
	font-size: 22px;
	color:#7c7c7c;
}

.user-panel .up-item a {
	font-size: 14px;
	color: #7c7c7c;
}

.user-panel .up-item:first-child {
	margin-right: 20px;
	padding-top: 29px;
}

.shopping-card {
	display: inline-block;
	position: relative;
}

.shopping-card span {
	position: absolute;
	top: -4px;
	left: 100%;
	height: 16px;
	min-width: 16px;
	color: #fff;
	font-size: 13px;
	background: #f51167;
	text-align: center;
	border-radius: 30px;
	padding: 0 2px;
	margin-left: -7px;
}
.common-style{
	padding-right:15px;
}
.header-main{
	background: rgb(49 157 221 / 85%);
	margin-top:15px;
	padding:15px 0px;
}

.imagemid{
	background-size: contain;
}
.header-main .navigation .main-menu{
	display: flex;
	justify-content: center;
}
.header-main .navigation .main-menu li{
	list-style: none;
}
.header-main .navigation .main-menu li a{
	height:30px;
	line-height: 30px;
	padding:0px 25px;
	color:#fff;
	text-decoration:none;
	display: block;
	text-transform: uppercase;
}
.header-main .navigation ul li a:hover
{
	color: #d2beb3;
}
.header-main .menu-toggle{
	float: right;
	cursor: pointer;
	display: none;
}
.header-main .menu-toggle i{
	color:#fff;
	font-size:24px;
	line-height:40px;
}
.navigation .hover-item .dropdown{
	position: absolute;
	width:40vh;
	opacity: 0;
	visibility: hidden;
	background: #4fab9af2;
}
.navigation .hover-item:hover .dropdown{
	opacity:1;
	visibility: visible;
}
ul.dropdown{
	background:#3c1f0d;
	z-index: 999;
}
.header-main .navigation .main-menu li ul li{
	padding:2px 0px;
}
.header-main .navigation .main-menu li ul li a{
	color:#fff;
	font-size:14px;
	border-bottom:none;
}
.header-main .navigation .main-menu li ul li a:hover{
	color:#fff;
	border-bottom:3px solid #fff;
	display: inline;
}
.sticky-section {
	position: fixed;
	bottom:0;
	right:30px;
	background:#515151;
	padding:0px 10px;
	padding-top:5px;
	border-radius:5px 5px 0px 0px;
	z-index:999;
}
.contact-section a{
	color:#fff;
	font-size:16px;
	text-align: center;
}
.contact-section p:before{
	 font-family: "Font Awesome 5 Free";
   content: "\f4ad";
   display: inline-block;
   padding-right: 20px;
   vertical-align: middle;
   font-weight: 900;
   color:#fff;
}
.header-banner{
	background-color: #3c1f0d;
	color:#fff;
	padding:15px 0px;
}
.header-banner p{
	margin:0;
	justify-content: center;
	font-size:16px;
}
.owl-carousel {
    height: 60vh;
}
.slide {
    width: 100%;
    height: 83vh;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
}

.slide-2 {
    background-image: url(../images/banner1.jpg);
}
.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 15px !important;
    height: 15px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}
.owl-nav button span{
	display: none;
}
.banner-content{
	padding:15px 0px;
}
.service-section{
	display: flex;
	justify-content: center;
	align-items: center;
	border-right:1px solid #7c7c7c;
	padding-right:20px;
	margin-bottom:10px;
}
.banner-content .icon-section img{
	height:45px;
	width:45px;
}
.banner-content .content-section p{
	color:#7c7c7c;
	text-transform: uppercase;
	font-size:12px;
	margin-top:10px;
}
.main-product{
	margin-top:130px;
	color:#7c7c7c;
}
/* Slider */

.main-product .slick-slide {
    margin: 0px 20px;
}

.main-product .slick-slide img {
    width:100%;
    vertical-align: middle;
}

.main-product .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.main-product .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.main-product .slick-list:focus
{
    outline: none;
}
.main-product .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.main-product .slick-slider .slick-track,
.main-product .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.main-product .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.main-product .slick-track:before,
.main-product .slick-track:after
{
    display: table;
    content: '';
}
.main-product .slick-track:after
{
    clear: both;
}
.main-product .slick-loading .slick-track
{
    visibility: hidden;
}

.main-product .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .main-product .slick-slide
{
    float: right;
}
.main-product .slick-slide img
{
    display: block;
}
.main-product .slick-slide.slick-loading img
{
    display: none;
}
.main-product .slick-slide.dragging img
{
    pointer-events: none;
}
.main-product .slick-initialized .slick-slide
{
    display: block;
}
.main-product .slick-loading .slick-slide
{
    visibility: hidden;
}
.main-product .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.main-product .slick-arrow.slick-hidden {
    display: none;
}
.product-detail{
	position: relative;
}
.product-content{
	width:100%;
	height:300px;
	overflow: hidden;
}
.product-content .post{
	width:150px;
	height:300px;
	margin:0px 10px;
	display: inline-block;
}
.product-content .post .slider-image{
	width:100%;
	height:250px;
	object-fit: contain;
}
.product-content .post img{
	width:150px;
}
.product-content .post .slider-image:hover{
	transform: scale(0.9);
	transition: all 0.5s ease-in-out;
}
.main-product .slick-dots li{
	display: none;
}
.main-product .post-title{
	background:#378de7;
}
.main-product .post-title h3{
	color:#fff;
	font-family: 'Montserrat',sans-serif;
	font-size:16px;
	text-align: center;
	margin:0;
	padding:10px;
}
.main-banner{
	margin-top:50px;
}
.main-banner img{
	width:100%;
}
footer{
	background:#333;
	margin-top:50px;
	padding:20px 0px;
}
.main-footer{
	padding-bottom: 10px;
}
.main-footer input{
	border:none;
	border-radius:0;
}
.main-footer button{
	position: absolute;
	top:0;
	right:0;
	background:#f98d29;
	color:#e6e6e6;
}
.main-footer h3{
	margin:0;
	padding-bottom:10px;
	font-size:22px;
}
.social-icon li{
	display: inline-block;
	height:28px;
	width:28px;
	margin-right:8px;
	border-radius:100%;
	border:1px solid #7c7c7c;
}
.social-icon li a{
	color:#e6e6e6;
	font-size:18px;
}
.social-icon li a:hover{
	color:#f98d29;
}
.footer-bottom a{
	color:#e6e6e6;
	font-size:14px;
}
.footer-bottom a:hover{
	color:#7c7c7c;
}
.copy-right p{
	color:#7c7c7c;
}
@media(max-width:991px){
	.header-main .container{
		padding:0px 20px;
		margin:0;
		width:100%;
	}
	.header-main .menu-toggle{
		display: block;
	}
	.header-main nav{
		width:100%;
		height:40vh;
		background:#7c7c7c;
		position: absolute;
		left:-100%;
		right:0;
		bottom:0;
		top:200px;
		transition: all 0.5s ease-in-out;
		z-index:999;
	}
	.header-main .navigation{
		position: absolute;
		width:75%;
		left:29px;
		margin-top: 32px;
		background-color: lightseagreen;
	}
	.header-main .navigation .main-menu{
		display:block;
		text-align: center;
	}
}
@media(max-width:768px){
	.owl-carousel {
    height: 30vh;
}
	.owl-carousel .slide {
    height: 30vh;
}

.owl-carousel .slide::before {
    height: 30vh;
}
.main-product{
	margin-top:0px;
	color:#7c7c7c;
}
}
@media(max-width:1024px){
	.owl-carousel {
    height: 30vh;
}
	.owl-carousel .slide {
    height: 30vh;
}

.owl-carousel .slide::before {
    height: 30vh;
}
}
@media(max-width:414px){
	.owl-carousel {
    height: 20vh;
}
	.owl-carousel .slide {
    height: 20vh;
}

.owl-carousel .slide::before {
    height: 20vh;
}
}
@media(min-width:992px) and (max-width:1199px){
	.header-main .navigation .main-menu li a{
	height:30px;
	line-height: 30px;
	padding:0px 20px;
	color:#fff;
	text-decoration:none;
	display: block;
	text-transform: uppercase;
}
}