/* Fonts */

@font-face {
  font-family: 'Mark Pro';
  src: url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro.eot");
  /* IE9*/
  src: url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro.woff2") format("woff2"),
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro.woff") format("woff"),
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro.ttf") format("truetype"),
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro.svg#Mark Pro") format("svg");
  font-display: Arial;
}

@font-face {
  font-family: 'Mark Pro Heavy';
  src: url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro-Heavy.eot");
  /* IE9*/
  src: url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro-Heavy.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro-Heavy.woff2") format("woff2"),
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro-Heavy.woff") format("woff"),
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro-Heavy.ttf") format("truetype"),
    url("https://www.jindalstainless.com/wp-content/themes/jsl/assets/fonts/MarkPro-Heavy.svg#Mark Pro") format("svg");
  font-display: Arial;
}

/* At the top of master.css, after the Mark Pro @font-face blocks */

@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/alexandria_font.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

.bullet-bar.tp-bullets {}

.bullet-bar.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box
}

.bullet-bar .tp-bullet {
  width: 60px;
  height: 3px;
  position: absolute;
  background: #aaa;
  background: rgba(204, 204, 204, 0.5);
  cursor: pointer;
  box-sizing: content-box
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
  background: rgba(204, 204, 204, 1)
}

.bullet-bar .tp-bullet-image {}

.bullet-bar .tp-bullet-title {}

.tiny_bullet_slider .tp-bullet:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 25px;
  top: -12px;
  left: 0px;
  background: transparent
}

*,
*::before,
*::after {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  /* transition-duration: .2s; */
  /* -ms-transition-duration: .2s;
  -moz-transition-duration: .2s; */
  /* -webkit-transition-duration: .2s; */
  /* -o-transition-duration: .2s; */
}

*:hover {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.transition-none *,
.home-slider *,
.mfp-container *,
.attr-nav *,
.cbp-wrapper *,
.parallax,
.rev-slider *,
#loader-overlay *,
.menu-overlay,
.tr-products *,
#loader-overlay,
.main-box-title *,
.skillbar-wrap * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* Transitons */

@-webkit-keyframes it-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes it-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/* Loader */

#loader-overlay {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
}

.loader {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin-left: -50px
}

.jsl-spinner {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}

