@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&amp;display=swap');

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
}

.header-top {
  height: 30px;
  background-color: #eaeaea;
}

.btn-primary {
  background-color: #ef4c25;
  border-color: #ef4c25;
}

.btn-primary:hover {
  background-color: black;
  border-color: black;
  color: #ef4c25;
}

.fa-social {
  border-radius: 50%;
  padding: 6px;
}

.parallax {
  /* Set a specific height */
  height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.parallax-text {
  font-size: 4.25rem;
  padding-top: 250px;
  font-weight: bold;
  color: white;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) and (orientation: portrait) {}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) and (orientation: portrait) {}

.img-hover-zoom {
  /*height: 600px; /* 
  overflow: hidden; /* Removing this will break the effects */
  overflow: hidden;
  border-radius: 20px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/* Slow-motion Zoom Container */
/*.img-hover-zoom--slowmo img {
  transform-origin: 60% 75%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(100%);
}*/

/* The Transformation */
/*.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(2);
}*/
/*===============*/
/* rows */

}


div.dropdown-multicol {
  width: 30em;
}

div.dropdown-row>a.dropdown-item {
  display: inline-block;
  width: 32%;
}

/* Columns */
div.dropdown-multicol2 {
  margin-top: -3px;
  margin-left: -194px;
  border-top: 3px solid rgb(235, 122, 78);
  width: 53em;
}

div.dropdown-multicol2>div.dropdown-col {
  display: inline-block;
  width: 32%;
}

.space-up {
  margin-top: 30px;
}

.news {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid black;
}

.cardic-diff {
  background-color: #eaeaea;
}

.btn-default {
  background-color: #535353;
  border-color: #535353;
  color: #eaeaea;
}

.btn-default:hover {
  background-color: black;
  border-color: black;
  color: #eaeaea;
}

footer .top {
  background-color: #141414;
  color: #737373;
}

footer .main-footer {
  background-color: #141414;
  color: #737373;
}

footer .main-footer h5 {
  color: #ef4c25;
  text-transform: uppercase;
  font-weight: bold;
}

footer .main-footer ul {
  padding-left: 0px;
}

footer .main-footer ul li {
  list-style: none;
  float: left;
}

footer .botom {
  background-color: #141414;
  color: #737373;
  padding: 10px 0px 10px 0px;
}

footer .botom a {
  text-decoration: none;
  color: #ef4c25;
}

.footer-social {
  padding: 6px;
}

.Form-main {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}

.mail-email {
  background-color: #141414;
  color: #737373;
  width: 100%;
  padding: 6px;
}

.mail-submit {
  background-color: #141414;
  color: #ef4c25;
  border: 1px solid #737373;
}

/*===================*/
.prod-container {
  position: relative;
  width: 100%;
}

.prod-container img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.prod-container:hover img {
  /*opacity: 0.3;*/
  cursor: pointer;
}

.prod-container:hover .middle {
  opacity: 1;
}

.text {

  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*===================== home page ========================*/
.bg-grey {
  background-color: #f4f4f4;
}

.breadcrumb {
  background-color: #f4f4f4;
}

.breadcrumb-item a {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #ef4c25;
}

.cat-info h3 {
  font-weight: bold;
}

.sub-cat {
  padding: 30px;
}

.space-bottom {
  padding-bottom: 20px;
}

/*=========sub menu =============*/
.panel-title>a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f056";
  padding-right: 5px;
}

.panel-title>a.collapsed:before {
  float: right !important;
  content: " \f055";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none;
}

.panel-group {
  margin-top: 40px;
}

.panel-title a {
  color: #535353;
}

.panel-body ul li {
  list-style: none;
}

.panel-body ul li a {
  color: #535353;
}

.panel-default {
  border-bottom: 2px solid #eaeaea;
}

/*====================prod larger vie========*/
.info-pro h3 {
  font-weight: bold;
  color: #ef4c25;
}

.info-pro h4 {
  padding-top: 30px;
}

.btn-success {
  background-color: white;
  border-color: #eaeaea;
  color: #535353;
}

.btn-success:hover {
  background-color: #535353;
  border-color: #eaeaea;
  color: white;
}

.features {
  padding: 5%;
}

.features ul li {
  color: #535353;
}

/*
.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}*/

/*=======about us*/
.about h3 {
  font-weight: bold;
  padding-top: 40px;
}

/*======== contact us============*/
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0.5em 1em;
  border: 0;
  margin: 2em 0 1em;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  background: none;
  -webkit-appearance: none;
  outline: none;
}

.contact-form input[type="submit"] {
  border: none;
  padding: 0.8em 2.5em;
  font-size: 15px;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #fe4800;
  color: #fff;
}

/*=========================================*/
/*=========================navebar style===============================*/
.wrap ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.wrap li {
  padding: 0;
  margin: 0;
}

.wrap nav {
  text-align: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: none;
}

.wrap ul {
  text-align: left;
}

.wrap ul li {
  display: inline-block;
}

.wrap ul li a {
  color: gray;
  display: inline-block;
  padding: 1em 3em;
  text-decoration: none;
  /*border-bottom:2px solid #fff;*/
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  font-size: 16px;
}

.wrap ul li a:hover {
  color: #eb252a;
}

/*styling open close button*/
.button {
  display: inline;
  /*position:absolute;*/
  /*right:50px;*/
  /*top:6px;*/
  /*z-index:999;*/
  font-size: 30px;
}

.button a {
  text-decoration: none;
}

.btn-open:after {
  color: #eb252a;
  content: "\f0c9";
  font-family: "FontAwesome";
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.btn-open:hover:after {
  color: #eb252a;
}

.btn-close:after {
  color: #eb252a;
  content: "\f00d";
  font-family: "FontAwesome";
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
  color: black;
}

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #eeecec;
  overflow: auto;
  z-index: 99;
}

