/* Fonts import starts */
@font-face {
  font-family: "CircularStd-Bold";
  src: url(/font/CircularStd-Bold.otf);
}
@font-face {
  font-family: "CircularStd-Black";
  src: url(/font/CircularStd-Black.otf);
}
@font-face {
  font-family: "CircularStd-BlackItalic";
  src: url(/font/CircularStd-BlackItalic.otf);
}
@font-face {
  font-family: "CircularStd-BoldItalic";
  src: url(/font/CircularStd-BoldItalic.otf);
}
@font-face {
  font-family: "CircularStd-Book";
  src: url(/font/CircularStd-Book.otf);
}
@font-face {
  font-family: "CircularStd-BookItalic";
  src: url(/font/CircularStd-BookItalic.otf);
}
@font-face {
  font-family: "CircularStd-Medium";
  src: url(/font/CircularStd-Medium.otf);
}
@font-face {
  font-family: "CircularStd-MediumItalic";
  src: url(/font/CircularStd-MediumItalic.otf);
}
@font-face {
  font-family: "FontAwesome";
  src: url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
}
/* Fonts import ends */


/* common classes starts */
body {
  font-size: 0.75rem;
  font-family: "CircularStd-Book", serif;
  letter-spacing: 1px;
  color: #595959;
}

.logo {
  max-width: 60px;
}

.highlight {
  font-family: "CircularStd-Bold";
  color: #000;
}

.pg-banner {
  /* min-height: 100vh; */
}

.heading {
  color: #000;
  font-family: "industry-inc-base";
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sub-head {
  font-family: "CircularStd-Bold";
  color: #ed1c24;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.large-sub-head {
  font-family: "CircularStd-Bold";
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.content-sub-head {
  font-family: "CircularStd-Bold";
  color: #2a2828;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.footer-form-heading {
  font-family: "CircularStd-Bold";
  color: #732427;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.footer-policy {
  font-family: "CircularStd-Bold";
  font-size: 0.6rem;
  letter-spacing: 1px;
  color: #5a5a5a;
}

.copyright {
  font-family: "CircularStd-Bold";
  font-size: 0.6rem;
  color: rgba(169, 169, 169, 0.5);
  background-color: #000000;
}

.btn-cta, .btn-career, .btn-blog {
  color: #fff;
  background-color: #da0f14;
  border-color: #da0f14;
  border-radius: 0;
  font-family: "CircularStd-Black";
}

.btn-cta:hover, .btn-career:hover, .btn-blog:hover {
  color: #fff;
  background-color: red;
}

.about-us-button:hover {
  color: #ed1c24;
}

.submit-text {
  color: #ed1c24;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.pg-banner .navbar-nav .nav-link,
.nav-item.dropdown .dropdown-menu .dropdown-item {
  font-family: "CircularStd-Medium";
  font-size: 0.75rem;
}

.home .navbar-nav .nav-link,
.about .navbar-nav .nav-link,
.careers .navbar-nav .nav-link,
.contact .navbar-nav .nav-link,
.blog .navbar-nav .nav-link,
.nanokarb .navbar-nav .nav-link,
.ifex-gallery .navbar-nav .nav-link {
  color: #fff;
}

.cerakarb .navbar-nav .nav-link,
.cookie-policy .navbar-nav .nav-link,
.privacy-policy .navbar-nav .nav-link {
  color: #000;
}

.bg-footerlinks a:hover {
  text-decoration: transparent;
}

.bg-events {
  background-color: #ebebeb;
}

.event-date {
  font-family: "CircularStd-Medium";
  font-size: 1.4rem;
  color: #ed1c24
}

/* Banner classes starts */
@media screen and (min-width:426px) {
  /* .pg-banner.home {
  background: url("/img/home/banner@2x.jpg") center;
  background-size: cover;
  } */
  .pg-banner.event-1 {
  background: url("/img/home/gifa-event.jpg") center;
  background-size: cover;
  }
  .pg-banner.event-2 {
  background: url("/img/home/ifex-event.jpg") center;
  background-size: cover;
  }
  .pg-banner.about {
  background: url("../about/img/banner.png") center;
  background-size: cover;
  }  
  .pg-banner.ogss {
  background: url("../ogss/img/Banner-OGSSjpg.jpg") center;
  background-size: cover;
  }
  .pg-banner.cerakarb {
  background: url("/products/cerakarb/img/banner.png") center;
  background-size: cover;
  }
  .pg-banner.nanokarb {
  background: url("../products/nanokarb/img/banner.jpg") center;
  background-size: cover;
  }
  .pg-banner.envilube {
  background: url("/products/envilube/img/banner.png") center;
  background-size: cover;
  }
  .pg-banner.ifex-gallery {
  background: url("../ifex-gallery/img/ifex-image-19.jpg") center;
  background-size: cover;
  min-height: 100vh;
  }
}

@media screen and (max-width:425px) {
  /* .pg-banner.home {
  background: url("/img/home/banner-sm.png") center;
  background-size: cover;
  } */
  #home-carousel .carousel-caption {
    left: 0% !important;
  }
  .pg-banner.about {
  background: url("../about/img/banner-sm.png") center;
  background-size: cover;
  }
  .pg-banner.ogss {
  background: url("../ogss/img/banner-sm.jpg") center;
  background-size: cover;
  }
  .pg-banner.cerakarb {
  background: url("../products/cerakarb/img/banner-sm.png") center;
  background-size: cover;
  }
  .pg-banner.nanokarb {
  background: url("../products/nanokarb/img/banner-sm.jpg") center;
  background-size: cover;
  }
  .pg-banner.envilube {
  background: url("../products/envilube/img/banner-sm.jpg") center;
  background-size: cover;
  }
  .pg-banner.ifex-gallery {
  background: url("../ifex-gallery/img/ifex-image-19.jpg") center;
  background-size: cover;
  min-height: 100vh;
  }
}

.pg-banner.blog {
  background: url("/blog/img/banner.png") center;
  background-size: cover;
}

.pg-banner.careers {
  background: url("/careers/img/banner.png") center;
  background-size: cover;
}

.pg-banner.contact {
  background: url("/contact/img/banner.png") center;
  background-size: cover;
}
/* Banner classes ends */

.min-card-body-height {
  min-height: 170px;
}

@media screen and (min-width:2560px) {
  .min-card-body-height {
    min-height: 340px;
  }
}

.why-refcoat--content > .highlight,
.overview--content > .highlight,
.core-values .highlight,
.usp .highlight,
.cerakarb-graphs .highlight {
  color: #000;
  font-family: "CircularStd-Book", serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 1.5px;
}

.text-link,
.text-link:hover {
  font-size: 0.875rem; 
  border-bottom: 1px solid #ed1c24;
  color: #ed1c24;
  text-decoration: none;
}

.footer-form-bg {
  background-color: #ed1c24;
}

.bg-over {
  background-color: #ed1c24;
  padding: 3rem;
  margin-top: 0px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  border-top: transparent;
}

.form-border-bottom {
  border: transparent;
  border-bottom: 1px solid white;
}

.bg-footerlinks {
  background-color: #bdbdbd;
}

.bg-footerlinks ul a{
  color: #ed1c24;
}

.tab-active,
.products-gallery .nav-item .active {
  color: #ed1c24;
  font-family: "CircularStd-Bold";
}

/* Placeholder color  */
.form-control::-webkit-input-placeholder { /* Chrome */
  color: white;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}

.form-control:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
}

.form-control {
  color: white;
}

.form-control:focus {
  color: white;
}
/* common classes ends */

/* Home page css starts */
.pg-banner .navbar-nav .active > .nav-link,
.events .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ed1c24;
}

