/*******************
 02 TYPOGRAPHY
********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; 
}
a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}


li {
  list-style: none;
}
.ti{
    vertical-align: middle;
}
.space-py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn{
    padding: 10px 16px;
    border-radius: 12px;
    line-height: 1;
}
.btn.btn_lg{
    font-size: 18px;
    padding: 15px 25px;
}
.btn_primary{
    color: #fff !important;
    background-color: #95362f !important;
}
.btn_success{
    color:  #fff !important;
    background-color: #05391d !important;
}

.title{
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
}
.common_dis{
    font-size: 18px;
    margin-bottom: 10px;
}

/*******************
 Header
********************/
.main-header {
    background-color: #253353;
}
.top-header {
    border-bottom: 1px solid #50679e;
    height: 50px;
}
.logo-header {
    height: 74px;
}
.main-header .brand-logo {
    position: absolute;
    top: 0;
    left: 30px;
}
.tel-header {
    background-color: #e0e4eb;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: right;
}
.tel-header h3 {
    margin: 0;
    font-weight: 600;
}
.tel-header span {
    color: #203756;
    font-size: 18px;
    font-weight: 500;
}
.sub-header{
    background-color: #f6f6f6;
    height: 30px;
}

/*******************
 Home Start
********************/
.product-sec .product-box {
    padding: 0 15%;
}
.product-sec .product-box .img-wrap {
    height: 100%;
}
.product-sec .product-box img {
    max-width: 100%;
    width: 100%;
    height: 410px;
    object-fit: contain;
}
.product-box .pro-productbtn {
    color: #000000;
    font-weight: 600;
    background-color: #ffc000;
    padding: 10px 22px;
    display: block;
    margin-top: 30px;
    font-size: 20px;
    border-radius: 20px;
}
.trophy-sec .product-box{
    padding: 0 5%;
}
.trophy-sec .product-box img {
    max-width: 100%;
    width: 100%;
    height: 410px;
    object-fit: fill;
}
.trophy-sec .product-box p {
    color: #253454;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}
.trophy-sec .product-box .pro-orderbtn {
    color: #ffffff;
    font-weight: 500;
    background-color: #253454;
    padding: 10px 22px;
    display: block;
    margin-top: 30px;
    font-size: 20px;
    border-radius: 5px;
}

/*******************
 Footer
********************/
