body {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.bg-color-active {
    background-color:  #f8a53f;
}
.bg-color-active-2 {
    background-color:  #d9725f;
}
/* breadcrumb */
.breadcrumb-section {
    background-color: #dfedff;
    position: relative;
}

.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: 30px;
    margin-bottom: 0;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 32px;
    color: #002868;
    text-transform: uppercase;
}

.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 li {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0;
}

.breadcrumb-section .breadcrumb a {
    color: #000000;
    font-weight: 600;
}


    .breadcrumb-item.active {
    color: #002868;
}
/* blog page */
/*---------------------
  Blog
-----------------------*/

.blog__item {
    margin-bottom: 60px;
  }
  
  .blog__item__pic img {
    min-width: 100%;
  }
  
  .blog__item__text {
    padding-top: 25px;
  }
  
  .blog__item__text ul {
    margin-bottom: 15px;
  }
  
  .blog__item__text ul li {
    font-size: 16px;
    color: #b2b2b2;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  
  .blog__item__text ul li:last-child {
    margin-right: 0;
  }
  
  .blog__item__text h5 {
    margin-bottom: 12px;
  }
  
  .blog__item__text h5 a {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
  }
  
  .blog__item__text p {
    margin-bottom: 25px;
  }
  
  .blog__item__text .blog__btn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #BF0A30;
    padding: 14px 20px 12px;
    /* border-radius: 25px; */
    background-color: #BF0A30;
  }
  
  .blog__item__text .blog__btn span {
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  
  .blog__pagination {
    padding-top: 5px;
    position: relative;
  }
  
  .blog__pagination:before {
    position: absolute;
    left: 0;
    top: -29px;
    height: 1px;
    width: 100%;
    background: #000000;
    opacity: 0.1;
    content: "";
  }
  

.blog__sidebar {
    padding-top: 50px;
  }
  
  .blog__sidebar__item {
    margin-bottom: 50px;
  }
  
  .blog__sidebar__item h4 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .blog__sidebar__item ul li {
    list-style: none;
  }
  
  .blog__sidebar__item ul li a {
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  
  .blog__sidebar__item ul li a:hover {
    color: #11b7c7;
  }
  
  .blog__sidebar__search {
    margin-bottom: 50px;
  }
  
  .blog__sidebar__search form {
    position: relative;
  }
  
  .blog__sidebar__search form input {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
  }
  
  .blog__sidebar__search form input::placeholder {
    color: #6f6f6f;
  }
  
  .blog__sidebar__search form button {
    font-size: 16px;
    color: #6f6f6f;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0px 18px;
  }
  
  .blog__sidebar__recent .blog__sidebar__recent__item {
    display: block;
  }
  
  .blog__sidebar__recent .blog__sidebar__recent__item:last-child {
    margin-bottom: 0;
  }
  
  .blog__sidebar__recent__item {
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .blog__sidebar__recent__item__pic {
    float: left;
    margin-right: 20px;
  }
  
  .blog__sidebar__recent__item__text {
    overflow: hidden;
  }
  
  .blog__sidebar__recent__item__text h6 {
    font-weight: 700;
    color: #000000;
    line-height: 20px;
    margin-bottom: 5px;
  }
  
  .blog__sidebar__recent__item__text span {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
  }
  
  .blog__sidebar__item__tags a {
    font-size: 16px;
    color: #6f6f6f;
    background: #f5f5f5;
    display: inline-block;
    padding: 7px 26px 5px;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  
  /*---------------------
    Blog Details Hero
  -----------------------*/
  
  .blog-details-hero {
    height: 350px;
    display: flex;
    align-items: center;
  }
  
  .blog__details__hero__text {
    text-align: center;
  }
  
  .blog__details__hero__text h2 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .blog__details__hero__text ul li {
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin-right: 45px;
    position: relative;
  }
  
  .blog__details__hero__text ul li:after {
    position: absolute;
    right: -26px;
    top: 0;
    content: "|";
  }
  
  .blog__details__hero__text ul li:last-child {
    margin-right: 0;
  }
  
  .blog__details__hero__text ul li:last-child:after {
    display: none;
  }
  
  /*---------------------
    Blog Details
  -----------------------*/
  
  .related-blog {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  
  .related-blog-title {
    margin-bottom: 70px;
  }
  
  .blog-details {
    padding-bottom: 75px;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .blog__details__text {
    margin-bottom: 45px;
  }
  
  .blog__details__text img {
    margin-bottom: 30px;
  }
  
  .blog__details__text p {
    font-size: 15px;
    line-height: 30px;
  }
  
  .blog__details__text h3 {
   
    color: #000000;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 22px;

  }
  
  .blog__details__author__pic {
    float: left;
    margin-right: 15px;
  }
  
  .blog__details__author__pic img {
    height: 92px;
    width: 92px;
    border-radius: 50%;
  }
  
  .blog__details__author__text {
    overflow: hidden;
    padding-top: 30px;
  }
  
  .blog__details__author__text h6 {
    color: #000000;
    font-weight: 700;
  }
  
  .blog__details__author__text span {
    font-size: 15px;
    color: #0f488e;
  }
  
  .blog__details__widget ul {
    margin-bottom: 5px;
  }
  
  .blog__details__widget ul li {
    font-size: 15px;
    color: #0f488e;
    list-style: none;
    line-height: 30px;
  }
  
  .blog__details__widget ul li span {
    color: #000000;
    font-weight: 700;
  }
  
  .blog__details__widget .blog__details__social a {
    display: inline-block;
    font-size: 20px;
    color: #6f6f6f;
    margin-right: 24px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  
  .blog__details__widget .blog__details__social a:hover {
    color: #11b7c7;
  }
  
  .blog__details__widget .blog__details__social a:last-child {
    margin-right: 0;
  }
  


  .product__pagination,
  .blog__pagination {
    padding-top: 10px;
  }
  
  .product__pagination a,
  .blog__pagination .pagination .page-item a {
    display: inline-block;
    width: 30px;
    /* height: 30px; */
    border: 1px solid #b2b2b2;
    font-size: 14px;
    color: #b2b2b2;
    font-weight: 700;
    /* line-height: 28px; */
    text-align: center;
    margin-right: 16px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  
  .product__pagination a:hover,
  .blog__pagination .pagination .page-item a:hover {
    background: #BF0A30;
    border-color: #BF0A30;
    color: #ffffff;
  }
  
  .product__pagination a:last-child,
  .blog__pagination a:last-child {
    margin-right: 0;
  }
  
  

/* ================================================ 
                Blog Sidebar End
================================================ -*//* .hero-banner */
.hero--banner,
.product_area .main_menu {
    background-image: linear-gradient(90deg, #FFAC73, #FFE69F);
    width: 100%;
    height: auto;
}


.hero-banner .banner-text p b {
    color: #1E1E1E;
    line-height: 1.7;
    text-align: center;
    font-weight: 400;
}

.hero-banner .banner-text h2 {
    font-family: "Tcb_cooper_black_medium";
    font-size: 50px;
    text-align: center;
    color: #AA225A;
    /* line-height: 25px; */
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 35px;
}

.hero-banner .banner-text h2:after {
    margin: 0px auto;
    content: "";
    position: absolute;
    width: 18%;
    height: 4px;
    bottom: 0;
    left: 42%;
    border-bottom: 4px solid #AB2259;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-family: "Tcb_opensans";

}

/* ================Product-feature-section==============
================ */


#product-feature-section {
    background: #AB2259;
}

.products-main-title {
    color: #AA225A;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    font-family: "Tcb_cooper_black_medium";
}

#product-feature-section .feature-block .inner img {
    width: 60px;
    margin-bottom: 10px;
    transition: 0.35s all;
}

#product-feature-section .feature-block .inner h2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.products-main-title {
    color: #AA225A;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    font-family: "Tcb_cooper_black_medium";
}

.products-main-title::after {
    margin: 0px auto;
    content: "";
    position: absolute;
    width: 6%;
    height: 2px;
    bottom: 0;
    left: 47%;
    border-bottom: 2px solid #AB2259;
}

.p-tb-60 {
    padding: 30px 0px;
}


#product-feature-section .feature-block .inner img {
    width: 70px;
    margin-bottom: 10px;
    transition: 0.35s all;
}

#product-feature-section .feature-block * {
    transition: none;
    -webkit-transition: none;
}


section#product-feature-section p {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 15px;
    white-space: pre-wrap;
}

/*================== Product-info-styling=================
===============*/
.Portfolio-main-title {
    color: #AA225A;
    font-family: "Tcb_cooper_black_medium" !important;
    padding-bottom: 30px;
}

#Product-info-features .banner-text h2 {
    font-family: "Tcb_cooper_black_medium";
    font-size: 24px;
    text-align: center;
    color: #AA225A;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 22px;
}

#Product-info-features .banner-text h2:after {
    margin: 0px auto;
    content: "";
    position: absolute;
    width: 9%;
    height: 2px;
    bottom: 0;
    left: 45%;
    border-bottom: 2px solid #AB2259;
}

label.label-styling {
    color: #AA225A;
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;

}

#Product-info-features .form-detailed .form-group .form-control {
    border: 1px solid #777777;
    border-radius: 0;
}

