*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;}

.top_positions{
    z-index:999;
}

.display_flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.display_flex_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.display_flex_start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.display_flex_end_col{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.display_flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.display_flex_spacebtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.org_bg{
  background-color: #da5323;
}

.navbar-brand{
  width:150px;
}

.top_section_icon ul{
    list-style-type: none;
    display: inline-flex;
    margin-bottom: 0px;
}


.top_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_logo img{
    width: 116px;
}

.top_section_icon ul li{
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_section_icon ul li a{
    color:#da5323;
    font-weight: 600;
}

.border_bottom{
    border-bottom: 1px solid #80808040;
}

.top_padding{
padding-top: 9px;
padding-bottom: 9px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255) !important;
}

.navbar-light .navbar-toggler {
  color: rgb(255 124 0) !important;
  border-color: rgb(0 0 0 / 0%) !important;
}

.navbar-light .navbar-toggler:focus{
  box-shadow: none;
}

.banner_img_src{
    position: relative;
}

.banner_img_src::after{
    position: absolute;
    content: "";
    top:0px;
    left:0px;
    background-color: #0000006b;
    width: 100%;
    height: 100%; 
}


.banner_contant_detail{
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    top: 100px;
    left: 11px;
    z-index: 99;
}

.banner_contant_detail p{
    color:#da5323;
    font-weight: 700;
}

.banner_contant_detail h4{
    color: #ffffff;
    font-size: 27px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

.banner_contant_detail a{
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}

.banner_contant_detail a:hover{
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}

.banner{
    padding-bottom: 80px;
}

.about_images img {
    max-width: 330px;
    padding: 12px;
}

.abt_section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0000000a;
}

.about_content h3{
    font-size: 32px;
    font-family: 'Playfair Display', serif;
}

.about_content h6 span{
    color:#da5323; 
}

.milstone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mil_text h4{
    color:#da5323;  
}

.our_product{
    padding-top: 60px;
    padding-bottom: 60px; 
}

.product_heading h4{
    font-size: 32px;
    font-family: 'Playfair Display', serif;
}

.product_heading h4 span{
    color:#da5323;  
}

.fur_box_wrapper{
    margin: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fur_images{
  position: relative;
}

.fur_text{
  position: absolute;
  content: "";
  bottom: 0;
  left:0;
}

.fur_text h4{
  color: #da5323;
  padding: 9px 24px;
  font-size: 15px;
  border: 1px solid;
}

.shop_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(to bottom, #da5323, #0000001a), url(../images/bg_fur.jpg);
background-position: center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
}


.shop_meaagage h3{
  font-size: 30px;
  color:#fff;
  font-family: 'Playfair Display', serif;
}

.shop_meaagage h5{
  font-size: 18px;
  color:#fff;
  font-family: 'Playfair Display', serif;
}
.contact_wrapper{
  padding-top: 60px;
  padding-bottom: 60px;
}


.section-contact {
  padding: 10px;
  background-color: #fff;
}

.section-contact .header-section .title {
position: relative;
margin-bottom: 17px;
text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}

.section-contact .header-section .title .dot {
  display: inline-block;
position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-color: #da5323;
}

.section-contact .header-section .description {
font-family: "Roboto", sans-serif;
color: #2a6287;
}

.section-contact .header-section .big-title {
position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,70%);
  font-size: 53px;
  font-weight: 700;
  opacity: 0.15;
}

.section-contact .form-contact {

}

.section-contact .form-contact .single-input {
position: relative;
  margin-top: 40px;
}

.section-contact .form-contact .single-input i {
position: absolute;
  top: 5px;
  left: 15px;
  color: #da5323;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
width: 100%;
  border: none;
  border-bottom: 1px solid #da5323;
  padding-left: 50px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: border .3s;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
color: rgba(7, 57, 92, .3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
border-color: #df383f;
}

.section-contact .form-contact .single-input textarea {
height: 150px;
min-height: 50px;
}

.section-contact .form-contact .submit-input input {
margin-top: 40px;
  padding: 15px 50px;
  background-color: #da5323;
  color: #fff;
  border: none;
  font-weight: 700;
  transition: background-color .3s;
}

.section-contact .form-contact .submit-input input:hover {
background-color: #ff9799;
}

.contact .content .info {
  margin-top: 30px;
}
.contact .content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #da53238c;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-size: 13px;
  line-height: 1.4;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}


.footer-section {
    background: #da532333;
    position: relative;
  }
  .footer-cta {
      border-bottom: 1px solid #0d694c38;
  }
  .single-cta i {
    color: #da5323;
    font-size: 20px;
    /* float: left; */
    text-align: center;
    margin-top: 8px;
    margin-left: 17px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #da5323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
  }
  .cta-text span {
    color: #000000;
    font-size: 15px;
  }

  .single-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }


  .mobile_menu{
    display: none;
    
}

.top-section{
  display: block;
}



  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
    max-width: 154px;
  }


  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #000000;
    
  }


  .footer-social-icon span {
    color: #da5323;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }


  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }


  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }


  .facebook-bg{
    background: #da5323;
  }


  .twitter-bg{
    background: #da5323;
  }

  .google-bg{
    background: #da5323;
  }


  .facebook-bg:hover{
      background: #da5323;
      color:#ffffff;
    }
    .twitter-bg:hover{
      background: #da5323;
      color:#ffffff;
    }
    .google-bg:hover{
      background: #da5323;
      color:#ffffff;
    }

.contact_banner{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/contact.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}

.contact_banner::before{
  position: absolute;
  content:"";
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color: #da532354;
}

.inner-header h4{
  color: #ffffff57;
font-size: 24px;
}



  .footer-widget-heading h3 {
    color: #da5323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #da5323;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #da5323;
  }
  .footer-widget ul li a {
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #da5323;
      padding: 13px 20px;
      border: 1px solid #da5323;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #da5323;
    text-decoration: none;
  }
  
  .footer-menu ul{
      margin-bottom: 0px;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #da5323;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
  }
  
  
  
  
  
  /* footer */



  @media screen and (max-width: 992px){

    .mobile_menu{
        display: block;
        
    }
    .navbar-light .navbar-nav .nav-link {
      color: rgb(0, 0, 0) !important;
      font-size: 15px;
      font-weight: 600;
  }

    .top-section{
      display: none;
    }
  }

  @media screen and (max-width:325px){
    .navbar-brand {
      width: 95px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
    font-size: 15px;
    font-weight: 600;
}

  }