*,
*::after,
*::before {
  box-sizing: border-box;
}

.js {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  overflow-x: hidden;
  font-family: "PT Sans", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  font-size: 16px;
}
.max-width-85 {
  max-width: 1600px;
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
h2,
.h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
h4 {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  padding-top: 15px !important;
  font-size: 1.2rem !important;
}

p {
  color: #000;
  margin: 0 0 1em;
  font-size: 1rem;
}
.img-responsive {
  width: 100%;
}

.img-responsive-100 {
  width: 100% !important;
}

.col-margin {
  margin-top: 20px;
}

a.navbar-brand img {
  width: 100%;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
}

li.nav-item.nav-active {
  background-color: #fff;
  color: #000;
}
li.nav-item.nav-active .nav-link {
  color: #000 !important;
}
li.nav-item.nav-active:hover {
  background-color: #fff;
  color: #000;
}
li.nav-item.nav-active .nav-link:hover {
  color: #000 !important;
}
li.nav-item.dropdown.show {
  background-color: #fff;
  color: #000 !important;
}
li.nav-item.dropdown.show .nav-link {
  color: #000 !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.2rem 0.4rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    padding: 20px 20px;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navbar.navbar-expand-lg.navbar-dark {
  background-color: #e4533e !important;
}
li.nav-item a {
  color: #000;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

li.nav-item p a {
  color: #929292 !important;
  text-transform: capitalize;
  font-size: 0.9rem;
  font-weight: 400;
}

ul.nav.flex-column li a:hover {
  color: #e4533e !important;
}

ul.nav.flex-column li:hover p a {
  color: #e4533e !important;
}

header {
  position: relative;
  width: 100%;
  background-color: #e4533e;
  padding: 10px 0;
  z-index: 10000;
}
.logo {
  position: relative;
  z-index: 123;
  padding: 10px;
  float: left;
  width: 35%;
}
.logo a {
  font-size: 1.5rem;
  color: #313131 !important;
  text-decoration: none;
  font-weight: 600;
}

/* ///////////responsive-menu//////////// */

#slider-home-banner-section {
  overflow: hidden;
  background-color: #e4533e;
  padding-bottom: 50px;
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.11),
    0 5px 10px 0 rgba(0, 0, 0, 0.08);
}
main#slider-home-banner {
  width: 75%;
  float: right;
}
.home-banner-left-block {
  float: left;
  padding-top: 40vh;
  margin-left: 8%;
  margin-right: 1rem;
  width: 15%;
}
.home-banner-left-block h3 {
  font-weight: 700;
  color: #fff;
}

/* ////////////// home-page-about-block-starts here////////////// */

section#home-page-about-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 100px 0;
}
.pad-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.home-page-about-block {
  flex-basis: 50%;
  display: flex;
}
.home-page-about-block-01-image-block-01 {
  flex-basis: 55%;
  padding-right: 30px;
}
.home-page-about-block-01-image-block-01-image-02 {
  width: 90%;
  margin-top: 30px;
  float: right;
}
.home-page-about-block-01-image-block-02 {
  flex-basis: 40%;
  padding-top: 140px;
}
.side-content {
  flex: 1;
  flex-basis: 0%;
  flex-basis: 50%;
  flex-direction: column;
  padding: 0 calc(25vw - 270px);
}

.hg-clr-heading {
  color: #feb31a;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .side-content {
    padding: 25px 25px 25px 40px;
  }
}
@media screen and (max-width: 991px) {
  section#home-page-about-section {
    width: 100%;
    flex-direction: column;
  }
}

/* ////////////// home-page-about-block-ends here////////////// */

/* ////////////// home-page-section-03-28-09-18-starts here////////////// */

/* ////////////////////////////////////mega menu///////////////////////////////////// */

*,
*:before,
*:after {
  box-sizing: border-box;
}

#index #block_top_menu {
  margin-bottom: -68px;
}
@media (max-width: 767px) {
  #index #block_top_menu {
    margin-bottom: 30px;
  }
}