.jsl-spinner div {
  position: absolute;
  border: 4px solid #ffa64c;
  opacity: 1;
  border-radius: 50%;
  animation: jsl-spinner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.jsl-spinner div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes jsl-spinner {
  0% {
    top: 45px;
    left: 45px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}

/* Selection */

::selection {
  background-color: #24182e;
  color: #fff;
}

/* All */

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

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

html,
body {
  position: relative;
  height: 100%;
}

body {
  color: #000;
  background: #ffffff;
  font-size: 14px;
  font-family: 'Mark Pro', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

iframe {
  border: 0;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.html5-video {
  background-color: #000;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: auto;
  z-index: -3;
}

iframe,
embed,
object {
  max-width: 100%;
}

.wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #24182e;
  margin: 20px 0 10px 0;
  font-style: normal;
  font-family: 'Mark Pro Heavy', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2em;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #24182e;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5:hover a,
h6 a:hover {
  color: #FEA734;
}

p a {}

p a:hover {
  color: #FEA734;
}

p {
  letter-spacing: normal;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-family: 'Mark Pro', sans-serif;
}

a {
  text-decoration: none;
  color: #24182e;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #FEA734;
}

ul {
  list-style: disc;
}

li>ul,
li>ol {
  padding: 0;
  margin-left: 15px;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

.mark,
mark {
  background-color: #FEA734;
  color: #fff;
}

pre {
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
  border-radius: 0;
}

blockquote {
  border-left: 2px solid #FEA734;
  background: #fff;
  padding: 15px 40px;
}

blockquote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 17px !important;
  font-weight: 600;
}

.blockquote-reverse,
blockquote.pull-right {
  border-right: 2px solid #FEA734;
  background: #fff;
}

.outline-alert {
  background-color: transparent !important;
}

strong {
  color: #414141;
}

hr {
  border: 0;
  height: 10px;
  width: 100%;
  margin: 20px auto;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
}

hr.left-line {
  margin: 20px 0 20px 0;
  width: 80px;
}

hr.center_line {
  width: 80px;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none;
}

.line-trough {
  text-decoration: line-through;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h1 {
  font-size: 50px;
  font-weight: 800;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 0px !important;
  font-style: italic;
  font-weight: 400;
}

.section-title h2[data-backfont] {
  position: relative;
}

.section-title h2[data-backfont]:before {
  z-index: -1;
  content: attr(data-backfont);
  font-size: 5em;
  opacity: .04;
  position: absolute;
  top: 0.3em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
}

.section-title.text-center h2[data-backfont]:before {
  left: 0;
  right: 0;
  margin: auto;
}

[data-backfont] {
  position: relative;
}

[data-backfont]:before {
  z-index: -1;
  content: attr(data-backfont);
  font-size: 5em;
  opacity: .04;
  position: absolute;
  top: 0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
}

[data-backfont-sm] {
  position: relative;
}

[data-backfont-sm]:before {
  z-index: -1;
  content: attr(data-backfont-sm);
  font-size: 3em;
  opacity: .04;
  position: absolute;
  top: 0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
  font-style: italic;
}

.section-title h2,
.section-title h1,
.section-title h4,
.section-title h4,
.section-title h5,
.section-title h6 {
  margin: 0;
}

.img-text-box {
  width: 260px;
  position: absolute;
  top: 35px;
  left: -50px;
  background-color: #FEA734;
  color: #fff;
  padding: 20px;
}

.img-text-box .img-text-box-inner h2 {
  color: #fff;
  margin-top: 0;
  font-size: 31px;
  margin-bottom: 0;
  line-height: 40px;
}

/* Forms */
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
  background: #FEA734 !important;
  text-transform: capitalize !important;
  width: auto !important;
  max-width: 100%;
}

label {
  margin-bottom: 10px;
  font-weight: 500;
  color: #24182e;
  font-family: 'Mark Pro', sans-serif;
  font-size: 14px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

.search-submit {
  position: absolute;
  right: 20px;
  top: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #FEA734;
}

.search-submit:hover {
  color: #c31432;
}

.select-custom {
  width: 100%;
  overflow: hidden;
  background: url("http://www.incognitothemes.com/anno/assets/images/select-arrow.png") no-repeat 97% 50%;
  border: 1px solid #fff;
  margin-bottom: 20px;
}

.select-custom select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.md-input,
.md-textarea,
.md-select select {
  padding: 14px 20px;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  margin-bottom: 0;
}

input,
textarea,
select {
  border: 1px solid #e6f8f9;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 10px 0;
  max-width: 100%;
  resize: none;
  background-color: transparent;
  color: #fff;
}

.has-error input,
.has-error textarea,
.has-error select {
  border-color: #e6f8f9 !important;
}

.help-block {
  margin-top: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fe4f4f;
}

.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 select {
  color: #24182e;
}

.contact-form-style-01 select {
  height: 48px;
}

.contact-form-style-02 .form-control {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.contact-form-style-02 .has-error input,
.contact-form-style-02 .has-error textarea,
.contact-form-style-02 .has-error select {
  border-color: #24182e;
}

.contact-form-style-02 .has-error .help-block,
.contact-form-style-02 .has-error .control-label,
.contact-form-style-02 .has-error .radio,
.contact-form-style-02 .has-error .checkbox,
.contact-form-style-02 .has-error .radio-inline,
.contact-form-style-02 .has-error .checkbox-inline,
.contact-form-style-02 .has-error.radio label,
.contact-form-style-02 .has-error.checkbox label,
.contact-form-style-02 .has-error.radio-inline label,
.contact-form-style-02 .has-error.checkbox-inline label {
  color: #fff;
  display: none;
}

.contact-form-style-03 input,
.contact-form-style-03 textarea,
.contact-form-style-03 select {
  color: #fff;
}

.contact-form-style-03 select {
  height: 48px;
}

/* Sections */

section {
  position: relative;
  z-index: 10;
  background: #ffffff;
}

section.lg-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-heading {
  text-align: center;
  margin: auto;
  float: none;
  padding-bottom: 20px;
}

.text-bottom-line,
.text-bottom-line-sm,
.text-top-line,
.text-top-line-sm {
  position: relative;
}

.text-bottom-line::after {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  content: '';
  height: 20px;
  width: 100%;
  background-color: #FEA734;
  z-index: -1;
}

.text-bottom-line-sm::after {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  content: '';
  height: 10px;
  width: 100%;
  background-color: #FEA734;
  z-index: -1;
}

.text-top-line::after {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  content: '';
  height: 20px;
  width: 100%;
  background-color: #FEA734;
  z-index: -1;
}

.text-top-line-sm::after {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  content: '';
  height: 10px;
  width: 100%;
  background-color: #FEA734;
  z-index: -1;
}

.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  background-color: #24182e !important;
  border-color: #24182e !important;
  color: #fff !important;
}

/* Top Bar */

.top-bar {
  z-index: 9999999;
  width: 100%;
}

.dropdown-style-01 .dropdown-menu {
  margin-top: 12px;
  min-width: 130px;
  border-radius: 0;
  border: none;
  z-index: 444;
  right: 0;
  left: auto;
}

.dropdown-style-01 .btn {
  color: #fff;
  font-size: 12px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-weight: normal;
  text-transform: capitalize;
  border: 0;
}

/* Navigations */

.navbar-nav {
  float: right;
  margin: 0;
  padding: 0px 35px 0 10px;
}

nav.navbar.bootsnav.navbar-transparent .logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

nav.navbar.bootsnav.navbar-fixed {
  backdrop-filter: blur(6px) !important;
}

.fullscreen-search-overlay.fullscreen-search-overlay-show {
  height: 100vh;
}

nav.navbar.bootsnav.navbar-transparent.brand-center .logo,
.brand-center .logo {
  text-align: center;
  margin: 0 auto;
}

nav.navbar.bootsnav.navbar-transparent.brand-center .navbar-brand {
  padding: 15px 15px;
}

.navbar-brand {
  padding: 11px 15px;
}

.logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 66px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.logo img {
  max-height: 66px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
}

.logo.z-index-1 {
  z-index: 1;
}

nav .logo>a {
  display: table-cell;
  vertical-align: middle;
}

.navbar-scrollspy .logo img {
  text-align: center;
  margin: 0 auto;
}

.menu-logo,
.vcard-address {
  float: left;
}

nav.bootsnav.navbar-sidebar ul.nav {
  margin: 0 0 30px 0;
}

nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a.nav-btn-default {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}

nav.navbar.bootsnav ul.nav>li>a.nav-btn-default {
  padding: 10px 15px;
  margin-top: 6.5px;
  color: #fff;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 2px;
}

.absolute-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}

.menu-logo-outside {
  max-width: 180px;
}

.menu-btn {
  position: fixed;
  right: 8%;
  z-index: 999;
  top: 2%;
}

.menu-btn a {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 57px;
  box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
  font-size: 26px;
}

.btn-open:before {
  color: #333;
  content: "\f130";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-open:hover:before {
  color: #FEA734;
}

.btn-close:before {
  color: #333;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-close:hover:before {
  color: #FEA734;
}

/* Menu Overlay */

body.overflow {
  overflow: hidden;
}

.menu-overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #060606;
  left: 0;
  right: 0;
}

.menu-overlay .menu-wrap {
  width: 100%;
  display: table;
  height: 100vh;
}

ul.vcard-menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

ul.vcard-menu li {
  padding: 10px 0;
  list-style: none;
  text-align: center;
  font-family: 'Mark Pro', sans-serif;
  font-weight: 500;
  font-size: 50px;
}

ul.vcard-menu li a {
  color: #fff;
}

ul.vcard-menu li a:hover {
  color: #FEA734;
}

.vcard-address {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Sliders Text */

.hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #fff;
}

.hero-text h3,
.hero-text h1 {
  color: #FEA734;
}

.hero-text h1 {
  font-size: 78px;
  letter-spacing: -2px;
  line-height: 1.25;
}

.hero-text h1.letter-spacing-10 {
  letter-spacing: 10px;
}

.hero-text h1.letter-spacing-0 {
  letter-spacing: 0px;
}

.hero-text-wrap .hero-text h1.font-90px {
  font-size: 90px;
}

.hero-text-wrap .hero-text h1[data-backfont]:before {
  z-index: 0;
  content: attr(data-backfont);
  font-size: 3em;
  opacity: .05;
  position: absolute;
  top: -0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: capitalize;
}

.hero-text h2 {
  font-size: 62px;
}

.hero-text h3 {
  font-size: 49px;
}

.hero-text h4 {
  font-size: 30px;
}

.hero-text h5 {
  font-size: 19px;
}

.hero-text h6 {
  font-size: 14px;
}

.hero-text-wrap.color-overlay-bg {
  background: rgba(191, 7, 49, 0.75);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

section.dark-block .hero-text-wrap,
section.dark-block.title-hero-bg::before {
  background-color: transparent;
}

.rev_slider a {
  -webkit-transition: all .3s ease-in !important;
  -o-transition: all .3s ease-in !important;
  transition: all .3s ease-in !important;
}

/* Helper Classes */

::-webkit-input-placeholder {
  color: #24182e !important;
}

::-moz-placeholder {
  color: #24182e !important;
}

:-ms-input-placeholder {
  color: #24182e !important;
}

:-moz-placeholder {
  color: #24182e !important;
}

.footer .style-02::-webkit-input-placeholder {
  color: #fff !important;
}

.footer .style-02::-moz-placeholder {
  color: #fff !important;
}

.footer .style-02:-ms-input-placeholder {
  color: #fff !important;
}

.footer .style-02:-moz-placeholder {
  color: #fff !important;
}

.getin_form .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.getin_form .form-control::-moz-placeholder {
  color: #fff !important;
}

.getin_form .form-control:-ms-input-placeholder {
  color: #fff !important;
}

.getin_form .form-control:-moz-placeholder {
  color: #fff !important;
}

.newsletter-widget input.style-02::-webkit-input-placeholder {
  color: #24182e !important;
}

.newsletter-widget input.style-02::-moz-placeholder {
  color: #24182e !important;
}

.newsletter-widget input.style-02:-ms-input-placeholder {
  color: #24182e !important;
}

.newsletter-widget input.style-02:-moz-placeholder {
  color: #24182e !important;
}

input.search-bar-top::-webkit-input-placeholder {
  color: #fff !important;
}

input.search-bar-top::-moz-placeholder {
  color: #fff !important;
}

input.search-bar-top:-ms-input-placeholder {
  color: #fff !important;
}

input.search-bar-top:-moz-placeholder {
  color: #fff !important;
}

/* Positions */

.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

/* Z-index */

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-0 {
  z-index: 0;
}

.z-index-minus2 {
  z-index: -2;
}

/* Displays */
.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell !important;
}

.display-flex {
  display: flex;
}

.float-none {
  float: none;
}

.centerize-col {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}

.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.items-center {
  align-items: center !important;
}

.items-right {
  align-items: right !important;
}

.items-left {
  align-items: left !important;
}

/* Width Pixels */

.width-1px {
  width: 1px
}

.width-2px {
  width: 2px
}

.width-3px {
  width: 3px
}

.width-4px {
  width: 4px
}

.width-5px {
  width: 5px
}

.width-6px {
  width: 6px
}

.width-7px {
  width: 7px
}

.width-8px {
  width: 8px
}

.width-9px {
  width: 9px
}

.width-10px {
  width: 10px
}

.width-80px {
  width: 80px
}

.width-90px {
  width: 90px
}

.width-100px {
  width: 100px
}

.width-150px {
  width: 150px
}

.width-200px {
  width: 200px
}

.width-250px {
  width: 250px
}

.width-300px {
  width: 300px
}

.width-350px {
  width: 350px
}

.width-400px {
  width: 400px
}

.width-450px {
  width: 450px
}

.width-500px {
  width: 500px !important
}

.width-550px {
  width: 550px
}

.width-600px {
  width: 600px
}

.width-650px {
  width: 650px !important
}

.width-700px {
  width: 700px
}

.width-800px {
  width: 800px
}

/* Width Percentage */

.width-10-percent {
  width: 10% !important
}

.width-20-percent {
  width: 20% !important
}

.width-30-percent {
  width: 30% !important
}

.width-40-percent {
  width: 40% !important
}

.width-50-percent {
  width: 50% !important
}

.width-60-percent {
  width: 60% !important
}

.width-70-percent {
  width: 70% !important
}

.width-80-percent {
  width: 80% !important
}

.width-90-percent {
  width: 90% !important
}

.width-100-percent {
  width: 100% !important
}

.width-auto {
  width: auto !important
}

.max-width-100 {
  max-width: 100%
}

/* Minimum Width */

.min-width-100px {
  min-height: 100px
}

.min-width-200px {
  min-height: 200px
}

.min-width-300px {
  min-height: 300px
}

.min-width-400px {
  min-height: 400px
}

.min-width-500px {
  min-height: 500px
}

.min-width-600px {
  min-height: 600px
}

.min-width-700px {
  min-height: 700px
}

/* View Width */

.view-width-100vh {
  width: 100vh;
}

/* Height Pixels */

.height-1px {
  height: 1px !important
}

.height-2px {
  height: 2px !important
}

.height-3px {
  height: 3px !important
}

.height-4px {
  height: 4px !important
}

.height-5px {
  height: 5px !important
}

.height-6px {
  height: 6px !important
}

.height-7px {
  height: 7px !important
}

.height-8px {
  height: 8px !important
}

.height-9px {
  height: 9px !important
}

.height-10px {
  height: 10px !important
}

.height-80px {
  height: 80px
}

.height-90px {
  height: 90px
}

.height-100px {
  height: 100px
}

.height-150px {
  height: 150px
}

.height-200px {
  height: 200px
}

.height-250px {
  height: 250px
}

.height-300px {
  height: 300px
}

.height-350px {
  height: 350px
}

.height-400px {
  height: 400px
}

.height-450px {
  height: 450px
}

.height-500px {
  height: 500px !important;
}

.height-550px {
  height: 550px
}

.height-600px {
  height: 600px
}

.height-650px {
  height: 650px !important;
}

.height-700px {
  height: 700px
}

.height-800px {
  height: 800px
}

/* Height Percentage */

.height-10-percent {
  height: 10%
}

.height-20-percent {
  height: 20%
}

.height-30-percent {
  height: 30%
}

.height-40-percent {
  height: 40%
}

.height-50-percent {
  height: 50%
}

.height-60-percent {
  height: 60%
}

.height-70-percent {
  height: 70%
}

.height-80-percent {
  height: 80%
}

.height-90-percent {
  height: 90%
}

.height-100-percent {
  height: 100% !important
}

.height-auto {
  height: auto !important
}

.max-height-100 {
  max-height: 100%
}

/* Minimum Heights */

.min-height-100px {
  min-height: 100px
}

.min-height-200px {
  min-height: 200px
}

.min-height-300px {
  min-height: 300px !important;
}

.min-height-400px {
  min-height: 400px
}

.min-height-500px {
  min-height: 500px
}

.min-height-600px {
  min-height: 600px
}

.min-height-700px {
  min-height: 700px
}

.min-height-800px {
  min-height: 800px
}

.min-height-900px {
  min-height: 900px
}

/* Hero Heights  */

.xs-screen {
  height: 300px;
}

.sm-screen {
  height: 400px;
}

.md-screen {
  height: 600px;
}

.lg-screen {
  height: 700px;
}

.xl-screen {
  height: 800px;
}

.xxl-screen {
  height: 1000px;
}

/* View Heights */

.view-height-100vh {
  height: 100vh !important;
}


/* Backgrounds */

.bordered-bg {
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.transparent-bg {
  background-color: transparent !important;
}

.dark-bg {
  background-color: #24182e;
}

.darken-bg {
  background-color: #151515;
}

.d-dark-bg {
  background-color: #0a0a0a;
}

.white-bg {
  background-color: #fff !important;
}

.light-bg {
  background: #e6f8f9;
}

.default-bg {
  background-color: #FEA734;
}

.secondary-bg {
  background-color: #ec77ab;
}

.dark-grey-bg {
  background-color: #e0e0e0;
}

.grey-bg {
  background-color: #eee !important;
}

.green-bg {
  background-color: #2cc99d !important;
}

.bordered-bg.white-bg {
  background-color: #fff;
}

.light-br-r {
  border-right: 1px solid #eeeeee;
}

.fixed-bg {
  background-attachment: fixed !important;
}

.overlay-bg {
  background: rgba(36, 24, 46, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.front-overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}

.color-overlay-bg {
  background: rgba(191, 7, 49, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.front-color-overlay-bg {
  background: rgba(191, 7, 49, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}

.secondary-color-overlay-bg {
  background: rgba(67, 13, 60, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.parallax-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.parallax-overlay-white {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.parallax-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.cover {
  background-size: cover !important;
}

.bg-cover {
  position: relative;
  z-index: 10;
  overflow: hidden;
}



/* Horizontal Line */

.line-horizontal {
  width: 100%;
  height: 1px;
}

/* Box Shadows */

.box-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.box-shadow-hover {}

.box-shadow-hover:hover {
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, .1);
}

/* Fonts */

.cardo-font {
  font-family: 'Cardo', serif;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.font-12px {
  font-size: 12px;
}

.font-14px {
  font-size: 14px;
}

.font-16px {
  font-size: 16px !important;
}

.font-18px {
  font-size: 18px;
}

.font-20px {
  font-size: 20px !important;
}

.font-26px {
  font-size: 26px;
}

.font-30px {
  font-size: 30px;
}

.font-35px {
  font-size: 35px;
}

.font-40px {
  font-size: 40px;
}

.font-50px {
  font-size: 50px;
}

.font-60px {
  font-size: 60px !important;
}

.font-70px {
  font-size: 70px;
}

.font-80px {
  font-size: 80px;
}

.font-90px {
  font-size: 90px;
}

.font-100px {
  font-size: 100px !important;
}

.font-120px {
  font-size: 120px;
}

.font-130px {
  font-size: 130px;
}

.font-italic {
  font-style: italic;
}

.font-bold {
  font-family: 'Mark Pro Heavy';
}

/* Fonts Colors */

.default-color {
  color: #FEA734 !important;
}

.secondary-color {
  color: #ec77ab !important;
}

.white-color {
  color: #fff !important;
}

.white-color p,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color i {
  color: #fff !important;
}

.white-smoke {
  color: #f9f9f9 !important;
}

.white-smoke p,
.white-smoke h1,
.white-smoke h2,
.white-smoke h3,
.white-smoke h4,
.white-smoke h5,
.white-smoke h6 {
  color: #f9f9f9 !important;
}

.dark-color {
  color: #000000 !important;
}

.dark-color p,
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6 {
  color: #24182e !important;
}

.grey-color {
  color: #aaa !important;
}

.grey-color p,
.grey-color h1,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6 {
  color: #aaa !important;
}

.red-color {
  color: #FF4B2B;
}

.blue-color {
  color: #0072FF;
}

.green-color {
  color: #2cc99d;
}

.yellow-color {
  color: #f6d365;
}

.orange-color {
  color: #F7971E;
}

/* Line Heights */

.line-height-15 {
  line-height: 15px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-25 {
  line-height: 25px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/* Letter Spacings */

.letter-spacing-0 {
  letter-spacing: 0px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

/* Margins */

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.remove-margin {
  margin: 0 !important;
}

.all-margin-10 {
  margin: 10px;
}

.all-margin-20 {
  margin: 20px;
}

.all-margin-30 {
  margin: 30px;
}

.all-margin-40 {
  margin: 40px;
}

.all-margin-50 {
  margin: 50px;
}

.all-margin-60 {
  margin: 60px;
}

.all-margin-70 {
  margin: 70px;
}

.all-margin-80 {
  margin: 80px;
}

.all-margin-90 {
  margin: 90px;
}

.all-margin-100 {
  margin: 100px;
}

.all-margin-110 {
  margin: 110px;
}

.all-margin-120 {
  margin: 120px;
}

.mt-minus-10 {
  margin-top: -10px;
}

.mt-minus-20 {
  margin-top: -20px;
}

.mt-minus-30 {
  margin-top: -30px;
}

.mt-minus-40 {
  margin-top: -40px;
}

.mt-minus-50 {
  margin-top: -50px;
}

.mt-minus-60 {
  margin-top: -60px;
}

.mt-minus-70 {
  margin-top: -70px;
}

.mt-minus-80 {
  margin-top: -80px;
}

.mt-minus-90 {
  margin-top: -90px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-minus-110 {
  margin-top: -110px;
}

.mt-minus-120 {
  margin-top: -120px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

/* Paddings */

.remove-padding {
  padding: 0 !important;
}

.all-padding-10 {
  padding: 10px;
}

.all-padding-20 {
  padding: 20px;
}

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

.all-padding-40 {
  padding: 40px;
}

.all-padding-50 {
  padding: 50px;
}

.all-padding-60 {
  padding: 60px;
}

.all-padding-70 {
  padding: 70px;
}

.all-padding-80 {
  padding: 80px;
}

.all-padding-90 {
  padding: 90px;
}

.all-padding-100 {
  padding: 100px;
}

.all-padding-110 {
  padding: 110px;
}

.all-padding-120 {
  padding: 120px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

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

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

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

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

/* Position Spaces */

.top-0 {
  top: 0;
}

.top-10 {
  top: 10px;
}

.top-20 {
  top: 20px !important;
}

.top-30 {
  top: 30px;
}

.top-40 {
  top: 40px;
}

.top-50 {
  top: 50px;
}

.top-60 {
  top: 60px;
}

.top-70 {
  top: 70px;
}

.top-80 {
  top: 80px;
}

.top-90 {
  top: 90px;
}

.top-100 {
  top: 100px;
}

.top-110 {
  top: 110px;
}

.top-120 {
  top: 120px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-40 {
  bottom: 40px;
}

.bottom-50 {
  bottom: 50px;
}

.bottom-60 {
  bottom: 60px;
}

.bottom-70 {
  bottom: 70px;
}

.bottom-80 {
  bottom: 80px;
}

.bottom-90 {
  bottom: 90px;
}

.bottom-100 {
  bottom: 100px;
}

.bottom-110 {
  bottom: 110px;
}

.bottom-120 {
  bottom: 120px;
}

.right-0 {
  right: 0;
}

.right-10 {
  right: 10px;
}

.right-20 {
  right: 20px;
}

.right-30 {
  right: 30px;
}

.right-40 {
  right: 40px;
}

.right-50 {
  right: 50px;
}

.right-60 {
  right: 60px;
}

.right-70 {
  right: 70px;
}

.right-80 {
  right: 80px;
}

.right-90 {
  right: 90px;
}

.right-100 {
  right: 100px;
}

.right-110 {
  right: 110px;
}

.right-120 {
  right: 120px;
}

.left-0 {
  left: 0;
}

.left-10 {
  left: 10px;
}

.left-20 {
  left: 20px;
}

.left-30 {
  left: 30px;
}

.left-40 {
  left: 40px;
}

.left-50 {
  left: 50px;
}

.left-60 {
  left: 60px;
}

.left-70 {
  left: 70px;
}

.left-80 {
  left: 80px;
}

.left-90 {
  left: 90px;
}

.left-100 {
  left: 100px;
}

.left-110 {
  left: 110px;
}

.left-120 {
  left: 120px;
}

.top-minus-10 {
  top: -10px;
}

.top-minus-20 {
  top: -20px;
}

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

.top-minus-40 {
  top: -40px;
}

.top-minus-50 {
  top: -50px;
}

.top-minus-60 {
  top: -60px;
}

.top-minus-70 {
  top: -70px;
}

.top-minus-80 {
  top: -80px;
}

.top-minus-90 {
  top: -90px;
}

.top-minus-100 {
  top: -100px;
}

.top-minus-110 {
  top: -110px;
}

.bottom-minus-10 {
  bottom: -10px;
}

.bottom-minus-20 {
  bottom: -20px;
}

.bottom-minus-30 {
  bottom: -30px;
}

.bottom-minus-40 {
  bottom: -40px;
}

.bottom-minus-50 {
  bottom: -50px;
}

.bottom-minus-60 {
  bottom: -60px;
}

.bottom-minus-70 {
  bottom: -70px;
}

.bottom-minus-80 {
  bottom: -80px;
}

.bottom-minus-90 {
  bottom: -90px;
}

.bottom-minus-100 {
  bottom: -100px;
}

.bottom-minus-110 {
  bottom: -110px;
}

.right-minus-10 {
  right: -10px;
}

.right-minus-20 {
  right: -20px;
}

.right-minus-30 {
  right: -30px;
}

.right-minus-40 {
  right: -40px;
}

.right-minus-50 {
  right: -50px;
}

.right-minus-60 {
  right: -60px;
}

.right-minus-70 {
  right: -70px;
}

.right-minus-80 {
  right: -80px;
}

.right-minus-90 {
  right: -90px;
}

.right-minus-100 {
  right: -100px;
}

.right-minus-110 {
  right: -110px;
}

.left-minus-10 {
  left: -10px;
}

.left-minus-20 {
  left: -20px;
}

.left-minus-30 {
  left: -30px;
}

.left-minus-40 {
  left: -40px;
}

.left-minus-50 {
  left: -50px;
}

.left-minus-60 {
  left: -60px;
}

.left-minus-70 {
  left: -70px;
}

.left-minus-80 {
  left: -80px;
}

.left-minus-90 {
  left: -90px;
}

.left-minus-100 {
  left: -100px;
}

.left-minus-110 {
  left: -110px;
}


/* Lines */

.line-verticle-sm {
  width: 1px;
  height: 8px;
}

/* Borders */

.bordered {
  border: 1px solid #e0e0e0;
}

.border-right {
  border-right: 1px solid #e0e0e0;
}

.border-left {
  border-left: 1px solid #e0e0e0;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-25 {
  border-radius: 25px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.border-radius-100 {
  border-radius: 100px !important;
}

.border-white-10 {
  border: 10px solid #fff;
}

.border-white-15 {
  border: 15px solid #fff;
}

.border-white-20 {
  border: 20px solid #fff;
}

.border-dark-10 {
  border: 10px solid #24182e;
}

.border-dark-15 {
  border: 15px solid #24182e;
}

.border-dark-20 {
  border: 20px solid #24182e;
}

.border-black-10 {
  border: 10px solid #000;
}

.border-black-15 {
  border: 15px solid #000;
}

.border-black-20 {
  border: 20px solid #000;
}


/* dropcap */

.first-letter {
  float: left;
  font-size: 50px;
  margin: 0 20px 0 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600
}

.first-letter-big {
  float: left;
  font-size: 110px;
  line-height: 110px;
  margin: 0 20px 0 0;
  padding: 0 8px;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.first-letter-big:before {
  position: absolute;
  border-bottom: 1px solid;
  content: "";
  display: block;
  width: 100%;
  top: 55%;
  left: 0
}

.first-letter-block {
  font-size: 35px;
  height: 55px;
  line-height: 25px;
  padding: 15px 0;
  width: 55px;
  font-weight: 700;
  margin-top: 5px;
}

.first-letter-block-round {
  border-radius: 6px;
  border: 1px solid;
}

.first-letter-round {
  border-radius: 50%;
  font-size: 35px;
  padding: 15px;
  width: 65px;
  height: 65px;
  line-height: 32px;
}

/* Images */
.img-responsive,
.full-width {
  width: 100%;
}

/* Buttons */
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

button:focus {
  outline: none !important;
}

.btn {
  font-family: 'Mark Pro', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding: 8px 10px 7px 10px;
  border-color: transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  border-color: transparent;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #FEA734;
  border-color: #FEA734;
  outline: 0;
}

.btn.btn-animated {
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
}

.btn.btn-animated:hover,
.btn.btn-animated:focus,
.btn.btn-animated.focus {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08), 0px 30px 25px 0px rgba(0, 0, 0, 0.05);
}

.btn+.btn {
  margin-left: 10px;
}

.btn i {
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn:focus,
.btn:focus:active {
  outline: none;
}

.btn-circle {
  border-radius: 100px;
}

.btn-rounded {
  border-radius: 5px;
}

.btn-square {
  border-radius: 0px;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-mobilize .btn {
  margin: 0 10px;
}

.btn.btn-xl {
  padding: 16px 44px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 12px 42px;
  font-size: 12px;
}

.btn.btn-md {
  padding: 12px 30px;
  font-size: 11px;
}

.btn.btn-sm {
  padding: 11px 20px;
  font-size: 9px;
}

.btn.btn-xs {
  padding: 8px 12px;
  font-size: 8px;
}

.btn.btn-fullwidth {
  width: 100%;
  min-width: 300px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}

.btn-primary {
  color: #fff;
  background-color: #FEA734;
  border: 2px solid #FEA734;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  border: 2px solid #ec77ab;
  background-color: #ec77ab;
}

.btn-primary-outline {
  color: #fff;
  border: 2px solid transparent;
  background-color: #FEA734;
}

.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.btn-color {
  color: #fff;
  background-color: #FEA734;
  border: 1px solid #FEA734;
}

.btn-color:hover,
.btn-color:active,
.btn-color:focus {
  background-color: #FEA734;
  color: #fff;
  border: 1px solid #ffffff;
}

.btn-outline-color {
  color: #FEA734;
  border: 2px solid #FEA734;
  background-color: transparent;
}

.btn-outline-color:hover,
.btn-outline-color:active,
.btn-outline-color:focus {
  color: #fff;
  border: 2px solid #FEA734;
  background-color: #FEA734;
}

.btn-outline {
  color: #24182e;
  border: 2px solid #e0e0e0;
  background-color: transparent;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: #24182e;
  border: 2px solid #24182e;
  background-color: transparent;
}

.btn-light {
  color: #24182e;
  border-color: #fff;
  background-color: #fff;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #fff;
  border-color: #24182e;
  background-color: #24182e;
}

.btn-light-outline {
  color: #fff;
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-light-outline:hover,
.btn-light-outline:active,
.btn-light-outline:focus {
  color: #24182e;
  border-color: #fff;
  background-color: #fff;
}

.btn-dark {
  color: #fff;
  border: 3px solid #24182e;
  background-color: #24182e;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #fff;
  border: 3px solid #000;
  background-color: #000;
}

.btn-dark-outline {
  color: #24182e;
  border: 3px solid #24182e;
  background-color: transparent;
}

.btn-dark-outline:hover,
.btn-dark-outline:active,
.btn-dark-outline:focus {
  color: #fff;
  border-color: #24182e;
  background-color: #24182e;
}

.btn-yellow {
  color: #fff;
  background-color: #f6d365;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background-color: #fda085;
  color: #fff;
}

.btn-purple {
  color: #fff;
  background-color: #642B73;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background-color: #642B73;
  color: #fff;
}

.btn-animate {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}

.btn-animate span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}

.btn-animate i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}

.btn-animate:hover span {
  padding: 0 17px 0 0;
}

.btn-animate:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0px;
}

/* Icons */

.tr-icon {
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  margin-left: 6px;
}

.feature-box,
.feature-box-right {
  float: left;
}

.feature-box i {
  margin-bottom: 20px;
  display: inline-block;
}

.box-icon {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  background-color: #24182e;
  padding: 40px 30px;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-icon:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.box-icon h6 {
  font-size: 13px;
}

.box-icon i {
  margin-bottom: 25px;
}

.white-bg-icon {
  background-color: #fff;
  border-color: #fff;
}

.white-bg-icon:hover {
  background-color: #FEA734;
  border-color: #FEA734;
  color: #fff !important;
}

.border-bg-default-color {
  border: 2px solid #24182e;
}

.border-bg-default-color:hover {
  background-color: #FEA734;
  border-color: #FEA734;
  color: #fff;
}

.gradient-bg-icon {
  background: rgba(255, 255, 255, 1);
  display: inline-block !important;
  line-height: 100px !important;
  cursor: pointer;
  width: 85px;
  height: 85px;
  border-radius: 20%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.gradient-bg-icon i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.gradient-bg-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 20%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(185, 29, 115);
  background: -moz-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(185, 29, 115)), color-stop(100%, rgba(249, 83, 198)));
  background: -webkit-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: -o-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: -ms-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEA734', endColorstr='#a8e063', GradientType=1);
}

.gradient-bg-icon:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(185, 29, 115);
  background: -moz-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(185, 29, 115)), color-stop(100%, rgba(249, 83, 198)));
  background: -webkit-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: -o-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: -ms-linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  background: linear-gradient(45deg, rgba(185, 29, 115) 0%, rgba(249, 83, 198) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEA734', endColorstr='#a8e063', GradientType=1);
  z-index: -1;
}

.default-bg-icon {
  background-color: #FEA734;
  display: inline-block !important;
  line-height: 100px !important;
  cursor: pointer;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.default-bg-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #ec77ab;
}

.default-bg-icon:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}

.feature-box .pull-left {
  width: 15%;
}

.feature-box .pull-right {
  width: 80%;
}

.feature-box-right .pull-left {
  width: 80%;
}

.feature-box-right .pull-right {
  width: 15%;
}

.feature-box-big .pull-left {
  width: 20%;
}

.feature-box-big .pull-right {
  width: 80%;
}

.feature-box-rounded {
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 30px;
  -webkit-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
  box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
}


/*--------------------------------------------------------------
#0.4	New Banners slider
--------------------------------------------------------------*/

.desktop-banner {
  display: block !important
}

.mobile-banner {
  display: none !important
}

.homebanners {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /** slider controls **/
  /*** hero slider animation ***/
}

.homebanners .slidebanners {
  height: 100vh;
  position: relative;
}

.homebanners .slidebanners .container {
  position: absolute;
  content: '';
  height: 100vh;
  z-index: 101;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  top: 40%;
}

.homebanners .slidebanners .slide-caption {
  text-align: center
}

.homebanners .slidebanners .slide-caption .slide-subtitle p {
  font-size: 18px;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5em;
  width: 65%;
  margin: 0px auto 10px auto;
  font-family: "Mark Pro";
}

.homebanners .slidebanners .slide-caption .slide-title h3 {
  font-size: 72px;
  font-size: 6.125rem;
  line-height: 1em;
  color: #fff;
  margin: 0.21em 0 0.56em;
}

.homebanners .slidebanners .slide-caption>div h1 img {
  display: inline-block !important;
}

.homebanners .slidebanners .slide-caption .slide-subtitle {
  font-size: 18px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.5em;
  width: 80%;
  margin: 10px auto 10px auto;
  font-family: "Mark Pro";
}

.homebanners .slide__image {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.homebanners .videobanner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homebanners .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .homebanners .slick-dots {
    display: block !important;
  }
}

.homebanners .slick-dots li {
  margin: 0;
}

.homebanners .slick-dots button {
  background-color: transparent;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.homebanners .slick-dots button:before,
.homebanners .slick-dots button:before {
  display: none;
}

.homebanners .slick-dots .slick-active button {
  background: #ffffff;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width:768px) {

  .homebanners .slide__image {
    height: 100%;
    width: 100%;
    object-fit: unset;
  }

  .desktop-banner {
    display: none !important
  }

  .mobile-banner {
    display: block !important
  }

  .homebanners .slidebanners .container {
    top: 35%;
  }

  .homebanners .slidebanners .slide-caption .slide-title h3 {
    font-size: 42px;
    font-size: 3.125rem;
    color: #ffffff;
  }


  .homebanners .slidebanners .slide-caption .slide-subtitle p {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    margin: 10px auto 10px auto;
  }

}





/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /** slider controls **/
  /*** hero slider animation ***/
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
}


.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(255, 255, 255, 0.1);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {

  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "Ionicons";
  content: "\f107";
  opacity: 1;
  color: #b3b3b3;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "Ionicons";
  content: "\f10a";
  opacity: 1;
  color: #b3b3b3;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #000000;
  border-color: #000000;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: block !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: transparent;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .slick-dots .slick-active button {
  background: #ffffff;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slide-caption>div {
  overflow: hidden;
}

.hero-style-1 .slide:before,
.hero-style-2 .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1 .slide.dark:before {
  background-color: rgba(0, 0, 0, 0.0) !important;
}

.hero-style-1 .slide.dark20:before {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.hero-style-1 .slide.darker:before {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.hero-style-1 .slide.darkest:before {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.hero-style-1 .slide.light:before {
  background-color: rgba(0, 0, 0, 0.01) !important;
}

.hero-style-1 .slide.lighter:before {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.hero-style-3 .slide.dark:before {
  background-color: rgba(0, 0, 0, 0.0) !important;
}

.slide-caption {
  text-align: center
}

.slide-caption.pt200 {
  padding-top: 360px !important;
  text-align: left !important;
}

.hero-style-1 .slide-caption .slide-subtitle p,
.hero-style-2 .slide-caption .slide-subtitle p,
.hero-style-3 .slide-caption .slide-subtitle p {
  font-size: 18px;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5em;
  width: 65%;
  margin: 0px auto 10px auto;
  font-family: "Mark Pro";
}

.hero-style-1 .slide-caption .slide-subtitle p.black {
  font-size: 18px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.5em;
  width: 80%;
  margin: 20px auto 10px auto;
  font-family: "Mark Pro";
}

.hero-style-1 .slide-caption .slide-subtitle p.black strong {
  font-family: 'Mark Pro Heavy';
  color: #000000;
  text-decoration: none
}

.hero-style-1 .slide-caption .slide-subtitle p.black a:hover {
  color: #000000 !important;
  text-decoration: underline
}


.hero-style-1 .slide-caption .slide-subtitle p.fullwidth,
.hero-style-2 .slide-caption .slide-subtitle p.fullwidth,
.hero-style-3 .slide-caption .slide-subtitle p.fullwidth {
  font-size: 18px;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5em;
  width: 100%;
  margin: 0px auto 10px auto;
  font-family: "Mark Pro";
}

.hero-style-1 .slide-caption .slide-subtitle p.bgoverlay,
.hero-style-2 .slide-caption .slide-subtitle p.bgoverlay,
.hero-style-3 .slide-caption .slide-subtitle p.bgoverlay {
  font-size: 18px;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5em;
  width: 65%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.60) !important;
  display: inline-block;
  margin: 0px auto 10px auto;
  font-family: "Mark Pro";
}

.hero-style-1 .slide-caption .slide-subtitle p.large,
.hero-style-2 .slide-caption .slide-subtitle p.large,
.hero-style-3 .slide-caption .slide-subtitle p.large {
  font-size: 24px;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.8em;
  width: 60%;
  margin: 0px auto 10px auto;
  font-family: "Mark Pro";
}

.slide-caption .slide-subtitle a.orangebtn {
  font-size: 24px;
  font-size: 2.2rem;
  line-height: 2em;
  font-family: 'Mark Pro Heavy';
  color: #ff6633
}



.hero-style-1 .slide-caption .slide-title h1,
.hero-style-2 .slide-caption .slide-title h1,
.hero-style-3 .slide-caption .slide-title h1 {
  font-size: 50px;
  font-size: 4.125rem;
  line-height: 1em;
  color: #fff;
  margin: 0.21em 0 0.56em;
}

.hero-style-1 .slide-caption .btns {
  margin: 0.61em 0 0.56em;
}

@media screen and (max-width: 992px) {

  .hero-style-1 .slide-caption .slide-subtitle p,
  .hero-style-2 .slide-caption .slide-subtitle p,
  .hero-style-3 .slide-caption .slide-subtitle p {
    font-size: 16px;
    font-size: 1.3rem;
    width: 80%
  }

  .hero-style-1 .slide-caption .silde-title h1,
  .hero-style-2 .slide-caption .silde-title h1,
  .hero-style-3 .slide-caption .silde-title h1 {
    font-size: 42px;
    font-size: 2.8rem;
  }

  .hero-style-1 .slide-caption h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {

  .hero-style-1 .slide-caption .slide-title h1,
  .hero-style-2 .slide-caption .slide-title h1,
  .hero-style-3 .slide-caption .slide-title h1 {
    font-size: 32px;
    font-size: 3.125rem;

  }

  .hero-style-1 .slide-caption h3 {
    font-size: 28px;
    font-size: 2.5rem;
  }

  .hero-style-1 .slide-caption .slide-subtitle p,
  .hero-style-2 .slide-caption .slide-subtitle p,
  .hero-style-3 .slide-caption .slide-subtitle p {
    font-size: 16px;
    font-size: 1.2rem;
    width: 100%
  }
}

/*----------------------------------------------
	hero-style-2
------------------------------------------------*/
.hero-style-2 {
  height: 70vh;
}

.hero-style-2 .slide {
  height: 70vh;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-caption {
    margin-top: 40px;
  }
}

.hero-style-2 .slide.darker:before {
  background-color: rgba(0, 0, 0, 0.60) !important;
}

@media screen and (max-width: 768px) {

  .hero-style-2 {
    height: 50vh;
  }

  .hero-style-2 .slide {
    height: 50vh;
  }

}

/*----------------------------------------------
	hero-style-3
------------------------------------------------*/
.hero-style-3 {
  height: 100vh;
}

.hero-style-3 .slide {
  height: 100vh;
}

@media screen and (min-width: 992px) {
  .hero-style-3 .slide-caption {
    margin-top: 40px;
  }
}

.blogpage {
  background: #FEA734;
  padding-top: 80px
}

.blog-page-area {
  padding: 40px 0
}

.blogpage .nav-tabs {
  margin: 0;
  border: none
}

.blogpage .md-tabs .nav-link {
  color: #fff;
  border: 0;
  transition: all .4s;
  font-size: 15px;
  text-decoration: none;
  padding: 0px 10px 5px;
  border-radius: 0px;
  cursor: pointer;
  background: none;
  border-left: 2px solid transparent;
  display: block
}

.blogpage .md-tabs li {
  display: block;
  margin: 10px 0 20px 0;
  border: none;
  width: 100%
}

.blogpage .md-tabs li.active .nav-link,
.blog .md-tabs li.active .nav-link:focus {
  color: #ffffff;
  border: none;
  border-left: 2px solid #ffffff;
  background: none;
  outline: none;

}

.blogpage .blog-container {
  padding-right: 50px;
}

.blogpage .blog-container h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.blogpage .blog-container p {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  margin: 0px;
  padding: 0;
  letter-spacing: 0px
}

.blogpage .blog-container p.category {
  font-size: 12px;

}

.blogpage .blog-container p a {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  padding-left: 12px;
  margin: 0px;
  text-decoration: underline
}

.blogpage .blog-container p a:hover {
  color: #000000;
  text-decoration: none;
}

.blogpage .blog-container p.description {
  width: 95%
}

.blogpage .tab-content img {
  margin-top: 30px;
  margin-bottom: 70px;
  max-height: 420px;
  object-fit: cover;
  min-height: 420px;
}


.blog-search-wrapper {
  padding: 30px 0 30px;
  position: relative
}

.blog-search-wrapper .form-control {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 5px 0;
  height: 42px;
}

.blog-search-wrapper button {
  width: 100%
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.blog-menu-wrapper {
  background: #000000;
  padding: 15px 0 15px;
  margin-bottom: 40px;
  position: relative
}

.blog-menu-wrapper ul {
  margin: 0px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.blog-menu-wrapper ul li {
  text-align: center;
  display: inline-block;
  padding: 5px 10px 5px 25px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  position: relative
}

.blog-menu-wrapper ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 10px;
}

.blog-menu-wrapper ul li:last-child {
  border-right: none;
}

.blog-menu-wrapper ul li:first-child:before {
  display: none
}

.blog-menu-wrapper ul li a {
  color: #ffffff;
}

.blog-menu-wrapper ul li a:hover {
  color: #FEA734;
}

.blog-menu-wrapper ul li a.active {
  color: #FEA734;
}

.blog-menu-wrapper ul li a i {
  font-size: 20px !important;
  line-height: 20px
}

.blogpage .post-thumbnail {
  text-align: center;
  margin-top: 30px;
}

.blogpage .post-thumbnail img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

.blog-box {
  margin-bottom: 35px;
}

.blog-box h3 {
  margin-bottom: 5px;
  margin-top: 0;
  min-height: 55px;
  line-height: 1.1;
  font-size: 24px;
}

.blog-box p {
  margin-bottom: 0px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-box .news-img-holder {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000000
}

/* Zoom In #1 */
.blog-box .news-img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;

}

.blog-box .news-img-holder:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-box .news-img-holder2 {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.blog-box .news-img-holder2 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .3s ease-in-out;
  height: 300px;
  object-fit: contain;
  overflow: hidden;
  width: 100%;

}

.blog-box .news-img-holder2:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-user {
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative
}

.blog-user:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #000000;
  left: 0;
  top: 5px;
}

.blog-user li {
  display: inline-block;
  padding-left: 30px;
  font-size: 12px;
  line-height: 15px;
  color: #FEA734;
}

.page-header {
  background: #FEA734;
  border: none;
  margin: 0px;
  text-align: center;
  padding: 120px 0 0px 0;
}

.page-header h1 {
  font-size: 32px;
  margin: 0px;
}

.page-header h1 span {
  color: #ffffff;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin: 30px 0
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 28px;
  font-family: 'Mark Pro Heavy';
  font-size: 2rem;
  color: #000000;
  border: none;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  color: #B3B3B3;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.blog-detail {
  height: 100px;
}

.blog-detail .slide {
  height: 100px
}

.blog-inner-banner {
  height: 100%;
  position: relative;
  padding-top: 40px
}

.blog-inner-banner h3,
.blog-inner-banner h1 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 28px;
  padding-bottom: 20px;
  position: relative
}

.blog-inner-banner h3:after,
.blog-inner-banner h1::after {
  position: absolute;
  content: '';
  height: 2px;
  right: 0;
  margin: 0px auto;
  width: 150px;
  background: #000000;
  left: 0;
  bottom: 0;
}

.blog-inner-banner p {
  margin-bottom: 0px;
  padding: 0;
}

.blog-inner-banner p a {
  color: #000000
}

.blog-inner-banner p a:hover {
  color: #000000;
  text-decoration: underline
}


.blog-inner-banner .blog-user {
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative
}

.blog-inner-banner .blog-user:before {
  position: absolute;
  content: '';
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: #000000;
  left: 0;
  top: 5px;
}

.blog-user li {
  display: inline-block;
  padding-left: 40px;
  font-size: 12px;
  padding-top: 5px;
  line-height: 15px;
  color: #000000;
}

.blog-user li span {
  color: #4D4D4D;
}

.blog-details-area h1 {
  font-size: 4rem;
  text-align: left;
}

.blog-details-area {
  padding: 50px 0 50px 0;
  position: relative
}

.blog-details-area p {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
}

.blog-details-area ul,
.blog-details-area ol {
  margin: 0px 0 15px 15px;
}

.blog-details-area ul li,
.blog-details-area ol li {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: justify;
  color: #000;
  line-height: 1.4;
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 2em;
  text-align: center;
}

.blog-details-area p strong {
  font-family: 'Mark Pro Heavy'
}

.blog-details-area table {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #000 !important;
}

.blog-details-area table thead th {
  text-align: center;
  border-right: 3px solid #fff;
  color: #fff;
  background: #000;
  padding: 10px 20px;
}

.blog-details-area table td {
  border: 3px solid #000;
  text-align: center;
  color: #000;
  padding: 10px;
}

.blog-details-area a {
  color: #FEA734;
  text-decoration: none
}

.blog-details-area a:hover {
  color: #FEA734;
  text-decoration: underline
}

.article-back-wrapper {
  position: absolute;
  left: -30px;
  top: -10px;
  margin-bottom: 20px;
}

.article-back-wrapper .article-back {
  padding-top: 0px;
}

.button_icon {
  width: 35px;
  height: 35px;
  border: solid 2px #FEA734;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 30px;
  color: #000000;
  font-size: 28px;
  cursor: pointer
}

.u-hidden-visibly {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}

@media (max-width:991px) {

  .blog-inner-banner {
    height: 100%;
    padding: 20px 0 0 0;
    position: relative
  }

  .blog-inner-banner h3 {
    font-size: 24px;
  }

  .blog-inner-banner p {
    margin-top: 30px;
    padding: 0;
  }
}

.blog-category {
  height: 300px;
}

.blog-category .slide {
  padding-top: 50px;
  height: 100%;
}

@media (max-width:768px) {
  .wp-block-image .alignleft {
    float: none;
    margin: 0;
    width: 100%;

  }

  .wp-block-image .alignright {
    float: none;
  }

  .wp-block-image .alignleft img,
  .wp-block-image .alignright img {
    display: block;
    width: 100%;
  }

  .blog-style {
    height: 100%;
  }

  .blog-style .slide {
    height: 100%;
  }


  .blogpage {
    background: #FEA734;
    padding: 80px 0 20px
  }

  .blogpage .blog-container {
    padding-right: 0px;
  }

  .blogpage .md-tabs li {
    display: block;
    margin-bottom: 10px;
    border: none;
  }

  .blogpage .blog-container p.description {
    width: 100%
  }

  .article-back-wrapper {
    position: absolute;
    right: 20px;
    left: auto;
    top: -20px;
    margin-bottom: 20px
  }

  .article-back-wrapper .article-back {
    padding-top: 0px;
  }
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  border: 4px solid #f0f2f3;
  padding: 20px;
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 90px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 80px;
    padding: 40px 20px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 24px;
  font-size: 2.25rem;
  margin: 0 0 1em;
  position: relative;
  display: block;
}

.blog-sidebar .widget h3 a {
  color: #000000
}

.blog-sidebar .widget h3 a:hover {
  color: #F49D34
}

.blog-sidebar hr {
  background-color: #f0f2f3;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.blog-sidebar>.widget+.widget {
  margin-top: 50px;
}

.blog-sidebar .category-widget h3 {
  font-size: 24px;
  font-size: 2.25rem;
  margin: 0 0 0em;
  position: relative;
  display: inline-block;
}

.blog-sidebar .category-widget li.categories {
  list-style: none;
}

.blog-sidebar .category-widget ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.blog-sidebar .category-widget ul li {
  font-size: 18px;
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
  color: #000000;
  text-align: right;
}

.blog-sidebar .category-widget ul ul {
  margin: 1rem 0;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

.blog-sidebar .category-widget ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 18px;
  font-size: 1.4rem;
  position: absolute;
  color: #000000;
  left: 0;
  top: 0px;
}

.blog-sidebar .category-widget ul>li+li {
  margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
  color: #000000;
  float: left;
  width: auto;
  text-align: left;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #F49D34;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
  margin-top: 5px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 80px;
  float: left;
  height: 80px;
  object-fit: fill
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  width: 80px;
  height: 80px;
  object-fit: fill
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 80px);
  float: left;
  padding-left: 10px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 20px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin: 0 0 5px 0;
  padding: 0;
  color: #000000;
}

.blog-sidebar .recent-post-widget .post p {
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin: 0 0 5px 0;
  color: #000000;
  font-family: Mark Pro;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #000000;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  display: inline-block;
  color: #F49D34;
}

.blog-sidebar .recent-post-widget .post p a {
  color: #000000;
  text-decoration: underline;

}

.blog-sidebar .recent-post-widget .post p a:hover {
  color: #F49D34;
  text-decoration: none
}


.blog-sidebar .tag-widget ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  background: rgba(244, 157, 52, 0.8);
  font-size: 16px;
  font-size: 1.375rem;
  display: inline-block;
  padding: 8px 24px 6px;
  color: #fff;
  border-radius: 50px;
}

.newsletter-widget .style-02::-webkit-input-placeholder {
  color: #fff !important;
}

.newsletter-widget .style-02::-moz-placeholder {
  color: #fff !important;
}

.newsletter-widget .style-02:-ms-input-placeholder {
  color: #fff !important;
}

.newsletter-widget .style-02:-moz-placeholder {
  color: #fff !important;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #a9b8c4;
  border: 2px solid #c9cfd4;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #c83226;
  border-color: #c83226;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 80px;
  position: absolute;
  bottom: 0px;
  margin: 0px auto;
  left: 0;
  right: 0
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 1.5s linear infinite;
  -moz-animation: mouse-wheel 1.5s linear infinite;
  animation: mouse-wheel 1.5s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }

  25% {
    top: 10px;
  }

  50% {
    top: 18px;
  }

  75% {
    top: 10px;
  }

  100% {
    top: 1px;
  }
}

@-o-keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 10px;
  }

  50% {
    top: 18px;
  }

  75% {
    top: 10px;
  }

  100% {
    top: 1px;
  }
}

@keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 10px;
  }

  50% {
    top: 18px;
  }

  75% {
    top: 10px;
  }

  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {

  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}






.video-background {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
  background: rgba(23, 24, 25, 0.20);
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

.theme-btn-s1,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4,
.theme-btn-s5,
.theme-btn-s6,
.theme-btn-s7,
.theme-btn-s8,
.theme-btn-s9 {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
  padding: 0 30px;
  border: none;
  font-size: 18px;
  border-radius: none;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Mark Pro Heavy";
  cursor: pointer
}

@media (max-width: 991px) {
  .theme-btn-s1 {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 22px;
  }
}

.theme-btn-s2 {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000
}

.theme-btn-s1:hover,
.theme-btn-s1:focus,
.theme-btn-s1:active {
  background-color: #000000;
  color: #fff;
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000
}


#fp-nav ul li .fp-tooltip.right {
  right: -20px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}

#fp-nav ul li .fp-tooltip {
  top: 2px;
  background: #fff;
  color: #000;
  border-radius: 0px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 13px;
}

#fp-nav ul li {
  width: auto;
  height: auto;
  margin: 5px 0;
  padding: 5px 0;
}

#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li a span {
  border: 1px solid #fff;
  border-radius: 0px;
  width: 12px;
  height: 12px;
  position: static;
  margin: 0;
  display: block;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  background: #fff;
  margin: 0;
}

#fp-nav ul li:hover .fp-tooltip.right {
  right: 0px;
  opacity: 1;
  z-index: 1;
}

.blueheader #fp-nav ul li a span,
.blueheader #fp-nav ul li .fp-tooltip {
  border: 1px solid #3d7edb;
  color: #fff;
}

.about-content {
  padding-left: 30%
}

.about-us {
  padding: 80px 0 20px 0;
  position: relative
}

.about-us .about-content h1 {
  color: #000000;
  text-align: left;
  margin: 0 0 15px 0;
  position: relative;
  font-size: 48px;
  line-height: 1;
  padding-bottom: 10px;
}

.about-us .about-content p {
  color: #000000;
  text-align: left;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}

.image-content {
  vertical-align: baseline
}

.image-item1 {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  margin-top: 30px;
  vertical-align: baseline;
  position: relative
}

.image-item1 h4 {
  position: absolute;
  font-family: 'Mark Pro';
  left: 10px;
  top: 10px;
  content: '';
  color: #ffffff;
  margin: 0px;
  opacity: 1
}

.image-item2 {
  width: 32%;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  margin-right: 15px;
  vertical-align: baseline;
  position: relative
}

.image-item2 h4 {
  position: absolute;
  left: 10px;
  font-family: 'Mark Pro';
  z-index: 10;
  bottom: 10px;
  content: '';
  color: #ffffff;
  margin: 0px;
  opacity: 1
}

.txt-bglay {
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
  width: fit-content;
}

.image-item2 img {
  width: 180px;
  height: auto;
}

.image-item3 {
  width: 62%;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  vertical-align: baseline;
  position: relative
}

.image-item3 h4 {
  position: absolute;
  left: 10px;
  font-family: 'Mark Pro';
  bottom: 10px;
  content: '';
  color: #ffffff;
  margin: 0px;
  opacity: 1
}

.image-item3 img {
  width: 100%;
  height: auto;
}

.image-item4 {
  width: 100%;
  display: block;
  padding: 0px;
  overflow: hidden;
  margin: 10px 0 0 0;
  vertical-align: baseline;
  position: relative
}

.image-item4 h4 {
  position: absolute;
  left: 10px;
  font-family: 'Mark Pro';
  bottom: 10px;
  content: '';
  color: #ffffff;
  margin: 0px;
  opacity: 1
}

.zoom {
  transition: transform 1s;
  /* Animation */
  overflow: hidden;
  z-index: 100
}

.zoom:hover {
  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 767px) {
  .about-us .about-content h1 {
    font-size: 32px;
    line-height: 1;
  }

  .about-content {
    padding-left: 0%
  }

  .image-item1 {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin-top: 20px;
    vertical-align: baseline;
  }

  .image-item2 {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin-top: 0px;
    vertical-align: baseline;
  }

  .image-item2 img {
    width: 100%;
    height: auto
  }

  .image-item3 {
    width: 100%;
    display: inline-block;
    padding: 0px;
    vertical-align: baseline;
  }

  .image-item3 img {
    width: 100%;
    height: auto;
  }

  .image-item4 {
    width: 100%;
    display: inline-block;
    padding: 0px;
    vertical-align: baseline;
  }
}


.news-box {
  border: 1px solid #ffffff;
  padding: 40px 50px 20px 50px;
  min-height: 480px;
}

.news-box h3 {
  color: #ffffff;
  text-align: left;
  margin: 0 0 30px 0;
  position: relative;
  font-size: 20px;
  padding-bottom: 10px;
}

.news-box h3 a {
  color: #ffffff;
}

.news-box h3 a:hover {
  color: #F49D34;
}

.news-box h3:after {
  content: '';
  width: 50px;
  height: 4px;
  background: #F49D34;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-box .news-item {
  margin: 20px 0 0px 0;
  text-align: left;
}

.news-box .news-item h4 {
  color: #ffffff;
  text-align: left;
  margin: 0 0 5px 0;
  font-size: 20px;
  line-height: 28px;
}

.news-box .news-item a h4:hover {
  color: #F49D34
}

.news-box .news-item p {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0
}

.news-box .news-item p.small {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
}

.news-box .news-item a {
  color: #F49D34;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.social-media {
  padding: 60px 0 60px 0;
  background: rgb(255, 255, 255);
}

.social-media h2 {
  text-align: center
}

.social-media .border-wrapper {
  border: 1px solid #000000;
  border-radius: 15px;
  overflow: hidden;
}

ul {
  padding: 0;
  list-style: none;
}

.social-icons {
  width: 100%;
  display: block;
  margin: 10px auto 0 auto;
  text-align: center;
  position: relative
}

.social-icons:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 25px;
  background: #f49d34;
  right: 0;
  margin: 0 auto;
}

.section-social-icons .social-icon {
  color: #fff;
}

.section-social-icons ul.social-icons {
  margin-top: 10px;
}

.section-social-icons .social-icons li {
  vertical-align: top;
  display: inline;
  height: 50px;
  margin: 0 5px;
}

.section-social-icons .social-icons li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  width: 50px;
  box-shadow: -1px 1px 25px -7px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 1px 25px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 25px -7px rgba(0, 0, 0, 0.75);
}

.section-social-icons .fa-facebook {
  padding: 10px 14px;

  -o-transition: .5s;
  border-radius: 5px;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #3d5b99;
}

.section-social-icons .fa-facebook:hover {
  background-color: #000000;
}

.section-social-icons .fa-twitter {
  padding: 10px 14px;
  -o-transition: .5s;
  border-radius: 5px;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #00aced;
}

.section-social-icons .fa-twitter:hover {
  background-color: #000000;
}

.section-social-icons .fa-instagram {
  padding: 10px 14px;
  -o-transition: .5s;
  border-radius: 5px;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.section-social-icons .fa-instagram:hover {
  background-color: #000000;
  background: -moz-linear-gradient(45deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  background: -webkit-linear-gradient(45deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  background: linear-gradient(45deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.section-social-icons .fa-linkedin {
  padding: 10px 14px;
  border-radius: 5px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #0073a4;
}

.section-social-icons .fa-linkedin:hover {
  background-color: #000000;
}


.section-social-icons .fa-youtube {
  padding: 10px 14px;
  border-radius: 5px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #FF0000;
}

.section-social-icons .fa-youtube:hover {
  background-color: #000000;
}


@media only screen and (max-width:767px) {
  .social-media {
    padding: 20px 0 50px 0 !important;
  }

  #section4,
  #section4 .fp-slide,
  #section4 .fp-tableCell {
    height: auto !important;
  }
}

/* Home Page Solutions */

.banner {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner .mainvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  object-fit: cover;
}

.banner .banner_images {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner .bx-wrapper,
.banner .bx-viewport,
.banner .bxslider,
.banner .bxslider li {
  height: 100% !important;
}

.banner .banner_slideshow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .bx-wrapper {
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.banner #bx-pager {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 111;
  text-align: center;
}

.banner #bx-pager ul {
  margin: 0px;
  padding: 0px;
  width: 100%
}

.banner #bx-pager li {
  display: inline-block;
  position: relative;
  max-width: 33%;
}

.banner #bx-pager a.thumblink {
  display: inline-block;
  width: 280px;
  height: 80px;
  position: relative;
  margin: 0px;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #ffffff;
  vertical-align: bottom;
  padding: 25px 15px 0;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  font-family: "Mark Pro Heavy";
}

.banner #bx-pager a.thumblink:after {
  width: 100%;
  height: 100%;
  background: #000000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.banner #bx-pager a.thumblink:hover:before,
.banner #bx-pager a.thumblink.active:before {
  width: 100%;
  height: 4px;
  background: #F49D34;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1
}

.banner #bx-pager a.thumblink:hover {
  height: 100px;
}

.banner #bx-pager a.thumblink:hover:after {
  background: #000000;
}

.banner #bx-pager a.thumblink:hover .knowmore {
  display: block;
}

.banner .knowmore {
  display: none;
  margin: 10px 0 0;
  position: relative;
  z-index: 9;
}

.banner #bx-pager a.thumblink em {
  display: block;
  position: relative;
  z-index: 9;
  font-style: normal;
}

.banner .banner_caption {
  padding: 0;
  position: relative;
  z-index: 99;
  display: table;
  width: 100%;
  height: 80%;
  text-align: center
}

.banner .banner_caption h3 {
  font-size: 3.750em;
  line-height: 1.3em;
  color: #000000;
  padding: 0;
  max-width: 800px;
  margin: 0px auto
}

.banner .banner_caption p {
  font-size: 1.1em;
  background: rgba(255, 255, 255, .60);
  padding: 10px;
  line-height: 1.5em;
  color: #000000;
  width: 65%;
  margin: 0px auto
}

.banner .banner_caption .banner_cap_txt {
  display: table-cell;
  vertical-align: middle;
}

.banner .banner_caption .banner_cap_txt a:hover {
  text-decoration: none;
  border: none;
}

.banner .banner_caption .btns {
  display: block;
  text-align: center;
  margin: 30px auto 0;
}


/* Inner About Us */
.inner-about-us {
  padding: 0px 0 0px 0;
  position: relative;
  background: #F4F5EF;
}

.inner-about-us .group-overview {
  background: #FEA734;
  padding: 50px 70px 50px;
}

.inner-about-us .group-overview h1 {
  color: #ffffff;
  text-align: left;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 72px;
  line-height: 1;
  padding-bottom: 10px;
}

.inner-about-us .group-overview p {
  color: #ffffff;
  text-align: left;
  margin: 0 0 0px 0;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
}

.inner-about-us .group-overview p a {
  color: #000000;
  text-decoration: none;
  font-family: 'Mark Pro Heavy';
}

.inner-about-us .group-overview p a:hover {
  color: #000000;
  text-decoration: underline
}

.inner-about-us .founder-overview {
  padding: 30px 0;
}

.inner-about-us .founder-overview h2 {
  color: #000000;
  text-align: left;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 48px;
  line-height: 1;
  padding-bottom: 10px;
}

.inner-about-us .founder-overview p {
  color: #000000;
  width: 90%;
  text-align: left;
  margin: 0 0 0px 0;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
}

.founder-section {
  padding: 40px 0;
  background: #000000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.founder-section p {
  color: #ffffff;
  font-size: 13px;
}

.founder-section .container {
  position: relative
}

.close-container {
  position: absolute;
  margin: auto;
  width: 25px;
  top: 5px;
  right: 25px;
  z-index: 100;
  height: 25px;
  cursor: pointer;
}

.leftright {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #000000;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #000000;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #000000
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #000000
}

.company-brochure {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.company-btn {
  font-family: 'Mark Pro Heavy';
  background: #FEA734;
  padding: 10px 20px;
  margin: 0px auto;
  color: #000000;
  display: inline-block;
  font-size: 18px;
}

.company-btn:hover {
  color: #ffffff;
  background: #000000;
}


.directors-section {
  padding: 90px 0;
  background: #FCF5EF;
  margin-top: -60px;
}

.directors-section .dir-image {
  margin-top: 0px;
  text-align: center;
  display: inline-block
}

.directors-section .dir-image img {
  max-width: 300px;
  height: auto;
}

.directors-section h3 {
  font-size: 50px;
  font-size: 4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
  text-align: center;
  margin-top: 20px;
  color: #000000;
}

.directors-section h4 {
  font-size: 24px;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000000;
}

.directors-section p {
  color: #000000;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
}

.directors-section p.designation {
  color: #000000;
  font-size: 15px;
  text-align: center;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  margin-left: 2px;
  color: #FBA434;
  cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.kmp-intro {
  text-align: center;
}

.kmp-team {
  position: relative;
  background: #F4F5EF;
  padding: 50px 0;
}

.kmp-team h3 {
  font-size: 50px;
  font-size: 4.2rem;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 1.1;
  text-align: center;
  margin-top: 0px;
  color: #000000;
}

.kmp-team p {
  text-align: center;
  color: #000000;
  width: 50%;
  margin: 0px auto
}

.kmp-team .team-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 15px solid #FEA734;
  margin-top: 30px;
}

.kmp-team .team-thumb img {
  width: 100%;
}

.kmp-team .member-info {
  width: 100%;
  margin: 0px auto;
  position: relative
}

.kmp-team .member-info h3 {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0;
  min-height: 30px;
  margin: 10px 0;
  font-weight: 700;
}

.kmp-team .member-info p {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 15px;
  width: 100%;
  line-height: 20px;
  color: #1A1A1A;
}

.showkmp1,
.showkmp2,
.showkmp3,
.showkmp4,
.showkmp5,
.showkmp6,
.showkmp7,
.showkmp8,
.showkmp9,
.showkmp10 {
  position: relative
}

.kmp-team .close-container {
  position: absolute;
  margin: auto;
  width: 25px;
  right: 20%;
  z-index: 100;
  height: 25px;
  margin-top: 0px;
  cursor: pointer;

}

.kmp-team .leftright {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #FEA734;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.kmp-team .rightleft {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #FEA734;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.kmp-team .close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #000000
}

.kmp-team .close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #000000
}

@media only screen and (max-width:767px) {
  .kmp-team h3 {
    font-size: 32px;
  }
}



.group-section {
  position: relative;
  padding: 50px 0;
}

.group-section .groupoverview {
  background: #FEA734;
  text-align: center;
  padding: 40px
}

.group-section .groupoverview h2 {
  color: #000;
  text-align: left;
  margin: 0;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.group-section .groupoverview ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none
}

.group-section .groupoverview ul li {
  color: #fff;
  text-align: left;
  margin: 0 0 0 0;
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  padding: 2px 0;
  text-align: left
}

.group-section .groupoverview ul li a {
  color: #fff
}

.group-section .groupoverview ul li a:hover {
  color: #000
}

.group-companies-2 {
  background: #ffffff;
}

.group-companies-2 h1 {
  text-align: left;
  color: #000000;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px
}

.group-companies-2 h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FEA734;
  height: 2px;
  content: '';
}

.group-companies-2 .container-padding {
  padding: 20% 0 10% 20%;
}

@media only screen and (max-width:767px) {
  .group-companies-2 h1 {
    font-size: 42px;
  }

  .group-companies-2 .container-padding {
    padding: 5%;
  }
}

@media only screen and (max-width:767px) {
  .inner-about-us .group-overview {
    background: #FEA734;
    padding: 30px;
  }

  .inner-about-us .founder-overview h2 {
    font-size: 36px;
  }

  .inner-about-us .group-overview h1 {
    font-size: 42px;
  }

  .inner-about-us .founder-overview p {
    width: 100%;
  }

  .founder-section {
    position: relative;
  }

  .founder-section .close-container {
    top: -20px;
    right: 15px;
  }

  .founder-section .leftright {
    background-color: #ffffff;
  }

  .founder-section .rightleft {
    background-color: #ffffff;
  }

  .founder-section .close-container:hover .leftright {
    background-color: #ffffff
  }

  .founder-section .close-container:hover .rightleft {
    background-color: #ffffff
  }

  .group-companies h1 {
    font-size: 42px;
  }

  .group-companies .container-padding {
    padding: 5%;
  }

  .directors-section {
    padding: 70px 0 120px 0;
    background: #FCF5EF;
    margin-top: -40px;
  }

  .directors-section .dir-image {
    margin-top: 20px;
  }

  .directors-section .dir-image img {
    width: 200px;
    height: auto;
  }

  .directors-section h3 {
    font-size: 32px;
    font-size: 3.5rem;
    padding-bottom: 0px;
    margin-bottom: 0px
  }

  .directors-section h4 {
    font-size: 24px;
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
  }
}

.group-companies-mob {
  position: relative;
  padding: 50px 0;
}

.group-companies-mob h1 {
  text-align: left;
  color: #000000;
  position: relative;
  font-size: 42px;
  margin-bottom: 10px;
  padding-bottom: 20px
}

.group-companies-mob h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FEA734;
  height: 2px;
  content: '';
}

.group-companies-mob p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.group-companies-mob p b {
  font-family: 'Mark Pro Heavy';
}


.group-companies-mob .nav-tabs {
  width: 100%;
  margin: 20px auto 30px auto;
  border: 0
}

.group-companies-mob .nav-tabs>.active>a,
.group-companies-mob .nav-tabs>.active>a:hover,
.group-companies-mob .nav-tabs>.active>a:focus {
  border: 1px solid #FEA734;
  background: #FEA734;
  color: #ffffff;
}

.group-companies-mob .nav-tabs>li>a {
  border-bottom: 0;
  border-radius: 0;
}

.group-companies-mob .nav-tabs>li {
  display: inline-block;
  margin-right: 1.5%;
  width: 31.5%
}

.group-companies-mob .nav-tabs .nav-link {
  border: none;
  color: white;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px;
  display: inline-block;
  text-align: left;
  border: 0;
  border: 1px solid #FEA734;
  font-family: 'Mark Pro Heavy';
  color: #000000;
}

.group-companies-mob .tab-content>.active {
  display: block;
  opacity: 1;
}

.group-companies-mob .nav-item {
  display: inline-block;
}

.group-companies-mob .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

@media only screen and (max-width:480px) {
  .group-companies-mob {
    position: relative;
    padding: 20px 0 40px 0;
  }

  .group-companies-mob .nav-tabs .nav-link {
    font-size: 10px;
    line-height: 1.1;
    padding: 5px
  }
}

.leadership-team {
  padding: 20px 0 20px 0;
  background: #FCF5EF;
}

.leadership-team h1 {
  text-align: center;
  color: #000000
}

.leadership-team p {
  text-align: center;
  color: #000000;
  width: 50%;
  margin: 0px auto
}

@media only screen and (max-width:767px) {
  .leadership-team h1 {
    font-size: 42px;
  }

  .leadership-team p {
    width: 100%;
    margin: 0px auto;
    padding: 0 15px
  }
}


/* Making of stainless */

.making-section-s1 {
  background-color: rgba(255, 255, 255, 1);
  padding: 60px 0;
  position: relative;
  z-index: 10;
}

.making-section-s2 {
  background-color: rgba(252, 245, 239, 1);
  padding: 60px 0;
}

.making-section-s3 {
  background-color: rgba(254, 167, 52, 1);
  padding: 60px 0;
  position: relative
}

.making-section-s3 .bgimge1 {
  position: absolute;
  width: 100%;
  top: -60px;
  height: 100%;
  right: -60px;
  content: '';
  object-fit: cover
}

.making-section-s3 .bgimge1 img {
  display: block;
  min-height: 100%;
  min-width: 100%;
}

.makingsteel-area {
  padding: 0px 0 20px 50px;
  min-height: 400px;
  position: relative
}

.makingsteel-area .lists li {
  margin-bottom: 5px;
  padding: 5px;
  line-height: 22px;
  width: 50px;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-family: 'Mark Pro Heavy';
  webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fromRight::after {
  content: '';
  height: 40px;
  width: 2px;
  right: -10px;
  background: #cccccc;
  position: absolute;

}

.fromRight::before {
  height: 1px;
  width: 40px;
  right: -2px;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 60px;
  transform: scaleY(1);
  transition: transform 0.3s;
  transform: scaleY(1);
  will-change: transform, color;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.makingsteel-area .lists li a:hover {
  color: #FE7235
}

.makingsteel-area .lists.black li a:hover {
  color: #000000
}

.makingsteel-area .lists li a:hover span.fromRight::before {
  background-color: #FE7235;
  transition: transform 0.3s;
  transform: scaleX(1);
  transform-origin: right bottom;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 0%;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.makingsteel-area .lists.black li a:hover span.fromRight::before {
  background-color: #ffffff !important;
  transition: transform 0.3s;
  transform: scaleX(1);
  transform-origin: right bottom;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 0%;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.makingsteel-area .lists li a {
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  padding: 20px 10px 20px;
  display: inline-block;
}

.makingsteel-area .lists li a.active {
  color: #FE7235;
}

.makingsteel-area .lists.black li a.active {
  color: #ffffff;
}

.makingsteel-area .lists li a.active span.fromRight::before {
  height: 1px;
  width: 40px;
  right: -2px;
  background: #FE7235;
  content: "";
  position: absolute;
  top: 60px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.makingsteel-area .lists.black li a.active span.fromRight::before {
  height: 1px;
  width: 40px;
  right: 10px;
  background: #000000;
  content: "";
  position: absolute;
  top: 60px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.content-wrapper {
  text-align: left;
}

.content-wrapper h3 {
  font-size: 42px;
  font-size: 3.5rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.1;
  text-align: left;
  margin-top: 20px;
  color: #FEA734;
}

.content-wrapper h3:after {
  position: absolute;
  bottom: 0;
  background: #FEA734;
  left: 0;
  height: 2px;
  width: 50px;
  content: '';
}

.content-wrapper h3.white {
  color: #ffffff;
}

.content-wrapper h3.white:after {
  background: #ffffff;
}

.content-wrapper h5 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content-wrapper p {
  font-size: 14px;
  color: #000000;
  padding-right: 20px;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
}

.content-wrapper p a {
  color: #FEA734;
}

.content-wrapper p a:hover {
  color: #000000;
}

.content-wrapper .image {
  position: relative;
  padding-bottom: 100px
}

.content-wrapper .image img {
  width: 200px;
  height: auto;
}

.content-wrapper div.floatingimage {
  position: absolute;
  top: 80px;
  left: 70px;
}

.content-wrapper div.floatingimage img {
  max-width: 100%;
  width: auto;
  height: auto
}

.img-effect {
  transform: translateZ(20px);
}

.targetDiv {
  position: relative
}

.yellowbgbar {
  position: absolute;
  right: 65px;
  background: #FEA734;
  width: 220px;
  top: -40px;
  height: 420px
}

.content-wrapper2 {
  text-align: left;
  height: 100%;
  min-height: 100%;
  padding: 15% 0 10% 0%;
}

.content-wrapper2 h3 {
  font-size: 42px;
  font-size: 3.5rem;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.1;
  text-align: left;
  margin-top: 20px;
  color: #ffffff;
}

.content-wrapper2 h3:after {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  left: 0;
  height: 2px;
  width: 50px;
  content: '';
}

.content-wrapper2 h5 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}

.content-wrapper2 h5 a {
  color: #ffffff;
}

.content-wrapper2 h5 a:hover {
  color: #000000;
}

.content-wrapper2 p {
  font-size: 14px;
  color: #000000;
  padding-right: 20px;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}

.content-wrapper2 p a {
  color: #ffffff;
}

.content-wrapper2 p a:hover {
  color: #000000;
}



@media (max-width: 767px) {
  .making-section-s1 {
    padding: 50px 0;
  }

  .content-wrapper h3 {
    font-size: 42px;
    font-size: 4.125rem;
    line-height: 1;
    text-align: left;
    margin-top: 20px;
    color: #FEA734;
  }

  .making-section-s3 {
    background-color: rgba(254, 167, 52, 1);
    padding: 60px 0 250px 0;
    position: relative
  }

  .making-section-s3 .bgimge1 {
    position: absolute;
    width: 100%;
    top: 300px;
    bottom: 0;
    height: 100%;
    right: auto;
    content: '';
  }

  .content-wrapper2 {
    text-align: left;
    height: 100%;
    min-height: 100%;
    padding: 0% 0 18% 0%;
  }

  .makingsteel-area {
    background: #F2F2F2;
    padding: 0px;
    min-height: 100%
  }

  .makingsteel-area ul.lists {
    text-align: center;
  }

  .makingsteel-area .lists li {
    width: 50px;
    margin: 5px 0px;
    text-align: center;
    display: inline-block;
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .makingsteel-area .lists li a {
    font-size: 16px;
    padding-left: 18px;
  }

  .content-wrapper {
    padding: 0px;
    min-height: 100%
  }

  .yellowbgbar {
    position: absolute;
    right: 0;
    background: #FEA734;
    width: 100%;
    height: 50px;
    bottom: -50px;
    top: auto;
  }
}

/* Stainless Steel Initiative */
.initiative-section {
  padding: 0;
  background: #ffffff;
  position: relative;
}

.initiative-section .item {
  width: 100%;
  position: relative;
}

#more {
  display: none;
}

#myBtn {
  color: #FEA734;
  text-decoration: none;
  cursor: pointer
}

/* the slides */
.initiative-section .slick-slide {
  margin: 0 2px;
}

/* the parent */
.initiative-section .slick-list {
  margin: 0 -2px;
}

.initiative-media {
  position: relative
}

.initiative-media img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.initiative-media .blog-caption {
  cursor: pointer;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  top: 0%;
  width: 100%;
  height: 100%
}

.initiative-media .blog-caption h4 {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 35%;
  font-size: 22px;
  margin: 0px auto;
  text-align: left;
  top: 42%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.initiative-media .blog-caption .explore-btn {
  z-index: 10;
  color: #fff;
  position: absolute;
  margin: 0px auto;
  width: 35%;
  text-align: center;
  top: 58%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: inline-block;
  padding: 7px 15px;
  background: #FE7235;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: 'Mark Pro Heavy'
}

.initiative-media .blog-caption .blur {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.slick-disabled {
  display: none !important;
}

.initiative-section .initiative-media:hover .blog-caption {
  background-color: rgba(0, 0, 0, 0.30);
}

.initiative-section .slide-item:hover .initiative-media .blog-caption h4 {
  top: 40%;
}

.initiative-section .slide-item:hover .initiative-media .blog-caption .explore-btn {
  top: 55%;
}


#initiative-popups {
  position: absolute;
  height: 550px;
  top: 0;
  left: 0;
  width: 75%;
  display: block;
  display: none;
}

#initiative-popups .slick-slide img {
  width: 100%;
  height: 550px !important;
}

#initiative-popups .close-container {
  position: absolute;
  margin: auto;
  width: 25px;
  right: 20px;
  top: 20px;
  z-index: 100;
  height: 25px;
  margin-top: 0px;
  cursor: pointer;
}

#initiative-popups .close-container .leftright {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

#initiative-popups .close-container .rightleft {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

#initiative-popups .close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #000000
}

#initiative-popups .close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #000000
}


.initiatie-mainwrapper {
  background: #ffa64c;
  height: 100%;
  display: table
}

.initiatie-mainwrapper .initiatie-wrapper {
  padding: 20px 70px 20px 55px;
  height: 550px;
  display: table-cell;
  vertical-align: middle;
}

.initiatie-mainwrapper .initiatie-wrapper h3 {
  color: #ffffff;
  font-size: 22px;
}

.initiatie-mainwrapper .initiatie-wrapper p {
  color: #000000;
  line-height: 18px;
  font-size: 13px;
  text-align: justify
}

.initiatie-mainwrapper .initiatie-wrapper p a {
  color: #ffffff
}

.initiatie-mainwrapper .initiatie-wrapper p a:hover {
  color: #000000
}

.slider-nav slick-slide:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  .initiative-media .blog-caption h4 {
    width: 35%;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #initiative-popups {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    display: none;
  }

  .initiatie-mainwrapper {
    min-height: 550px;
  }

  .initiatie-mainwrapper .initiatie-wrapper {
    padding: 20px 50px;
  }

  .initiatie-mainwrapper .initiatie-wrapper p {
    line-height: 16px;
    font-size: 14px
  }
}

@media (max-width: 480px) {
  .initiatie-mainwrapper .initiatie-wrapper {
    padding: 20px 60px;
  }

  .initiatie-mainwrapper .initiatie-wrapper p {
    line-height: 15px;
    font-size: 13px
  }
}


/* Magic of Stainless Steel */
.magic-section {
  padding: 0;
  background: #000000;
  position: relative
}

.left-navigation {
  background: #0077FF;
  padding: 70px 60px;
}

.left-navigation .nav-tabs {
  border: none
}

.left-navigation .nav-tabs .tabs-left>li {
  float: none;
  margin: 0px;
  border: none;
  padding: 15px 0
}

.left-navigation .tabs-left>li>a {
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Mark Pro Heavy';
  line-height: 1.4
}

.left-navigation .tabs-left>li.active>a,
.left-navigation .tabs-left>li.active>a:hover,
.left-navigation .tabs-left>li.active>a:focus {
  border: none;
  color: #f90;
  background: transparent;
  border-radius: 0px;
  margin: 0px;
}

.left-navigation .nav-tabs>li>a:hover {
  border: none;
  color: #FEA734;
  background: none;
}

.left-navigation .tabs-left>li>a:focus {
  color: #f90;
  background: transparent;
}

.evolution-bg {
  height: 105%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.evolution-bg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.evolution-image1 {
  width: 100%;
}

#magic-evolution-slider .slick-initialized .slick-slide {
  position: relative
}

.projects-mainwrapper .slick-slide img {
  width: 100% !important
}

.evolution-mainwrapper {
  position: relative;
  min-height: 600px;
  height: 100%;
  z-index: 10
}

.evolution-wrapper {
  display: table;
  width: 70%;
  min-height: 600px;
  margin: 0px auto;
}

.evolution-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.evolution-wrapper .content-wrapper h4,
.evolution-wrapper .content-wrapper p {
  color: #ffffff;
  text-align: left
}

.evolution-wrapper .content-wrapper h4 a,
.evolution-wrapper .content-wrapper p a {
  color: #FDA634;
}

.types-ss-mainwrapper {
  background: url(../images/types-stainless-steel.jpg) center/cover no-repeat;
  position: relative;
  z-index: 10;
  min-height: 610px;
  height: 100%
}

.types-ss-mainwrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.types-ss-wrapper {
  display: table;
  width: 80%;
  min-height: 600px;
  margin: 0px auto;
  z-index: 10
}

.types-ss-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.types-ss-wrapper .content-wrapper h4 {
  color: #ffffff;
  text-align: left
}

.types-ss-wrapper .content-wrapper p {
  color: #ffffff;
  text-align: left
}

.types-ss-wrapper .content-wrapper ul {
  margin-left: 20px;
}

.types-ss-wrapper .content-wrapper ul li {
  font-size: 15px;
  color: #ffffff;
}

.stainless-mainwrapper {
  background: url(../images/Stainless-Special-bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 10;
  min-height: 600px;
  height: 100%
}

.stainless-mainwrapper:before {
  content: "";
  background-color: rgba(254, 167, 52, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.stainless-special-wrapper {
  display: table;
  width: 70%;
  min-height: 600px;
  margin: 0px auto;
  z-index: 10
}

.stainless-special-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.stainless-wrapper .content-wrapper p {
  color: #000000;
  text-align: left
}

.greenmetal-mainwrapper {
  background: url(../images/Green-Metal.jpg) center/cover no-repeat;
  position: relative;
  z-index: 10;
  min-height: 610px;
  height: 100%
}

.greenmetal-mainwrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.greenmetal-wrapper {
  display: table;
  width: 70%;
  min-height: 600px;
  margin: 0px auto;
  z-index: 10
}

.greenmetal-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.greenmetal-wrapper .content-wrapper h4 {
  color: #ffffff;
  text-align: left
}

.greenmetal-wrapper .content-wrapper p {
  color: #ffffff;
  text-align: left
}

.greenmetal-wrapper .content-wrapper ul {
  margin-left: 20px;
}

.greenmetal-wrapper .content-wrapper ul li {
  font-size: 15px;
  color: #ffffff;
}

.lifecycle-mainwrapper {
  background: url(../images/LifeCycle-bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 10;
  min-height: 610px;
  height: 100%
}

.lifecycle-mainwrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.lifecycle-wrapper {
  display: table;
  width: 70%;
  min-height: 600px;
  margin: 0px auto
}

.lifecycle-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.lifecycle-wrapper .content-wrapper h4,
.lifecycle-wrapper .content-wrapper p {
  color: #000000;
  text-align: left
}

.course-mainwrapper {
  background: url(../images/Course-bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 10;
  min-height: 610px;
  height: 100%
}

.course-mainwrapper:before {
  content: "";
  background-color: rgba(254, 167, 52, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.course-wrapper {
  display: table;
  width: 70%;
  min-height: 600px;
  margin: 0px auto
}

.course-wrapper .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.course-wrapper .content-wrapper p {
  color: #ffffff;
  text-align: left
}

.magic-section .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.projects-mainwrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%
}

.projects-mainwrapper .slick-slide {
  height: 600px;
  max-height: 600px;
  position: relative
}

.projects-mainwrapper .content-wrapper {
  position: absolute;
  bottom: 50px;
  margin: 0px auto;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center
}

.projects-mainwrapper .content-wrapper h4 {
  color: #ffffff;
  background: rgba(0, 0, 0, .80);
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .left-navigation {
    background: #0077FF;
    padding: 30px;
  }

  .left-navigation .nav-tabs {
    border: none
  }

  .left-navigation .tabs-left>li {
    float: none;
    margin: 0px;
    border: none;
    padding: 0px 0;
    width: 50%;
    float: left;
    min-height: 55px;
  }

  .left-navigation .tabs-left>li>a {
    font-size: 16px;
    line-height: 1.3;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .evolution-wrapper {
    width: 80%;
    min-height: 100%;
    margin: 0px auto;
    padding: 20px 10px;
    min-height: 500px
  }

  .left-navigation {
    padding: 20px 50px;
    height: 100% !important;
  }

  .evolution-wrapper .content-wrapper h4 {
    line-height: 24px;
  }

  .evolution-wrapper .content-wrapper p {
    line-height: 16px;
    font-size: 12px;
  }


}




/* Application of Steel */

#applications-wrapper {
  position: relative;
  padding: 0
}

.applications-container {
  position: relative;
  width: 100vw;
  height: 81vh;
}

.applications-bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Applications/Plumbing.jpg);
}

.applications-container .applications-grid-container {
  width: 100vw;
  height: 81vh;
}


.applications-container .applications-grid-container .applications a {
  width: 33.33%;
  float: left;
  cursor: pointer;
  background: rgba(255, 255, 255, .60);
  border: 1px solid rgba(255, 255, 255, .80);
  position: relative;
  height: 27vh;
}

.applications-container .applications-grid-container .applications.application1 a:hover,
.applications-container .applications-grid-container .applications.application1 a.active {
  background-color: rgba(0, 119, 255, 1.00);
}

.applications-container .applications-grid-container .applications.application2 a:hover,
.applications-container .applications-grid-container .applications.application2 a.active {
  background-color: rgba(254, 167, 52, 1.00);
}

.applications-container .applications-grid-container .applications.application3 a:hover,
.applications-container .applications-grid-container .applications.application3 a.active {
  background-color: rgba(0, 119, 255, 1.00);
}

.applications-container .applications-grid-container .applications.application4 a:hover,
.applications-container .applications-grid-container .applications.application4 a.active {
  background-color: rgba(254, 167, 52, 1.00);
}

.applications-container .applications-grid-container .applications.application5 a:hover,
.applications-container .applications-grid-container .applications.application5 a.active {
  background-color: rgba(0, 119, 255, 1.00);
}

.applications-container .applications-grid-container .applications.application6 a:hover,
.applications-container .applications-grid-container .applications.application6 a.active {
  background-color: rgba(254, 167, 52, 1.00);
}

.applications-container .applications-grid-container .applications.application7 a:hover,
.applications-container .applications-grid-container .applications.application7 a.active {
  background-color: rgba(0, 119, 255, 1.00);
}

.applications-container .applications-grid-container .applications.application8 a:hover,
.applications-container .applications-grid-container .applications.application8 a.active {
  background-color: rgba(254, 167, 52, 1.00);
}

.applications-container .applications-grid-container .applications.application9 a:hover,
.applications-container .applications-grid-container .applications.application9 a.active {
  background-color: rgba(0, 119, 255, 1.00);
}

.applications-container .applications-grid-container .applications .hover-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.applications-container .applications-grid-container .applications a:hover .hover-effect {
  visibility: visible;
}


.applications-container .applications-grid-container .applications h3.small {
  position: absolute;
  bottom: 10%;
  right: 5%;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  text-align: right;
  line-height: 1.4;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  margin: 0px;
}

.applications-container .applications-grid-container .applications h3.big {
  position: absolute;
  bottom: 10%;
  right: 5%;
  text-align: right;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  margin: 0px;
  vertical-align: baseline;
  opacity: 0
}

.applications-container .applications-grid-container .applications a:hover h3.small,
.applications-container .applications-grid-container .applications a.active h3.small {
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0);
  transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0);
}

.applications-container .applications-grid-container .applications a:hover h3.big,
.applications-container .applications-grid-container .applications a.active h3.big {
  color: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0);
  transform: translate3d(0, 0%, 0) translate3d(0, 0px, 0);
}

.applications-container .applications-grid-container .applications .icon {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 60px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.applications-container .applications-grid-container .applications a:hover .icon,
.applications-container .applications-grid-container .applications a.active .icon {
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.applications-container .applications-grid-container .applications .icon img {}

.application-content {
  background: #ffffff;
  padding: 0px 0;
  width: 100%
}

.application-content-wrapper {
  background: #0077FF;
  padding: 40px 20px;
  margin-top: 40px;
  color: #ffffff;
  vertical-align: middle;
}

.application-content-wrapper.blue {
  background: #0077FF;
}

.application-content-wrapper.yellow {
  background: #FDA634;
}

.application-content-wrapper.blue1,
.application-content-wrapper.blue3,
.application-content-wrapper.blue5,
.application-content-wrapper.blue7,
.application-content-wrapper.blue9 {
  background: #0077FF;
}

.application-content-wrapper.blue2,
.application-content-wrapper.blue4,
.application-content-wrapper.blue6,
.application-content-wrapper.blue8 {
  background: #FDA634;
}

.application-content-wrapper h3 {
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}

.application-content-wrapper p {
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  padding: 0px;
}

.application-content-wrapper div.icon {
  padding: 20px;
  text-align: center
}

.application-content-wrapper .theme-btn-s1,
.application-content-wrapper .theme-btn-s3,
.application-content-wrapper .theme-btn-s5,
.application-content-wrapper .theme-btn-s7,
.application-content-wrapper .theme-btn-s9 {
  background: #ffffff;
  color: #0077FF;
  border: none;
  margin: 10px 0;
  min-width: 160px;
  text-align: center;
}

.application-content-wrapper .theme-btn-s1:hover,
.application-content-wrapper .theme-btn-s1:focus,
.application-content-wrapper .theme-btn-s3:hover,
.application-content-wrapper .theme-btn-s3:focus,
.application-content-wrapper .theme-btn-s5:hover,
.application-content-wrapper .theme-btn-s5:focus,
.application-content-wrapper .theme-btn-s7:hover,
.application-content-wrapper .theme-btn-s7:focus,
.application-content-wrapper .theme-btn-s9:hover,
.application-content-wrapper .theme-btn-s9:focus {
  background-color: #000000;
  color: #ffffff;
}

.application-content-wrapper .theme-btn-s2,
.application-content-wrapper .theme-btn-s4,
.application-content-wrapper .theme-btn-s6,
.application-content-wrapper .theme-btn-s8 {
  background: #ffffff;
  color: #FDA634;
  border: none;
  margin: 10px 0;
  min-width: 160px;
  text-align: center;
}

.application-content-wrapper .theme-btn-s2:hover,
.application-content-wrapper .theme-btn-s2:focus,
.application-content-wrapper .theme-btn-s4:hover,
.application-content-wrapper .theme-btn-s4:focus,
.application-content-wrapper .theme-btn-s6:hover,
.application-content-wrapper .theme-btn-s6:focus,
.application-content-wrapper .theme-btn-s8:hover,
.application-content-wrapper .theme-btn-s8:focus {
  background-color: #000000;
  color: #ffffff;
}

.application-advantages-wrapper {
  background: #ffffff;
  padding: 40px 0 0 0;
}

.application-advantages-wrapper h3 {
  margin-bottom: 20px;
}

.application-advantages-wrapper .adv-grids {
  text-align: center;
}

.application-advantages-wrapper .adv-grids .grid,
.application-advantages-wrapper .adv-grids .grid1,
.application-advantages-wrapper .adv-grids .grid9 {
  width: 20%;
  float: left;
  padding: 20px;
  transition: all .3s ease-in-out;
}


.application-advantages-wrapper .adv-grids .grid2,
.application-advantages-wrapper .adv-grids .grid3,
.application-advantages-wrapper .adv-grids .grid4,
.application-advantages-wrapper .adv-grids .grid5,
.application-advantages-wrapper .adv-grids .grid6,
.application-advantages-wrapper .adv-grids .grid7 {
  width: 25%;
  float: left;
  padding: 20px;
  transition: all .3s ease-in-out;
}

.application-advantages-wrapper .adv-grids .grid8 {
  width: 25%;
  height: 150px;
  float: left;
  padding: 20px;
  transition: all .3s ease-in-out;
}

.application-advantages-wrapper .adv-grids .grid3 {
  width: 33.33%;
  float: left;
  padding: 20px;
  transition: all .3s ease-in-out;
}

.application-advantages-wrapper .adv-grids .grid2:hover .icon,
.application-advantages-wrapper .adv-grids .grid3:hover .icon {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.application-advantages-wrapper .adv-grids .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto 15px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all .3s ease-in-out;
}

.application-advantages-wrapper .adv-grids .grid p,
.application-advantages-wrapper .adv-grids .grid1 p,
.application-advantages-wrapper .adv-grids .grid2 p,
.application-advantages-wrapper .adv-grids .grid3 p,
.application-advantages-wrapper .adv-grids .grid4 p,
.application-advantages-wrapper .adv-grids .grid5 p,
.application-advantages-wrapper .adv-grids .grid6 p,
.application-advantages-wrapper .adv-grids .grid7 p,
.application-advantages-wrapper .adv-grids .grid8 p,
.application-advantages-wrapper .adv-grids .grid9 p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  min-height: 50px;
  line-height: 22px
}

.application-uses {
  background: rgb(230, 223, 217);
  background: linear-gradient(180deg, rgba(230, 223, 217, 1) 55%, rgba(255, 255, 255, 1) 55%);
  padding: 40px 0 40px 0;
  min-height: 400px;
}

.application-uses h3 {
  margin-bottom: 10px;
  text-align: center
}

.application-uses p {
  margin-top: 10px
}

.application-uses p.small {
  font-size: 14px;
  text-align: center
}

.application-slider {
  padding: 40px 0;
}

.application-slider-3 {
  padding: 40px 0;
}

/* the slides */
.application-slider .slick-slide {
  margin: 0 15px;
  position: relative
}

/* the parent */
.application-slider .slick-list {
  margin: 0 -15px;
}

/* the slides */
.application-slider-3 .slick-slide {
  margin: 0 15px;
  position: relative
}

/* the parent */
.application-slider-3 .slick-list {
  margin: 0 -15px;
}

.application-slider .slick-slide img,
.application-slider-3 .slick-slide img {
  display: block;
  text-align: center;
  width: 100%;
}

.inner-application-tabs .nav-tabs.nav-justified {
  width: 70%;
  margin: 0px auto 30px auto;
}

.inner-application-tabs .nav-tabs.nav-justified>.active>a,
.inner-application-tabs .nav-tabs.nav-justified>.active>a:hover,
.inner-application-tabs .nav-tabs.nav-justified>.active>a:focus {
  border: none;
  background: #0077FF;
  color: #ffffff;
}

.inner-application-tabs .nav-tabs.nav-justified>li>a {
  border-bottom: 0;
  border-radius: 0;
}

.inner-application-tabs {
  position: relative
}

.inner-application-tabs .nav-tabs .nav-link {
  border: none;
  color: white;
  background: #C9C9C9;
  font-size: 22px;
  line-height: 1.2;
  padding: 15px 0;
  text-align: center;
  border: 0;
  font-family: 'Mark Pro Heavy'
}

.inner-application-tabs .tab-content>.active {
  display: block;
  opacity: 1;
}

.inner-application-tabs .nav-item {
  display: inline-block;
}

.inner-application-tabs .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .application-advantages-wrapper .adv-grids .grid {
    width: 33.33%;
  }

  .application-advantages-wrapper .adv-grids .grid2,
  .application-advantages-wrapper .adv-grids .grid3,
  .application-advantages-wrapper .adv-grids .grid4,
  .application-advantages-wrapper .adv-grids .grid5,
  .application-advantages-wrapper .adv-grids .grid6,
  .application-advantages-wrapper .adv-grids .grid7,
  .application-advantages-wrapper .adv-grids .grid8 {
    width: 33.33%;
    float: left;
    padding: 20px;
    transition: all .3s ease-in-out;
  }

  .application-advantages-wrapper .adv-grids .grid3 {
    width: 33.33%;
    float: left;
    padding: 20px;
    transition: all .3s ease-in-out;
  }

  .inner-application-tabs .nav-tabs.nav-justified {
    width: 90%;
    margin: 0px auto 30px auto;
  }
}

@media (max-width: 560px) {
  .applications-container {
    height: 72vh;
  }

  .applications-container .applications-grid-container {
    height: 72vh;
  }

  .applications-container .applications-grid-container .applications a {
    height: 24vh;
  }

  .applications-container .applications-grid-container .applications h3.small {
    font-size: 14px;
    line-height: 1.2
  }

  .applications-container .applications-grid-container .applications h3.big {
    font-size: 14px;
    line-height: 1.2
  }

  .applications-container .applications-grid-container .applications .icon {
    left: 0px;
    height: 40px;
    top: 0px;
  }

  .applications-container .applications-grid-container .applications .icon img {
    width: 40px;
  }

  .application-advantages-wrapper h3 {
    font-size: 18px
  }

  .application-advantages-wrapper .adv-grids .grid,
  .application-advantages-wrapper .adv-grids .grid1,
  .application-advantages-wrapper .adv-grids .grid2,
  .application-advantages-wrapper .adv-grids .grid3,
  .application-advantages-wrapper .adv-grids .grid4,
  .application-advantages-wrapper .adv-grids .grid5,
  .application-advantages-wrapper .adv-grids .grid6,
  .application-advantages-wrapper .adv-grids .grid7,
  .application-advantages-wrapper .adv-grids .grid8,
  .application-advantages-wrapper .adv-grids .grid9 {
    width: 50%;
    padding: 10px;
  }

  .application-advantages-wrapper .adv-grids .grid p {
    font-size: 14px;
    line-height: 16px;
  }

  .application-content {
    padding: 20px 0;
  }

  .application-content-wrapper {
    padding: 20px;
    text-align: center;
  }

  .application-content-wrapper h3 {
    color: #ffffff;
    padding: 10px;
    text-align: center;
  }

  .application-content-wrapper p {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
  }

  .application-content-wrapper div.icon {
    padding: 10px;
    text-align: center
  }

  .application-grading-list .table {
    width: 95%;
    margin: 0px auto;
    border: 1px solid #000000 !important
  }

  .application-grading-list .table th {
    padding: 5px;
  }

  .application-grading-list .table td {
    padding: 5px;
  }

  .inner-application-tabs .nav-tabs.nav-justified {
    width: 100%;
    margin: 0px auto 30px auto;
  }

  .inner-application-tabs .nav-item {
    display: inline-block;
    width: 49%;
  }

  .inner-application-tabs .nav-tabs .nav-link {
    font-size: 18px;
    padding: 10px 0;
  }
}


.contact-tab {
  margin-top: 0px
}

.contact-tab .tablinks li {
  display: inline-block;
  float: left
}

.contact-tab .tablinks a {
  font-size: 20px;
  font-size: 1.8025rem;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 35px 8px;
  display: block;
  text-align: left;
  font-family: 'Mark Pro Heavy';
  outline: none;
}

@media (max-width: 991px) {
  .contact-tab .tablinks a {
    font-size: 15px;
    font-size: 1.3rem;
    padding: 10px 20px 8px;
  }
}

@media (max-width: 767px) {
  .contact-tab .tablinks li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 33%;
  }

  .contact-tab .tablinks a {
    font-size: 15px;
    font-size: 1.1rem;
    padding: 8px 10px 6px;
  }
}

.contact-tab .tablinks li.active a {
  color: #FEA734;
}

.contact-tab .tablinks a:active,
.contact-tab .tablinks a:focus {
  text-decoration: none;
  color: #FEA734;
}

#mapArea .tab-content {
  padding: 0px;
}