#Product-info-features .form-detailed .form-group {
    margin: 0px 0px 20px;
}

#Product-info-features .p-tb-50 {

    padding: 35px 0px 0px;
}


.form-detailed .form-group input:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}


/*=====================product-slider====================*/
/* .mySlides {display:none}

.w3-button img{
 display:inline:block;
 width:144px;
 height:150px;
}
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}

.w3-content, .w3-auto {
    margin-left: auto;
    margin-right: auto;
}
.w3-red:hover {
    color: #fff!important;
    background-color: #f44336!important;
    background: url(https://www.w3schools.com/w3css/img_snow_wide.jpg);
    width: 144px;
    height: 150px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/
ul#image-gallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 50px 0px 0px;
}

/* -----.demo_1 .item{
            margin-top: 60px;
        }------
*/
.content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}

.demo_1 {
    max-width: 500px;
    text-align: center;
    margin: auto;
}

.Portfolio-btn {
    background-color: transparent;
    border: 2px solid #203850 !important;
    border-radius: 0;
    color: #ffffff;
    text-transform: capitalize;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    background-color: #AB2259;
    border: 2px solid #AB2259 !important;
    color: #ffffff;
    border: none;
    padding: 13px 40px;
    /* font-weight: 400; */
    /* transition: 0.3s; */
    transition: button all 0.4s ease 0s;
    letter-spacing: 1px;
    border: none;
    border-radius: 30px;
    line-height: 1;
}