#block_top_menu {
  padding-top: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1000;
}

.cft-logo {
  /* position: absolute; */
  /* top: -10px; */
  font-size: 1.4rem;
  font-weight: 600;
  float: left;
  width: 0%;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  float: left;
  width: 100%;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  background: white;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu > li {
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 10px;
}
/*** SINGLE DROPDOWN  START ***/

.sf-menu .single-dropdown {
  float: left;
  border-right: 1px solid #44474e;
  width: 20%;
  position: relative;
}

.sf-menu .single-dropdown ul {
  padding: 26px 30px 31px;
  width: 240px;
}

.sf-menu > .single-dropdown > ul > li {
  float: left;
  width: 100%;
  padding-right: 15px;
}

.sf-menu > .single-dropdown > ul > li > ul {
  width: 100%;
  padding: 26px 0 0;
}

/*** SINGLE DROPDOWN  END ***/

.sf-menu > li > a {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 600;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.sfHoverForce > a {
  background: #44474e;
  color: white;
}

.sf-menu li li li a {
  display: inline-block;
  position: relative;
  color: #777777;
  font: 500 12px/17px "Ubuntu", "sans-serif";
  padding-bottom: 10px;
}

.sf-menu li li li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-right: 10px;
}

.sf-menu li li li a:hover {
  color: #333333;
}

.sf-menu li ul {
  display: none;
  left: 0;
  top: 68px; /* match top ul list item height */
  z-index: 99;
  padding: 12px 0 18px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
}

.sf-menu li li ul {
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none;
  padding-bottom: 0;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
}

.sf-menu li li li ul {
  padding: 0 0 0 20px;
}

.sf-menu li li li ul {
  width: 220px;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px; /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 200px; /* match ul width */
  top: 0;
}

.sf-menu > li > ul {
  padding: 26px 30px 31px;
  width: 100%;
}

.sf-menu > li > ul > li > a {
  text-transform: uppercase;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 29px;
}
.sf-menu > li > ul > li p {
  font-size: 0.9rem;
  padding-top: 5px;
  padding-bottom: 20px;
}
.sf-menu > li > ul > li > a:hover {
  color: #515151;
}

.sf-menu > li > ul > li {
  float: left;
  width: 20%;
  padding-right: 15px;
}

.sf-menu > li > ul > li#category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0;
}

.sf-menu > li > ul > li#category-thumbnail > div {
  float: left;
  padding-left: 10px;
  width: 33.333%;
}

.sf-menu > li > ul > li#category-thumbnail > div:first-child {
  padding-left: 0;
}

.sf-menu > li > ul > li#category-thumbnail > div img {
  max-width: 100%;
  display: block;
}

.cat-title {
  display: none;
}

.sf-menu li.sf-search {
  border: none;
}