.mission-vision-faq .tab-content p {
  margin-bottom: 1.4em;
}

.mission-vision-faq .tab-content p:last-child {
  margin-bottom: 0;
}

/* Contact CSS */
#mapArea,
#contactSm {
  background: #1a1a1a;
}

#mapArea .mapImg {
  position: relative;
  background-image: url("../images/map2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  min-height: 650px;
}

#mapArea .mapImg.map2 {
  position: relative;
  background-image: url("../images/map2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  min-height: 650px;
}

#mapArea .mapImg.map3 {
  position: relative;
  background-image: url("../images/map3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  padding-bottom: 59%;
}

#mapArea .pointerBox {
  position: absolute;
  right: 6%;
  top: 55%;
  display: flex;
  align-items: flex-start;
  right: 22.5%;
  top: 55%;
}

#mapArea .pointerBox.corporate {
  left: 47%;
  top: 39%;
  right: auto;
}

#mapArea .pointerBox.hisar {
  top: 39%;
  right: auto;
  left: 47.2%;
}

#mapArea .pointerBox.hisar2 {
  left: 47.2%;
  top: 39%;
  right: auto;
}

#mapArea .pointerBox.indonesia {
  left: 59%;
  top: 67%;
  right: auto;
}

#mapArea .pointerBox.jajpur {
  left: 51.5%;
  top: 47%;
  right: auto;
}

