p {
    font-size: 1rem !important;
}

.max-width-85 {
    max-width: 1600px;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h5 {
    line-height: 1.9rem !important;
}

a.navbar-brand img {
    width: 100%;
}
a.navbar-brand {
    width: 400px;
}
a.nav-link.active {
    color: #fff !important;
    background-color: #c1272c;
    border-radius: 5px;
}
a.nav-link.active:hover {
    color: #fff !important;
}

.nav-link {
    display: block;
    padding: 0.4rem 1rem;
}

.title-clr{
    color: #c1272c;
}

.product-brand-block h3 {
    color: #c1272c;
    background-color: #fff;
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 15px;
    text-align: center;
    z-index: -1;
    padding: 0 20px;
}
.product-brand-block h3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c1272c;
    left: 0;
    top: 17px;
    z-index: -1;
}

section#vision-mision-section {
    background-color: #ededed;
    padding: 60px 0px 30px 0px;
}

.textwidget {
    text-align: right !important;
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 20px;
}
.footer-brand-logo {
    position: absolute;
    right: 50px;
    bottom: -25px;
}


@media (min-width: 768px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
    
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}
    
    
}
a.nav-link {
    color: #000 !important;
    font-size: 1.1rem;
    font-weight: 500;
     transition: .25s;
}

a.nav-link:hover{
    color: #c1272c !important;
    transition: .25s;
}

button.navbar-toggler {
    background-color: #000 !important;
}

.img-responsive{
    width: 100%;
}

.banner-text {
    background-color: rgba(237, 237, 237, 0.81);
    padding: 20px;
    border-radius: 0;
    border-left: 3px solid #c1272c;
}

.banner-text h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
}
p.big span {
    font-weight: 500;
    font-size: 1.15rem;
}
.banner-text p {
    line-height: 1.4;
    font-size: 1.1rem;
}


.product-icon {
    display: block;
    width: 80px;
}

.section.text-wrapper-block {
    padding-top: 50px !important;
}

#about_banner{
    background-image: url(../images/about_banner.jpg);
    padding: 200px 0 140px;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.about-two-colum-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
       margin: 0 1% 12px;
    padding-top: 20px;
}

.about-two-colum-block-item {
    display: flex;
    align-items: flex-start;
}
.about-two-colum-block-text {
    padding: 20px;
}

.product-brand-block-items-list {
    display: flex;
    flex-wrap: wrap;
}
.product-brand-block-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 30px;
    padding-right: 25px;
    text-align: center;
}

.column_attr.home-product-block a {
    display: block;
    color: #000;
}

.zoo_box_3 a:hover {
    color: #000;
    text-decoration: none;
}
.home-product-block{
    transition: .25s;
}

.home-product-block:hover{
    background-color: #ff8900;
    transition: .25s;
}

.about-img-block {
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-brand-block-items h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
    display: none;
}


.product-brand-block-items h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.product-brand-block {
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
}

hr.no_line, .dark hr.no_line {
    background: none;
    color: transparent;
    border: 0 !important;
}




.demoInputBox {
    background-color: #fff;
    width: 100% !important;
    margin-bottom: 0px!important;
    border: 0;
    font-size: .9rem;
    padding: 7px;
}
textarea#content {
    height: 125px;
}

.form-group .column, .columns {
    float: left;
    margin: 0 1% 20px;
}

button.enquiry-btn.btn-arrow {
    background-color: #333333;
    color: #fff !important;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
    float: left;
}
.demoInputBox:focus{
    outline: none;
}


#service_banner {
    background-image: url(../images/service_banner.jpg);
    padding: 200px 0 140px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#products_banner {
    background-image: url(../images/products_banner.jpg);
    padding: 200px 0 140px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#gallery_banner {
    background-image: url(../images/gallery-banner.jpg);
    padding: 200px 0 140px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#contact_banner {
    background-image: url(../images/contact_banner.jpg);
    padding: 200px 0 140px;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.icon-menu:before{
    color: #000;
}


.sticky-dark #Top_bar.is-sticky .menu>li>a {
    color: #000;
}
#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
    color: #000 !important;
}

#Top_bar.is-sticky .menu>li.current-menu-item>a, #Top_bar.is-sticky .menu>li.current_page_item>a, #Top_bar.is-sticky .menu>li.current-menu-ancestor>a, #Top_bar.is-sticky .menu>li.current-page-ancestor>a, #Top_bar.is-sticky .menu>li.current_page_ancestor>a, #Top_bar.is-sticky .menu>li.hover>a {
    color: #fff !important;
}


.product-brand-block-itemss ul li {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Arvo", Arial, Tahoma, sans-serif;
    color: #000;
    padding-bottom: 8px;
}