.sf-menu li.sf-search input {
  display: inline;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
  background: white;
  margin: 13px 10px 0 0;
  font-size: 13px;
  color: #9c9b9b;
  border: 1px solid #d6d4d4;
}
@media (max-width: 992px) {
  .sf-menu > li > ul > li > a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .sf-menu ul {
    position: relative;
  }
  .sf-menu > li {
    float: none;
    position: relative;
    border-right: none;
    width: 100%;
  }
  .sf-menu > li span {
    position: absolute;
    right: 6px;
    top: 16px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    z-index: 2;
  }
  .sf-menu > li span:after {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 26px;
  }
  .sf-menu > li span.active:after {
    content: "\f068";
  }
  .sf-menu > li > a {
    text-align: left;
    padding: 15px 20px 16px 20px;
  }
  .sf-menu li ul {
    top: 0;
  }
  .sf-menu li li ul {
    padding-bottom: 20px;
  }
  .sf-menu > li > ul > li {
    width: 50%;
  }
  .sf-menu > li > ul > li.first-in-line-lg {
    clear: left;
  }

  /*** SINGLE DROPDOWN  START ***/

  .sf-menu .single-dropdown {
    float: none;
    border-right: none;
    width: 100%;
    position: relative;
  }

  .sf-menu .single-dropdown ul {
    padding: 26px 30px 31px;
    width: 100%;
  }

  .sf-menu > .single-dropdown > ul > li {
    float: left;
    width: 100%;
    padding-right: 15px;
  }

  .sf-menu > .single-dropdown > ul > li > ul {
    width: 100%;
    padding: 26px 0 0;
  }

  /*** SINGLE DROPDOWN  END ***/

  .cat-title {
    display: block;
    font: 600 18px/22px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    padding: 17px 20px;
    background: #31353d;
    position: relative;
  }
  .cat-title:hover {
    background: #31353d;
    border-bottom-color: #666666;
    color: white;
  }
  .cat-title:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f067";
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 26px;
  }
  .cat-title.active:after {
    content: "\f068";
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sf-menu > li > ul > li.first-in-line-xs {
    clear: left;
  }
}
@media (max-width: 479px) {
  .sf-menu > li > ul > li {
    width: 100%;
  }
  .sf-menu > li > ul > li#category-thumbnail > div {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}

/* //////////////////////////////////////brand section////////////////////////////////////////// */

h2.section-title {
  margin-bottom: 20px;
  position: relative;
  color: #e4533e;
  font-size: 1.8rem;
}

h2.section-title:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -7px;
  background-color: rgb(80, 40, 34);
}
section#section-brands {
  padding: 80px 0;
}
.brand-logo {
  margin-bottom: 15px;
  padding: 10px 5px;
  text-align: center;
}

/* //////////////////////////////////////product section////////////////////////////////////////// */

section#section_product_type {
  padding: 80px 0;
  background-color: #ffeee0;
  border-top: 2px solid #e4533e;
}

/* //////////////////////////////////////about section////////////////////////////////////////// */

section#section-about {
  padding: 80px 0;
}

.about-block-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about-item {
  flex-basis: 49%;
}
.about-item.about-block-02 {
  margin-right: 9%;
  flex-basis: 40%;
  margin-bottom: 45px;
}
.about-img-block-01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 57%;
}
.about-item.about-block-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about-img-block-01-img-01 {
  min-height: 300px;
  background-color: #b3b3b3;
}

.about-img-block-01-img-02 {
  min-height: 260px;
  background-color: #b3b3b3;
  margin-top: 20px;
}
.about-block-01-img-02 {
  flex-basis: 40%;
  background-image: url(../img/about-image-01.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.demoInputBox {
  width: 100%;
  border: 1px solid #838181;
  padding: 6px 10px;
  margin-top: 10px;
  background-color: #fff1e0;
  border-left: 4px solid #d40b0b;
  transition: 0.2s;
  outline: none;
}
.contact-form-contact {
  padding-bottom: 20px;
  border-bottom: 1px solid #313131;
}
div#frmContact label {
  display: none;
}

.demoInputBox:focus {
  transition: 0.2s;
  border-left: 2px solid #d40b0b;
  outline: none;
}
.contact-form label {
  display: none !important;
}

textarea#content {
  height: 90px;
}
button#contact-submit {
  margin-top: 10px;
  background-color: #313131;
  border: 0;
  padding: 3px 19px;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.captcha-img-container {
  margin-top: 15px;
}

button#contact-submit:focus {
  outline: none;
}

section#contact-section {
  background-color: #d4b38b;
  padding: 30px 0;
}
.contact-testimony {
  padding-left: 70px;
  padding-top: 10%;
}

.contact-testimony p {
  position: relative;
}

@media screen and (max-width: 880px) {
  main#slider-home-banner {
    width: 67%;
    float: right;
  }
  .home-banner-left-block {
    width: 20%;
  }

  .slide {
    height: 80vh !important;
  }
  .slide__wrap {
    width: 100%;
    height: 80vh !important;
    overflow: hidden;
    position: relative;
  }

  .boxnav {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    display: flex;
    z-index: 1000;
    width: 20% !important;
    left: auto !important;
  }
  .icon {
    display: block;
    width: 1em !important;
    height: 1em !important;
    margin: 0 auto;
    fill: currentColor;
  }
}