#mapArea .pointerBox.kothavalasa {
  left: 50%;
  top: 50%;
  right: auto;
}

#mapArea .pointerBox.sukinda {
  left: 50%;
  top: 47%;
  right: auto;
}

#mapArea .pointerBox.chennai {
  left: 49%;
  top: 58%;
  right: auto;
}

#mapArea .pointerBox.gurugram {
  left: 47%;
  top: 41%;
  right: auto;
}

#mapArea .pointerBox.mumbai {
  left: 46%;
  top: 49%;
  right: auto;
}

#mapArea .pointerBox.vadodara {
  left: 44.6%;
  top: 45.5%;
  right: auto;
}

#mapArea .pointerBox.ahmedabad {
  left: 45.5%;
  top: 45%;
  right: auto;
}

#mapArea .pointerBox.bhubaneswar {
  left: 51.5%;
  top: 47.5%;
  right: auto;
}

#mapArea .pointerBox.bengaluru {
  left: 48%;
  top: 56%;
  right: auto;
}

#mapArea .pointerBox.hyderabad {
  left: 48%;
  top: 53.4%;
  right: auto;
}

#mapArea .pointerBox.kolkata {
  left: 53.5%;
  top: 46%;
  right: auto;
}

#mapArea .pointerBox.pune {
  left: 47%;
  top: 50%;
  right: auto;
}

