/*
orange = #FF6600
*/
body,html {
overflow-x: hidden;
width: 100vw;
-webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
@font-face {
  font-family: p_normal;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: p_bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: p_light;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: p_semi;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: p_medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

/*=============SECTION 1==================*/

.section1img img{
	height: 70vh;
	object-fit: cover;
	width: 100%;
}

.section1img {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.bottom-left img{
	height: 150px;
	width: 100%;
	object-fit: contain;
	object-position: left;
}
.bottom-left hr{
	border: 3px solid #ff6600;
	background: #ff6600;
	width: 200px;
	margin: 15px 0;
}
.bottom-left h1{
	font-family: p_medium;
	font-size: 60px;
	/*font-weight: bold;*/
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	line-height: 70px;
}

.bottom-left h3{
	font-family: p_medium;
	font-size: 30px;
	/*font-weight: bold;*/
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	line-height: 50px;
}
.sectionh1 h1{
	font-family: p_medium;
	font-size: 40px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	color: grey;
	line-height: 50px;
	text-align: center;
}
.section1_h1{
	min-height: 50vh;
	width: 100%;
	height: 100%;
}

.section1img {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.bottom-left img{
	height: 200px;
	width: 100%;
	object-fit: contain;
	object-position: left;
}
/*==================== section_2 ================*/


/*==================== section_2 ================*/

.section_2{
	padding: 5% 10%;
	background: #fff;
}

.section2_h1 h1{
	font-family: p_medium;
	font-size: 30px;
	/*font-weight: normal;*/
	letter-spacing: 1px;
	color: #141414;
	line-height: 40px;


}
.section2_p p{
	font-family: p_normal;
	padding-top: 30px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #A9A9A9;
	line-height: 25px;


}


/*==================== section_3 ================*/
.section_3{
	padding: 5% 10%;
	background: #f6f6f6;
}



.section3_h1 h1{
	font-family: p_medium;
	font-size: 30px;
	/*font-weight: normal;*/
	letter-spacing: 1px;
	color: #141414;
	line-height: 45px;
margin-bottom: 80px;

}


.section3_ul ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.section3_ul ul li{
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 30px;
	 font-family: p_normal;
}
.section3_ul ul li span i{
	color: #FF6600;
	font-size: 16	px;
	margin-right: 20px;
}

.section3_product img{
	height: 300px;
	width: 100%;
	object-position: center;
	object-fit: contain;
	border: 5px solid #ff6600;
}



/*====================== SECTIOn 5 ====================*/


.section_4{
padding: 5% 10%;
background: #fff;
}



.section_4_h2 h2{
  font-size: 35px;
  /*font-weight: bold;*/
  letter-spacing: 1.5px;
  color: #141414;
  font-family: p_medium;}
.section_4_p p{
 font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #A9A9A9;
  line-height: 35px;
margin-top: 10px;
  font-family: p_normal;
}
.section_4 .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(240, 89, 7, 0.82);*/
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.section_4 .item {
    position: relative;
    overflow: hidden;
    margin: 0px 0;
}
.section_4 .item img{
	height: 400px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.section_4 .item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}





.section_4 .title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.section_4 .item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.section_4 .text {
    color: #141414;
background: #fff;
font-family: p_normal;

font-weight: normal !important;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px ;

    width: 80%;
/*    border-radius: 10px;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/*=================== Section 7 =====================*/
.section_7{
	min-height: 600px;
	background:linear-gradient(0deg, rgba(255, 102, 0, 0.3), rgba(255, 102, 0, 0.3)), url(../images/index/06.png);

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section_7_img{
padding: 5% 10%;

}



.section_7_h1  h1{
  font-size: 45px;
  /*font-weight: bold;*/
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 30px;
  font-family: p_medium;
}

.section_7_p p{
 font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 30px;
margin-top: 10px;
  margin-bottom: 30px;
  font-family: p_normal;
}

.section_7_buttton button{
	background: #141414;
	border: none;
	outline: none;
	padding: 10px 20px;

	border-radius: 0px;
	font-size: 25px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: normal;
font-family: p_normal;}




.section_7_buttton button:hover{
	background: #ff6600;
	cursor: pointer;
}


@media screen and (max-width: 1400px){
	.bottom-left img{
	height: 100px;
	width: 100%;
	object-fit: contain;
	object-position: left;
}
	.section2_h1 h1{
	font-size: 20px;;
	line-height: 30px;


}
.section2_p p{
	font-size: 14px;
	line-height: 25px;

padding-top: px;
}

.section2_h6 h6{
	font-size: 14px;
	line-height: 25px;
}

.section2_ul ul li{
	font-size: 14px;
	line-height: 25px;
}
.section3_h1 h1{
	font-size: 20px;
	line-height: 35px;

}


.section3_ul ul li{
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
	 font-family: p_normal;
}
.section3_ul ul li span i{
	color: #FF6600;
	font-size: 14px;
	margin-right: 20px;
}

.section_3_table table thead th{
		font-family: p_medium;
	font-size: 14px;
	line-height: 25px;

}
.section_3_table table td,.section_3_table table th{
	 border: 1px solid #dddddd;
}
.section_3_table table tbody{
		font-family: p_medium;
	font-size: 14px;
	line-height: 25px;

}

.section3_h5 h5{
	font-size: 14px;
	line-height: 30px;

}
/*.section3_product img{
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: contain;
}*/

.section_4_h2 h2{
  font-size: 25px;
}
.section_4_p p{
 font-size: 14px;
 
  line-height: 25px;

}

.section_4 .text {
    font-size: 14px;
  
}


.section_7_h1  h1{
  font-size: 30px;
 
}

.section_7_p p{
 font-size: 14px;
 
  line-height: 25px;

}

.section_7_buttton button{

	font-size: 15px;
	}

}