.event-active {
  color: #ed1c24;
}

/* navbar dropdown background color  */
.nav-item.dropdown .dropdown-item:active,
.nav-item.dropdown .dropdown-item.active,
.nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
  color: #ed1c24;
}

.why-us-bg,
.footer-bg {
  background-color: #eeeeee;
}

.why-us--pointer > .icon {
  max-height: 78px;
}

.why-us--pointer > p strong,
.overview--content > p strong,
.designation,
.usp > .heading,
.history-slider h2 {
  color: #ed1c24;
}

.home-cta .heading {
  color: #fff;
  font-size: 1.5rem;
}

.our-services .icon {
  max-height: 52px;
}

.our-services .heading {
  font-size: 1.25rem;
}

.why-refcoat--content > .highlight,
.overview--content > .highlight,
.core-values .highlight {
  color: #000;
  font-family: "CircularStd-Book", serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 1.5px;
}

/* Home page css ends */

/* About us page css starts */
.red-text {
  color: #ed1c24;
}

.core-values .icon {
  max-height: 90px;
  margin-bottom: 1rem;
}

.history .nav-item > a,
.products-gallery .nav-item > a {
  color: #dedede;
  padding-left: 10px;
  padding-right: 10px;
}

.history .nav-item:first-child > a {
  padding-left: 0;
}

.history .nav-item:last-child > a {
  padding-right: 0;
}

.history .nav-item .active,
.products-gallery .nav-item .active {
  background: transparent;
  border: transparent;
  color: #ed1c24!important;
}

.history .slick-slide {
  padding: 0;
}

#myTab .nav-link.active,
.jobs-tab .nav-link.active {
  border-color: transparent;
  color: #ed1c24 !important;
  text-decoration: underline;
  font-weight: bold;
}

#myTab .nav-link:hover,
.jobs-tab .nav-link:hover,
.products-gallery .nav-item {
  border-color: transparent;
}