/* ////////////// testimony////////////// */

.footer-content {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.footer-nav ul li {
  display: inline-block;
  margin-left: 15px;
}
footer {
  background-color: #000;
  padding: 15px 0px;
}
.footer-nav ul li a {
  color: #fff;
}

/*-------------------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(255, 255, 255, 0.8) url(../img/cd-top-arrow.svg) no-repeat
    center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 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: 0.5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: #9f834a;
  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: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}

/* ////////////////////////////////about page starts here//////////////////////////////// */

.product_banner_section {
  position: relative;
  height: 50vh;
}
.banner__image {
  height: 100%;
}
.banner__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section#profile-about-block {
  padding-bottom: 80px;
}
section#banner-inner {
  background-color: #e4533e;
  height: 30vh;
  position: relative;
  margin-bottom: 15%;
}
.profile-banner {
  background-image: url(../img/acme_banner.jpg);
  background-repeat: no-repeat;

  width: 100%;
  height: 70vh;
  position: absolute;
  left: 0;
}
.banner-inner-title {
  position: absolute;
  bottom: 35px;
  left: 50px;
}
.banner-inner-title h3 {
  color: #fff;
  text-transform: uppercase;
}

.profile-about-block-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.profile-about-block-01 {
  flex-basis: 49%;
}
.profile-about-block-02 {
  flex-basis: 49%;
}

section#team-about {
  padding: 80px 0;
}

section#full-width-block {
  display: flex;
  justify-content: space-between;
}
.full-width-block-01 {
  display: flex;
  justify-content: space-between;
  width: 130%;
}
.full-width-block-01-inner {
  width: 100%;
  margin-right: 15px;
}
.full-width-block-02 {
  padding: 40px 45px;
  width: 100%;
}

/* //////////////////////////////////PRODUCTS page///////////////////////////////////////// */

.product-list-block-section-link h3 {
  font-weight: 300;
}
/* section#product-list-block-section {
    margin-top: -5%;
    margin-bottom: 5%;
} */
.product-list-block-section-link h3 a {
  font-weight: 600;
  font-size: 1.2rem;
  color: #313131;
}

.product-list-block-section-link h3 a:hover {
  color: #e4533e !important;
}

section#product-specification-section {
  padding-bottom: 80px;
}

.product-specification-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-specification-content-block {
  display: flex;
  justify-content: space-between;
  width: 49%;
  border: 1px solid #313131;
  align-items: stretch;
  margin-bottom: 25px;
}
.specification-text {
  padding: 10px 20px 25px;
  border-bottom: 2px solid #f5965f;
}
.cochin-firetech-product-block {
  margin-bottom: 25px;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
}
a.product-active {
  color: #e4533e !important;
}

.btn-container button {
  font-size: 0.9rem;
  background-color: sandybrown;
  border: 1px solid orange;
  cursor: pointer;
  transition: 0.5s;
  outline: none;
}

.btn-container button:hover {
  font-size: 0.9rem;
  background-color: rgb(156, 46, 12);
  border: 1px solid rgb(112, 27, 12);
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  outline: none;
}

.btn-container button:focus {
  font-size: 0.9rem;
  background-color: rgb(156, 46, 12);
  border: 1px solid rgb(112, 27, 12);
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  outline: none;
}