#mapArea .pointerBox.raipur {
  left: 50%;
  top: 47%;
  right: auto;
}

/* Manufacturing facilities – India map (map2) */
#mapArea .mapImg.map2 .pointerBox.mundra {
  left: 43.3%;
  top: 43.6%;
  right: auto;
}

#mapArea .mapImg.map2 .pointerBox.kharagpur {
  left: 52%;
  top: 45%;
  right: auto;
}

#mapArea .mapImg.map2 .pointerBox.ghaziabad {
  left: 47.5%;
  top: 39.5%;
  right: auto;
}

#mapArea .mapImg.map2 .pointerBox.spain {
  left: 43%;
  top: 26%;
  right: auto;
}

#mapArea .pointerBox.belgium {
  left: 44%;
  top: 19%;
  right: auto;
}

#mapArea .pointerBox.brazil {
  left: 32%;
  top: 72%;
  right: auto
}

#mapArea .pointerBox.indonesia2 {
  right: 15%;
  top: 61%;
}

#mapArea .pointerBox.italy {
  left: 46%;
  top: 21%;
  right: auto;
}

#mapArea .pointerBox.germany {
  left: 45.6%;
  top: 19%;
  right: auto;
}

#mapArea .pointerBox.russia {
  right: 40%;
  top: 13%;
}

#mapArea .pointerBox.skorea {
  right: 10%;
  top: 29%;
}

#mapArea .mapImg.map3 .pointerBox.spain {
  left: 43%;
  top: 26%;
  right: auto;
}

#mapArea .mapImg.map3 .pointerBox.mexico {
  left: 14%;
  top: 34%;
  right: auto;
}

#mapArea .pointerBox.spain2 {
  left: 5%;
  top: 23%;
  right: auto;
}

#mapArea .pointerBox.turkey {
  left: 57%;
  top: 27%;
  right: auto;
}

#mapArea .pointerBox.singapore {
  right: 17%;
  top: 54%;
}

#mapArea .pointerBox.taiwan {
  right: 12%;
  top: 38%;
}

#mapArea .pointerBox.uae {
  right: 36%;
  top: 37%;
}

#mapArea .pointerBox.usa {
  left: 18%;
  top: 27%;
  right: auto
}

#mapArea .pointerBox.united-kingdom {
  left: 44%;
  top: 15%;
  right: auto;
}

/* #mapArea .pointerBox.vietnam {
  right: 16%;
  top: 47%;
} */

img.svgPointer {
  width: 15px !important;
}

#mapArea .pointerBox .pointTxt {
  background: #ffffff;
  padding: 0px 15px 10px;
  width: 300px;
  top: 20px;
  right: 10px;
  display: none;
  position: relative;
  z-index: 1;
}

#mapArea .pointerBox:hover .pointTxt {
  display: block;
}

#mapArea .pointerBox .pointTxt h2 {
  font-size: 24px;
  line-height: 32px;
  color: #f8b530;
  text-transform: capitalize;
  text-align: left
}

#mapArea .pointerBox .pointTxt p,
#mapArea .pointerBox .pointTxt a {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  display: inline-block;
}

#mapArea .pointerBox .pointTxt a {
  padding: 0;
}

#mapArea .pointerBox .pointTxt a:hover {
  color: #f8b530;
}

#mapArea .pointerBox .pointTxt h2 img {
  float: right;
  margin-top: -10px;
}

@media only screen and (max-width: 480px) {
  #mapArea .mapImg {
    background-position: top 5% right 25%;
    background-size: 200% 90%;
    /*background-size: cover;*/
    /*width: 100%;*/
    padding-bottom: 0;
    min-height: 400px;
    /*height: 100%;*/
    /*background-image: url('../images/contact/map-mob.jpg')*/
  }

  #mapArea .mapImg.map2 {
    background-position: top 5% right 50%;
    background-size: 100%;
    /*background-size: cover;*/
    /*width: 100%;*/
    padding-bottom: 0;
    min-height: 300px;
    /*height: 100%;*/
    /*background-image: url('../images/contact/map-mob.jpg')*/
  }

  #mapArea .mapImg.map3 {
    background-position: top 20% right 0%;
    background-size: 114% 55%;
    /*background-size: cover;*/
    /*width: 100%;*/
    padding-bottom: 0;
    height: 400px
      /*height: 100%;*/
      /*background-image: url('../images/contact/map-mob.jpg')*/
  }

  img.svgPointer {
    width: 10px !important;
  }

  #mapArea .pointerBox.corporate {
    left: 19%;
    top: 35%;
  }

  #mapArea .pointerBox.hisar {
    left: 19%;
    top: 36%
  }

  #mapArea .pointerBox.hisar2 {
    left: 47%;
    top: 23%
  }

  #mapArea .pointerBox.indonesia {
    left: 54%;
    top: 40%;
  }

  #mapArea .pointerBox.jajpur {
    left: 51%;
    top: 28%;
  }

  #mapArea .pointerBox.kothavalasa {
    left: 50%;
    top: 32%;
  }

  #mapArea .pointerBox.sukinda {
    left: 49%;
    top: 30%;
  }

  #mapArea .pointerBox.chennai {
    left: 47%;
    top: 39%;
    right: auto;
  }

  #mapArea .pointerBox.gurugram {
    left: 47%;
    top: 24%;
    right: auto;
  }

  #mapArea .pointerBox.mumbai {
    left: 45%;
    top: 31%;
    right: auto;
  }

  #mapArea .pointerBox.pune {
    left: 47%;
    top: 29%;
    right: auto;
  }

  #mapArea .pointerBox.vadodara {
    left: 43.6%;
    top: 28.5%;
    right: auto;
  }

  #mapArea .pointerBox.ahmedabad {
    left: 42%;
    top: 31.5%;
    right: auto;
  }

  #mapArea .pointerBox.bhubaneswar {
    left: 50%;
    top: 30%;
    right: auto;
  }

  #mapArea .pointerBox.bengaluru {
    left: 47%;
    top: 34%;
    right: auto;
  }

  #mapArea .pointerBox.hyderabad {
    left: 49%;
    top: 32%;
    right: auto;
  }

  #mapArea .pointerBox.kolkata {
    left: 53.5%;
    top: 26%;
    right: auto;
  }

  #mapArea .mapImg.map2 .pointerBox.mundra {
    left: 41%;
    top: 30%;
    right: auto;
  }

  #mapArea .mapImg.map2 .pointerBox.kharagpur {
    left: 51%;
    top: 27%;
    right: auto;
  }

  #mapArea .mapImg.map2 .pointerBox.ghaziabad {
    left: 47%;
    top: 23%;
    right: auto;
  }

  #mapArea .mapImg.map2 .pointerBox.spain {
    left: 34%;
    top: 24%;
    right: auto;
  }

  #mapArea .pointerBox.belgium {
    left: 34%;
    top: 19%;
    right: auto;
  }

  #mapArea .pointerBox.brazil {
    left: 19%;
    top: 52%;
    right: auto
  }

  #mapArea .pointerBox.indonesia2 {
    right: 15%;
    top: 44%;
  }

  #mapArea .pointerBox.italy {
    left: 40%;
    top: 20%;
    right: auto;
  }

  #mapArea .pointerBox.germany {
    left: 39%;
    top: 18%;
    right: auto;
  }

  #mapArea .pointerBox.russia {
    right: 42%;
    top: 15%;
  }

  #mapArea .pointerBox.skorea {
    right: 10%;
    top: 22%;
  }

  #mapArea .mapImg.map3 .pointerBox.spain {
    left: 34%;
    top: 24%;
    right: auto;
  }

  #mapArea .mapImg.map3 .pointerBox.mexico {
    left: 8%;
    top: 28%;
    right: auto;
  }

  #mapArea .pointerBox.turkey {
    left: 42%;
    top: 25%;
    right: auto;
  }

  #mapArea .pointerBox.spain2 {
    left: 5%;
    top: 20%;
    right: auto;
  }


  #mapArea .pointerBox.singapore {
    right: 18%;
    top: 41%;
  }

  #mapArea .pointerBox.taiwan {
    right: 12%;
    top: 31%;
  }

  #mapArea .pointerBox.uae {
    right: 40%;
    top: 27%;
  }

  #mapArea .pointerBox.usa {
    left: 7%;
    top: 22%;
    right: auto
  }

  #mapArea .pointerBox.united-kingdom {
    left: 36%;
    top: 16%;
    right: auto;
  }

  /* #mapArea .pointerBox.vietnam {
    right: 16%;
    top: 40%;
  } */

  #mapArea .pointerBox .pointTxt {
    padding: 10px;
    width: auto;
  }

  #mapArea .pointerBox .pointTxt h2 {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }

  #mapArea .pointerBox .pointTxt p,
  #mapArea .pointerBox .pointTxt a {
    font-size: 11px;
    line-height: 14px;
    padding: 0px 0 2px;
  }

  #mapArea .pointerBox .pointTxt h2 img {
    width: 30px;
    height: auto;
    padding-top: 5px
  }

  #mapArea .pointerBox .pointTxt {
    width: 200px;
  }
}


.business-enquiry {
  background: #ffffff;
  padding: 50px 0
}

.business-enquiry h3 {
  color: #000000;
  text-align: center;
}

.business-enquiry {
  color: #000000;
  text-align: left;
}

.business-enquiry h5,
.business-enquiry p {
  color: #000000;
}

.form-display {
  display: none;
  margin-top: 20px;
}

/*Contact Form*/
.busenq_form .form-control {
  border: none;
  border-bottom: 1px solid #000000;
  padding: 12px 0;
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  color: #000000 !important;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  -o-transition: border .9s ease;
  transition: border .9s ease;
}

.busenq_form .select-control {
  border: none;
  border-bottom: 1px solid #000000;
  padding: 0px 10px 0 0;
  width: 100%;
  margin: 0px auto;
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  color: #000000 !important;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  -o-transition: border .9s ease;
  transition: border .9s ease;
  outline: none;
}

.busenq_form textarea {
  min-height: 80px;
  resize: none;
  padding: 5px !important;
  border: 1px solid #000000 !important;
}

.busenq_form button {
  border: none;
  cursor: pointer;
}

.busenq_form .form-control:focus {
  border-bottom: 1px solid #F49D34;
  color: #000000;
}

.busenq_form .select-control:focus {
  border-bottom: 1px solid #F49D34;
  color: #000000;
}

.busenq_form .button {
  width: auto;
}

.busenq_form .wpcf7-form-control-wrap {
  position: static !important
}

.busenq_form .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle
}

.busenq_form .uploadbtn {
  border: none;
  color: #ffffff;
  background-color: #000000;
  padding: 2px 5px;
  border-radius: 0px;
  font-size: 14px;
  height: 30px;
  cursor: pointer;
  display: block;
  width: 120px
}

.busenq_form .upload-btn-wrapper input[type=file] {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
  cursor: pointer
}

.busenq_form .captcha {
  padding: 1px 5px;
  background: #ffffff;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  /*font-style: italic;*/
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
}

.busenq_form .captcha-control {
  width: 60px;
  padding: 1px 10px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000
}

/*Contact Form*/

/*Customers Form*/

.customers-area {
  background: #ffffff;
  padding: 50px 0 70px
}