#myTab .nav-link,
.products-gallery .nav-item {
  color: #dedede !important;
}

.jobs-tab,
#myTab {
  border-bottom: none;
}

#myTab.nav-tabs,
.jobs-tab.nav-tabs {
  border-bottom:none;
}

.prev-year {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 100; 
  font-size: 1.5rem;
  color: #fff;
}

.next-year {
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 100; 
  font-size: 1.5rem;
  color: #fff;
}
/* About us page css ends */

/* Products-Cerakarb page css starts */
.product-vision .icon,
.product-technology .icon,
.product-advantages .icon {
  max-height: 70px;
}

.product-vision .col {
  border-bottom: 1px solid #ed1c24;
}

.icon-desc {
  letter-spacing: normal;
  color: #000;
  font-size: 0.7rem;
  padding-top: 1rem;
}

.cerakarb-graphs .highlight {
  font-size: 1rem;
}

.products-hr {
  background-color: #ed1c24;
  margin-left: 30px;
  margin-right: 30px;
}

.nanokarb-adv-img-height {
  min-height: 74px;
}

.cerakarb-case-study p {
  padding-top: 10px;
}
/* Products-Cerakarb page css ends */

/* Products-Nanokarb page css starts */

.nanokarb-properties img {
  min-height: 60px;
}

.nanokarb-advantages img {
  min-height: 75px;
}
/* Products-Nanokarb page css ends */

/* Careers page css starts */
.form-heading {
  font-family: "CircularStd-Bold";
  font-size: 1rem;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-transform: uppercase;
}
/* Careers page css ends */

.ogss-screenshot {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* History css */
  .history-text {
    color: #595959;
    font-size: 0.68rem;
  }

/* media queries starts */

@media screen and (min-width:2560px) {
  /* common classes */
  html { 
    font-size: 30px;
  }
}

@media screen and (max-width: 425px) {
  /* common classes */
  html {
    font-size: 12px;
  }
  .slider img {
  margin-left: auto;
  margin-right: auto;
  }
  .shadow-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .heading-banner {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  font-family: "industry-inc-base"; 
  overflow-wrap: break-word;
  }
  .mobile-margin {
    margin-left: 13%;
    margin-right: 10%;
  }
  /* Home page */
  .mobile-padding-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta {
    background: url("/img/home/case-study@sm.png") no-repeat center;
    background-size: cover;
    position: relative;
    min-height: 800px;
  }
  .cta-button {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .home-product-video {
  background-image: url("/img/home/product-video-section-sm.jpg");
  background-repeat: no-repeat;
  background-size: 100%; 
  min-height:500px;
  }
  /* products page */
  .cerakarb-video {
    background-image: url("/products/cerakarb/img/thumbnail-sm.png");
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 670px;
  }
}

@media screen and (min-width:426px) {
  /* home page */
  .cta {
    background: url("/img/home/case-study@2x.jpg") no-repeat center;
    background-size: cover;
  }
  .heading-banner {
  color: #ffffff;
  font-size: 5rem;
  text-align: center;
  font-family: "industry-inc-base"; 
  overflow-wrap: break-word;
  }
  .home-product-video {
  background-image: url("/img/home/product-video-section.png");
  background-repeat: no-repeat;
  background-size: 100%; 
  }
  /* products page */
  .cerakarb-ingredients div div {
    min-height: 145px;
  }
  .product-ingredients {
    border-bottom: 1px solid #ed1c24;
  }
  .graphs h5 {
    min-height: 80px;
  }
  .graphs img {
    min-height: 250px;
  }
  .cerakarb-video {
    background-image: url(/products/cerakarb/img/thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 270px;
  }
  .top-advantage {
    min-height: 175px;
  }
}

@media screen and (min-width:426px) and (max-width:1024px) {
  /* about page */
  .team-slider h2 {
    min-height: 55px;
  }
  #home-carousel .carousel-caption {
    bottom: 10% !important;
  }
}

@media screen and (min-width:320px) and (max-width:768px) {
  /* about page */
  .prev-year {
    left: 0;
    color: #ed1c24;
    padding: 5px;
    background-color: #434343;
  }
  .next-year {
    right: 0;
    color: #ed1c24;
    padding: 5px;
    background-color: #434343;
  }
}

#home-carousel .carousel-caption.main-banner {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 60%;
  z-index: 10;
  padding-bottom: 20px;
  text-align: left;
}
.carousel-caption.ifex{
  left: 0%;
  position: absolute;
  bottom: 40%;
  z-index: 10;
  padding-bottom: 20px;
  bottom: 35%;
}

.ogss-video-icon {
  position: absolute;
  left: 50%;
  top: 40%;
  color: white;
  transform: translateX(-50%);  
}

.ogss-video-icon i, .home-product-video i {
  cursor: pointer;
}

.blog-ogss {
  font-size: 0.8rem;
}