* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: montserrat,sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #DEB841;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.place-holder {
  padding-top: 30px;
}

/*gray #BFBDC1,black #373737,yellow #DEB841*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header .logo img {
  width: 250px;
  margin-left: 0;
}

#header .logo .logo-2 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  padding-left: 20px;

}

.navbar {
  background: rgba(55, 55, 55, 1);
  margin-top: 0 !important;
  padding: 0 !important;
}

.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-collapse.collapse.show ul li {
  padding-left: 0 !important;
}

.navbar li.nav-link {
  padding: 1rem 1.5rem !important;
  display: flex;
  align-items: center;
}

.navbar li>a {
  font-size: 18px;
}

.navbar li:hover>a {
  color: #DEB841;

}

.navbar li a {
  color: #ffffff;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #E34134;
}

#header .btn-sign {
  font-weight: 500;
  font-size: 18px;
  color: #E34134;
  border: 0 !important;
}

#header .btn-signin {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #E34134;
  border-radius: 5px;
  width: 150px;
  height: 55px;
}

.header-btn {
  background-color: #DEB841;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  padding: 10px;
  height: 45px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #DEB841;
}

.header-btn:hover {
  background-color: transparent;
  border: 2px solid #DEB841;
}

#header p {
  color: #ffffff;
}

.dropdown-menu .dropdown-item {
  color: #000000;
}

/*--------------------------------------------------------------
Banner Section
--------------------------------------------------------------*/

.banner {
  background-image: url(../../assets/images/banner-2.webp);
  background-size: 100% 100%;
  height: 703px;
  background-color: #f3f3f3;
}

.banner-text {
  padding: 9rem 0;
}

.banner h1 {
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
  color: #373737;
  font-family: avenir_lt_std95_black;
}
.banner p {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  color: #373737;
}
.banner .banner-button {
  background-color: #DEB841;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  padding: 14px 35px;
  border: 2px solid #DEB841;
}

.banner .banner-button-2 {
  background-color: #373737;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  padding: 14px 35px;
  color: #ffffff;
  border: 2px solid #373737;
}

.banner .banner-button:hover {
  background-color: transparent;
  border: 2px solid #DEB841;
  color: #000000;
}

.banner .banner-button-2:hover {
  background-color: transparent;
  border: 2px solid #373737;
  color: #000000;
}

/*------------------------------------
 Modran Section
----------------------------------*/
.main-modran {
  background-color: #e8ded0;
  padding-bottom: 50px;

}

.modran {
  background-image: url(../../assets/images/home.png);
  position: relative;
  padding-bottom: 125px;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
}

.modran h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
  color: #373737;
  padding-top: 90px;
  font-family: avenir_lt_std95_black;
  width: 602px;
  margin: 0 auto;
}

.modran p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
  color: #373737;
}

.modran-text {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-top: -76px;
  position: relative;
  color: #373737;
  font-weight: 500;
}

.modran-text-icon {
  text-align: center;
  font-size: 24px;
  line-height: 22px;
  margin-top: 20px;
  position: relative;
  color: #373737;
  font-weight: 800;
}

.modran-gallery {
  padding-top: 1rem;
}

.modran-gallery h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  color: #373737;
  font-family: avenir_lt_std95_black;
  padding-bottom: 20px;
}

.modran-gallery p {
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.items-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.items-desc {
  padding: 1rem;
}

.item-name-desc .item-name {
  font-weight: 800;
  font-size: 28px;
  color: #373737;
  margin-bottom: 0;
  font-family: avenir_lt_std95_black;
}

.item-name-desc .item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #373737;
  margin: 0;
}

.item-buttons {
  display: inline-flex;
}

.item-buttons .gallery-button {
  background-color: #deb841;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border: 2px solid #deb841;
}

.item-buttons .gallery-button-2 {
  background-color: #373737;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 25px;
  color: #fff;
  border: 2px solid #373737;
}

.item-buttons .gallery-button:hover {
  background: transparent;
  border: 2px solid #DEB841;
  ;

}

.item-buttons .gallery-button-2:hover {
  background: transparent;
  border: 2px solid #373737;
  color: #000000;

}

.gallery img {
  width: 100%;
  height: 100%;
}

/*------------------------------------
Craft Section
----------------------------------*/
.carfts {
  background-color: #272829;;
}

.craft-heading h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  color: #fff;
  font-family: avenir_lt_std95_black;
  padding-top: 18rem;
  padding-bottom: 20px;
}

.c-button {
  background-color: #DEB841;
  border-radius: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #DEB841;
}

.c-button:hover {
  background-color: transparent;
  border: 2px solid #DEB841;
  color: #ffffff;
}

.c-button-2 {
  background-color: transparent;
  border: 2px solid #BFBDC1;
  color: #ffffff;
  color: #BFBDC1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
}