.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

.wrap ul.wrap-nav {
  /*border-bottom:1px solid #575757;*/
  text-transform: capitalize;
  padding: 5px 0px 100px;
}

.wrap ul.wrap-nav li {
  font-size: 50px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
}

.wrap ul.wrap-nav li a {
  color: black;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
  /*text-decoration:underline;*/
  color: rgb(235, 122, 78);
}

.wrap ul.wrap-nav ul {
  padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: black;
}

.wrap ul.wrap-nav ul li a {
  color: gray;
}

.wrap ul.wrap-nav ul li a:hover {
  color: black;
  /*background-color:rgb(255, 250, 250,.85);*/
  text-decoration: none;
  color: rgb(235, 122, 78);
  /*margin-left: 20px;*/

}

.bold {
  font-weight: bold;
}

.form-box {
  margin-left: 13.666667%;
}

@media screen and (max-width:48em) {

  .header-top {
    height: 35px;
  }

  .form-inline {
    flex-flow: unset;
  }

  .form-box {
    margin-left: 0%;
  }

  .wrap ul.wrap-nav>li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #575757;
  }

  .wrap ul.wrap-nav {
    padding: 30px 0px 0px;
  }

  div.dropdown-multicol2 {
    width: 16em;
    margin-left: -20px;
  }

  .news {
    width: 90%;
  }

}

/*======================================================================*/


/*z==================================oomMMMMmmm*/

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* --------------- */

/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

/* Thumbs */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
  cursor: crosshair;
  width: 20px;
  height: 20px;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.html);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

/*menu styling */

.nav-item {
  padding-left: 40px;
}

.nav-link:hover {
  border-bottom: #ef4c25;
}

.nav-link {
  font-weight: 600;
  border-bottom: 3px solid transparent;
}

.nav-link:hover {
  border-bottom: 3px solid rgb(235, 122, 78);
}

.cat-name {
  color: black;
  font-weight: 600;
}

.cat-name:hover {
  color: orange;
}

.top-social-icon a {
  color: gray;
}

.top-social-icon a:hover {
  color: black;
}

/* Search button*/
.togglesearch {
  border-radius: 5px;
  background: #E8E8E4;
  position: absolute;
  top: 48px;
  right: 10%;
  /*width: 250px;*/
  height: 38px;
  /*48*/
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* border-top:4px solid #d85d0b;*/
  display: none;
  z-index: 2;
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -28px;
  /*-32*/
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #d85d0b;
}

.togglesearch input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  /*margin-left: 23px;*/
  border: 1px solid #d85d0b;
  outline: none;
}

.togglesearch input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #d85d0b;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #d85d0b;
  outline: none;
  cursor: pointer;
}

.div-sapce {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


/* Banner caption */

.ml3 {
  position: absolute;
  /*top: 45px;
  left: 16px;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3.5em;


  color: white;
}

/* feedback form styling*/

.feedback {
  padding-right: 20px;
  color: gray;
  font: 20px
}

/* contact dropdown styling*/

div.dropdown-multicol3 {
  margin-top: -3px;
  margin-left: 18px;
  border-top: 3px solid rgb(235, 122, 78);
  width: 10em;
}

div.dropdown-multicol3>div.dropdown-col {
  display: inline-block;
  width: 10%;
}

.width {
  max-width: 100% !important;
  margin-left: -20px;
}

.width ul li a:hover {
  color: rgb(235, 122, 78);
  /*margin-left: 20px;*/
}

div.dropdown-multicol4 {
  margin-top: -3px;
  margin-left: 10px;
  border-top: 3px solid rgb(235, 122, 78);
  width: 16em;
}

div.dropdown-multicol4>div.dropdown-col {
  display: inline-block;
  width: 10%;
}

div.dropdown-multicol4 {
  width: 16em;
  margin-left: -40px;
}

.cent_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8em;

  color: black;
}

.more_product a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;

}

.more_product div {
  background-color: gray;
  font-size: 16px;
  height: 40px;
  padding: 0.5em;
  color: white;
  width: 33%;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;

}

.more_product div:hover {
  background-color: #d85d0b;
}

.more_product {
  text-align: center;
}

.pro_border p {
  color: gray;
}

.pro_border p:hover {
  color: darkgray;
}

.pro_border a:hover {
  text-decoration: none;
}

.pro_border {
  border: solid 1px;
  color: lightgray;
}

/*for grid image hover*/

.hov {
  /*height: 600px; /* 
  overflow: hidden; /* Removing this will break the effects */
  overflow: hidden;
}

/* [2] Transition property for smooth transformation of images */
.hov img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.hov:hover img {
  transform: scale(1.1);
}

.hov span {
  visibility: hidden;
}

.hov:hover span {
  visibility: visible;
}

.hov:hover img {
  -webkit-filter: blur(5px);
  transition: 1s ease;
}

/* social media widgets color*/
.fb:hover {
  color: #4267B2;
}

.insta:hover {
  color: #DD2A7B;
}

.linkedin:hover {
  color: #2867b2;
}






.medium {
  width: 100%;
  padding: 25px 0px;

  /* padding-bottom: 25%; */
}

.box {
  display: inline-block;
}

.reveal {
  opacity: 1;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.subheading {
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 38px;
  color: #F5821F;
}

@media only screen and (min-width: 992px) {
  .subheading {
    padding-top: 40px !important;
  }

  .section_text_data {
    max-width: 1600px;
  }

  .discipline-info {
    position: absolute;
    top: 70%;
  }

  .medium-left {
    padding-left: 35px;
  }

  .medium-right {
    padding-right: 35px;
  }

}

.padding-top {
  padding-top: 30px;
}