
@import url('../css/icons.css');

.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
  }
  
  .section-header h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
  }
  
  .section-header h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #ffd000;
	bottom: 0;
	left: calc(50% - 20px);
  }


.sec-header{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.3;
	color:#333;
	padding:0;
	margin: 0 0 30px 0;
	}

.sec-header span{
	font-weight:400;
	}

.sec-header::after{
	position:absolute;
	content:"";
	width:30px;
	height:3px;
	background:#ffd000;
	bottom:-10px;
	left:0;
	right:0;
	margin: 0;
	}

.germ-webp img{
	width: 100%!important;
	height: 100%!important;
}
.sec-header.hdr-white{
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
	}

.sec-header.hdr-white::after{
	background:#fff;
	}



.btn-more{
	padding:5px 8px;
	border:1px solid #ffd000;
	color:#370409;
	font-size:12px;
	font-weight:600;
	border-radius:0;
	}
	
	.btn-more:hover{
		background:#ffd000;
		color:#fff;
		}
	
.btn-more.ar{
	float: right;
	margin: 0;
}	


.btn-enq{
	position: absolute;
	top:-35px;
	right: 0;
	z-index: 1;
	padding:5px 15px;
	background:#370409;
	color:#fff;
	font-size:11px;
	font-weight:600;
	border-radius:0;
	}
	
	.btn-enq:hover{
		background:#ffd000;
		color:#fff;
		}



.btn-discover{
	position:relative;
	color:#ffd000 !important;
	font-weight:600;
	font-size:12px;
	padding: 0 0 0 30px;
	margin:0;
	}
.btn-discover:after{
    content: '';
    width: 20px;
    border-bottom: 2px solid;
    border-color: #ffd000;
    position: absolute;
    left: 0;
    top: 50%;
}
.btn-discover:hover{
	border-color:#fff !important;
	}




/*hm-why-sec styles*/	

.hm-why-sec{
	position: relative;
-webkit-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.10);
box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.10);
}

.hm-why-sec header{
margin-top: 50px;
}




.hm-why-sec .content-box{
	position: relative;
	float: right;
	padding: 30px 0;
}



.hm-why-sec .content-box .desc{
	text-align: justify;
}


.hm-why-sec .hm-bg-features{
	position: relative;
	background: linear-gradient(to top, rgba(255, 189, 0, 0.4) 50%, rgba(255, 198, 0, 0.9) 100%), url(../images/test2.webp);;
	height: 715px;
	margin-top: 50px;
	border-radius:10px;
	background-size: cover;
	z-index: 1;
}

.hm-why-sec .hm-bg-features:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	z-index: -1;
	
}


.hm-why-sec .hm-features{
	position: relative;
	padding: 30px 20px;
	text-align: center;
}

.hm-why-sec .hm-features .sec-header::after {
    margin: auto;
}


.hm-why-sec .hm-features .hm-features-slide{
	position: relative;
	margin-top: 50px;
	padding: 20px 0 0 0;	
}



.hm-why-sec .hm-features .box-items{
	position: relative;
	/* height: 130px; */
	/* width: 150px; */
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}


.hm-why-sec .hm-features .box-items .image{
	position: relative;
	margin: 0 0 10px 0;
}

.hm-why-sec .hm-features .box-items .image img{
	display: inline-block;
	width: 60px;
	height: 60px;

	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition:all .3s;
    -ms-transition: all .3s;
    -o-transition:all .3s;
}



.hm-why-sec .hm-features .box-items:hover .image img{	
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transform: scale(1.2);
	}



.hm-why-sec .hm-features .box-items .icon{
	position: relative;
	margin: 0 0 10px 0;
}

.hm-why-sec .hm-features .box-items .icon .iconstyle{
	font-size:60px;
	width: 60px;
	height: 60px;
	color:#ffd000!important;
    -moz-transition: all .3s;
    -webkit-transition:all .3s;
    -ms-transition: all .3s;
    -o-transition:all .3s;
}


.hm-why-sec .hm-features .box-items:hover .icon .iconstyle{
	font-size:66px;
	width: 66px;
	height: 66px;
} 


.hm-why-sec .hm-features .box-items .title{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.1;
}




.hm-why-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-why-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}

.hm-why-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#ffffff;
	border: 1px solid #000000;
	border-radius: 100%;
	width:12px;
	height:12px
	}
	
.hm-why-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-why-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #643732;
	border: 1px solid #000;
	}

@media (min-width: 992px) {
    	
	
.sec-header{
	font-size:38px;
	margin: 0 0 60px 0;
	}
	
.sec-header::after{
	width:60px;
	height:3px;
	bottom:-15px;
	}


.btn-more{
	padding:9px 20px 8px;
	font-size:14px;
	}
	
.btn-more.ar{
	margin: 10px 0 0 0;
}	
	

.btn-enq{
	padding:10px 20px 9px;
	font-size:13px;
	}

	
	
.btn-discover{
	font-size:14px;
	padding: 0 0 0 30px;
	}

.btn-discover:after{
    width: 20px;
}
	

.btn-enq{
	top:-80px;
	
	}	
	
	


.top-line h5{
	padding: 0 10px 0 0;
	
}	

.top-line .hotline{
	display: block;
}	
	

.top-line .top-right ul{
	margin: 0;
	padding: 0;
	display:block;
}	

.top-line .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-left: 20px;
	}	
	

	
	
	
	
	
	
	

	
.hm-why-sec .content-box{
	max-width: 618px;
	float: right;
	padding: 120px 60px 120px 0;
}
	
.hm-why-sec .content-box .desc{
	margin: 0 0 35px 0;	
}

	
	
.hm-why-sec .hm-features{
	padding: 120px 30px 0;
}
	
	
.hm-why-sec .hm-features .box-items{
	height: 150px;
}


.hm-why-sec .hm-features .box-items .title{
	font-size: 15px;
}

	
.hm-why-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}
	
.hm-why-sec .owl-theme .owl-dots .owl-dot span{
	width:14px;
	height:14px;
	}
	
	.features-sec{
        padding:100px 0 70px;
        }
    
    .features-sec .desc{
        margin: 0 0 30px 0;
        }
    
    .features-sec .feature-box{
        padding: 40px;
    }
    
    .features-sec .feature-item{
        padding:0 0 0 130px;
        }
    
        .features-sec .feature-item .icon img{
            width: 100px;
            }
    
    .features-sec .feature-item h5{
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 15px 0;
        }
    
    .features-sec .feature-item .icon .iconstyle{
        font-size:100px;
    }
}