.c-button-2:hover {
  background-color: #BFBDC1;
  border: 2px solid #BFBDC1;
  color: #000000;

}

.craft-parr {
  color: #ffffff;
  font-size: 16px;

}

.craft-parr-2 {
  color: #ffffff;
  ;
}

.carft-parrgraph {
  padding-top: 18rem;
}
/*--------------------------Footer-----------------------------
-----------------------------------------------------*/
.footer {
  background-color: #333332;
}

.footer-number {
  font-weight: 800;
  color: #ffffff;
  padding: 30px 0;
  font-size: 24px;
}

.footer-links a {
  border-right: 1px solid #fff;
  padding-left: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  padding-right: 10px;
}

.copyright-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
}

.footer-contact {
  font-weight: 800;
  color: #fff;
  padding: 30px 0;
  font-size: 24px;
}

/*==============GET A QOUTE PAGE==================*/


/*---------------getaqoute-banner---------------------*/
.product-img img {
  width: 100%;
  height: 100%;
}
.getaqoute-banner  {
  background-color: #eae9ea;
}

.product-right {
  background-color: #E7DDCE;
  width: 100%;
  height: 100%;
}

.product-right-heading {
  padding: 75px 47px;
}

.product-right-heading h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  font-family: avenir_lt_std95_black;


}

.product-right-heading p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}
.product-right-parr p {
  font-size: 14px;
  font-weight: 500;
}

.product-gallery img {
  width: 100%;
  height: 100%;
}

.product-button {
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 0;
  padding: 15px 37px;
  font-weight: 800;
  font-family: avenir_lt_std95_black;
  font-size: 18px;
}

.product-button:hover {
  border: 3px solid #DEB841;
  background-color: #DEB841;
  color: #ffffff;
}

/*Oh-fence*/
.Oh-fence {
  background-color: #373737;
}

.Oh-fence-heading {
  font-weight: 800;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-family: avenir_lt_std95_black;
}
.Oh-fence-subheading {
  font-weight: 800;
  text-align: center;
  color: #fff;
  font-family: avenir_lt_std95_black;
  font-size: 24px;
}

.fence-card-heading {
  height: 100px;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  font-family: avenir_lt_std95_black;
}

.fence-card-parr {
  color: #ffffff;

}

/*Configurable*/
.configurable {
  background-color: #E7DDCE;
}

.product-gallery {
  display: flex;
  justify-content: center;
}

.config-heading {
  font-weight: 800;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #373737;
  font-family: avenir_lt_std95_black;
}

.Common-heading {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
}

.item-name-product {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000;
    padding-left: 13px;
}

.items-desc-product {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.color-heading {
  font-family: avenir_lt_std95_black;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #8d9494;
}

.color-sub-heading {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #000000;

}

.color-parr {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #8d9494;
}

.color-button {
  background-color: transparent;
  border: 3px solid #000000;
  border-radius: 0;
  padding: 15px 37px;
  font-weight: 800;

  font-size: 18px;
}

.color-button:hover {
  border: 3px solid #DEB841;
  background-color: #DEB841;
  color: #ffffff;
}

.now-heading {
  font-weight: 800;
  font-size: 60px;
  line-height: 80px;
  color: #373737;
  font-family: avenir_lt_std95_black;
}
.getaquote-now {
  background-color: #DEB841;
}

.now-button {
  background-color: #373737;
  border: 3px solid #373737;
  border-radius: 0;
  padding: 15px 37px;
  font-weight: 800;

  font-size: 18px;
  color: #ffffff;
}

.now-button:hover {
  border: 3px solid #000000;
  color: #000000;
}


/*--------------------Check out----------------------*/

.shapUl {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.shapUl li a {
  display: flex;
  align-items: center;
  padding: 15px 60px;
  text-decoration: none;
  color: #fff;
  min-width: 100px;
  text-align: center;
  height: 62px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 800;
  font-size: 28px;

}

.shapUl li .shape-text {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}

.shapUl li {
  position: relative;
  background-color: #4B4B4B;
}

.shapUl li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 62px solid #4A4A4A;
  border-right: 62px solid transparent;
  right: -60px;
  top: 0;
  z-index: 1;
  transform: rotate(90deg);
}

.shapUl li.green {
  background-color: #727272;
}

.shapUl li.green::after {
  border-bottom: 62px solid #727272;
}

.icon-scissor {
  padding-right: 16px;
}


.page-pricing {
  background: #E7DDCE;
  border-bottom: 1px solid #B2B2B2;
  padding: 30px 20px;
}


.page-pricing .items-call .item-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.page-pricing .item-tags-wrap .icon {
  margin-right: 15px;
  width: 22px;
}

.items-price-wrap {
  padding: 50px 60px 50px 0;
}

.items-cart-wrap {
  padding: 50px 0;
}

.items-price-wrap .item-textb {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  color: #4A4A4A;

}

.items-price-wrap .item-valid {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #4A4A4A;
  padding: 10px;
}

.items-price-wrap .item-valid-2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #4A4A4A;
  padding: 10px;
  border: 1px solid black;
  width: 260px;
}

