@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden!important;
    font-family: 'Poppins', sans-serif;
}
.default-btn{
    background: #202447;
    color: #fff!important;
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 2px;
    margin-top: 2rem;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    border:0;

}
.py-axis {
    padding: 3rem 0;
}
.top_heading h3{
    
font-size: 31px;
    
font-weight: 700;
    
color: #202447;
}
.top_heading p {
    font-size: 15px;
    color: #777;
    width: 75%;
    margin: 24px auto 0;
    line-height: 26px;
}
header nav{
    background: #fff;
}
header nav .nav-link{
    color: #202447 !important;
    margin-right: 15px!important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
header nav .navbar-brand{
    font-size: 27px;
    color: #202447!important;
    font-weight: 900;
    display: flex;
    align-items: center;
}
header nav .navbar-brand img{
    width: 121px;
    margin-right: 10px;
}
/*===  hero section css start ===*/
.hero__sec {
    background: #000;
    position: relative;
    overflow: hidden;
  }
  .hero__sec .text__box h3{
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-top: 3rem;
  }
  .hero__sec .text__box p{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 1rem 0 3rem;
    display: inline-block;
  }
  .hero__sec .text__box span{
    color: #faa831;
  }
  .products__sec .bottomBtn,
  .hero__sec .text__box a{
    display: block;
    background: #faa831;
    width: 175px;
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
    border-radius: 2px;
    font-weight: 600;
    margin-bottom: 3rem;
  }
  .hero__sec .slider__box{
    position: relative;
    z-index: 9;
  }
  .hero__sec .bg__color{
    background: linear-gradient(90deg, #faa831, #0076bb);
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .hero__sec .bg__img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50%;
  }
  .hero__sec .owl-carousel img{
    width: 410px;
    margin: auto;
  }
.our_vision h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #202447;
}
.our_vision h3 span {
    color: #faa831;
    font-weight: normal;
}
.our_vision p {
    font-size: 15px;
    color: #777;
    line-height: 26px;
    text-align: justify;
    margin: 0;
}
.our_vision img{
    height: 100%;
    object-fit: cover;
}
.highLights h2{
    font-size: 20px;
    font-weight: 600;
    color: #202447;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.highLights .itemBox{
    padding: 10px;
    background: #fff;
    border-radius: 22px;
    position: relative;
}
.highLights .itemBox img{
    border-radius: 11px;
}
.highLights .itemBox span{
    position: absolute;
    left: 10px;
    top: 25px;
    background: #202447;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 0 15px 15px 0;
}
.products__sec{
    background: #eee;
}
.products__sec .cardBox {
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    margin-top: 2rem;
    background: #fff;
    border-bottom: 4px solid #faa831;
}
.products__sec .cardBox h5{
    font-size: 13px;
    margin-top: 1rem;
    color: #202447;
}
.products__sec .cardBox strong{
    font-size: 21px;
    color: #333;
    font-weight: 600;
}
.products__sec .cardBox a{
    background: #202447;
    border-radius: 25px;
    padding: 7px 22px;
    display: inline-block;
    margin-top: 15px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;

}
.similar_pro{
    background: #eee;
}
.similar_pro h2 {
    font-size: 20px;
    font-weight: 600;
    color: #202447;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.similar_pro .product-items{
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
}
.similar_pro .product-items h3{
    font-size: 14px;
    text-align: center;
    padding-bottom: 1rem;
}
.similar_pro .product-items img{
    border-radius: 10px;
}
.slick-next:before, .slick-prev:before{
    color: #202447!important;
}
footer{
    background: #202447;
    padding-top: 3rem;
}
footer .textContent p{
    font-size: 13px;
    line-height: 26px;
    color: #ffff;
    font-weight: 300;
    text-align: justify;
    padding-right: 5rem;
}
footer .textContent h3{
    color: #fab915;
    font-size: 20px;
    margin-bottom: 1rem;
}
footer .textContent ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .textContent ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
footer .copyright{
    background: #fab915;
    text-align: center;
    padding: 10px 0;
    margin-top: 5rem;
} 
footer .copyright p{
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #202447;
}
footer .textContent img{
    width: 171px;
    margin-right: 10px;
    background: #fff;
    padding: 1rem;
    border-radius: 4px;
}
footer .textContent a{
    font-size: 35px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
}
.breadcrumb-section {
    background: url(../images/banner1.jpg);
    position: relative;
    background-position: top;
    background-size: cover;
}
.breadcrumb-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202447b5;
}
.breadcrumb-section .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
}
.breadcrumb-section .page-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    color: #fff;
}
.breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #555555;
    font-weight: 600;
    margin: 0;
    padding: 5px; 
}
.breadcrumb-section .breadcrumb a {
    color: #555555;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    color: #fff;
}
.breadcrumb-section:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(../images/shadow.png) no-repeat scroll center 0px transparent;
    top: 0;
    left: 0;
    width: 100%;
}
.breadcrumb-item+.breadcrumb-item::before{
    position: relative;
    color: #fff;
}
.breadcrumb-item.active{
    color: #fff;
    position: relative;
}
.section-b-space {
    padding: 70px 0;
}
.contact_sec {
    background: #eee;
}
.contact_sec .contact_wrapper {
    padding: 25px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    position: relative;
    border-radius: 15px;
}
.contact_sec .contact_txt {
    background: #202447;
    padding: 22px 26px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.contact_sec .contact_txt h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fab915;
    margin-bottom: 25px;
}
.contact_sec .contact_txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact_sec .contact_txt ul li {
    margin-bottom: 29px;
}
.contact_sec .contact_txt ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.contact_sec .contact_txt ul li a i {
    color: #fab915;
    font-weight: 700;
    font-size: 20px;
    margin-right: 12px;
}
.contact_sec ul.follow_us {
    display: flex;
    justify-content: center;
}
.contact_sec ul.follow_us li {
    padding: 11px 12px;
    width: 45px;
    height: 45px;
    background-color: #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px #00000070;
    margin: 0 9px;
}
.contact_sec ul.follow_us li i {
    font-size: 21px;
}
.contact_sec .form_sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}
.contact_sec .form_sec .form-control {
    box-shadow: none;
    outline: none;
    border-radius: 35px;
    margin-bottom: 27px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #202447;
    padding: 9px 11px;
}
.contact_sec .form_sec textarea {
    box-shadow: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #202447;
    width: 100%;
    padding: 10px 8px;
}
.contact_sec .form_sec ::placeholder {
    color: #202447;
}
.contact_sec button {
    width: 150px;
    border: 2px solid #202447;
    padding: 8px 0;
    border-radius: 25px;
    color: #202447;
    text-transform: uppercase;
}
.about__sec .right_box small {
    font-size: 15px;
    font-weight: 600;
    color: #fab915;
}
.about__sec .right_box h3 {
    font-size: 35px;
    font-weight: 600;
    color: #202447;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.about__sec .right_box h6 {
    color: #fab915;
    font-size: 15px;
    margin-bottom: 1rem;
}
.about__sec .right_box p {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    line-height: 26px;
}
.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #202447;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
@keyframes animborder {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    100% {
      -webkit-transform: translateX(113px);
      transform: translateX(113px);
    }
}
.category__items .category__wrapper{
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 1rem;
}
.category__items h3{
    font-size: 30px;
    font-weight: 700;
    color: #202447;
}
.category__items h5{
    font-size: 25px;
    font-weight: 700;
    color: #202447;
}
.category__items p{
    font-size: 14px;
    color: #777;
    line-height: 26px;
}
.thumbnails_sec img{
    width: 100px;
}
.why_choose{
    background: url(../images/bg-process.png);
    background-size: cover;
    background-position: center;
}
.why_choose .cardWrapper{
    transform: rotate(14deg);
}
.why_choose .choose_box{
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.why_choose .choose_box span{
    display: block;
    height: 50px;
    width: 50px;
    margin: auto;
    background: #202447;
    color: #fff;
    border-radius: 50%;
    padding: 7px 0;
    font-size: 25px;
    margin-bottom: 1.5rem;
}
.why_choose .choose_box h4{
    font-size: 18px;
    color: #202447;
}
.why_choose .choose_box p{
    font-size: 13px;
    color: #777;
}
.why_choose h3{
    font-size: 20px;
    font-weight: 600;
    color: #202447;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.why_choose h3 span{
    color: #faa831;
}
.why_choose .choose_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.why_choose .choose_list ul li{
    position: relative;
    padding-left: 40px;
    padding-bottom: 12px;
    font-size: 14px;
}
.why_choose .choose_list ul li i{
    position: absolute;
    left: 16px;
    top: 6px;
    color: #fe4c1c;
}
.export__sec{
    background: #eee;
}
.export__sec .export_block h3, .overseas__sec .seasText h3{
    font-size: 20px;
    font-weight: 600;
    color: #202447;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.export__sec .export_block h3 span, .overseas__sec .seasText h3 span{
    color: #faa831;
}
.export__sec .export_block b{
    color: #202447;
}
.export__sec .export_block p, .overseas__sec .seasText p{
    font-size: 14px;
    color: #777;
    margin-top: 5px;
    line-height: 26px;
}
.export__sec .export_block img{
    width: 205px;
    display: block;
    margin: auto;
}
.overseas__sec .seasText p span{
    color: #faa831;
    font-weight: 700;
}
.leather_kit{
    background-color: #eee;
}
.leather_kit .image_box{
    margin-bottom: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 10px;
}
.leather_kit .image_box img{
    border-radius: 10px;
}