.customers-area h3 {
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.customers-area .slick-slide {
  padding: 20px;
}

.brands {
  display: grid;
  grid-gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brands__item {
  background: #ffffff;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.15);
}


.brands__item img {
  width: 180px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brands__item img[src$=".jpg"],
.brands__item img[src$=".png"] {
  mix-blend-mode: multiply;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brands__item {
  flex: 0 0 25%;
}

@media (min-width: 700px) {
  .brands__item {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 1100px) {
  .brands__item {
    flex: 0 0 15%;
  }
}

/*Customers Form*/


/* Sustainibility CSS */

.philosphy-foundation {
  position: relative;
  background: #ffffff;
  padding: 50px 0;
}

.philosphy-foundation .philosphy-wrapper {
  width: 100%;
  margin-bottom: 20px;
  background: #F29B34;
  display: table
}

.philosphy-foundation .foundation-wrapper {
  width: 100%;
  margin-bottom: 20px;
  background: #0077FF;
  display: table
}

.philosphy-foundation .content-container {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 40px;
}

.philosphy-foundation .content-container h3 {
  font-size: 72px;
  font-size: 5.5rem;
  line-height: 1.1;
  margin: 0 0 10px 0
}

.philosphy-foundation .content-container h4 {
  font-size: 32px;
  font-size: 2.6rem;
  line-height: 1;
  margin: 0 0 10px 0
}

.philosphy-foundation .content-container p {
  line-height: 1.3;
  font-size: 14px;
}



.reports-downloads {
  background: rgb(0, 119, 255);
  background: linear-gradient(180deg, rgba(0, 119, 255, 1) 55%, rgba(255, 255, 255, 1) 55%);
  padding: 40px 0 60px 0;
  min-height: 400px;
}

.reports-downloads h3 {
  text-align: center;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1
}

.reports-downloads p {
  margin-top: 0px;
  background: #000000;
  color: #ffffff;
  padding: 10px 10px;
}

.reports-downloads p i {
  float: right;
  color: #F8A134;
  font-size: 28px;
  font-weight: 400;
}


.our-initiatives {
  position: relative;
  background: #ffffff;
  text-align: left;
  padding: 40px 0;
}

.our-initiatives h3 {
  text-align: left;
  font-size: 60px;
  text-transform: capitalize;
  font-size: 6rem;
  line-height: 1
}

.our-initiatives p {
  margin-top: 0px;
  color: #000000;
  padding: 0
}

.our-initiatives h6 {
  margin-top: 30px;
  color: #000000;
  padding: 0;
  font-family: 'Mark Pro';
  font-size: 18px;
}

.sustainability-initiative-wrapper {
  background: #ffffff;
  padding: 60px 0
}

.sustainability-initiative-wrapper h3 a {
  text-decoration: underline
}

.sustainability-initiative-wrapper .adv-grids {
  text-align: center;
}

.sustainability-initiative-wrapper .adv-grids .grid {
  width: 25%;
  float: left;
  padding: 20px;
  transition: all .3s ease-in-out;
}


.sustainability-initiative-wrapper .adv-grids .grid:hover .icon {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sustainability-initiative-wrapper .adv-grids .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto 15px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all .3s ease-in-out;
}

.sustainability-initiative-wrapper .adv-grids .grid p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  min-height: 70px;
  line-height: 20px
}

.our-initiatives-2 {
  position: relative;
  background: #faf2ed;
  text-align: center;
  padding: 40px 0;
}

.our-initiatives-2 h6 {
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
  padding: 0;
  font-family: 'Mark Pro';
}

.our-initiatives-2 p {
  margin-top: 0px;
  color: #000000;
  padding: 0
}

.our-initiatives-2 h3 {
  text-align: center;
  font-size: 60px;
  text-transform: capitalize;
  font-size: 6rem;
  line-height: 1
}

.sustainibility-slider-2 {
  width: 100%;
  background-color: transparent;
}

.sustainibility-slider-2 .slick-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  min-height: 450px;
}

.sustainibility-slider-2 .slick-slide {
  float: none;
  padding: 10px 0px;
  margin: 0px;
  transition: all 0.3s ease;
  height: auto;
  text-align: center;
  min-height: 400px;
}

.sustainibility-slider-2 .slick-slide p {
  opacity: 0
}

.sustainibility-slider-2 .slick-slide h3 {
  font-size: 28px;
}

.sustainibility-slider-2 .slick-slide a {
  opacity: 0
}

.sustainibility-slider-2 .slick-slide.slick-current p,
.sustainibility-slider-2 .slick-slide.slick-center p {
  opacity: 1
}

.sustainibility-slider-2 .slick-slide.slick-current a,
.sustainibility-slider-2 .slick-slide.slick-center a {
  opacity: 1
}

.sustainibility-slider-2 .slick-slide.slick-current h3 {
  font-size: 48px;
}


.sustainibility-slider-2 .slick-prev,
.sustainibility-slider-2 .slick-next {
  z-index: 10;
  top: 0px;
  background-color: transparent;
}

.sustainibility-slider-2 .slick-prev {
  left: 10px;
}

.sustainibility-slider-2 .slick-next {
  right: 10px;
}

.health-steps {
  background: #0077FF;
  padding: 40px 0;
}

.health-steps h3 {
  color: #ffffff;
}

.health-steps p {
  font-size: 13px;
  color: #ffffff;
  min-height: 100px
}

.ehs-col {
  background: #0077FF;
  height: 100px;
  width: 100%;
}

.ehs-col h3 {
  color: #ffffff;
  line-height: 100px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.ehs-col i {
  background: #F27235;
  height: 100px;
  float: right;
  line-height: 100px;
  font-size: 42px;
  width: 100px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}

.certificate-list a {
  margin: 5px 10px;
  display: inline-block;
  text-decoration: underline;
}


.sustain_video {
  padding: 50px 0 70px 0;
  background: #e6e7e8;
  text-align: center;
}

.sustain_video h3 {
  text-align: center;
  color: #000000;
  display: block;
  font-size: 42px;
  z-index: 10;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative
}

.sustain_video h3:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 8px;
  z-index: -1;
  background: #F29B34;
  bottom: 0px;
  right: 0;
  margin: 0px auto;
  left: 0;
}

.sustain_video iframe {
  display: inline-block;
  margin: 0;
}

.sustain_video .video-wrapper {
  clear: both;
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
}

.sustain_video .video-wrapper:before {
  transform: translateZ(-1px);
  z-index: -1;
  background: rgb(0, 119, 255);
  height: 200px;
  top: -20px;
  left: -20px;
  position: absolute;
  width: 200px;
  content: '';
}

.sustain_video .video-wrapper:after {
  transform: translateZ(-1px);
  z-index: -1;
  background: #F29B34;
  height: 200px;
  width: 200px;
  bottom: -10px;
  right: -20px;
  position: absolute;
  content: '';
}

@media only screen and (max-width: 768px) {
  .philosphy-foundation .content-container h3 {
    font-size: 48px;
    font-size: 4.2rem
  }

  .reports-downloads h3 {
    font-size: 48px;
    font-size: 4.2rem;
  }

  .our-initiatives h3 {
    font-size: 42px;
    font-size: 4.2rem
  }

  .sustainability-initiative-wrapper .adv-grids .grid {
    width: 50%;
    padding: 0px;
  }

  .sustainability-initiative-wrapper .adv-grids .grid p {
    font-size: 14px;
    min-height: 60px;
    line-height: 17px
  }

  .sustainibility-slider-2 .slick-slide.slick-current h3 {
    font-size: 42px;
  }

  .health-steps p {
    min-height: 100%
  }

  .sustain_video {
    padding: 40px 0;
  }

  .sustain_video h3 {
    font-size: 22px;
  }

  .sustain_video iframe {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto
  }

  .sustain_video .video-wrapper:before {
    transform: translateZ(-1px);
    z-index: -1;
    background: #213a89;
    height: 100px;
    top: -10px;
    left: -10px;
    position: absolute;
    width: 100px;
    content: '';
  }

  .sustain_video .video-wrapper:after {
    transform: translateZ(-1px);
    z-index: -1;
    background: #fdcb09;
    height: 100px;
    width: 100px;
    bottom: 0px;
    right: -10px;
    position: absolute;
    content: '';
  }

}

@media only screen and (max-width: 480px) {
  .sustainability-initiative-wrapper .adv-grids .grid p {
    font-size: 12px;
    min-height: 60px;
    line-height: 15px;
    margin-bottom: 10px;
    word-break: break-strict
  }

  .sustainibility-slider-2 .slick-slide.slick-current h3 {
    font-size: 32px;
  }
}



.reports-section {
  background: #ffffff;
  padding: 0px 0 80px;
}

.reports-section h1 {
  text-align: center;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1
}

.reports-tab {
  background: #ffffff;
  text-align: center;
  margin: 0px auto;
}

.reports-tab .tablinks {
  text-align: center
}

.reports-tab .tablinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.reports-tab .tablinks li {
  float: left;
  width: 33.3%;
  display: inline-block;
}

.reports-tab .tablinks a {
  font-size: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  padding: 10px 20px 10px;
  display: inline-block;
  text-align: left;
  font-family: 'Mark Pro Heavy';
}

@media (max-width: 991px) {
  .reports-tab .tablinks a {
    font-size: 15px;
    font-size: 1.3rem;
    padding: 10px 20px 8px;
  }
}

@media (max-width: 767px) {
  .reports-tab .tablinks li {
    display: inline-block;
    margin-bottom: 10px;
    width: 33%;
    text-align: center;
  }

  .reports-tab .tablinks a {
    font-size: 15px;
    font-size: 1.1rem;
    padding: 8px 10px 6px;
    text-align: center;
  }
}

.reports-tab .tablinks li.active a {
  color: #FEA734;
}

.reports-tab .tablinks a:active,
.reports-tab .tablinks a:focus {
  text-decoration: none;
}

.reports-tab .tab-content {
  padding: 40px 0;
  text-align: center;
}

.env-complainces {
  width: 80%;
  margin: 0px auto
}

.env-complainces .nav-tabs {
  width: 100%;
  margin: 20px auto 0px auto;
  border: 0;
  text-align: center
}

.env-complainces .nav-tabs>.active>a,
.env-complainces .nav-tabs>.active>a:hover,
.env-complainces .nav-tabs>.active>a:focus {
  border: 1px solid #FEA734;
  background: #FEA734;
  color: #ffffff;
}

.env-complainces .nav-tabs>li>a {
  border-bottom: 0;
  border-radius: 0;
}

.env-complainces .nav-tabs>li {
  display: inline-block;
  margin: 0;
  width: 33%;
  text-align: center;
  float: none;
  padding: 0
}

.env-complainces .tabs-left>.nav-tabs>li {
  width: 100% !important;
}

.env-complainces .tabs-left>.nav-tabs>li>a {
  font-size: 18px;
}

.env-complainces .nav-tabs .nav-link {
  border: none;
  color: white;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  padding: 10px 15px;
  display: inline-block;
  text-align: left;
  border: 0;
  border: 1px solid #FEA734;
  font-family: 'Mark Pro Heavy';
  color: #000000;
}

.env-complainces .tab-content>.active {
  display: block;
  opacity: 1;
}

.env-complainces .nav-item {
  display: inline-block;
}

.env-complainces .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

@media only screen and (max-width:768px) {

  .env-complainces {
    position: relative;
    padding: 20px 0 40px 0;
    width: 100%
  }

  .env-complainces .nav-tabs .nav-link {
    font-size: 10px;
    line-height: 1.1;
    padding: 5px
  }
}




.products-listing {
  padding: 0px 0;
  position: relative
}

.products-listing h1 {
  color: #0077FF;
  font-size: 72px;
  text-align: center;
  line-height: 48px;
  margin: 60px 0 0 0;
  padding: 0
}

.products-listing h2 {
  color: #000000;
  font-size: 52px;
  text-align: left;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.products-listing h2.center {
  text-align: center
}

.products-listing p.download {
  margin-top: 0px;
  background: #000000;
  color: #ffffff;
  text-align: left;
  padding: 10px 10px;
}

.products-listing p.download i {
  float: right;
  color: #F8A134;
  font-size: 28px;
  font-weight: 400;
}

.products-listing p.download i {
  float: right;
  color: #F8A134;
  font-size: 28px;
  font-weight: 400;
}

.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-tabs {
  width: 100%;
  background: #ffffff;
  background-position: center/cover;
  background-repeat: no-repeat;
  padding: 50px 0px 50px 150px;
}

.products-tabs h3 {
  color: #FEA734;
}

.products-tabs.active h3 {
  color: #000000
}

.products-tabs.jindalhisar {
  background: url(../images/hisar-factory-bg.jpg)
}

.products-tabs.jindal {
  background: url(../images/jindal-factory-bg.jpg)
}

#products-solutions {
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  background-color: #0077FF;
}

#products-solutions .md-tabs {
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  padding: 0rem 5rem;
  width: 100%;
  height: 120px;
}

#products-solutions .md-tabs .nav-link.pt15 {
  padding: 0px 0px 25px 0;
}

#products-solutions .md-tabs .nav-link.pt15 {
  padding: 0px 0px 25px 0;
}

#products-solutions .md-tabs .nav-link {
  color: #fff;
  border: 0;
  transition: all .4s;
  font-size: 18px;
  padding: 40px 0px 20px 0px;
  line-height: 1.2;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  font-family: 'Mark Pro Heavy';
  display: block;
  width: 100%;
  vertical-align: middle;
  height: 120px;

}

#products-solutions .md-tabs .nav-item.open .nav-link,
#products-solutions .md-tabs .nav-link.active {
  color: #ffffff;
  background-color: #FEA734;
  border-radius: 0;
  transition: all 1s;
}

.container-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.split-box .padding {
  padding: 2rem;
}

.product-table {
  width: 100%;
  margin: 0px auto 20px auto;
  border: 2px solid #000000 !important;
}

.product-table th {
  text-align: center;
  border-right: 3px solid #ffffff;
  color: #ffffff;
  background: #000000;
  padding: 10px 20px;
}

.product-table th:last-child {
  border-right: none;
}

.product-table td {
  border: 3px solid #000000;
  text-align: center;
  color: #000000;
  padding: 10px
}

.product-table td p {
  display: inline-block;
}

.product-table td div {
  display: inline-block;
}

.products-listing .form-control {
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 5px 0;
  height: 42px;
}

.products-listing p a,
.products-listing h4 a {
  text-decoration: underline;
  margin: 0 0 0px 0;
  cursor: pointer
}

.products-listing .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.enquiry-form,
.feedback-form {
  background: #0077FF;
  padding: 40px 0;
  display: none;
}

.enquiry-form h3,
.feedback-form h3 {
  color: #ffffff;
  text-align: center !important
}

.enquiry-form,
.feedback-form {
  color: #ffffff;
  text-align: left;
}

.enquiry-form h5,
.enquiry-form p,
.feedback-form h5,
.feedback-form p {
  color: #ffffff;
  text-align: center;
}

.enquiry-form .close-container,
.feedback-form .close-container {
  position: absolute;
  margin: auto;
  width: 25px;
  top: -15px;
  right: 25px;
  z-index: 100;
  height: 25px;
  cursor: pointer;
}

.enquiry-form .leftright,
.feedback-form .leftright {
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.enquiry-form .rightleft,
.feedback-form .rightleft {
  height: 4px;
  width: 25px;
  position: absolute;
  margin-top: 12px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.enquiry-form .close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #ffffff
}

.enquiry-form .close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #ffffff
}

.feedback-form .close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #ffffff
}

.feedback-form .close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #ffffff
}

/*Forms*/
.getin_form .form-control {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0;
  background: #0077FF;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  -o-transition: border .9s ease;
  transition: border .9s ease;
}

.getin_form .select-control {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0px 10px 0 0;
  width: 90%;
  margin: 0px auto;
  background: #0077FF;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  -o-transition: border .9s ease;
  transition: border .9s ease;
  outline: none;
}

.getin_form textarea {
  min-height: 80px;
  resize: none;
  padding: 5px !important;
  border: 1px solid #ffffff !important;
}

.getin_form button {
  border: none;
  cursor: pointer;
}

.getin_form .form-control:focus {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.getin_form .select-control:focus {
  border-bottom: 1px solid #ffffff;
}

.getin_form .button {
  width: auto;
}

.getin_form .wpcf7-form-control-wrap {
  position: static !important
}

.getin_form .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle
}

.getin_form .uploadbtn {
  border: none;
  color: #000000;
  background-color: #ffffff;
  padding: 2px 5px;
  border-radius: 0px;
  font-size: 14px;
  height: 30px;
  cursor: pointer;
  display: block;
  width: 120px
}

.getin_form .upload-btn-wrapper input[type=file] {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
  cursor: pointer
}

.getin_form .captcha {
  padding: 1px 5px;
  background: #ffffff;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  /*font-style: italic;*/
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
}

.getin_form .captcha-control {
  width: 60px;
  padding: 1px 10px;
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #000000
}



@media (max-width: 768px) {

  .container-padding {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .products-listing h1 {
    font-size: 42px;
    text-align: center;
    line-height: 32px;
    margin: 40px 0 0 0
  }

  .products-listing h2 {
    font-size: 42px;
    text-align: left;
  }

  .products-listing h3 {
    font-size: 20px;
    line-height: 1;
    margin: 5px 0;
    text-align: left;
  }

  .products-tabs {
    width: 100%;
    background: #ffffff;
    background-position: center/cover;
    background-repeat: no-repeat;
    padding: 10px;
    min-height: 100px;
  }

  .products-tabs h3 {
    color: #FEA734;
    font-size: 16px;
  }

  .products-tabs.active h3 {
    color: #000000
  }

  .products-tabs.jindalhisar {
    background: url(../images/hisar-factory-bg.jpg)
  }

  .products-tabs.jindal {
    background: url(../images/factory-bg.jpg)
  }
}

@media (max-width: 560px) {
  .split-box .padding {
    padding: 2rem 1rem;
  }

  .product-table {
    width: 100%;
    margin: 0px auto;
    border: 2px solid #000000 !important;
  }

  .product-table th {
    padding: 20px 10px;
    border: 1px solid #ffffff;
  }

  .product-table td {
    border: 1px solid #000000;
    padding: 15px 2px 15px 2px;
    font-size: 14px;
  }
}

/*---------------*/
/***** Sadie *****/
/*---------------*/
.companies-section {
  padding: 80px 0 80px 0;
  position: relative
}

.companies-section .text-left {
  text-align: left !important;
  width: 100%
}

.companies-section .text-left p a {
  color: #FEA734;
}

.companies-section .text-left p a:hover {
  color: #000000;
}

.companies-section figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  content: '';
  opacity: 0;
  border-radius: 10px;
  cursor: pointer
}

.companies-section figure.effect-sadie figcaption::before,
.companies-section figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.companies-section figure.effect-sadie .text-container {
  position: absolute;
  padding: 0em;
  width: 50%;
  opacity: 0;
  top: 60%;
  left: 50%;
  color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */

}

.companies-section figure.effect-sadie .text-container p,
.companies-section figure.effect-sadie .text-container h3 {
  color: #ffffff;
}

.companies-section figure.effect-sadie .text-container p a {
  color: #F8A134;
  text-decoration: underline
}

.companies-section figure.effect-sadie:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.companies-section figure.effect-sadie:hover .text-container {
  opacity: 1;
  top: 50%
}

.company-tabs>.nav-tabs {
  border: none;
  margin: 0px;
}

.company-tabs .nav-tabs li {
  margin: 0px;
  width: 25%;
  display: block;
  font-family: 'Mark Pro Heavy';
  font-size: 22px;
  color: #000000;
  text-align: center;
  line-height: 1.4;
  padding: 0;
  position: relative
}

.company-tabs .nav-tabs li:first-child {
  text-align: left;
}

.company-tabs .nav-tabs li:last-child {
  text-align: right;
}

.company-tabs .nav-tabs li a {
  border: 0;
  margin: 0;
  padding: 10px 0;
  color: #000000;
  display: inline-block;
}

.company-tabs .nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 3px;
  background-color: #000000;
  transition: width .3s ease-in-out;
}

.company-tabs .nav-tabs li a:hover:after {
  width: 60px;
}

.company-tabs .nav-tabs li.open a,
.company-tabs .nav-tabs li:hover a {
  border: 0;
  background: none !important;
  color: #333333;
}

.company-tabs .nav-tabs li.active {
  position: relative;
}

.company-tabs .nav-tabs li.active a {
  border: 0;
  color: #333333;
}

.company-tabs .nav-tabs li.active a:after {
  position: absolute;
  height: 3px;
  width: 60px;
  background: #000000;
  content: '';
  left: 0;
  bottom: 0;
}

.company-tabs .tab-content {
  background-color: #fff;
  border: 0;
  border: none;
  padding: 50px 0;
}

.company-tabs .tab-content {
  padding-bottom: 0;
}

.pr50 {
  padding-right: 50px
}

.companies-section .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}


.companies-section .tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.corporate-hr {
  background: #0077FF;
  width: 100% !important;
  margin: 0 auto !important;
}

.corporate-hr .md-tabs {
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  padding: 0rem 5rem;
  width: 100%;
  height: 120px;
}

.corporate-hr .md-tabs .nav-link.pt15 {
  padding: 0px 0px 25px 0;
}

.corporate-hr .md-tabs .nav-link.pt15 {
  padding: 0px 0px 25px 0;
}

.corporate-hr .md-tabs .nav-link {
  color: #fff;
  border: 0;
  transition: all .4s;
  font-size: 18px;
  padding: 33px 0px 20px 0px;
  line-height: 1.2;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  font-family: 'Mark Pro Heavy';
  display: block;
  width: 100%;
  vertical-align: middle;
  height: 120px;
}

.corporate-hr .md-tabs .nav-item.open .nav-link,
.corporate-hr .md-tabs .nav-link.active {
  color: #ffffff;
  background-color: #FEA734;
  border-radius: 0;
  transition: all 1s;
}

.corporate-hr .md-tabs .nav-link:hover,
.corporate-hr .md-tabs .nav-link:focus {
  color: #ffffff;
  transition: all .5s;
}

/* the slides */
.corporatehr-contentwrapper {
  padding: 50px 0;
}


.procurement-approach {
  background: rgb(230, 223, 217);
  background: linear-gradient(180deg, rgba(230, 223, 217, 1) 55%, rgba(255, 255, 255, 1) 55%);
  padding: 40px 0 40px 0;
  min-height: 400px;
  margin-top: 40px;
}

.approach-wrapper {
  background: #000000;
  padding: 30px 30px 10px;
  min-height: 280px;
}

.approach-wrapper p {
  color: #ffffff;
  padding: 10px 0;
}

.approach-wrapper .approach-icon {
  width: 100px !important;
  height: auto !important;
}

.procurement-approach h3 {
  text-align: center
}

.procurement-philosophy h3 {
  color: #0077FF;
}

.procurement-philosophy img {
  max-width: 100%
}

.procuremnt-category,
.procuremnt-category .procuremnt-text {
  position: relative;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  margin-bottom: 20px;
}

.procuremnt-category .procuremnt-text {
  background: #ffffff;
  padding: 2.25rem 2.5rem;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 2px solid #000000
}

.procuremnt-category .procuremnt-text h3 {
  padding: 0px;
  text-align: left;
  font-size: 24px;
  display: block;
  color: #0077FF;
  margin: 0 0 10px 0;
  font-family: 'Mark Pro Heavy';
}

.procuremnt-category .procuremnt-text h2 {
  padding: 0px;
  text-align: left;
  font-size: 24px;
  display: block;
  color: #0077FF;
  margin: 0 0 10px 0;
  font-family: 'Mark Pro Heavy';
}

.procuremnt-category .procuremnt-text ul {
  margin-left: 20px;
  padding: 0
}

.procuremnt-category .procuremnt-text ul li {
  width: 100%;
  opacity: 1;
  color: #000000;
  line-height: 22px;
  font-size: 14px;
  padding: 0px 0px 5px 0;
  text-align: left;
}

.procuremnt-category .procuremnt-text p {
  width: 100%;
  opacity: 1;
  color: #000000;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 0px 5px 0;
  text-align: left;
  margin: 0
}

.procuremnt-category .procuremnt-text div.icon {
  text-align: left;
  display: block;
  margin: 10px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 90px;
  height: 90px;
}

.procuremnt-category .procuremnt-text .raw-material {
  background: url(../images/raw-material-icon.png) top left no-repeat;
}

.procuremnt-category .procuremnt-text .energy {
  background: url(../images/energy-icon.png) top left no-repeat;
}

.procuremnt-category .procuremnt-text .mro-category {
  background: url(../images/mrocategory-icon.png) top left no-repeat;
  width: 90px;
  height: 90px;
  display: block
}

.procuremnt-category .procuremnt-text .knowledge-center {
  background: url(../images/knowledge-center-icon.png) top left no-repeat;
}

.procuremnt-category .procuremnt-text .future-leaders {
  background: url(../images/future-leaders-icon.png) top left no-repeat;
}

.procuremnt-category .procuremnt-text .competency-devp {
  background: url(../images/competency-devp-icon.png) top left no-repeat;
}

.procuremnt-category .procuremnt-text .accomodation {
  background: url(../images/accomodation-icon.png) top left no-repeat;
}

.procuremnt-category .procuremnt-text .education {
  background: url(../images/Education-icon.png) top left no-repeat
}

.procuremnt-category .procuremnt-text .medical-assist {
  background: url(../images/medical-assist-icon.png) top left no-repeat
}

.procuremnt-category .procuremnt-text .emp-wel-sch {
  background: url(../images/emp-wel-sch-icon.png) top left no-repeat
}

.procuremnt-category .procuremnt-text .stainless-club {
  background: url(../images/stainless-club-icon.png) top left no-repeat
}

.procuremnt-category .procuremnt-text .community-lunches {
  background: url(../images/community-lunches-icon.png) top left no-repeat
}

.procuremnt-category .procuremnt-text .cultural-events {
  background: url(../images/cultural-events-icon.png) top left no-repeat
}


.procuremnt-category .pad20 {
  padding: 10px 20px;
  border-right: 1px solid #000000
}

.procuremnt-category:hover .procuremnt-text {
  background: #000000;
  color: #fff;
}

.procuremnt-category:hover .procuremnt-text ul li,
.procuremnt-category:hover .procuremnt-text h3,
.procuremnt-category:hover .procuremnt-text p {
  color: #fff;
}

.procuremnt-category:hover .procuremnt-text h2 {
  color: #F9A234;
}