.specification-text h4 {
  padding-top: 0;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
.product-specification-content-block-img {
  /* background-image: url(http://placehold.jp/400x550.png); */
  width: 60%;
  align-self: center;
  display: flex;
}

.product-specification-content-block-img img {
  align-self: center;
}
.product-specification-content-block-specification {
  width: 60%;
  padding: 0px;
  align-self: center;
}
.product-specification-content2 {
  display: flex;
  /* flex-wrap: wrap; */
}
.product-specification-content-block2 {
  display: flex;
  /* justify-content: space-between; */
  width: 31%;
  align-items: stretch;
  margin-bottom: 25px;
  flex-direction: column;
  margin-right: 20px;
}

.product-specification-content-block2 .product-specification-content-block-img {
  width: 100%;
  padding: 0px;
  align-self: center;
  padding-top: 0px;
}

.product-specification-content-block2
  .product-specification-content-block-specification {
  width: 100%;
}
.specification-text p {
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1200px) {
  .product-specification-content-block {
    flex-direction: column;
  }
  .product-specification-content-block-img {
    width: 100%;
  }
  .product-specification-content-block-specification {
    width: 100%;
  }
  .product-specification-content-block {
    justify-content: start;
  }

  .sf-menu > li {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .cft-logo {
    display: none;
  }
  .home-banner-left-block {
    width: 20%;
    display: none;
  }
  .slide__title-wrap {
    padding: 1rem 1rem !important;
  }
  main#slider-home-banner {
    width: 100%;
    float: right;
  }
}
@media screen and (max-width: 700px) {
  .product-specification-content-block {
    width: 100%;
  }
}

/* ///////////////////////////////completed-projects-section//////////////////////////////// */

section#completed-projects-section {
  padding: 80px 0;
}

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: auto;
  transition: 500ms;
  margin-bottom: 10px;
  opacity: 0.8;
  page-break-inside: avoid; /* For Firefox. */
  -webkit-column-break-inside: avoid; /* For Chrome & friends. */
  break-inside: avoid; /* For standard browsers like IE. :-) */
}

.gallery img:hover {
  opacity: 1;
}

/* .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: center;
} */

.modal-img,
.model-vid {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.modal-body {
  padding: 0px;
}

.modal-dialog {
  height: 100%;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  border: none;
}

@media screen and (max-width: 767px) {
  .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .gallery div {
    margin: 0;
    width: 200px;
  }
  .modal-dialog {
    margin: 0 8vw;
  }
}

@media screen and (max-width: 479px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .gallery div {
    margin: 0;
    width: 200px;
  }
}

section#full-width-block {
  display: flex;
  justify-content: space-between;
}
.full-width-block-01 {
  display: flex;
  justify-content: space-between;
  width: 130%;
}
.full-width-block-01-inner {
  width: 100%;
  margin-right: 15px;
}
.full-width-block-02 {
  padding: 40px 45px;
  width: 100%;
}
.brand-spec {
  background-color: #ffdfbc;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  border-top: 4px solid #fbaf5d;
  min-height: 180px;
  transition: 0.3s ease-out;
}

.brand-spec:hover {
  background-color: #ffcf9b;
  transition: 0.3s ease-out;
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px,
    rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px,
    rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px,
    rgba(35, 35, 35, 0.05) 0px 64px 64px;
  transform: translate(0, -4px);
}
.brand-spec h5 {
  color: #e4533e;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .product-specification-content-block2 {
    width: 46%;
  }
  .footer-content {
    flex-direction: column;
  }

  .about-block-content {
    flex-direction: column-reverse;
  }
  .about-item.about-block-02 {
    margin-right: 5%;
    flex-basis: 40%;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 40px;
  }

  .contact-testimony {
    padding-left: 0;
    padding-top: 10%;
  }
}

blockquote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 50px;
  color: #000;
  font-family: oswald;
  font-size: 7rem;
}

#product-list-block-section {
  display: block;
  position: relative;
  z-index: 100000;
}

@media screen and (max-width: 630px) {
  .product-specification-content-block2 {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  section#banner-inner {
    margin-bottom: 18%;
  }
}

@media screen and (max-width: 1100px) {
  section#banner-inner {
    margin-bottom: 20%;
  }
  .product-list-block-section-link h3 a {
    font-size: 1rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  section#banner-inner {
    margin-bottom: 20%;
  }
}