.image_wrapper img {
    margin-bottom: 10px;
}

/* Zoom In #1 */

.eft {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    margin-bottom: 8px;
    width: 80%;
    margin: 0px auto;
}
.product-brand-block-items img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product-brand-block-items:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}




@media only screen and (max-width: 1239px) {

#Top_bar .menu>li>a {
    color: #fff !important;
}
#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
    color: #ffa200 !important;
}
    
}





.footer-navbar ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
li.footer-nav-item a {
    padding: 0 8px;
    font-weight: 600;
    transition: .25s;
    color: #fff !important;
}
li.footer-nav-item a:hover {
    text-decoration: none;
    color: #c1272c !important;
    transition: .25s;
}

li.footer-nav-item .active {
    color: #c1272c !important;
}

@media only screen and (max-width: 991px){
    

    ul.navbar-nav {
        margin-top: 30px;
    }

}
.image_wrapper.our-brands-mobile {
    display: none;
}
.about-two-colum-block-img {
    padding: 0 5px;
}

@media only screen and (max-width: 767px){
    
.max-width-85 {
    max-width: 1600px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    
.image_wrapper.our-brands-single {
    display: none;
}
img.img-responisve {
    width: 100%;
}
    
.image_wrapper.our-brands-mobile {
    display: block;
}
    
.footer-navbar ul {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0 45px;
}
li.footer-nav-item {
    padding-bottom: 10px;
}
   
.textwidget {
    text-align: right !important;
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: -160px;
    top: auto;
}
.footer-brand-logo {
    position: relative;
    text-align: right;
    padding-right: 50px;
    right: auto;
    bottom: auto;
} 
    
.section_wrapper, .container, .four.columns {
    width: 600px !important;
}
    
    .section.text-wrapper-block {
        padding-top: 30px !important;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .about-two-colum-block {
        flex-wrap: wrap;
    }
    .about-two-colum-block-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    
    .about-two-colum-block-text {
        padding: 20px;
        width: 100%;
    }
    .about-two-colum-block-img {
        width: 150px;
    }

    
.product-brand-block-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 30px;
    padding-right: 25px;
}
    
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}
    
}

@media only screen and (max-width: 650px){
  
.section_wrapper, .container, .four.columns {
    width: 420px !important;
}
    
.about-two-colum-block-img {
    width: 205px;
}
    
.product-brand-block-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.333333%;
    flex: 0 0 49.333333%;
    max-width: 49.333333%;
    margin-bottom: 30px;
    padding-right: 25px;
}
    
}
@media only screen and (max-width: 576px){


a.navbar-brand {
    width: 300px;
}
nav.navbar.navbar-expand-lg.navbar-dark.teal.no-border {
    padding: 10px 0;
} 
button.navbar-toggler{
    padding: 2px 6px !important;
}
    
.eft {
    overflow: hidden;
    border: 1px solid #d8d8d8;
    margin-bottom: 8px;
    width: 100%;
    margin: 0px auto;
}
    
.product-brand-block-items h4 {
    font-size: .8rem;
    font-weight: 500;
    margin-top: 10px;
}
    
}

@media only screen and (max-width: 450px){
    
.about-two-colum-block-img {
    width: 155px;
}
    
.section_wrapper, .container, .four.columns {
    width: 320px !important;
}
.product-brand-block-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.333333%;
        flex: 0 0 49.333333%;
    max-width: 49.333333%;
    margin-bottom: 30px;
    padding-right: 15px;
}
a.navbar-brand {
    width: 230px;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
    
    
}

@media only screen and (max-width: 350px){
.section_wrapper, .container, .four.columns {
    width: 280px !important;
}
a.navbar-brand {
    width: 200px;
}
.about-two-colum-block-img {
    width: 138px;
}
    
}



.style-simple .counter {
    background-image: none;
    background-color: #fff;
    text-align: center;
}
.desc_wrapper {
    padding-left: 0 !important;
}


span.number {
    position: relative;
    font-weight: 600;
}
span.number::before {
    position: absolute;
    content: "+";
    right: -30px;
    top: -10px;
    font-size: 1.8rem;
}

p.contact_icons {
    margin-bottom: 0;
}
#Footer .widgets_wrapper {
    padding: 0px 0 10px !important;
    position: relative;
}

.text-align-center{
    text-align: center;
}





/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(24, 23, 23, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  -webkit-box-shadow: 0 0 20px rgba(156, 10, 10, 0.05);
  box-shadow: 0 0 20px rgba(173, 4, 4, 0.05);
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: rgb(63, 61, 61);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
      height: 40px;
      width: 40px;
      right: 30px;
      bottom: 88px;
  }
}