.procuremnt-category:hover .procuremnt-text .raw-material {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .energy {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .mro-category {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .knowledge-center {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .future-leaders {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .competency-devp {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .accomodation {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .education {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .medical-assist {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .emp-wel-sch {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .stainless-club {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .community-lunches {
  background-position: bottom left
}

.procuremnt-category:hover .procuremnt-text .cultural-events {
  background-position: bottom left
}

.current-opening {
  padding: 30px;
  height: auto;
  vertical-align: middle;
  background: #000000
}

.current-opening h3 {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin: 0px;
  color: #ffffff;
  border-left: 1px solid #F9A234;
  border-right: 1px solid #F9A234
}

.current-opening h3 a {
  text-align: center;
  color: #ffffff;
}

.current-opening h3 a:hover {
  color: #F9A234;
  text-decoration: none
}

@media (max-width: 768px) {


  .corporate-hr .md-tabs {
    padding: 0rem 2rem;
  }

  .companies-section figure.effect-sadie .text-container {
    width: 90%;
    top: 50%;
    opacity: 1;
  }

  .companies-section figure.effect-sadie figcaption::before {
    opacity: 1;
  }

  .companies-section figure.effect-sadie .text-container h3 {
    font-size: 18px
  }

  .companies-section figure.effect-sadie .text-container p {
    font-size: 14px;
    line-height: 18px;
  }

  .company-tabs .nav-tabs li {
    font-size: 16px;
  }

  .pr50 {
    padding-right: 20px
  }

  .corporate-hr .md-tabs .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .companies-section figure.effect-sadie .text-container {
    width: 90%
  }

  .companies-section figure.effect-sadie .text-container h3 {
    font-size: 15px
  }

  .companies-section figure.effect-sadie .text-container p {
    font-size: 9px;
    line-height: 10px;
  }

  .company-tabs .nav-tabs li {
    width: 50%;
    font-size: 16px;
    text-align: center
  }

  .company-tabs .nav-tabs li:first-child {
    text-align: center;
  }

  .company-tabs .nav-tabs li:last-child {
    text-align: center;
  }

  .pr50 {
    padding-right: 0px
  }

  .approach-wrapper {
    background: #000000;
    padding: 15px;
    min-height: 280px;
  }

  .approach-wrapper .approach-icon {
    width: 70px !important;
    height: auto !important;
  }

  .approach-wrapper p {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
  }

  .procuremnt-category,
  .procuremnt-category .procuremnt-text {
    min-height: 100%;
  }

  .procuremnt-category .pad20 {
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #000000
  }

  .corporate-hr .md-tabs .nav-link {
    font-size: 15px;
  }

  .current-opening {
    padding: 10px;
    height: 100%;
  }

  .current-opening h3 {
    text-align: center;
    margin: 0px;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #F9A234
  }

  .current-opening p {
    text-align: center;
    color: #ffffff;
    padding: 10px;
  }

  .current-opening p a {
    text-align: center;
    color: #F9A234
  }

}

/* Media page */

.media .listmenu li {
  display: inline-block;
  float: left;
  width: 20%
}

.media .listmenu a {
  font-size: 20px;
  font-size: 1.8025rem;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 0px 8px 0;
  display: block;
  text-align: left;
  font-family: 'Mark Pro Heavy';
  border-top: 1px solid #ffffff;
}

.media .listmenu a:hover {
  border-top: 1px solid #FEA734;
}



.media .listmenu li.active a {
  color: #FEA734;
  border-top: 1px solid #FEA734;
}

.media .listmenu a:active,
.media .listmenu a:focus {
  text-decoration: none;
}

.media-section {
  padding: 50px 0 30px
}

.news-wrapper,
.news-wrapper .news-content {
  position: relative;
  -webkit-transition: all .8s ease-in;
  -o-transition: all .8s ease-in;
  transition: all .8s ease-in;
  margin-bottom: 20px;
}


.news-wrapper .news-content {
  background: #ffffff;
  padding: 3rem;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #000000;
  margin-bottom: 30px;
  min-height: 350px
}

.news-wrapper .news-content p {
  text-align: left;
  font-size: 20px;
  display: block;
  color: #000000;
  margin: 0px;
  font-family: 'Mark Pro Heavy';
}

.news-wrapper .news-content .thumb-media {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-wrapper .news-content p.date {
  text-align: left;
  font-size: 16px;
  margin: 10px 0 10px 0;
  color: #000000;
  font-family: 'Mark Pro';
}

.news-wrapper .news-content p.date i {
  color: #FEA734;
}

.news-wrapper:hover .news-content {
  color: #fff;
  border: 2px solid #FEA734
}

.news-wrapper:hover .news-content p {
  color: #FEA734;
}

.news-wrapper:hover .news-content p.date {
  color: #000000;
}

.awards-wrapper,
.awards-wrapper .awards-content {
  position: relative;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  margin-bottom: 30px;
  display: table;
  width: 100%
}

.awards-wrapper .awards-content img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  object-fit: fill;
  transition: all .4s ease-in;
}

.awards-wrapper .awards-content {
  background: #ffffff;
  padding: 3.5rem 3.5rem;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #000000;
  margin-bottom: 30px;
  display: table-cell;
  vertical-align: middle;
  min-height: 300px;
}

.awards-wrapper .awards-content p {
  text-align: left;
  font-size: 22px;
  display: block;
  color: #000000;
  margin: 0px;
  font-family: 'Mark Pro Heavy';
}

.awards-wrapper:hover .awards-content {
  color: #fff;
  border: 2px solid #FEA734
}

.awards-wrapper:hover .awards-content p {
  color: #FEA734;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  opacity: 0
}

.awards-wrapper:hover .awards-content img {
  opacity: 1;
}

.media-contact-wrapper,
.media-contact-wrapper .media-content {
  position: relative;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  margin-bottom: 20px;
}

.media-contact-wrapper .media-content {
  background: #000000;
  padding: 2.5rem;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: none;
  margin-bottom: 30px;
}

.media-contact-wrapper .media-content h3,
.media-contact-wrapper .media-content p {
  color: #ffffff;
}

.media-contact-wrapper .media-content p a {
  color: #ffffff;
}

.media-contact-wrapper .media-content p a:hover {
  color: #FEA734;
}

.media-contact-wrapper .media-content i {
  color: #FEA734;
  font-size: 20px;
  padding: 5px 0;
  margin-right: 5px;
}


.media-awards-wrapper,
.media-awards-wrapper .media-awards-content {
  position: relative;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  margin-bottom: 30px;
  display: table;
  width: 100%
}

.media-awards-wrapper .media-awards-content .awards-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.media-awards-wrapper .media-awards-content {
  background: #ffffff;
  padding: 2rem;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #000000;
  margin-bottom: 30px;
  min-height: 300px;
}

.media-awards-wrapper .media-awards-content p {
  text-align: left;
  font-size: 1.4rem;
  display: block;
  color: #000000;
  padding-top: 10px;
  font-family: 'Mark Pro Heavy';
}



.media-contact-wrapper-inner,
.media-contact-wrapper-inner .media-content {
  position: relative;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  margin-bottom: 20px;
  overflow: hidden;
}

.media-contact-wrapper-inner .media-content .img-wrapper {
  overflow: hidden;
}

.media-contact-wrapper-inner .media-content img {
  transition: transform 1s;
  /* Animation */
  margin: 0 auto;

}

.media-contact-wrapper-inner .media-content img:hover {
  transform: scale(1.2);
}

.media-contact-wrapper-inner .media-content h3 {
  color: #FEA734;
}

.media-contact-wrapper-inner .media-content p {
  color: #000000;
  font-size: 1.4rem;
}

.media-contact-wrapper-inner .media-content p a:hover {
  color: #FEA734;
}

.media-contact-wrapper-inner .media-content i {
  color: #FEA734;
  font-size: 20px;
  padding: 5px 0;
  margin-right: 5px;
}


.media-gallery-wrapper,
.media-gallery-wrapper .gallery-content {
  position: relative;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  margin-bottom: 20px;
}

.media-gallery-wrapper .gallery-content {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: none;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.media-gallery-wrapper .gallery-content .img-wrapper {
  overflow: hidden;
}

.media-gallery-wrapper .gallery-content .img-wrapper img {
  transition: transform 1s;
  /* Animation */
  margin: 0 auto;
}

.media-gallery-wrapper .gallery-content img:hover {
  transform: scale(1.2);
}

.media-gallery-wrapper .gallery-content h4 {
  color: #ffffff;
  background-color: #FEA734;
  margin: 0;
  padding: 1rem 0;
}

.newsletter-wrapper {
  border: 1px solid #FEA734;
  margin-bottom: 30px;
  overflow: hidden
}

.newsletter-wrapper img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}

.newsletter-wrapper p {
  margin-top: 0px;
  height: 45px;
  background: #ffffff;
  vertical-align: middle;
  color: #000000;
  padding: 10px 10px;
  position: relative;
  margin-bottom: 10px;
  line-height: 22px !important;
}

.newsletter-wrapper p i {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #F8A134;
  font-size: 24px;
  vertical-align: middle;
  font-weight: 400;
}

.newsletter-wrapper p a i:hover {
  color: #000000
}


@media (max-width: 991px) {
  .media .listmenu a {
    font-size: 15px;
    font-size: 1.3rem;
    padding: 10px 20px 8px;
  }
}

@media (max-width: 767px) {
  .media .listmenu li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    width: 33%;
    min-height: 60px;
  }

  .media .listmenu a {
    font-size: 13px;
    font-size: 1rem;
    padding: 8px 10px 6px;
  }

  .news-wrapper .news-content {
    padding: 5.5rem 4.5rem;
  }
}

.lang-options {
  margin-top: 20px;
}

.lang-options i {
  color: #000000;
}

.lang-options a:first-child {
  position: relative;
  width: 32px;
  height: 32px;
}

.lang-options a:last-child {
  color: #000000;
  border-right: none;
}

.lang-options a {
  padding: 0 5px;
  color: #000000;
  border-right: 1px solid #000000;
}

.lang-options a:hover {
  text-decoration: underline;
  color: #FEA734;
}


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: 'Mark Pro', sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {

  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: 'FontAwesome';
  border: none;
  color: #fff;
  font-size: 65px;
  -webkit-transition: .5s;
  transition: .5s;
}

.mfp-arrow-right::after {
  content: "\f105";
}

.mfp-arrow-left::after {
  content: "\f104";
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none;
}

.mfp-arrow {
  height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px;
}

img.mfp-img {
  padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== Newspaper effect ======*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== Move-horizontal effect ======*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== Move-from-top effect ======*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== 3d unfold ======*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*====== Zoom-out effect ======*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.project-image {}

.project-info {
  list-style: none;
  padding-top: 50px;
  text-align: left;
}

.project-info li {
  font-family: 'Mark Pro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0;
  color: #24182e;
}

.project-info li span {
  font-family: 'Mark Pro', sans-serif;
  color: #6d747c;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.project-title {
  padding-top: 20px;
  font-family: 'Mark Pro', sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #24182e;
  margin-bottom: 20px;
}

.project-details {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 50px;
}

.project-details p {
  color: #24182e;
  font-size: 16px;
  font-weight: 300;
  margin-top: 35px;
}

.portfolio-slider {
  margin-bottom: 30px;
}

.portfolio-slider .slick-dots {
  position: absolute;
  bottom: 25px;
}

.portfolio-right .project-detail-box {
  margin-top: 10px;
}

.portfolio-right .project-detail-box.mt-50 {
  margin-top: 50px;
}

.portfolio-right .project-detail-box li strong {
  min-width: 110px;
  display: inline-block;
}

.portfolio-right .project-detail-box li strong.display-block {
  display: block;
}

.portfolio-right .project-detail-box li {
  line-height: 30px;
  list-style: none;
}

.portfolio-right .project-detail-box li a {
  color: #888;
}

.portfolio-right .project-detail-box li a:hover {
  color: #FEA734;
}

.project-type-list {
  margin-top: 30px;
}

.project-type-list li {
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
  font-weight: 300;
  font-size: 14px;
  list-style: none;
}

.project-type-list li i {
  margin-right: 10px;
}

.portfolio-right .project-type-list li,
.portfolio-right .project-detail-box li {
  text-transform: uppercase;
}

.portfolio-nav a {
  overflow: hidden;
  color: inherit;
  cursor: default;
  display: block;
}

.portfolio-nav a.disabled {
  opacity: .6;
  pointer-events: none;
}

.portfolio-nav a.disabled>span {
  cursor: default;
}

.portfolio-nav a.disabled>span:hover {
  color: inherit;
}

.portfolio-nav a.disabled:hover {
  opacity: .4;
}

.portfolio-nav a.prev i {
  margin-right: 10px;
}

.portfolio-nav a.showall {
  text-align: center;
}

.portfolio-nav a.showall span {
  padding: 36px 0;
}

.portfolio-nav a.showall span i {
  font-size: 24px;
  display: block;
}

.portfolio-nav a.showall:hover span i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

@media only screen and (max-width:767px) {
  .portfolio-nav a.showall span i {
    font-size: 30px;
  }
}

.portfolio-nav a.next {
  text-align: right;
}

.portfolio-nav a.next i {
  margin-left: 10px;
}

.portfolio-nav a>span {
  display: inline-block;
  padding: 40px 0;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Mark Pro', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio-nav a>span:hover {
  color: #FEA734;
}

.portfolio-nav a>span i {
  font-size: 14px;
}

.portfolio-nav a>span i:before {
  vertical-align: middle;
}

@media only screen and (max-width:767px) {
  .portfolio-nav a>span {
    font-size: 0;
  }

  .portfolio-nav a>span i {
    font-size: 30px;
  }
}


.footer {
  font-size: 16px;
}

.footer-main {
  padding: 50px 0 20px;
  background-color: #1A1A1A;
  position: relative;
}

.footer .widget-title {
  position: relative;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #F49D34;
  font-family: 'Mark Pro', sans-serif;
  font-size: 16px;
  margin-top: 0;
}

.footer .widget-text p {
  color: #fff;
  font-size: 14px;
}

.footer .widget-text a {
  color: #fff;
}

.footer .widget-links {
  font-family: 'Mark Pro', sans-serif;
  margin: 0;
  padding: 0;
}

.footer .widget-links ul {
  margin: 0;
  padding: 0;
}

.footer .widget-links li {
  margin-bottom: 10px;
  list-style: none;
  color: #fff;
  font-size: 14px;
}

.footer .widget-links li i {
  color: #fff;
  padding-right: 0px;
  font-size: 20px;
}

.footer .widget-links a {
  color: #fff;
}

.footer .widget-links a:hover {
  color: #F49D34;
  text-decoration: none;
}

.footer ul.footer-nav {
  margin: 10px auto 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}

.footer ul.footer-nav li {
  display: inline-block;
  margin-right: 15px;
}

.footer ul.footer-nav li a {
  font-size: 14px;
  color: #fff;
}

.footer ul.footer-nav li a:hover,
.footer ul.footer-nav li a:focus {
  font-size: 14px;
  color: #FEA734;
}

.footer ul.footer-nav li:last-child {
  margin-right: 0px;
}

.footer-copyright {
  padding: 20px 0 35px 0;
  background-color: #1A1A1A
}

.topborder {
  border-top: 1px solid #F49D34;
}

.copy-right {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
}

.copy-right a {
  color: #FEA734;
}

.copy-right a:hover {
  color: #fff;
}

.copy-right .icon {
  color: #FEA734;
  margin-right: 5px;
}

.footer .form-control {
  padding: 2px 10px;
  font-size: 14px;
  height: 40px;
  line-height: normal;
  border-radius: 0;
  margin-bottom: 0;
  border: 1px solid #e6f8f9;
  font-size: 14px;
  width: 100%;
  margin: 0 0 10px 0;
  max-width: 100%;
  resize: none;
  background-color: #0000;
  color: #fff !important
}

.footer .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
  font-size: 10px;
}

.footer .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.footer .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 0.2em 1em;
  font-size: 10px;
  color: #fff;
  border: 2px solid #00a0d2;
}

ul.socialmedia {
  position: relative;
  float: right;
  margin-top: 20px;
}

ul.socialmedia li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  color: #fff;
}

ul.socialmedia li a {
  color: #FEA734;
  font-size: 18px;
}

ul.socialmedia li a:hover {
  color: #ffffff;
}

/* Google Maps */

.map-section {
  position: relative;
  min-height: 500px;
}

.map-parallax {
  position: fixed;
  width: 100%;
  height: 45%;
  z-index: -3;
}

#myMap,
#map-style-2,
#map-style-3 {
  min-height: 632px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#map-style-2.wide,
#map-style-3.wide {
  height: 774px;
  width: 100%;
  position: relative !important;
}

#myMap.wide {
  height: 500px;
  width: 100%;
  position: relative !important;
}

#mapcontent p {
  margin: 0;
  font-size: 16px;
}

/* Go Top */
#return-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: rgba(239, 127, 26, 1);
  width: 45px;
  height: 60px;
  text-decoration: none;
  display: none;
  z-index: 99;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 60px;
}

#return-to-top:hover {
  background: rgba(239, 127, 26, .9);
}

/* Sliders */
.default-slider,
.home-fullslide {
  position: relative;
  height: 768px;
  overflow: hidden;
}

.default-slider .container {
  padding-top: 60px;
}

.default-slider.slick-dotted.slick-slider,
.blog-grid-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider {
  height: 100vh;
  padding: 0;
}

.home-slider .default-slider,
.home-slider .slick-list,
.home-slider .slide-img,
.home-slider .hero-text-wrap {
  height: 100vh;
  width: 100%;
}

.default-slider .slide {
  position: relative;
  height: 768px;
}

.default-slider .slick-dots,
.service-slider-2 .slick-dots {
  bottom: 40px;
}

.default-slider .slick-dots li button,
.portfolio-slider .slick-dots li button {
  font-size: 0;
  width: 40px;
  height: 3px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(195, 195, 195, 0.5);
}

section.dark-block .default-slider .slick-dots li button {
  background: rgba(33, 33, 33, 0.5);
}

.slide-img,
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-screen-bg {
  height: 100vh;
  min-height: 100vh;
}

.hero-text-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
}

.light-slider .hero-text-wrap {
  background-color: rgba(0, 0, 0, 0);
}

.hero-text-wrap.gradient-overlay {
  position: absolute;
  z-index: 1;
  background: #ad5389;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3c1053, #ad5389);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.hero-text-wrap.gradient-overlay-transparent {
  position: absolute;
  z-index: 1;
  background: rgba(60, 16, 83, 0.8), rgba(173, 83, 137, 0.8);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(60, 16, 83, 0.8), rgba(173, 83, 137, 0.8));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(60, 16, 83, 0.8), rgba(173, 83, 137, 0.8));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.inline-btn p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 10px;
  font-family: 'Mark Pro', sans-serif;
  font-weight: 500;
  vertical-align: middle;
}

.inline-btn i {
  font-size: 20px;
}