.items-price-wrap .item-wrap {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.items-price-wrap .item-price {
  font-weight: 800;
  font-size: 70px;
  line-height: 1;
  color: #373737;

}

.items-price-wrap .item-strike-wrap {
  padding-left: 30px;
  margin-left: auto;
}

.items-price-wrap .item-strike {
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  color: #4A4A4A;
  ;
  text-decoration: line-through;

}

.items-price-wrap .item-diff {
  font-size: 16px;
  line-height: 1;
  color: #4A4A4A;
  margin-top: 4px;
}

.items-price-wrap .item-diff .icon {
  margin-right: 8px;
  height: 10px;
}

.items-cart-wrap .btn {
  width: 100%;
  padding: 11px 42px 11px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
  border: 6px solid #373737;
  font-weight: 800;
  font-size: 60px;


}

.items-cart-wrap .btn .icon {
  margin-right: 40px;
  width: 50px;
  margin-top: -10px;
}

.items-alert {
  border: 1px solid #FCBE92;
  padding: 10px 10px 10px 60px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #4A4A4A;
  text-align: left;
  position: relative;
  margin-top: 20px;
}

.items-alert .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
}

.page-tags {
  padding: 22px 34px;
  border-bottom: 1px solid #B2B2B2;
}

.page-tags td {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #4A4A4A;
}

.page-tags td .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
}

.page-footer {
  margin-top: 5px;
  background-color: #ebefef;
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.link-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;

}

.link-f-tags {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
}

.chect-f {
  background-color: #373737;
  color: #ffffff;
}

.icon-c {
  color: #ffffff;
}

/*Js-Svg*/
.Js-Svg {
  height: 500px;
}



/*  */


/*-------------------========Color==========----------------*/
.Color {
  background-color:#E7DDCE;
  padding-top: 100px;
  padding-bottom: 30px;
}
 .color-main-image img{
  width: 100%;
  height: 100%;
 }

.items-desc-color {
    position: absolute;
    top: 40px;
}

.bg-color {
  background-color: #727272;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border : 1px solid gray;
  border-top: 0;

}
.bg-color-2 {
  background-color: #2E2D2D;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border : 1px solid gray;
  border-top: 0;

}
.bg-color-3 {
  background-color: #2F4A8C;
  height: 35px;
  width: 100%;
    position: absolute;
  bottom: 0px;
  border : 1px solid gray;
  border-top: 0;

}
.bg-color-4 {
  background-color: #FFF42E;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border : 1px solid gray;
  border-top: 0;

}
.color-gallery {
  display: flex;
  justify-content: center;

}
.bg-color-5 {
  background-color: #EFE4C7;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border: 1px solid gray;
  border-top: 0;

}
.bg-color-6 {
  background-color: #ffffff;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border: 1px solid gray;
  border-top: 0;

}
.bg-color-7 {
  background-color: #FF8438;
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border: 1px solid gray;
  border-top: 0;

}
.bg-color-8 {
  background-color: #D83236;
  height: 35px;
  width: 100%;;
  position: absolute;
  bottom: 0px;
  border : 1px solid gray;
  border-top: 0;
}
.color-gallery img {
   width: 387px;
}

.color-now-heading {
    font-weight: 800;
    font-size: 50px;
    line-height: 80px;
    color: #373737;
  
}
.color-now-button {
  
  border: 3px solid #373737;
  border-radius: 0;
  padding: 15px 37px;
  font-weight: 800;

  font-size: 18px;
  color: #000000;
  
}

.color-now-button:hover {
  border: 3px solid #000000;
  background-color: #373737;
  color: #ffffff;
}





/*-------=========FAQ=========-------------------*/
.faq {
  background-color: #E7DDCE;
  padding-bottom: 30px;
}

.faq-heading {
  font-weight: 800;
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  color: #000;
  font-family: avenir_lt_std95_black;
  padding-top: 80px;
}

.faq-acc-clr {
  background-color: transparent;
  border: 1px solid #000000;
  margin-top: 20px;
  padding: 20px;
  border-top: 1px solid #000000 !important;
  border-radius: 5px;
}

.faq-acc-btn {
  background-color: transparent;
  color: #000;
  font-weight: 800;
  font-family: avenir_lt_std95_black;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  border-radius: 5px;

}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  border-radius: 5px;

}