.Portfolio-btn:hover {
    background-color: #ffffff;
    border: 2px solid #AB2259 !important;
    color: #AB2259;
}

/*================== Tabs=================
===============*/
/* #tabs {
    background-color: #E5E5E5;
    padding: 40px 0;
    color: #000000;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    color: #AB2259;
    background-color: transparent;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: bold;
    border-color: transparent transparent transparent;
    border-bottom: 4px solid transparent !important;

}

nav>div a.nav-item.nav-link.active {
    border-bottom: 4px solid #AB2259 !important;
    z-index: 99999;
} */

/* nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
} */

/* .tab-content {
    background: #E5E5E5;
    line-height: 25px; */
/* border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c; */
/* padding: 30px 25px;
} */

/* .nav-fill .nav-item {
    flex: 0 0 auto;
    color: #000000;
} */

/* nav>div a.nav-item.nav-link {
    color: #000000;
    font-weight: bold;
} */

/* .tab-content .tab-pane h3 {
    color: #AA225A;
    font-weight: 600;

} */
/* 
.tab-content .tab-pane p {
    color: #000000;
    line-height: 1.5;
}

.nav-tabs {
    border-bottom: 1px solid #777777 !important;
} */

/* =======================Styling Product
=================== */
.products-main-title {
    color: #AA225A;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    font-family: "Tcb_cooper_black_medium";
}

.products-main-title::after {
    margin: 0px auto;
    content: "";
    position: absolute;
    width: 6%;
    height: 2px;
    bottom: 0;
    left: 47%;
    border-bottom: 2px solid #AB2259;
}