.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.video-box_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.play-button {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  line-height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-button:hover {
  -webkit-transform: translateX(-50%) translateY(-50%)scale(1.1);
  transform: translateX(-50%) translateY(-50%)scale(1.1);
}

.play-button:before {
  content: '';
  border: 1px solid;
  border-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: 1s it-zoom linear infinite;
  animation: 1s it-zoom linear infinite;
}

.play-button:after {
  content: '';
  border: 1px solid;
  border-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-animation: 1s it-zoom linear infinite;
  animation: 1s it-zoom linear infinite;
}

.play-button:before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.play-button i {
  line-height: inherit;
  display: block;
  text-align: center;
  color: #24182e;
  font-size: 60px;
}

.hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-video video {
  position: absolute;
  max-width: none;
}

.bg-flex.bg-flex-left {
  left: 0;
}

.bg-flex.bg-flex-right {
  right: 0;
}

.bg-flex {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.bg-flex-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-flex-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-flex-right {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.col-about-right {
  padding-left: 60px;
}

.col-about-left {
  padding-right: 60px;
}

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex:before {
  content: none;
}

.row-flex>[class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width:767px) {
  .row-flex>[class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}

.row-flex>[class*="col-"] .col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}

.col-inner.spacer {
  padding: 100px 50px;
}

.col-inner.spacer-md {
  padding: 90px 50px;
}

.col-inner.spacer-sm {
  padding: 80px 50px;
}

.col-inner.spacer-xs {
  padding: 60px 50px;
}

.row-flex.flex-center>[class*="col-"] {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width:768px) {
  .row-flex.full-width-flex>[class*="col-"] {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}

.row-flex.padding-row>[class*="col-"] {
  padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal>[class*="col-"]:last-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
  margin-left: 0;
  margin-right: 0;
}

.social-networks {
  padding: 0;
  list-style: none;
}

.social-networks>li {
  display: inline-block;
  margin-right: 12px;
}

.social-networks>li>a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  color: #24182e;
  border-radius: 100%;
}

.social-networks>li>a:hover {
  color: #fff;
}

.social-networks>li.social-icon-fb>a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-networks>li.social-icon-tw>a:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.social-networks>li.social-icon-lk>a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

.social-networks>li.social-icon-be>a:hover {
  background-color: #053eff;
  border-color: #053eff;
}

.social-networks>li.social-icon-de>a:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.social-networks>li.social-icon-sk>a:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}

.social-networks>li>a i {
  font-size: 20px;
}

/* Testimonials Style 01 */

.testimonial-item:focus {
  outline: none;
}

.testimonial-item .testimonial-content {
  background-color: #FFF;
  padding: 40px;
  margin: 50px auto;
  text-align: center;
}

.testimonial-item .testimonial-content img {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
}

.testimonial .slick-prev {
  left: -80px;
}

.testimonial .slick-next {
  right: -80px;
}

.testimonial-transparent .testimonial-item .testimonial-content {
  background-color: transparent;
}

/* Testimonials Style 02 */

.testimonial-style-2 .testimonial-item .testimonial-content {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.testimonial-style-2 .testimonial-item .testimonial-content img {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-style-2 .slick-prev,
.testimonial-style-2 .slick-next {
  display: none !important;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 100px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  font-family: 'icofont';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background-color: rgba(0, 0, 0, 1);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.single-project-slider .slick-prev:before,
.single-project-slider .slick-next:before {
  font-family: "Ionicons";
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.single-project-slider .slick-prev:hover:before,
.single-project-slider .slick-prev:focus:before,
.single-project-slider .slick-next:hover:before,
.single-project-slider .slick-next:focus:before {
  opacity: 1;
}

.slick-prev {
  left: 15px;
}

.single-project-slider .slick-prev:before {
  content: '\f2ca';
}

.slick-next {
  right: 15px;
}

.single-project-slider .slick-next:before {
  content: '\f30f';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-slide:focus {
  outline: none;
}

.testimonial .slick-dots li button,
.blog-slider .slick-dots li button,
.testimonial-style-2 .slick-dots li button,
.text-content-slider .slick-dots li button,
.service-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(36, 24, 46, 0.9);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.blog-carousel .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(230, 248, 249, 0.9);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.text-content-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.testimonial .slick-dots li.slick-active button,
.testimonial-style-2 .slick-dots li.slick-active button,
.service-slider .slick-dots li.slick-active button,
.blog-carousel .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  height: 6px;
  background-color: #FEA734;
}

.service-slider-2 .slick-prev:before,
.default-slider .slick-prev:before {
  content: '\eb76';
  color: #fff;
  font-size: 20px;
}

.service-slider-2 .slick-next:before,
.default-slider .slick-next:before {
  content: '\eb79';
  color: #fff;
  font-size: 20px;
}

.service-slider-2 .slick-prev:before,
.service-slider-2 .slick-next:before,
.blog-grid-slider .slick-prev:before,
.blog-grid-slider .slick-next:before,
#product-slider .slick-prev:before,
#product-slider .slick-next:before,
section.parallax-bg .testimonial-style-2 .slick-prev:before,
section.parallax-bg .testimonial-style-2 .slick-next:before,
section.dark-block .default-slider .slick-prev:before,
section.dark-block .default-slider .slick-next:before {
  font-family: 'icofont';
  font-size: 25px;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-slider-2 .slick-prev,
.service-slider-2 .slick-next {
  border: 2px solid rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100px;
}

.blog-grid-slider .slick-prev,
.blog-grid-slider .slick-next {
  width: 50px;
  height: 50px;
  color: #fff;
}

.blog-grid-slider .slick-prev,
.blog-grid-slider .slick-next {
  border-radius: 0px;
}

.blog-grid-slider .slick-prev:before,
.blog-grid-slider .slick-next:before {
  color: #fff;
}

.blog-grid-slider .slick-prev:hover:before,
.blog-grid-slider .slick-next:hover:before {
  color: #24182e;
}

.blog-grid-slider .slick-prev:before {
  content: '\eb76';
  font-size: 20px;
}

.blog-grid-slider .slick-next:before {
  content: '\eb79';
  font-size: 20px;
}

.blog-grid-slider .slick-prev {
  left: 0;
}

.blog-grid-slider .slick-next {
  right: 0;
}

.service-slider-2 .slide {
  position: relative;
}

.service-slider-2,
.service-slider-2 .slick-list {
  width: 100%;
}

.no-direction .slick-prev,
.no-direction .slick-next {
  display: none !important;
}

.service-slider-2 .slick-prev:hover,
.service-slider-2 .slick-next:hover,
.blog-grid-slider .slick-prev:hover,
.blog-grid-slider .slick-next:hover {
  color: #24182e;
  background: #fff;
}

.service-slider-2 .slick-prev:focus,
.default-slider .slick-next:focus {
  outline: none;
}

.default-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

section.dark-block .default-slider .slick-dots li.slick-active button,
.portfolio-slider .slick-dots li.slick-active button {
  background-color: #24182e;
}

section.dark-block .default-slider .slick-prev,
section.dark-block .default-slider .slick-next {
  border: 1px solid rgba(33, 33, 33, 0.7);
  color: #24182e;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

section.dark-block .default-slider .slick-prev:hover,
section.dark-block .default-slider .slick-next:hover {
  color: #fff;
  background: #24182e;
}

/*	Simple Slider   */
.simple-content-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}

.simple-content-slider-text {
  display: table;
  height: 100%;
  width: 100%;
}

.simple-content-text-inner {
  display: table-cell;
  vertical-align: middle;
}


.xs-icon,
.sm-icon,
.md-icon,
.lg-icon,
.xl-icon {
  list-style: none;
  padding: 0;
}

.xs-icon li,
.sm-icon li,
.md-icon li,
.lg-icon li,
.xl-icon li {
  display: inline-block;
}

footer .xs-icon li:first-child,
footer .sm-icon li:first-child,
footer .md-icon li:first-child,
footer .lg-icon li:first-child,
footer .xl-icon li:first-child {
  margin-left: 0;
}

footer .xs-icon li:last-child,
footer .sm-icon li:last-child,
footer .md-icon li:last-child,
footer .lg-icon li:last-child,
footer .xl-icon li:last-child {
  margin-right: 0;
}

.xs-icon li {
  margin: 0 2px
}

.sm-icon li {
  margin: 0 5px
}

.md-icon li {
  margin: 0 8px
}

.lg-icon li {
  margin: 0 10px
}

.xl-icon li {
  margin: 0 12px
}

.xs-icon a {
  font-size: 14px;
  width: 30px !important;
  height: 30px !important;
  line-height: 29px !important;
}

.sm-icon a {
  font-size: 16px;
  width: 40px !important;
  height: 40px !important;
  line-height: 38px !important;
}

.md-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.lg-icon a {
  font-size: 24px;
  width: 60px !important;
  height: 60px !important;
  line-height: 61px !important;
}

.xl-icon a {
  font-size: 30px;
  width: 70px !important;
  height: 70px !important;
  line-height: 68px !important;
}

.md-icon.left-icon li {
  margin-right: 10px;
  margin-left: 0;
}

/*	Elememts Social Icons   */

/*	Social Icons Style 01   */

.social-icons-style-01 a,
.social-icons-style-07 a {
  text-align: center;
  display: inline-block;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  color: #fff
}

.social-icons-style-01 a:hover {
  border-radius: 100%;
}

.social-icons-style-01 a.fb,
.social-icons-style-02 a.fb:hover,
.social-icons-style-03 a.fb span,
.social-icons-style-06 .icon.facebook:before,
.social-icons-style-09 a.facebook,
.social-icons-style-10 a.fb span,
.social-icons-style-11 .facebook .back {
  background-color: #3b5998;
}

.social-icons-style-01 a.tw,
.social-icons-style-02 a.tw:hover,
.social-icons-style-03 a.tw span,
.social-icons-style-06 .icon.twitter:before,
.social-icons-style-09 a.twitter,
.social-icons-style-10 a.tw span,
.social-icons-style-11 .twitter .back {
  background-color: #00aced;
}

.social-icons-style-01 a.be,
.social-icons-style-02 a.be:hover,
.social-icons-style-03 a.be span,
.social-icons-style-06 .icon.behance:before,
.social-icons-style-09 a.behance,
.social-icons-style-10 a.be span,
.social-icons-style-11 .behance .back {
  background-color: #1769FF;
}

.social-icons-style-01 a.in,
.social-icons-style-02 a.in:hover,
.social-icons-style-03 a.in span,
.social-icons-style-06 .icon.linkedin:before,
.social-icons-style-09 a.linkedin,
.social-icons-style-10 a.in span,
.social-icons-style-11 .linkedin .back {
  background-color: #007bb6;
}

.social-icons-style-01 a.yt,
.social-icons-style-02 a.yt:hover,
.social-icons-style-03 a.yt span,
.social-icons-style-06 .icon.youtube:before,
.social-icons-style-09 a.youtube,
.social-icons-style-10 a.yt span,
.social-icons-style-11 .youtube .back {
  background-color: #bb0000;
}

.social-icons-style-01 a.ins,
.social-icons-style-02 a.ins:hover,
.social-icons-style-03 a.ins span,
.social-icons-style-06 .icon.instagram:before,
.social-icons-style-09 a.instagram,
.social-icons-style-10 a.ins span,
.social-icons-style-11 .instagram .back {
  background-color: #fe1f49;
}

.social-icons-style-01 a.tb,
.social-icons-style-02 a.tb:hover,
.social-icons-style-03 a.tb span,
.social-icons-style-06 .icon.tumblr:before,
.social-icons-style-09 a.tumblr,
.social-icons-style-10 a.tb span,
.social-icons-style-11 .tumblr .back {
  background-color: #32506d;
}

.social-icons-style-01 a.fk,
.social-icons-style-02 a.fk:hover,
.social-icons-style-03 a.fk span,
.social-icons-style-06 .icon.flicker:before,
.social-icons-style-09 a.flickr,
.social-icons-style-10 a.fk span,
.social-icons-style-11 .flickr .back {
  background-color: #ff0084;
}

.social-icons-style-01 a.rss,
.social-icons-style-02 a.rss:hover,
.social-icons-style-03 a.rss span,
.social-icons-style-06 .icon.rss:before,
.social-icons-style-09 a.rss,
.social-icons-style-10 a.rss span,
.social-icons-style-11 .rss .back {
  background-color: #f2890a;
}

.social-icons-style-01 a.pin,
.social-icons-style-02 a.pin:hover,
.social-icons-style-03 a.pin span,
.social-icons-style-06 .icon.pinterest:before,
.social-icons-style-09 a.pinterest,
.social-icons-style-10 a.pin span,
.social-icons-style-11 .pinterest .back {
  background-color: #cb2027;
}

.social-icons-style-01 a.git,
.social-icons-style-02 a.git:hover,
.social-icons-style-03 a.git span,
.social-icons-style-06 .icon.github:before,
.social-icons-style-09 a.github,
.social-icons-style-10 a.git span,
.social-icons-style-11 .github .back {
  background-color: #171516;
}

.social-icons-style-01 a.gplus,
.social-icons-style-02 a.gplus:hover,
.social-icons-style-03 a.gplus span,
.social-icons-style-06 .icon.google-plus:before,
.social-icons-style-09 a.google-plus,
.social-icons-style-10 a.gplus span,
.social-icons-style-11 .google-plus .back {
  background-color: #dd4b39;
}

.social-icons-style-01 a.dr,
.social-icons-style-02 a.dr:hover,
.social-icons-style-03 a.dr span,
.social-icons-style-06 .icon.dribble:before,
.social-icons-style-09 a.dribble,
.social-icons-style-10 a.dr span,
.social-icons-style-11 .dribble .back {
  background-color: #ea4c89;
}

/*	Social Icons Style 02   */

.social-icons-style-02 a {
  text-align: center;
  display: inline-block;
  color: #24182e
}

.social-icons-style-02 a:hover {
  color: #fff;
  border-radius: 100%;
}

/*	Elememts Service Boxes   */

/*	Service Box Style 02   */

.service-box-style-02 .feature-box {
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 100px 30px;
  height: 350px;
  text-align: center;
}

.service-box-style-02 .feature-box:hover {
  display: block;
  padding: 60px 30px;
}

.service-box-style-02 .feature-box .hidden-content {
  opacity: 0;
}

.service-box-style-02 .feature-box:hover .hidden-content {
  opacity: 1;
}

.service-box-style-02 .feature-box .icon-heading {
  text-align: center;
  vertical-align: middle;
}

.service-box-style-02 .feature-box:hover .icon-heading {
  display: block;
}

/* Breadcrumb */

#breadcrumb {
  border-bottom: 1px solid #e5e5e5;
  position: static
}

#breadcrumb.sticky {
  background: #fff none repeat scroll 0 0;
  position: fixed;
  top: 100px;
  width: 100%;
  opacity: 1;
  z-index: 100;
}

.breadcrumb {
  background: #ffffff;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
}



.breadcrumb ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.breadcrumb ul li {
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.breadcrumb ul li a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #000000 !important;
  padding: 10px !important;
  line-height: 1 !important;
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:focus {
  color: #FEA734;
  text-decoration: underline;
}

.breadcrumb>.active {
  color: #FEA734;
}

.breadcrumb .dropdown:hover .dropdown-menu {
  display: block !important;
}


/* Tabs */

/* Light Default Tabs */

.light-tabs .nav-tabs {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}

.light-tabs .nav-tabs>li {
  float: none;
  display: inline-block;
}

.light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}

.light-tabs .nav-tabs>li>a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.light-tabs .nav>li>a:focus,
.light-tabs .nav>li>a:hover {
  background-color: transparent;
}

.light-tabs .nav-tabs>li.active>a,
.light-tabs .nav-tabs>li.active>a:focus,
.light-tabs .nav-tabs>li.active>a:hover {
  border: 0;
  color: #212121;
  position: relative;
  background: transparent;
}

.light-tabs .nav-tabs>li.active>a::before {
  content: "";
  background-color: #24182e;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

/* Light Tabs Style 02 */

.light-tabs-style-02 .light-tabs .nav-tabs {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 5px;
}

.light-tabs-style-02 .light-tabs .nav-tabs>li {
  float: none;
  display: inline-block;
}

.light-tabs-style-02 .light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}

.light-tabs-style-02 .light-tabs .nav-tabs>li>a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.light-tabs-style-02 .light-tabs .nav>li>a:focus,
.light-tabs .nav>li>a:hover {
  background-color: transparent;
}

.light-tabs-style-02 .light-tabs .nav-tabs>li.active>a,
.light-tabs .nav-tabs>li.active>a:focus,
.light-tabs .nav-tabs>li.active>a:hover {
  border: 0;
  color: #212121;
  position: relative;
  background: transparent;
}

.light-tabs-style-02 .light-tabs .nav-tabs>li.active>a::before {
  content: "";
  background-color: #212121;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

/* Icon Default Tabs */

.icon-tabs .nav-tabs {
  border-top: 0px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}

.icon-tabs .nav-tabs>li {
  float: none;
  display: inline-block;
}

.icon-tabs p {
  margin-top: 20px;
}

.icon-tabs .nav-tabs>li>a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
}

.icon-tabs .nav>li>a:focus,
.icon-tabs .nav>li>a:hover {
  background-color: transparent;
}

.icon-tabs .nav-tabs>li.active>a,
.icon-tabs .nav-tabs>li.active>a:focus,
.icon-tabs .nav-tabs>li.active>a:hover {
  border: 0;
  color: #24182e;
  position: relative;
  background: transparent;
}

.icon-tabs .nav-tabs>li>a i {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

/* Tabs Style 01 */

.tabs-style-01 .icon-tabs .nav-tabs {
  border-top: 0px solid #f1f1f1;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 25px;
  background-color: transparent;
  padding-bottom: 30px;
}

.tabs-style-01 .icon-tabs .nav-tabs>li {
  display: inline-block;
  width: 25%;
  float: left;
}

.tabs-style-01 .icon-tabs p {
  margin-top: 20px;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a {
  margin-right: 0;
  font-size: 25px;
  line-height: 25px;
  color: #24182e;
  border: 0;
  border-radius: 0;
  padding: 0px;
  text-align: left;
  font-weight: 700;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a h1 {
  color: #FEA734;
  font-weight: 800;
  margin-top: 0;
  position: relative;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a h1:after {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: #e6f8f9;
  content: '';
  border-radius: 100px;
  z-index: -1;
}

.tabs-style-01 .icon-tabs .nav>li>a:focus,
.tabs-style-01 .icon-tabs .nav>li>a:hover {
  background-color: transparent;
}

.tabs-style-01 .icon-tabs .nav-tabs>li.active>a,
.tabs-style-01 .icon-tabs .nav-tabs>li.active>a:focus,
.tabs-style-01 .icon-tabs .nav-tabs>li.active>a:hover {
  border: 0;
  color: #24182e;
  position: relative;
  background: transparent;
}

.tabs-style-01 .icon-tabs .nav-tabs>li>a i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

/* Tabs Style 02 */

.tabs-style-02 .light-tabs .nav-tabs {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}

.tabs-style-02 .light-tabs .nav-tabs>li {
  float: none;
  display: inline-block;
}

.tabs-style-02 .light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}

.tabs-style-02 .light-tabs .nav-tabs>li>a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 30px;
}

.tabs-style-02 .light-tabs .nav>li>a:focus,
.light-tabs .nav>li>a:hover {
  background-color: transparent;
}

.tabs-style-02 .light-tabs .nav-tabs>li.active>a,
.tabs-style-02 .light-tabs .nav-tabs>li.active>a:focus,
.tabs-style-02 .light-tabs .nav-tabs>li.active>a:hover {
  border: 0;
  position: relative;
  background: #eee;
}

.tabs-style-02 .light-tabs .nav-tabs>li.active>a::before {
  content: "";
  background-color: #212121;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

/* Tabs Style 03 */

.tabs-style-03 .icon-tabs .nav-tabs {
  border-top: 0px solid transparent;
  border-bottom: 0;
  background-color: transparent;
  margin-bottom: 20px;
}

.tabs-style-03 .icon-tabs .nav-tabs>li {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.tabs-style-03 .icon-tabs .nav-tabs>li:last-child {
  margin-bottom: 0;
}

.tabs-style-03 .icon-tabs .nav-tabs>li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 25px;
  background-color: #24182e;
}

.tabs-style-03 .icon-tabs .nav-tabs>li:last-child:after {
  display: none;
}

.tabs-style-03 .icon-tabs p {
  margin-top: 20px;
}

.tabs-style-03 .icon-tabs .nav-tabs>li>a {
  font-size: 14px;
  color: #24182e;
  border-radius: 100px;
  width: 65px;
  height: 65px;
  text-align: center;
  display: inline-block;
  border: 2px solid #24182e;
}

.tabs-style-03 .icon-tabs .nav>li>a:focus,
.tabs-style-01 .icon-tabs .nav>li>a:hover {
  background-color: transparent;
}

.tabs-style-03 .icon-tabs .nav-tabs>li.active>a,
.tabs-style-03 .icon-tabs .nav-tabs>li.active>a:focus,
.tabs-style-03 .icon-tabs .nav-tabs>li.active>a:hover {
  border: 2px solid transparent;
  color: #fff;
  position: relative;
  background: #FEA734;
}

.tabs-style-03 .icon-tabs .nav-tabs>li>a i {
  display: block;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 45px;
}

/* Accordions */

/* Accordions Style 01 */

.accordion-style-01 .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important
}

.accordion-style-01.panel-group .panel-heading {
  border: 0px;
  border-bottom: 1px solid #e4e4e4;
}

.accordion-style-01 .panel .panel-heading {
  padding: 16px 0;
  background-color: transparent;
}

.accordion-style-01 .panel-title {
  font-size: 20px;
  position: relative;
  font-family: 'Mark Pro', sans-serif;
  padding-right: 30px;
  font-weight: 800;
}

.accordion-style-01 .panel-title span.pull-right {
  position: absolute;
  right: 0;
}

.accordion-style-01 .panel-heading i {
  font-size: 16px;
  color: #212121
}

.accordion-style-01.panel-group .panel-heading+.panel-collapse>.list-group,
.accordion-style-01.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
  line-height: 1.6;
}

/* Accordions Style 02 */

.accordion-style-02 .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important
}

.accordion-style-02.panel-group .panel-heading {
  border: 0px;
  border-bottom: 1px solid #e4e4e4;
}

.accordion-style-02 .panel .panel-heading {
  padding: 16px 0;
  background-color: transparent;
}

.accordion-style-02 .panel-title {
  font-size: 16px;
  position: relative;
  font-family: 'Mark Pro', sans-serif;
  padding-right: 30px;
}

.accordion-style-02 .panel-title span.pull-right {
  position: absolute;
  right: 0;
}

.accordion-style-02 .panel-heading i {
  font-size: 16px;
  color: #212121
}

.accordion-style-02.panel-group .panel-heading+.panel-collapse>.list-group,
.accordion-style-02.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
  line-height: 1.6;
}

/* Accordions Style 03 */

.accordion-style-03 .panel {
  background: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
}

.accordion-style-03 .panel-title {
  background: transparent;
  border: none
}

.accordion-style-03 .panel .panel-heading {
  background: #212121;
  border-radius: 0;
  padding: 18px 28px 19px
}

.accordion-style-03 .panel-body {
  padding: 35px 28px 25px;
  border-top: none
}

.accordion-style-03 .panel-heading i {
  font-size: 25px;
  margin: 0;
}

.accordion-style-03 .panel-title {
  padding: 0;
}

.accordion-style-03 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}

.accordion-style-03 a,
.accordion-style-03 a:hover,
.accordion-style-03 a:hover i {
  color: #282828;
}

.accordion-style-03 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.accordion-style-03 {
  margin-bottom: 0;
}

/* Accordions Style 04 */

.accordion-style-04 .panel {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}

.accordion-style-04 .panel-title {
  background: transparent;
  border: none
}

.accordion-style-04 .panel .panel-heading {
  background: #fff;
  color: #212121;
  border-radius: 0;
  padding: 18px 28px 19px
}

.accordion-style-04 .panel-body {
  padding: 35px 28px 25px;
  border-top: none;
  background-color: #eee;
}

.accordion-style-04 .panel-heading i {
  font-size: 25px;
  margin: 0;
  color: #212121;
}

.accordion-style-04 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}

.accordion-style-04 a,
.accordion-style-04 a:hover,
.accordion-style-04 a:hover i {
  color: #212121;
}

.accordion-style-04 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.accordion-style-04 {
  margin-bottom: 0;
}

/* Accordions Style 05 */

.accordion-style-05 .panel {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0;
}

.accordion-style-05 .panel-title {
  background: transparent;
  border: none
}

.accordion-style-05 .panel .panel-heading {
  background: #212121;
  color: #fff;
  border-radius: 0;
  padding: 18px 28px 19px
}

.accordion-style-05 .panel-body {
  padding: 35px 28px 25px;
  border-top: none;
}

.accordion-style-05 .panel-heading i {
  font-size: 25px;
  margin: 0;
  color: #fff;
}

.accordion-style-05 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}

.accordion-style-05 a,
.accordion-style-05 a:hover,
.accordion-style-05 a:hover i {
  color: #fff;
}

.accordion-style-05 .panel-default:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.accordion-style-05 {
  margin-bottom: 0;
}

/* Accordions Default */

.panel {
  box-shadow: none;
  border: 0;
  background-color: transparent;
}

.panel-group .panel {
  margin-bottom: 15px;
  border-radius: 0;
}

.panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}

.panel-title a.collapsed {
  display: block;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
  padding: 15px 30px;
  border-radius: 0px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.panel-title a:hover.collapsed {
  color: #24182e;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.panel-title a {
  display: block;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
  padding: 15px 30px;
  border-radius: 0px;
}

.panel-title a i {
  font-size: 25px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid transparent;
  background-color: #f1f0f0;
  padding: 25px 30px;
  font-size: 14px;
}

/* Icon Fonts */

.icon-examples {
  color: #888;
  margin-left: 1px;
  vertical-align: middle;
}

.icon-examples .icon-box {
  display: block;
  width: 33%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  .icon-examples .icon-box {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .icon-examples .icon-box {
    width: 100%;
  }
}

.icon-examples .icon-box:hover {
  background: #fff;
  color: #212121;
}

.icon-examples .icon-box>span {
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
  min-height: 60px;
  border-right: 1px solid #e5e5e5;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
}

/* List Styles */

/* list Style 01 */
.list-style-none li {
  list-style: none;
}

.list-style-01 {
  margin-left: 15px
}

.list-style-01 li {
  position: relative;
  margin: 0 0 5px 0;
  list-style: disc
}

/* list Style 02 */
.list-style-02 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-02 li {
  position: relative;
  margin: 0 0 15px 0;
}

.list-style-02 li.not-available {
  color: #ccc;
}

.list-style-02 li.not-available:before {
  color: #fe4f4f;
  content: "\efb8";
  font-family: icofont;
  margin-right: 10px;
}

.list-style-02 li:before {
  content: "\efad";
  font-family: icofont;
  margin-right: 10px;
  color: #FEA734;
}

/* list Style 03 */
.list-style-03 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-03 li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 9px 0;
}

.list-style-03 li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #24182e;
  position: absolute;
  top: 11px;
  left: 0;
}

/* list Style 04 */
.list-style-04 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-04 li {
  padding: 0;
  margin: 0 0 10px 0;
}

.list-style-04 li i {
  margin-right: 10px;
}

/* Our Process */


/* Countdowns */

.countdown {
  margin-bottom: 0;
}

.countdown li {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}

.countdown li:last-child {
  margin-right: 0;
}

/* Custom Images */

.img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Demos */

.demo-box {
  margin-bottom: 25px;
  text-align: center;
}

.demo-box a {
  position: relative;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0px);
}

.demo-box a:hover {
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08), 0px 30px 25px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}

.demo-box img {
  box-shadow: 0 10px 30px 0 rgba(31, 35, 37, .1);
  transition: all .35s cubic-bezier(0.4, 0, .2, 1);
}

.single-img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.demo-box h3 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
}

/* Portfolio Style 02 */
.portfolio-section {
  text-align: center;
  color: #000000;
  display: block;
  z-index: 10;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative
}

.portfolio-item {
  float: left;
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-detail>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-item img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 300px;
  object-fit: fill;
}

.portfolio-item:hover img {
  -webkit-transform: scale(1.2) translateY(-20px);
  transform: scale(1.2) translateY(-20px);
}

.portfolio-item:hover .portfolio-info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-item:hover .portfolio-info h3,
.portfolio-item:hover .portfolio-info p {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.portfolio-item:hover .portfolio-info h3:after {
  width: 60px;
  opacity: 1;
}

.portfolio-info {
  background: rgba(255, 255, 255, .85);
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: 30px;
  padding: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.portfolio-info .v-center {
  vertical-align: bottom;
}

.portfolio-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #F29B34;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 0;
}

.portfolio-info p {
  font-size: 14px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 0;
}

.portfolio-info h3 a {
  color: #F29B34;
}

.single-project-slider .slick-prev,
.single-project-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 100px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  font-family: 'FontAwesome';
}

.single-project-slider .slick-prev:hover,
.single-project-slider .slick-prev:focus,
.single-project-slider .slick-next:hover,
.single-project-slider .slick-next:focus {
  color: #fff;
  outline: none;
  background-color: rgba(0, 0, 0, 1);
}

.single-project-slider .slick-prev:before {
  font-family: FontAwesome;
  content: '\f104';
  font-size: 20px;
}

.single-project-slider .slick-next:before {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 20px;
}

.single-project-slider .slick-slide {
  margin: 0 2px;
}

.single-project-slider .slick-list {
  margin: 0px -2px 0px -2px;
}

h2.overview-col {
  color: white !important;
}

h1.font-tag {
  font-size: 2rem !important;
}

h3.mst {
  font-size: 36px !important;
}


/* Banner Subtitle Hover  */
.subt-hover a {
  color: #fff;
}

#response {
  display: flex;
  flex-wrap: wrap !important;
}

.socialicon {
  height: 400px;
}

.border-wrapper {
  height: 100%;
}

@media screen and (max-width: 480px) {
  .socialicon {
    margin: 5px 0px;
  }
}

/* FAQs Accordion  */

.white-bg {
  background-color: #fff;
}

.faq-mainContainer {
  background: #e6e7e8;
  padding: 40px 100px;
}

.faq-top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#accordion-title {
  color: #1a1a1a;
  text-align: center;
  font-family: "Mark Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

#orange-bar {
  width: 100px;
  height: 8px;
  background-color: #f49d34;
  margin-block: 15px;
}

#accordion-container {
  width: 100%;
  height: auto;
  padding: 18px 40px;
}

.accordion {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(26, 26, 26, 0.15);
  padding-block: 10px;
}

.accordion:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-header h3 {
  color: #1a1a1a;
  font-family: "Mark Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.accordion-header p {
  color: #1a1a1a;
  font-family: "Mark Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.accordion-toggle {
  min-width: 24px;
  font-size: 24px;
  flex-shrink: 0;
  text-align: end;
  color: #1a1a1a;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  transition: max-height 0.3s linear, opacity 0.3s linear;
}

.accordion-content p {
  margin: 0;
}

.accordion-content.active {
  max-height: 1000px;
  opacity: 1;
}

/* Read More  */

.readMoreMain {
  padding-inline: 52px;
}

.read-more-container {
  width: 100%;
  height: auto;
  background-color: #e6e7e8;
  border-bottom: 60px;
}

.read-more-header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
  cursor: pointer;
}

.read-more-header h2 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.read-more-toggle {
  font-size: 24px;
}

.read-more-content {
  width: 100%;
  height: auto;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out,
    margin-bottom 0.5s ease-out;
}

.read-more-content.active {
  max-height: 10000px;
  opacity: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .faq-mainContainer {
    padding: 40px 15px;
  }

  #accordion-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 22.4px;
  }

  #accordion-container {
    padding: 16px 12px;
  }

  .accordion-content.active {
    margin-top: 15px;
  }

  .readMoreMain {
    padding-inline: 40px;
  }

  .read-more-header h2 {
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
  }
}

.page-template-template-case-study-salt-trailer .navbar.bootsnav.navbar-transparent.white ul.nav > li > a, .page-template-template-case-study-salt-trailer nav.navbar.bootsnav.no-background.white ul.nav > li > a, .page-template-template-case-study-salt-trailer nav.navbar.bootsnav.no-background.dark .attr-nav > ul > li > a, .page-template-template-case-study-salt-trailer nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a, .page-template-template-case-study-salt-trailer nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a, .page-template-template-case-study-salt-trailer nav.navbar.bootsnav.no-background.dark ul.nav > li > a,
.page-template-template-case-study-salt-trailer nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a
{
  color: #000 !important;
}