*{
    padding: 0;
    margin: 0;
    outline: 0;
}
ol,
ul{
    list-style-type: none;
    margin: 0;
}
ul li{
	color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
span,
input{
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,h6{
  color: #000;
}
body{
    font-family: 'Open Sans', sans-serif;
}
a,
a:hover{
    color: #000;
    text-decoration: none;
}
img{
    vertical-align: middle;
}

/* header css start */
.hero_section{
    background-image: url(../images/hero_bg.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom  right;
    padding-top: 200px;
    padding-bottom: 30px;
    background-color: #000;
    border-bottom: 25px solid #ffc000;
}
.hero_txt img{
    width: 180px;
}
.hero_txt h2{
    color: #ffc000;
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    margin-top: 35px;
}
.hero_txt p{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
}
.experience_sec{
    padding: 50px 0px;
}
.exp_txt{
    margin-top: 90px;
}
.exp_txt h3{
    color: #40200b;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}
.exp_txt p{
    color: #010000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
}
.product_section{
    background-color: #ffc000;
    padding: 50px 0px;
}
.leadership_head h2,
.product_head h2{
    color: #40200b;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.product_boxs{
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    min-height: 225px;
    height: 250px;
}
.product_boxs p{
    color: #010000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 35px;
}
.leadership_section{
    padding: 50px 0px;
    background-color: #fff;
}
.leadership_head h2{
    text-align: left;
}
.leadership_boxs .media{
    align-items: center;
}
.leadership_boxs img{
    width: 150px;
    margin-right: 25px;
}
.leadership_boxs h5{
    color: #40200b;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
.leadership_boxs h6{
    color: #40200b;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.leadership_boxs p{
    color: #010000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.footer_section{
    padding: 50px 0px;
}
.contact_boxs_wrap{
    background-color: #ffc000;
    padding: 35px;
    padding-bottom: 80px;
}
.contact_boxs_wrap h3{
    color: #40200b;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}
.contact_boxs_wrap img{
    margin-right: 15px;
    width: 20px;
}
.contact_boxs_wrap h6{
    color: #40200b;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-top: -3px;
}
.contact_boxs_wrap p{
    color: #40200b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.contact_boxs_wrap .media{
    margin-top: 50px;
}
.ftr_img{
    margin-top: 60px;
}
.product_boxs img{
    width: 200px;
}
/* header css end */