.p-tb-60 {
    padding: 30px 0px;
}

/*=====================request a quote stylying====================*/
.pakBoxe-form-for-Request_2 {
    padding: 30px 10px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin: auto;
    max-width: 700px;
}

.our-Breadcrumb-Nav .breadcrumb .breadcrumb-item a {
    color: #ba2aa3;
}

.request-quote-row {
    border-bottom: 6px solid #ba2aa3;
    display: table;
    width: 100%;
}

.request-quote-row .request-quote-title h1 {
    font: 500 38px sans-serif;
    text-align: left;
    font-family: "PT Sans", sans-serif;
}

.request-quote-from .label-view {
    color: #ba2aa3;
    font-weight: 600;
    font-size: 16px;
}


.request-quote-from .form-group .form-control {
    height: 35px;
    line-height: 23px;
    padding: 5px 10px;
    font-size: 12px;
    border-color: #e7ebf1;
    -webkit-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fafafa;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

}

.request-quote-from .form-group textarea.form-control {
    height: auto;
}
/* Contact CSS Start */

.contact {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  @media (max-width:576px){
      .contact {
          padding-top: 40px;
          padding-bottom: 20px;
      }
  }
  .contact__widget {
      margin-bottom: 30px;
      background: #dfedff;
      padding: 20px 20px 20px;
      border-radius: 4px;
  }
  
  .contact__widget span {
    font-size: 36px;
    color: #002868;
  }
  @media (max-width:576px){
      .contact__widget span {
          font-size: 25px;
      }
  }
  .contact__widget h4 {
      color: #bf0a30;
      font-weight: 700;
      margin-bottom: 6px;
      margin-top: 12px;
  }
  @media (max-width:576px){
      .contact__widget h4 {
          font-size: 18px;
      }
  }
  .contact__widget p {
      color: #002868;
      margin-bottom: 0;
  }
  
  .contact-form form input {
      width: 100%;
      height: 50px;
      font-size: 16px;
      color: #6f6f6f;
      padding-left: 20px;
      margin-bottom: 30px;
      border: 1px solid #ebebeb;
      border-radius: 4px;
  }
  
  
  
  
  @media (max-width:576px){
      .contact-form form input {
          height: 35px;
          font-size: 12px;
          color: #6f6f6f;
          padding-left: 15px;
          margin-bottom: 15px;
      }
  }
  
  .site-btn {
      font-size: 14px;
      color: #ffffff;
      font-weight: 800;
      text-transform: capitalize;
      display: inline-block;
      padding: 13px 30px 12px;
      background: #bf0a30;
      border: none;
      font-size: 18px;
      letter-spacing: 2px;
      border-radius: 4px;
  }
  
  @media (max-width:576px){
   .site-btn {
       font-size: 14px;
       padding: 13px 20px 12px;
       font-size: 11px;
   }
  }
  
  
  .contact__form__title h2 {
      color: #ffffff;
      font-weight: 700;
      font-family: "Cairo", sans-serif;
      font-size: 36px;
  }
  
  
  @media (max-width:576px){
       .contact__form__title h2 {
              font-size: 20px;
          }
  }
  .contact-form form textarea {
      width: 100%;
      height: 150px;
      font-size: 16px;
      color: #6f6f6f;
      padding-left: 20px;
      margin-bottom: 24px;
      border: 1px solid #ebebeb;
      border-radius: 4px;
      padding-top: 12px;
      resize: none;
  }
  
  
  @media (max-width:576px){
      .contact-form form textarea{
          font-size: 12px;
          height: 100px;
          color: #000000;
          padding-left: 15px;
          margin-bottom: 15px;
      }
  }
  
  .prod-img-view {
      width: 100%;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
  }


  /*================================================ 
                 Contact CSS End
================================================ */
.product-desc p, 
.about-page p, .dynamic-content  p ,
.request-quote p{
    line-height: 1.8;
    letter-spacing: 0.9px;
    font-size: 14px;
    color: #222222;
    text-align: justify;
}



.product-desc h4 , 
.about-page h4 ,
.dynamic-content h4,
.request-quote h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.03em;
}