/*
Theme Name: Jiwanram Industries Theme
Theme URI: http://www.webmaniacs.co.nz
Description: This is professional theme developed specially for Jiwanram Industries by Webmaniacs wihch is fully responsive.
Version: 2.0
Author: Administrator
Author URI: http://www.webmaniacs.co.nz
License: Need Permission over Phone or Email
Author Contact: Webmaniacs
Tags:Wordpress Theme for Jiwanram Industries


*/

/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }
.bg-gray {
  background: #F1F1F1; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2.5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #51be78; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }
.toplink_list {
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0 auto;
}
.top_phone {
	background-image:url(images/top_phone.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:40px 0px 40px 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:19px;
	color:#000;
}
.top_phone a {
	color:#000;
}
.top_phone span a:hover {
	text-decoration:none;
}
.top_email {
	background-image:url(images/top_mail.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:40px 0px 40px 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:19px;
	color:#000;
}
.top_email a {
	color:#000;
}
.top_add span a:hover {
	text-decoration:none;
}
	

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem; }
  .site-logo span {
    font-size: 2rem; }
  .site-logo a {
    color: #000; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar .container-fluid {
    padding-left: 7rem;
    padding-right: 7rem; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
	padding:0px; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #c90701;
      display: inline-block;
      background:none; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li .desc {
        font-size: 14px;
        color: #969696; }
      .site-navbar .site-navigation .site-menu > li > a {
/*         padding: 20px 25px; */
		   padding: 20px 7px;
        color: #000;
        display: inline-block;
		font-family: 'Oswald', sans-serif;
		font-size:14px;
		letter-spacing:1px;
		text-transform:uppercase;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #171b5d;
          background:none;
          }
	.nopadding {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.back-shadow {
		box-shadow:2px 1px 8px #999999;
	}
	.sticky-wrapper.is-sticky .site-navbar .back-shadow {
		box-shadow:none;
	}
    .site-navbar .site-navigation .site-menu .menu-item-has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .menu-item-has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .menu-item-has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 14px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #016db6;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown.arrow-top:before {
            border-color: #000;
            border-bottom-color: #000;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown .active > a {
          color: #016db6 !important; }
        .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #13155b;
              }
          .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li.menu-item-has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li.menu-item-has-children > .dropdown, .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li.menu-item-has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li.menu-item-has-children:hover > a, .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li.menu-item-has-children:active > a, .site-navbar .site-navigation .site-menu .menu-item-has-children .dropdown > li.menu-item-has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .menu-item-has-children:hover > a, .site-navbar .site-navigation .site-menu .menu-item-has-children:focus > a, .site-navbar .site-navigation .site-menu .menu-item-has-children:active > a {
        color: #13155a;
        }
      .site-navbar .site-navigation .site-menu .menu-item-has-children:hover, .site-navbar .site-navigation .site-menu .menu-item-has-children:focus, .site-navbar .site-navigation .site-menu .menu-item-has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .menu-item-has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .menu-item-has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .menu-item-has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
    .site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #51be78; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active > a {
        color: #51be78; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: transparent; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 33px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: transparent; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
/*         padding: 5px 25px; */
		  padding: 5px 8px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #c90701; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #51be78; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active > a {
        color: #c90701; }
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

/* Blocks */
.intro-section {
  background-size: cover;
  position: relative; }
  .intro-section, .intro-section .container .row {
    height: 94vh;
    min-height: 510px;
    }
  .intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: #222;*/
    opacity: .7;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .intro-section:before {
        width: 100%; } }
  .intro-section h1 {
    font-weight: 700;
    font-family: 'Merriweather', serif;
    font-size: 66px;
    text-align: left;
    text-shadow:1px 2px 2px #000;
    color: #fff;
    }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    max-width: 800px; }

.custom-breadcrumns {
  padding: 20px 0; }
  .custom-breadcrumns span, .custom-breadcrumns a {
    font-size: 14px; }
  .custom-breadcrumns a {
    display: inline-block;
    color: #bdbdbd; }
    .custom-breadcrumns a:hover {
      color: #51be78; }
  .custom-breadcrumns .current {
    color: #51be78; }

.section-title-underline {
  color: #000; }
  .section-title-underline span {
    display: inline-block;
    font-family: 'Merriweather', serif;
	font-size:30px;
	font-weight:700;
	color:#000; }
.service_cont {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:400;
}
.course-1-item img {
	width:auto !important;
	margin-bottom:10px;
}
.section-title-underline.style-2 h2 {
    color: #101350;
    font-family: 'Oswald', sans-serif;
    font-size:60px;
    font-weight:600;
    margin-bottom:5px;
 }
    .section-title-underline.style-2 h3 {
	  font-family: 'Oswald', sans-serif;
	  font-size:50px !important;
	  font-weight:500;
	  margin-bottom:20px;
	  color: #000000 !important;
	  }
	  .section-title-underline.style-2 p {
		  font-family: 'Roboto', sans-serif;
		  font-size:16px;
		  color:#5d5d5d !important;
		  text-align:justify;
		  line-height:23px;
	  }
.welcomearea-section {
	padding:0px;
}
.welcome_section {
	background:#FFF;
	padding:40px 25px;
	margin-top:-40px;
	position:relative;
	z-index:1;
	box-shadow:0px 2px 7px 2px #e5e5e5;
}
.welcome_content {
	padding-top:30px;
}
.welcome_content h2 {
	padding:10px 0px 0px 0px;
	font-family: 'Oswald', sans-serif;
	font-size:60px;
	font-weight:600;
	color: #13175f;
}
.welcome_content h3 {
	font-family: 'Oswald', sans-serif;
	font-size:46px;
	font-weight:600;
	color: #000000;
}
.welcome_content p {
	padding:10px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#515151;
}
.prsection {
	margin:20px auto;
	text-align:center;
}
.prsection h2 {
	color:#c90801;
	font-size:60px;
	font-weight:600;
	font-family: 'Oswald', sans-serif;
}
.prsection h2 span {
	color:#010151;
}
.about_list {
	margin-top:30px;
	list-style:none;
	padding:0;
}
.about_list li h3 {
	font-family: 'Merriweather', serif;
	font-size:20px !important;
	color:#000 !important;
	margin-bottom:10px !important;
}
.team_list {
	background-image:url(./images/team_icon.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0 40px 80px;
}
.safety_list {
	background-image:url(./images/call_icon.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0 20px 80px;
}
.about_list li p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#777777;
}
.certificate_container {
}
.reqiest_form_container h2 {
	font-family: 'Merriweather', serif;
	font-size:20px;
	font-weight:700;
	color:#FFF;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:10px;
}
.reqiest_form_container p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#FFF !important;
}
.request_form_container {
	padding:40px 20px;
	color:#FFF;
}
.form-group {
	margin-bottom:10px !important;
}
.form-control {
	border-radius:0px !important;
	height:50px !important;
}
.quote_box {
	height:180px !important;
}

.btn_submit {
	border:1px solid #FFF;
	text-align:center;
	font-family: 'Merriweather', serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	padding:10px 30px;
	color:#FFF;
	background:transparent;
	cursor:pointer;
}
.btn_submit:hover {
	color:#016db6;
	background-color:#FFF;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.wpcf7-textarea {
	height:80px !important;
}
.special_section {
	background-color:#016db6;
	padding:50px;
}
.special_txt p {
	font-size:28px;
	font-family: 'Merriweather', serif;
	color:#FFF;
	font-weight:700;
	margin:0;
	text-align:left;
}
.special_btn a {
	border:1px solid #FFF;
	text-align:center;
	font-family: 'Merriweather', serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	padding:15px 30px;
	color:#FFF;
}
.special_btn a:hover {
	background-color:#FFF;
	color:#016db6;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0; }
.section-bg-nopd {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
  .section-bg.style-1 {
    position: relative; }
    .section-bg.style-1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      opacity: .9;
      z-index: 0; }
    .section-bg.style-1 > .container {
      z-index: 2; }
    .section-bg.style-1 .icon {
      font-size: 3.5rem;
      color: #51be78; }
    .section-bg.style-1 h3 {
      font-size: 20px;
      color: #51be78;
      margin-bottom: 30px; }
    .section-bg.style-1 p {
      color: #777777; }

.news-updates {
  padding: 5rem 0; }
  .news-updates .section-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px; }
    .news-updates .section-heading h2 {
      margin-bottom: 0;
      line-height: 0; }
    .news-updates .section-heading a {
      font-size: 16px; }
  .news-updates .post-entry-big .img-link {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden; }
    .news-updates .post-entry-big .img-link img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link:before {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      content: "";
      background: #000;
      opacity: 0;
      z-index: 2;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link img {
      z-index: 1; }
    .news-updates .post-entry-big .img-link:hover:before {
      opacity: .6;
      visibility: visible; }
    .news-updates .post-entry-big .img-link:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .news-updates .post-entry-big .post-content .post-meta a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #939393; }
  .news-updates .post-entry-big .post-content .post-heading {
    line-height: .9; }
    .news-updates .post-entry-big .post-content .post-heading a {
      font-size: 18px;
      font-weight: bold;
      color: #303030; }
      .news-updates .post-entry-big .post-content .post-heading a:hover {
        color: #51be78; }
  .news-updates .post-entry-big.horizontal .img-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }

.social-wrap a {
  display: inline-block;
  background: none;
  position: relative; }
.book_btn {
	color:#000;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	padding:20px 45px;
}
  .social-wrap a > span {
    position: absolute;
    color: #000000;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
  .social-wrap a:hover {
    background: #000; }

.block-number-1 .icon {
  color: #fff;
  font-size: 2rem; }
 .testimonial_sec {
	 background-image:url(./images/testimonial_back.jpg);
	 background-attachment:fixed;
	 background-position:center;
	 background-repeat:no-repeat;
	 background-size:cover;
 }
.testi_img {
	margin:20px auto;
	width:100px;
	height:100px;

}
.testi_img img {
	border-radius:50%;
	width:100%;
}
.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0;
  color: #000; }
.ftco-testimonial-1 h3 {
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	text-transform:uppercase;
  	color: #FFF; }
.ftco-testimonial-1 p {
  color: #FFF; }

.hero-slide {
  position: relative; }
  .hero-slide .owl-nav .owl-prev,
  .hero-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; }
    .hero-slide .owl-nav .owl-prev > span,
    .hero-slide .owl-nav .owl-next > span {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .hero-slide .owl-nav .owl-prev {
    left: 0; }
  .hero-slide .owl-nav .owl-next {
    right: 0; }
  .hero-slide .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .hero-slide .owl-dots .owl-dot {
      display: inline-block; }
      .hero-slide .owl-dots .owl-dot > span {
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 2px 5px;
        background: rgba(255, 255, 255, 0.2); }
      .hero-slide .owl-dots .owl-dot.active > span {
        background: #fff; }

.owl-slide-3, .owl-slide {
  position: relative; }
  .owl-slide-3 .owl-stage, .owl-slide .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px; }
  .owl-slide-3 .owl-nav .owl-prev,
  .owl-slide-3 .owl-nav .owl-next, .owl-slide .owl-nav .owl-prev,
  .owl-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; }
    .owl-slide-3 .owl-nav .owl-prev > span,
    .owl-slide-3 .owl-nav .owl-next > span, .owl-slide .owl-nav .owl-prev > span,
    .owl-slide .owl-nav .owl-next > span {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .owl-slide-3 .owl-nav .owl-prev, .owl-slide .owl-nav .owl-prev {
    left: 0; }
  .owl-slide-3 .owl-nav .owl-next, .owl-slide .owl-nav .owl-next {
    right: 0; }
  .owl-slide-3 .owl-dots, .owl-slide .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .owl-slide-3 .owl-dots .owl-dot, .owl-slide .owl-dots .owl-dot {
      display: inline-block; }
      .owl-slide-3 .owl-dots .owl-dot > span, .owl-slide .owl-dots .owl-dot > span {
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 2px 5px;
        background: rgba(0, 0, 0, 0.2); }
      .owl-slide-3 .owl-dots .owl-dot.active > span, .owl-slide .owl-dots .owl-dot.active > span {
        background: #51be78; }

.owl-slide .owl-nav {
  display: none; }

.feature-1 .icon-wrapper, .person .icon-wrapper {
  position: relative;
  width: 96px;
  height: 55.43px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -33.94px;
  background: #ccc; }
  .feature-1 .icon-wrapper > span, .person .icon-wrapper > span {
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 3rem;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0; }
  .feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px; }
  .feature-1 .icon-wrapper:before, .person .icon-wrapper:before {
    top: -33.94px; }
  .feature-1 .icon-wrapper:after, .person .icon-wrapper:after {
    bottom: -33.94px; }

.feature-1 .feature-1-content, .person .feature-1-content {
  padding: 10px 0px 20px 0px;
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  
  text-align: center; }
  .feature-1 .feature-1-content h2, .person .feature-1-content h2 {
    font-size:16px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:600;
    color: #454545; }
.feature-1-content p {	
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}
.btn-readmore {
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	background:#000;
	padding:15px 30px;
}
.btn-readmore:hover {
	color:#FFF;
	background-color:#999;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.person {
  margin-bottom: 50px !important; }
  .person img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto; }

.course-1-item {
  background-color:#FFF; }
  .course-1-item figure {
    position: relative; }
  .course-1-item .category {
    background: #51be78;
    padding: 20px; }
    .course-1-item .category h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 0; }
  .course-1-item .price {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
    padding: 10px 20px;
    background: #183661;
    color: #fff; }
  .course-1-item .course-1-content {
    padding: 20px 40px;
    text-align: center; }
    .course-1-item .course-1-content h2 {
      margin: 30px 0;
	  text-align:left;
	  font-family: 'oswald', sans-serif;
	  font-size:20px;
      font-size: 18px;
      color: #000; }
    .course-1-item .course-1-content .rating {
      text-align: center; }
      .course-1-item .course-1-content .rating > span {
        display: inline-block;
        margin: 2px; }
    .course-1-item .course-1-content .desc {
	  font-family: 'Source Sans Pro', sans-serif;
	  text-align:left;
      font-size: 16px; }

.footer {
  padding: 4rem 0 2rem 0;
  background-color:#000;
  font-size: 14px;
  color: #fff; }
  .footer .footer-heading {
    font-size: 34px;
	font-family: 'oswald', sans-serif;
	font-weight:400;
    color: #fff;
    margin-bottom: 30px; }
.address {
	color:#FFF;
	font-size:16px;
	background-image:url(images/map-marker.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px 0px 10px 35px;
	font-family: 'Roboto', sans-serif;
}
.phoneno {
	color:#FFF;
	font-size:16px;
	background-image:url(images/phone_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px 0px 10px 35px;
	font-family: 'Roboto', sans-serif;
}
.phoneno a {
	color:#FFF;
}
.faxno {
	color:#FFF;
	font-size:16px;
	background-image:url(images/fax_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px 0px 10px 35px;
	font-family: 'Roboto', sans-serif;
}
.faxno a {
	color:#FFF;
}
.emailid {
	color:#FFF;
	font-size:16px;
	background-image:url(images/mail_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px 0px 10px 35px;
	font-family: 'Roboto', sans-serif;
}
.emailid a {
	color:#FFF;
}
.social_links {
	color:#FFF;
	font-size:16px;
	padding: 10px 0px;
}
.social_links a {
	background-color:#9c9fa9;
	color:#252936;
	font-size:25px;
	border-radius:50%;
	padding:5px 10px;
	margin-right:10px;
}
.fcbk {
	padding:5px 13px !important;
}
.footer_link li {
	background-image:url(images/intend.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:8px 0px 8px 20px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}
.footer_link li a {
	color:#FFF;
	font-family: 'Roboto', sans-serif;
}
.copy-section {
	background-color: #121759;
	color:#FFF;
	padding:15px 0;
}

    .footer .footer-heading span {
      border-bottom: 3px solid #fff; }
  .footer a:hover {
    color: #fff;
    text-decoration: underline; }
  .copy-section .copyright {
    color: #fff;
    text-align: left; }
.copy-section .copyright p {
	margin:0px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.copy-section .copyright p span {
	color:#0f8ce1;
}
.copy-section .desdev p {
	margin:0px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.copy-section .desdev p a {
	color:#FFF;
}

.ftco-subscribe-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .ftco-subscribe-1:before {
    position: absolute;
    content: "";
    background: #183661;
    opacity: .7;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ftco-subscribe-1 > .container {
    position: relative;
    z-index: 2; }
    .ftco-subscribe-1 > .container h2, .ftco-subscribe-1 > .container p {
      color: #fff; }
  .ftco-subscribe-1 .form-control {
    height: auto !important; }

.video-1 {
  position: relative;
  display: block; }
  .video-1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    .video-1 .play > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-1:hover {
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3); }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 2000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

.inner_banner_career {
    background: url(images/career_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
	margin-top:30px;
}

#product_page_container {
	padding:80px 0;
	font-family:'Oswald', sans-serif;
}
.products_container {
	text-align:center;
	border: 1px solid #c2c2c2;
    margin-bottom: 20px;
}
.products_container img {
	width:200px;
	height:200px;
	max-width:100%;
	margin:5px auto;
}
.products_container h4 {
	font-size:16px;
	height:50px;
}
.products_container h4 a {
	color:#c90801;
}
.view_dtl_btn {
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background:#000;
	padding:8px 30px;
}
.view_dtl_btn:hover {
	color:#FFF;
	background-color:#999;
	text-decoration:none;
	-webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.woo_pro_cat .pro_cat {
	font-size:20px;
}
#mu-inner-about-us {
	padding:80px 0px;
}
.inner_about_us .page-title {
	font-size:20px;
	border-bottom:1px dotted #000;
	padding:0px 0px 10px 0px;
}
.inner_contact_banner {
    background: url(../../../img/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.inner_csr_banner {
    background: url(images/csr_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.inner_about_banner {
    background: url(../../../img/about-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.inner_vision_banner {
    background: url(images/vision_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.inner_infra_banner {
    background: url(images/infra_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.infra_head {
    text-align:center;
    width:100%;
    padding:20px;
}
.inner_award_banner {
    background: url(../../../img/award.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.awd_head {
    text-align:center;
    width:100%;
    padding:20px;
}
.aw_name {
    text-align:center;
    font-size:20px;
    padding:15px 0;
}
.inner_cert_banner {
    background: url(../../../img/certificate.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}
.inner_plants_banner {
    background: url(../../../img/plant.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    margin-top: 30px;
}


.py-10 {
	margin:10px auto;
}
.csr_img {
    width:180px !important;
    height:180px !important;
}
.csr_img:hover {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0);
}
.im_cont p {
	margin:20px auto;
	text-align:justify;
}
.im_head  {
	text-align:center;
	font-size:20px;
	font-family:'Oswald', sans-serif;
	margin:20px auto;
}
/* Sticky button */
.fxbtn {
  overflow: hidden;
  background-color: #999;
  position: fixed;
  top: 35%;
  right:0%;
  width: auto;
	z-index:1111;
}

.fxbtn a {
  float: right;
  display: block;
  text-decoration: none;
}

/*New Sticky Buttons*/
.sticky-buttons {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 9999;
    }

    .sticky-button {
      display: block;
      background-color: #13175f;
      color: white;
      padding: 10px 20px;
      margin-bottom: 130px; /* Increased spacing to prevent overlap */
      border-radius: 5px 5px 0 0;
      text-align: center;
      text-decoration: none;
      font-family: Arial, sans-serif;
      font-size: 14px;
      cursor: pointer;
      transform: rotate(-90deg);
      transform-origin: right center;
      white-space: nowrap;
      transition: background-color 0.3s;
      position: relative;
      right: 20px; /* Pull it slightly out to the right */
    }

    .sticky-button:hover {
      background-color: #0056b3;
      color:#FFFFFF;
    }

/* Investor Relation Page */

.inner_investor_rel{
    width:100%;
    height:100%;
    padding:20px;
    margin:15px 0;
    border-radius:5px;
    box-shadow:0px 5px 10px 2px rgba(0,0,0,0.2);
}
.inner_investor_rel h3 {
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:10px;
    border-bottom:1px dotted #000;
}
.inner_investor_rel ul li{
    font-size:16px;
    margin-bottom:10px;
}
.inner_investor_rel ul li a{
    color:#000047;
    text-decoration:none;
}
.inner_investor_rel ul {
  list-style: none;
  padding:0px;
}

.inner_investor_rel ul li:before {
  content: '✓';
  margin-right:15px;
}
.inner_investor_rel ul li a span,.accordion .card-body span{
    font-size:12px;
    color:#FFF;
    background:#FF0000;
    padding:2px 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* --- Different in Invester relation --- */
.inner_investor_relh{
    width:100%;
    height:auto;
    padding:20px;
    margin:15px 0;
    border-radius:5px;
    box-shadow:0px 5px 10px 2px rgba(0,0,0,0.2);
}
.inner_investor_relh h3 {
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:10px;
    border-bottom:1px dotted #000;
}
.inner_investor_relh ul li{
	display:flex;
    font-size:16px;
    margin-bottom:10px;
}
.inner_investor_relh ul li a{
    color:#000047;
    text-decoration:none;
}
.inner_investor_relh ul {
  list-style: none;
  padding:0px;
}

.inner_investor_relh ul li:before {
  content: '✓';
  margin-right:15px;
}
.inner_investor_relh ul li a span{
    font-size:12px;
    color:#FFF;
    background:#FF0000;
    padding:2px 5px;
    font-weight: 700;
    letter-spacing: 1px;
}
	

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

/* Image Popup */
.card-header{
	padding:0 !important;
	border-bottom: none !important;
}
.accordion-title{
	font-family: 'Oswald', sans-serif;
	width: 100%;
    display: block;
    padding: 0.75rem 1.25rem;
	    color: #000;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}
.accordion-title:hover{
	color:#FF0000;
}
.accordion-title:not(.collapsed):before {
    float: right !important;
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M4 11h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2'/%3E%3C/svg%3E");
    padding-right: 5px;
}
.accordion-title.collapsed:before {
	  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m-7-7h14'/%3E%3C/svg%3E");
    float: right !important;
    
}
.accordion .card-body,.accordion .card-body a{
	   color: #0b12c2;
    font-size: 20px;
    font-weight: 400;
}
.accordion .card{
	margin-bottom:5px;
}
.accordion .card-body ul li{
	display:flex;
}
@media screen and (min-width: 990px) {
	#anr_accordion{
		columns:3;
	}
}

/*Additional CSS*/
.industrial-marketing .industrial-marketing-content .card img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.industrial-marketing .industrial-marketing-content p{
    display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        position: relative;
        
        
}

.industrial-marketing .industrial-marketing-content h5{
    font-size: 18px;
}

.inner-aero-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/arosp-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-aero-banner h2{
    color: #fff;
}
.aerospace-page .aerospace-page-content ul {
    line-height: 2;
}

.air-pollution-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/air1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.air-polution-banner h2{
    color: #fff !important;
}
.air-polution-page .air-polution-page-content ul {
    line-height: 2;
    padding-left: 20px;
}

.air-pollution-gallery .air-pollution-gallery-wrapper .air-pollution-img {
    margin: 0 10px;
}
.air-pollution-gallery .air-pollution-gallery-wrapper .air-pollution-img img{
    /*width: 100%;*/
    /*height: 250px;*/
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
}

.air-pollution-gallery .air-pollution-gallery-wrapper .slick-prev{
    position: absolute;
    top: 50%;
    left: -5%;
    z-index: 10;
    font-size: 0;
    padding: 15px;
    background: transparent;
    cursor: pointer;
        border: 1px solid blue;
}
.air-pollution-gallery .air-pollution-gallery-wrapper .slick-prev:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0'/%3E%3C/svg%3E");
   
}

.air-pollution-gallery .air-pollution-gallery-wrapper .slick-next{
    position: absolute;
    top: 50%;
   right: -5%;
    z-index: 10;
    font-size: 0;
    padding: 15px;
    background: transparent;
    cursor: pointer;
        border: 1px solid blue;
}

.air-pollution-gallery .air-pollution-gallery-wrapper .slick-next:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
}


.converting-packaging-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/major-customers.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.converting-packaging .air-pollution-gallery-wrapper .air-pollution-img img{
    width: 128px !important;
    height: 128px !important;
    object-fit: contain;
    margin: 0 auto;
}

.metallurgical-processes-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/h1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.metallurgy-ferrous-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width:991px){
    .metallurgy-non-ferrrous{
        column-count: 6;
    }
}
.metallurgy-non-furous-banner{
      background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/H1-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.railways-page-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/rail-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.raw-material-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/H1-1-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.refractory-materials-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/head.png');
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width:991px){
    .refractory-materials{
        column-count: 2;
    }
}

@media screen and (min-width:991px){
    .refactory-raw-materials .refractory-text h3{
    font-size: 24px;
}
}

.epc-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/FFP-Main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.areas-of-work-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/25388715424_65480dbf18_k.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.key-projects-banner{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/25388715424_65480dbf18_k.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.key-projects-section .key-projects-content ul{
    padding-left: 12px;
    line-height: 1.8;
}

.key-projects-section .key-projects-img img{
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.5);
}

.key-projects-section .key-projects-content h3{
    color: #c90801;
}
.filler-section {
    background: #c90801;
}

.key-customers-banner{
      background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/1613409407.62385_cover-arcitecture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.key-customers-section{
    background: #c90801;
}

.services-banner{
      background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/H1-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.refractory-application-banner{
      background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../uploads/2025/02/welding.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.shotcreting-img-wrapper .slick-dots {
    font-size: 0;
    /*width: 20px;*/
    /*height: 20px;*/
    /*border-radius: 50px;*/
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.shotcreting-img-wrapper .slick-dots  li{
   width: 20px;
   height: 20px;
   background: grey;
  border-radius: 50px;
  cursor: pointer;
  
  border: none !important;
  outline: none !important;
  margin: 0 20px;
}
.shotcreting-img-wrapper .slick-dots  li button{
    border: none;
}
.shotcreting-img-wrapper .slick-dots  .slick-active{
     width: 20px;
   height: 20px;
   background: red;
    border-radius: 50px;
}
img.logo-h {
    max-width: 110px;
}

.btn-primary {
    color: #fff;
    background-color: #11155a!important;
    border-color: #11155a!important;
}

.intro-section span {
    background: #13175a;
    padding: 0px 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media(max-width:767px){
    .toplink_list {
    display: inline-block;
    list-style: none;
    padding: 0;
    display: none!important;
    margin: 0 auto;
}
}