@media screen and (max-width: 800px) {
  section#banner-inner {
    margin-bottom: 26%;
  }

  section#product-specification-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 800px) {
  section#banner-inner {
    margin-bottom: 30%;
  }
}

#tabs {
  background: #007b5e;
  color: #eee;
}
#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 20px;
}

h4.section-title-sub-product {
  font-size: 1.4rem !important;
  border-bottom: 1px solid #bbb9b9;
  padding-bottom: 10px;
}

.address-block {
  margin-top: 40px;
}

#text,
#text2,
#text3,
#text4,
#text5,
#text6,
#text7,
#text8,
#text9,
#text10,
#text11,
#text12,
#text13,
#text14,
#text15,
#text16,
#text17,
#text18,
#text19,
#text20,
#text21,
#text22,
#text23,
#text24,
#text25,
#text26,
#text27,
#text28,
#text29,
#text30,
#text31,
#text32,
#text33,
#text34,
#text35,
#text36,
#text37,
#text38,
#text39,
#text40,
#text41,
#text42,
#text43,
#text44,
#text45,
#text46,
#text47,
#text48,
#text49,
#text50 {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px !important;
}

.acme-product-block {
  padding-top: 30px;
}

/* .cochin-firetech-product-block-section{
    padding-top: 50px;
} */

.table td,
.table th {
  padding: 0.4rem !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  transition: 0.5s;
}

.cochin-firetech-product-block img {
  width: 80%;
}

.cochin-firetech-product-block .kit-image img {
  width: 100% !important;
}

.nav-fill .nav-item {
  border-bottom: 1px solid #5c5f61 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #5c5f61 #5c5f61 #fff !important;
}

.nav-item.nav-link.active {
  border-bottom: 0px !important;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  z-index: 100000;
}

.prolite-autoglo-image img {
  width: 100% !important;
}

.product-specification-content-block-img img {
  width: 80%;
}

.img-responsive.img-width {
  width: 100% !important;
}

.specification-text ul li {
  padding: 6px 0px !important;
  border-bottom: 1px solid #dee2e6;
}

.footer-logo {
  float: right;
}

.address-block-item i {
  margin-right: 10px;
}
.address-block-item a {
  color: #313131 !important;
}
@media screen and (max-width: 991px) {
  .profile-banner {
    height: 60vh;
  }
  .product-specification-content2 {
    display: flex;
    flex-wrap: wrap;
  }
  .product-specification-content-block2 {
    width: 47%;
  }
  .profile-about-block-content {
    flex-direction: column;
  }
  .profile-about-block-01 {
    flex-basis: 100%;
  }
  .profile-about-block-02 {
    width: 100%;
    flex-basis: 100%;
    margin-top: 20px;
  }
  .dropdown-menu.show .nav .nav-item {
    padding: 10px;
  }

  .home-page-about-block-01-image-block-01 {
    padding-right: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 12px !important;
  }

  section#product-specification-section {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 650px) {
  .max-width-85 {
    max-width: 1600px;
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  section#banner-inner {
    margin-bottom: 40%;
  }

  a.navbar-brand {
    width: 320px;
  }
}
@media screen and (max-width: 450px) {
  .product-list-block-section-link h3 a {
    font-size: 0.9rem;
  }
  section#banner-inner {
    margin-bottom: 50%;
  }
  a.navbar-brand {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  section#banner-inner {
    margin-bottom: 55%;
  }
}
@media screen and (max-width: 350px) {
  section#banner-inner {
    margin-bottom: 65%;
  }
}

.media-block {
  padding-top: 20px;
}
section#media-section {
  padding-bottom: 70px;
}
.media-text a {
  margin-top: 20px;
  display: block;
}

.media-text a button {
  background-color: sandybrown;
  border: 1px solid orange;
  cursor: pointer;
  color: #fff;
  padding: 6px 12px;
  font-weight: 500;
}
.media-text a button:focus {
  outline: none;
}
