/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html,
body {
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.gallery-caption {
  position: relative;
}

.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

span.mid_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}

.post-password-form label {
  width: 100%;
}

input[type="password"] {
  width: 100%;
}

.wp-block-button {
  margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}

.sec_comments .col-lg-12 {
  padding: 0px;
}

.footer_area {
  /* border: 2px solid red; */
  background-color: #e5e5e5;
  margin-bottom: 0px;
}

.footer_logo p {
  color: #ffffff;
}

.footer_logo {
  color: #ffffff;
  margin: 0px;
  text-align: center;
}

.footer_logo img {
  width: 190px;
  object-fit: contain;
}

.mini-footer p {
  /* margin-top: 10px; */
  line-height: 70px;
  font-size: 17px;
  background-color: #332f82;
}

.whatsapp_footer img {
  position: fixed;
  bottom: 10px;
  right: 42px;
  z-index: 999;
  height: 55px;
  width: 55px;
}

@media (min-width: 575px) {
  .prgoress_indicator {
    bottom: 87px;
  }
}

/* @media  (max-width: 1920px) {
  .slide-item-content {
    border: 2px solid red;
    height: 860px;
  }
} */

/* .whatsapp_footer {
  position: fixed;
  bottom: 10px;
  right: 18px;
  z-index: 1;
  font-size: 48px;
  color: #00e676;
  animation: shake-lr 2.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite reverse both;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
} */

/* .whatsapp_footer::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .whatsapp_footer a {
  color: #00e676 !important;
  position: relative;
  z-index: 1;
} */

/* .whatsapp_footer.active {
  visibility: visible;
  opacity: 1;
} */

/* .whatsapp_footer  i {
  border: 2px solid red;
  margin-top: 50px;
} */

/* 
@keyframes shake-lr {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
} */

/* start custom footer section */

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #332f82;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 55px;
  text-align: start;
  margin-left: 6%;
}

/* .footer-logo img {
  max-width: 200px;
} */

.footer-text h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-social-icon h6 {
  margin-bottom: 10px;
  color: #f5f5f5;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #332f82;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* background-color: #6767a3; */
/* background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%); */
/* background-image: linear-gradient(to right top, #1928c7, #004cd8, #0068e3, #0081e8, #0098ea, #00a9ed, #00b8ed, #00c7ea, #00d4e4, #00dfcc, #00e7a4, #1fec6f); */
/* background-image: linear-gradient(to right top, #4519e5, #004af1, #0066f5, #007df2, #0091ea, #2f99e4, #4aa1de, #62a8d7, #7faad4, #95add1, #a5b1cc, #b2b5c7); */
/* background-image: linear-gradient(to right top, #4519e5, #005dfc, #0082fc, #009fee, #4db7dd, #49b6dd, #45b6dd, #41b5dd, #009cee, #007efc, #0059fd, #0812e7); */
/* background-image: linear-gradient(to right top, #3618a4, #004dbf, #0071cb, #0091cd, #65aecc, #65aecc, #65aecc, #65aecc, #0091cd, #0071cb, #004dbf, #3618a4); */
/* background-image: linear-gradient(to right top, #211f2a, #3a3744, #545160, #706d7d, #8d8a9c, #8b889a, #888697, #868495, #646372, #454351, #272632, #0a0616); */

/* .contact_background {
  background-image: url(../images/form_bg.png);

} */
/* .contact_background {
  background-image: url(../images/form_bg.png);
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.circle_logo {
  border: 2px solid #332f82;
  border-radius: 7px;
}

.about_para {
  text-align: justify;
  margin: 20px 0px;
}

.about_para.bold {
  font-weight: 500;
}
.clients_background {
  /* border: 2px solid red; */
  /* background-color: #c7c6db; */
  /* width: 100%; */
  padding: 20px 200px;
}

/* start custom loader   */

.loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulsOut 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75));
}

.loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1rem #fff;
  animation-name: pulsIn;
}

.loader:after {
  width: calc(100% - 4rem);
  padding-bottom: calc(100% - 4rem);
  box-shadow: 0 0 0 0 #fff;
}

@keyframes pulsIn {
  0% {
    box-shadow: inset 0 0 0 2rem #fff;
    opacity: 1;
  }

  50%,
  100% {
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
  }
}

@keyframes pulsOut {
  0%,
  50% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }

  100% {
    box-shadow: 0 0 0 2rem #fff;
    opacity: 1;
  }
}

#wrapper_full .preloader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrapper_full .preloader-wrap img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wrapper_full .preloader-wrap::before {
  background-color: #ffffff;
}

.slider.style_three .slide-item.custom_slider .slide-item-content::after {
  background: unset;
  height: 100%;
}

.slide-item-content {
  /* border: 2px solid red; */
  height: 580px;
}

.header .header_right_content.get_in_touch .contact-toggler::before,
.default_sickty_heaad
  .header_right_content.get_in_touch
  .contact-toggler::before {
  background: transparent;
}

.header .header_right_content.get_in_touch .contact-toggler,
.default_sickty_heaad .header_right_content.get_in_touch .contact-toggler {
  border-radius: 4px;
}

.header.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content.get_in_touch,
.default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse
  .header_right_content.get_in_touch {
  padding: 0px;
}

.modal_popup .modal-popup-inner.inner_popup {
  max-width: 600px;
}

.content_box_cn.style_one.light_color .txt_content::before,
.content_box_cn.style_one.light_color .txt_content::after {
  background: none !important;
}

.header.style_three .navbar_outer {
  /* border: 2px solid red; */
  padding: 5px 0px !important;
  width: 1200px;
  margin: 0px auto 20px;
  border-radius: 40px;
}

.header.style_three .header_mid .mid_content .text p {
  font-size: 14px !important;
  margin: 0px !important;
}

p {
  line-height: 25px !important;
}

.header .header_right_content .contact-toggler {
  height: 55px !important;
  top: 3px !important;
}

/* .slider.pag_position_two .owl-dots {
  border: 2px solid red;
  position: absolute !important ;
  right: 10px !important;
  transform: translate3d(650px, -50%, 0px) !important;
} */

.custom_owl {
  border: 2px solid green;
}

.slider .banner_carousel .owl-dots .owl-dot {
  border: 1px solid #000000 !important;
}

.project_post.style_eight .content_box h2 a {
  font-size: 17px !important;
}

/* start custom counter */

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 50px;
  padding: 0;
  font-weight: 600;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  margin: 20px;
  margin: 10px;
  padding: 10px;
  /* font-family: "Open Sans"; */
}

.projectFactsWrap .item span {
  width: 90px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

.plus_counter {
  /* border: 2px solid green; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #4a9c4f;
  /* border-width: 2px;
  border-bottom-color: #ffffff; */
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

/* .bgimage_counter {
  background-color: gray;
} */

/* end custom counter */

/* end custom footer section */

/* start custom footer 1  */
.footer-section {
  background: #151414;
  background: linear-gradient(
    180deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 30px !important;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 3px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.cta-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 25px;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text h4::before {
  /* background-color: #ff5e14; */
  background-color: #7975baf2;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta .cta-text h4::before {
  /* background-color: #14ffa7; */
  background-color: #7975baf2;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta .cta-text h4::before {
  /* background-color: #ffd700; */
  background-color: #7975baf2;
}

.cta-text span {
  color: #dddddd;
  font-size: 16px;
}

.footer-content {
  position: relative;
  z-index: 2;
  text-align: center;
  /* padding-top: 30px;
  padding-bottom: 20px; */
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo img {
  max-width: 500px;
  color: #ffffff;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  width: 260px;
  text-align: center;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 30px; */
  margin-bottom: 15px;

  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  /* left: 0;
  bottom: -8px; */
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 25px;
  border-radius: 8px;
  background: #ffffff;
}
/* .footer-widget-heading h3::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -8px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #db2516;
} */
.footer-widget ul {
  padding: 0;
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
}
.footer-widget.footer_brand ul li {
  display: inline-block;
  float: left;
  width: 50%;
}
.footer-widget ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
}
.footer-widget ul li::after {
  content: "|";
  position: absolute;
  right: -68px;
  top: 0px;
  color: #ffffff;
}

.footer-widget ul li a:hover {
  color: #db2516;
  font-weight: 500;
}

.footer-widget ul li a {
  color: #878787;
  font-weight: 300;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  /* position: absolute; */
  /* color: #ff5e14; */
  color: #4a9c4f;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  /* padding-left: 32px; */
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  /* color: #14ffa7; */
  color: #4a9c4f;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  /* color: #ffd700; */
  color: #4a9c4f;
}

.footer-social-icon .social_icon {
  text-align: left;
}

.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
  margin-bottom: 0;
}

.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}

.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}

.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}

.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}

.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}

.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}

.social_icon li:nth-child(3) a {
  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);
  color: #fff;
}

.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}

.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}

.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}

.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}

.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}

/* end custom footer 1  */

.project_post.style_eight .content_box {
  padding: 20px !important;
}

/* .ul {
  padding-left: 0px !important;
} */

.footer-widget ul li a {
  color: #f5f5f5;
  font-weight: 400;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .header.style_three .navbar_outer .menu_column .hamburger_menu {
    float: left !important;
    top: 13px;
    height: 53px !important;
  }

  .contact_box_content.style_one .contact_box_inner {
    padding: 20px 0px 0px 0px !important;
  }

  .contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
    left: 10px !important;
  }
}

.slider.custom_slider .banner_carousel .owl-dots {
  right: 0px !important;
  left: unset !important;
}

.content_box_cn.style_one {
  padding: 0px !important;
}

/* footer Css */
.single-cta {
  display: flex;
}

.creote-footer-copyright {
  background-color: var(--primary-color-one);
  padding: 15px 0px;
}

.backg_brands {
  background-color: #e0f1f1;
}

.image_boxes.style_four .image_box.one {
  /* box-shadow: none !important; */
}

.title_all_box.style_three .title_sections h2 {
  font-size: 32px !important;
  line-height: 40px !important;
}

/* start contact form */

.container_contact_form {
  position: relative;
  width: 100%;
  min-height: 80vh;
  padding: 4rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 1000px;
  /* background-color: #fff; */
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #1abc9c;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

/* .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
} */

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #332f82;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
  box-shadow: rgb(255 255 255) 0px 0px 2px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.esbee form {
  padding: unset;
}

.title {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #1abc9c;
  line-height: 1;
  border-radius: 5px;
  outline: 2px solid #332f;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #000000;
  font-weight: bold;
}

span.mid_icon img {
  width: 12%;
  border: 1px solid;
  padding: 10px 10px;
}

.text {
  color: #282f3b;
  padding: 45px 0px;
  font-size: 18px;
  text-align: justify;
}

.w-90 {
    width:100%;
        margin-left: 40px;
}

.information {
  display: flex;
  color: #555;
  margin: 20px 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #db2516;
  font-size: 25px;
}

.information1 i {
  color: #db2516;
  font-size: 25px;
}

.information1 {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
  align-items: flex-start;
}

.information1 h6 {
  margin-bottom: 0px !important;
  margin-left: 25px;
  padding: 3px;
  font-size: 18px;
  margin-top: -6px;
}

.icon {
  width: 61px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

/* .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #4a9c4f;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
} */

/* .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
} */

/* .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
} */

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  /* .container {
    padding: 1.2rem;
  } */

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.information h6 {
  margin-bottom: 0px !important;
  margin-left: 21px;
  /* padding: 6px 18px; */
  font-size: 18px;
  /* border-radius: 12px; */
  /* border-bottom: solid 2px #332f82; */
}

/* .information h6:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.8s;
} */

.contact_details_box {
  /* border: 2px solid red; */
  background-color: #ffffff;
  /* margin-right: 30px; */
}

/* .contact_form_box {
  border: 2px solid yellow;
  background-color: yellow;
} */

/* end contact form */

/* product section */

.product_image {
  width: 100%;
  height: 100%;
}

.product_detail p {
  text-align: justify;
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #332f82;
  border: 2px solid #555555;
}

/* l&T Switchgear */
/* .energy_cables_sec.lt_switch .card-body {
  height: 410px;
  overflow-y: scroll;
} */

/* .energy_cables_sec.lt_switch .card-body.low_voltage {
  height: 870px;
}

.energy_cables_sec.lt_switch .card-body.energy_meter {
  height: 720px;
}

.energy_cables_sec.lt_switch .card-body.relays {
  height: 410px;
} */

.energy_cables_sec.lt_switch h2 {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}

.energy_cables_sec.lt_switch h4 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #0171b0;
  font-weight: 700;
}

.energy_cables_sec.lt_switch hr {
  margin: 5px 0px;
}

.lt_switch .card-header {
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  padding: 15px 10px;
}

.lt_switch .product_page_link {
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
}

.lt_switch .ec-ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
}

.bypass a:hover {
  /* border: 2px solid red; */
  color: #c1272d;
}

.ec-ul button.accordion-button {
  color: #000000d4;
  text-decoration: none;
  font-weight: 450;
  font-size: 16px;
}

.page_header_default .parallax_cover {
  /* border: 2px solid red; */
  min-height: unset !important;
}

.page_header_default::before {
  opacity: 0.75 !important;
}

/* start Engem  */

.background {
  background-color: #ffffff;
  height: 300px;
  width: 100%;
}

.slide-to-top.showme {
  top: 0;
}

.engem-last-text.pt-5 {
  text-align: center;
}

.heading03 {
  font-size: 30px;
  line-height: 38px;
  font-family: "WorkSans-Regular";
  color: #000;
}

.btn-wrap1 {
  margin: 30px;
}

.btn-wrap1 .readmore {
  margin-right: 10px;
}

/* .readmore {
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
} */

.readmore {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 15px;
}

.engem-to-impress-yellow {
  background: #fbd421;
  padding: 6rem 0;
}

.engem-text {
  width: 70%;
}

.heading {
  font-size: 28px;
}

.experience-switch-englaze.engem-ban {
  background: url(../images/products/electrical-switches-and-sockets/engem/engem-the-switches.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}

.experience-switch-englaze .white-box-container .white-box {
  background: #fff;
  padding: 58px 58px;
  width: 50%;
  position: relative;
}

.experience-switch-englaze .white-box-container .white-box .heading01 {
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.experience {
  line-height: 10px;
}

.experience-switch-englaze .white-box-container {
  padding: 20% 0% 38%;
}

.delay1 {
  transition-delay: 0.5s;
}

.wrapper .want-tobe {
  padding: 60px 0px;
}

.englaze-want-tobe {
  position: relative;
}

.englaze-want-tobe {
  position: relative;
  background: #111;
  padding: 39px 0px;
}

.large-container {
  max-width: 1750px;
  width: 85%;
  margin: 0 auto;
}

.englaze-want-tobe .englaze-want {
  background: #2d2d2d;
  padding: 60px;
  margin-top: -15%;
}

.englaze-want-tobe .englaze-want .englaze-want-text .left-text {
  width: 50%;
  display: inline-block;
}

.englaze-want-tobe .englaze-want .englaze-want-text .right-text {
  width: 50%;
  display: inline-block;
}

.englaze-want .englaze-want-text .left-text .heading01 {
  font-size: 30px;
  line-height: 125.8%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}

.englaze-want-tobe
  .englaze-want
  .englaze-want-text
  .right-text
  .want-tobe-text {
  font-size: 18px;
  line-height: 161.8%;
  color: #fff;
}

.experience-switch-englaze .white-box-container .white-box {
  background: #fff;
  padding: 58px 58px;
  width: 50%;
  position: relative;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.englaze-want .follow-us .left-text {
  width: 50%;
  display: inline-block;
}

.englaze-want-tobe .englaze-want p {
  font-size: 18px;
  line-height: 161.8%;
  color: #fff;
}

.englaze-want-tobe .englaze-want .follow-us .right-text {
  width: 50%;
  display: inline-block;
}

.wrapper .want-tobe .follow-us ul {
  display: flex;
  margin-left: 30px;
}

.follow-us {
  margin-top: 30px;
}

.englaze-want-tobe .englaze-want .follow-us .right-text ul li {
  margin: 0 10px;
}

.wrapper .want-tobe .follow-us ul li a {
  /* display: inline-block; */
  padding: 0px 8px;
  color: #14171c;
  font-size: 20px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

/* ol, ul {
  list-style: none;
} */

.engem-text {
  width: 70%;
}

.showme {
  opacity: 1;
}

.engem-text-in {
  display: flex;
  align-items: center;
}

.engem-in-img {
  padding-right: 20px;
}

section.engem-to-impress {
  padding: 5rem 0;
}

.pr-8 {
  padding-right: 8%;
}

/* .social_media {
  border: 2px solid red;
  display: flex
} */

.social_media ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.englaze-want-tobe .englaze-want .englaze-want-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}

/* end Engem  */

/* strat engalze  */
/* .wrapper {
  margin-top: 74px;
} */

.englaze-content {
  padding: 120px 0px 0px;
  position: relative;
  background: #e5e5e5;
}

.overflow_hidden {
  overflow: hidden;
}

.heading01 {
  font-size: 32px;
  line-height: 32px;
}

.englaze-content .text-center {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #194278;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10%;
}

.englaze-content .heading01 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bolder;
}

.englaze-content .englaze-con-img {
  text-align: center;
  padding-bottom: 100px;
}

.englaze-content .white-cont {
  background: #fff;
  padding: 68px 90px;
  z-index: 99;
  position: relative;
}

.englaze-content .white-cont .why-left {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

.englaze-content .white-cont .why-left .heading {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
}

.englaze-content .white-cont .whycon {
  width: 62%;
  display: inline-block;
}

.englaze-content .white-cont .product-img-a {
  width: 100%;
  position: relative;
  margin-bottom: 3%;
}

.englaze-content .white-cont .product-img-a abbr.active-a {
  opacity: 1;
  display: block;
  background: url(../images/backshowpng.png) no-repeat;
  background-position: 75% 100%;
  text-align: center;
}

.englaze-content .white-cont .product-img-a abbr {
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}

.englaze-feature-img {
  margin-top: -30px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.englaze-product-feature {
  background: #e5e5e5;
}

.englaze-product-feature .englaze-feature {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.englaze-product-feature .englaze-feature .product-feature-englaze {
  width: 100%;
  margin: 0 auto;
}

.englaze-product-feature .englaze-feature .product-feature-englaze .prodct {
  width: 22%;
  text-align: center;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
}

.englaze-product-feature .englaze-feature .product-feature-englaze .icon {
  width: 100%;
  margin-bottom: 30px;
}

.englaze-product-feature .englaze-feature .product-feature-englaze .icon-text {
  width: 100%;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
}

.englaze-product-feature
  .englaze-feature
  .product-feature-englaze
  .icon-text
  h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 128.3%;
  padding-bottom: 10px;
}

/* .icon-text:before {
  content: "\e90b";
} */

.englaze-last {
  position: relative;
  background: #e5e5e5;
  padding: 80px 0;
}

.englaze-last .englaze-last-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}

.englaze-last .englaze-last-wrap .pr-10 {
  padding-right: 10%;
  background: #fff;
  padding-left: 8%;
}

.englaze-last .englaze-last-wrap .englaze-last-text .heading01 {
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.englaze-last .englaze-last-wrap .englaze-last-text p {
  width: 100%;
  font-size: 18px;
  line-height: 161.8%;
}

.englaze-last .englaze-last-wrap .catlog-btn {
  margin-top: 10%;
}

.englaze-last .englaze-last-wrap .englaze-last-text .readmore {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  letter-spacing: 3px;
}

.englaze-last .englaze-last-wrap .englaze-last-img {
  width: 50%;
}

.btn-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}

.englaze-last .englaze-last-wrap .englaze-last-img {
  width: 50%;
}

.slide-to-left.showme {
  left: 0;
}

.englaze-last .englaze-last-wrap .pl-10 {
  padding-left: 10%;
  padding-right: 10%;
  background: #fff;
}

.englaze-last .englaze-last-wrap .pl-10 {
  padding-left: 10%;
  padding-right: 10%;
  background: #fff;
}

.englaze-last .englaze-last-wrap .pr-10 {
  padding-right: 10%;
  background: #fff;
  padding-left: 8%;
}

.englaze-last .englaze-last-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}

.englaze-last .englaze-last-wrap .englaze-last-text {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -o-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

.englaze-last .englaze-last-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}

.englaze-last .englaze-last-wrap .englaze-last-img {
  width: 50%;
}

.wrapper .where-to-buy {
  padding: 60px 0px;
  margin-bottom: 10%;
}

.experience-switch-englaze {
  margin-top: 0px;
  background: url(../images/products/electrical-switches-and-sockets/englaze/experience-the-switches.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}

.experience-switch-englaze .white-box-container {
  padding: 20% 0% 38%;
}

.experience-switch-englaze .white-box-container .white-box {
  background: #fff;
  padding: 58px 58px;
  width: 50%;
  position: relative;
}

.experience-switch-englaze .white-box-container .white-box .heading01 {
  font-size: 42px;
  line-height: 53px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}

.experience-switch-englaze .white-box-container .white-box p {
  font-size: 18px;
  line-height: 161.8%;
  width: 74%;
  margin-bottom: 30px;
}

.wrapper .want-tobe {
  padding: 60px 0px;
}

.large-container {
  max-width: 1750px;
  margin: 0 auto;
}

.englaze-want-tobe .englaze-want {
  background: #2d2d2d;
  padding: 60px;
  margin-top: -15%;
}

@media only screen and (max-width: 1500px) {
  .large-container {
    width: 85%;
  }
}

@media only screen and (max-width: 1500px) {
  .englaze-last .englaze-last-wrap .englaze-last-text .readmore {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
}

/* end engalze  */

/* start entice  */

.btn-wrap a {
  margin-right: 15px;
  padding: 10px 20px;
}

.entice_product_mobile_details {
  margin-top: 30px;
}

.entice_mob_product_box.vibrant_box {
  background: url(../images/products/electrical-switches-and-sockets/entice/vibrant-bg.jpg)
    no-repeat;
  text-align: center;
  padding-bottom: 40px;
}

.entice_mob_product_box.vivid_box {
  background: url(../images/products/electrical-switches-and-sockets/entice/vivid-bg.jpg)
    no-repeat;
  text-align: center;
  padding-bottom: 40px;
}

.entice_mob_product_box.wooden_box {
  background: url(../images/products/electrical-switches-and-sockets/entice/wooden-bg.jpg)
    no-repeat;
}

.entice_mob_product_box {
  margin: 0px;
}

.entice_mob_product_box.vivid_box h3 {
  color: #fff;
}

.entice_mob_product_box.vivid_box p {
  color: #fff;
}

.entice_mob_product_box.wooden_box h3 {
  color: #fff;
}

.entice_mob_product_box.wooden_box p {
  color: #fff;
}

.swiper-slide span {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
}

.product-feature {
  display: flex;
}

.product-feature .product-feature-img {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-feature .grey-slice {
  background: linear-gradient(
    to top right,
    rgba(255, 255, 255, 0) 100%,
    #fff 100%
  );
  padding: 0px 150px;
  position: absolute;
  height: 100%;
  top: -1px;
  right: -2px;
}

.product-feature .product-feature-list {
  width: 50%;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-feature .product-feature-list ul li {
  display: inline-block;
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-feature .product-feature-list ul li .icon {
  width: 100px;
}

.product-feature .product-feature-list ul li .icon-text {
  width: calc(100% - 100px);
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
}

.icon_para {
  display: flex;
  flex-wrap: wrap;
}

.experience-switch-englaze.entice-ban {
  background: url(../images/products/electrical-switches-and-sockets/entice/entice-the-switches.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}

.entice_mob_slider h5 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 8px 15px;
  width: 50%;
  font-size: 18px;
  margin: 10px auto;
}

/* end entice  */

/* start oris  */

.heading04 {
  font-size: 37px;
  line-height: 38px;
}

/* end oris  */

.product_detail.rishabh_detail h3 {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.product_detail.rishabh_detail h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  bottom: 0px;
  left: 0px;
}

.product_detail.rishabh_detail ul {
  padding: 0px;
}

.product_detail.rishabh_detail ul li {
  list-style-type: none;
  /* display: flex; */
  gap: 5px;
  text-align: justify;
}

.product_detail.rishabh_detail ul li i {
  margin-top: 4px;
  color: var(--primary-color-one);
}

.catelague_btn,
.manual_btn,
.enquire_btn {
  padding: 10px 15px;
  width: auto;
  text-align: center;
  border: 2px solid var(--primary-color-one);
  box-sizing: border-box;
  min-width: 140px;
  border-radius: 50px;
}

.btn_group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  justify-content: start;
  flex-wrap: wrap;
}

.catelague_btn,
.catelague_btn:hover {
  background-color: var(--primary-color-one);
  color: #ffffff;
}

.manual_btn,
.enquire_btn {
  color: var(--primary-color-one);
}

.manual_btn:hover,
.enquire_btn:hover {
  background-color: var(--primary-color-one);
  color: #ffffff;
}

@media (min-width: 1500px) {
  .slide-item-content {
    height: 700px;
  }

  .page_header_default .parallax_cover {
    height: 100% !important;
  }

  .breadcrumbs ul li a:last-child {
    font-size: 16px;
    /* color: #ffffff; */
  }
}

@media (min-width: 1700px) {
  .slide-item-content {
    height: 860px;
  }

  .breadcrumbs ul li a:last-child {
    font-size: 14px;
    /* color: #ffffff; */
  }
}

.breadcrumbs {
  position: relative;
  display: inline-block;

  ul {
    position: relative;
    padding: 0;

    li {
      margin-right: 30px;
      color:
        /*var(--primary-color-one)*/ #fff;
      position: relative;
      font-family: var(--creote-family-one);
      font-size: 14px !important;
      line-height: 18px;
      font-weight: 600;
      text-transform: uppercase;
    }
  }
}

.page_header_default .page_header_content .banner_title_inner .title_page {
  color: #fff;
  font-size: 35px !important;
  line-height: 70px;
  font-weight: 700;
  font-family: var(--creote-family-one);
}

/* Rishabh Product */
.product_category_list {
  position: relative;
  padding: 15px;
  min-height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fff;
  border-radius: 0px 10px 10px 10px;
  margin: 0px 20px 30px 0px;
}

.product_category_list .arrow_btn {
  position: absolute;
  right: -18px;
  bottom: 50%;
  transform: translate(0px, 50%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0px;
  background: var(--primary-color-one);
  box-shadow: var(--box-shadow-two);
}

.product_category_list .arrow_btn span {
  position: absolute;
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h2.product_category_title {
  font-size: 16px;
  line-height: 20px;
}

h3.product_category_title {
  font-size: 22px;
  margin-bottom: 5px;
}

.product_category_list p {
  color: #282828;
}

/* s. charge */

.scharge_page_title {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.scharge_page_title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--primary-color-two);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -3px;
}

.scharge_card {
  padding: 20px;
  min-height: 215px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.scharge_card i {
  width: 40px;
  height: 40px;
  padding: 12px 10px;
  color: #ffffff;
  background-color: var(--primary-color-one);
  border-radius: 50%;
  margin-bottom: 10px;
}

.scharge_card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.scharge_card p {
  font-size: 16px;
}

.scharge_subtitle {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}

.scharge_subtitle::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background-color: var(--primary-color-one);
  left: 0px;
  bottom: -3px;
}

.scharge_usage_list {
  padding-left: 15px;
}

.scharge_usage_list li i {
  color: var(--primary-color-one);
}

.scharge_usage_list li span {
  font-weight: 700;
}

ul.ec-ul ul > li {
  font-size: 14px;
  display: flex;
}

/* ul.ec-ul ul {
  margin: 0px;
  padding: 0px 1px 0px 8px;
} */

.description_box p {
  line-height: 30px !important;
  text-align: justify;
  margin-bottom: 10px !important;
}

/* pricelist */

.pricelist .nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

.pricelist .nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #006db1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -9px;
  border-radius: 5px;
}

.pricelist button {
  margin: 2px 10px;
}

.pricelist_card img {
  width: 100%;
  height: 318px;
  object-fit: contain;
  /* height: 204px; */
}

.tab_img img {
  height: 100px;
  object-fit: cover;
  padding: 12px 0px;
}

ul#pills-tab {
  justify-content: space-between;
}

.tab_img {
  margin: 0px -16px;
}

.pricelist_card {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.pricelist_card h6 {
  font-size: 14px;
  display: block;
  background-color: #006db1;
  color: #ffffff;
  padding: 10px 5px;
  border-radius: 0px 0px 8px 8px;
}

.main_cat h4 {
  text-transform: uppercase;
  font-size: 25px !important;
  color: #fff;
}

.main_cat {
  padding: 0px 27px;
  background: #332f82;
  width: 95%;
  margin: auto;
}

.custom_main_cat h4 {
  text-transform: uppercase;
  font-size: 25px !important;
  color: #000;
}

.custom_main_cat {
  text-align: center !important;
  padding: 6px 27px;
  /* background: #332f82; */
  width: 33%;
  color: #000;
  border-bottom: solid 3px #332f82;
  margin: auto;
  display: flex;
  border-radius: 0px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.custom_main_cat.mt-3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.ec-ul button.accordion-button,
.ec-ul button.accordion-button:focus {
  padding: 8px 20px 8px 12px;
  background-color: #f5f5f5;
  color: #000000d4;
  font-size: 14px;
  font-weight: 600;
  box-shadow: unset;
}

.ec-ul .accordion-item {
  border: unset;
  background: unset !important;
}

.ec-ul .accordion-body {
  padding: 0px 7px;
}

.additionals-table-main {
  overflow: scroll;
}

.contact-section form {
  padding: 0px;
}

.contact_form_box_inner {
  position: relative;
  padding: 15x 18px 35px;
}

.infosection {
  /* box-shadow: 1px 1px 9px #ddd;
  height: 665px; */
  background: linear-gradient(
    245deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  padding: 25px 30px;
  border-radius: 10px;
}

.contact-section .col-xl-6.col-lg-6 {
  padding: 0px;
}

.request_quote_btn a {
  height: 100%;
  position: absolute;
  width: 170px;
  /* display: flex; */
  border-radius: 40px;
  outline: 2px solid #fff;
  background-color: #db2516;
  right: 0px;
  top: 0px;
  text-align: center;
  align-content: center;
  text-transform: capitalize;
  color: #ffffff !important;
  border: 2px solid #db2516;
}
.request_quote_btn a:hover {
  background-color: #fff;
  color: #db2516 !important;
  font-weight: 600;
}

span.mid_icon img {
  width: 60px;
  height: 60px;
  border: 0px solid;
  padding: 1px 9px;
  margin-top: -8px;
  /* box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px; */
}

a.logo_mid img {
  width: 93%;
}

.custom_mid_menu .col-xl-5.col-lg-2.col-md-12 {
  padding: 0px 10px;
}

/* animated button for header  */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 1.5px #ffffffc2;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #fff;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text-btn {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  /* box-shadow: 0 0 0 12px transparent; */
  color: #212121;
  border-radius: 12px;
  padding: 10px 35px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text-btn {
  transform: translateX(12px);
  color: #212121;
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px rgb(255, 255, 255);
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.text-btn {
  color: #ffffff;
  /* padding: 25px 0px; */
  font-size: 18px;
  text-align: justify;
}

.product_image img {
  padding: 25px;
  padding: 25px;
  border: 2px solid #ddd;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0 0 5px 2px #ddd;
  -webkit-box-shadow: 0 0 5px 2px #ddd;
  -ms-box-shadow: 0 0 5px 2px #ddd;
  box-shadow: 0 0 5px 2px #ddd;
}

/* === HEADING STYLE #1 === */
.title_all_box.style_one .title_sections.one h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}

.one h2:before,
.client-heading h6:before {
  width: 23px;
  font-size: 12px;
  display: flex;
  height: 23px;
  border-radius: 50%;
  content: "\f0e7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translate(-50%, -50%);
  border: 2px solid #db2516;
  color: #db2516;
  background-color: #ffffff;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.one h2:after,
.client-heading h6:after {
  width: 100px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  background-color: #db2516;
}

.one h3 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.one h3:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 224px;
  left: 50%;
  margin-left: -14px;
  background-color: #332f82;
}

.one h3:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 50%;
  margin-left: -50px;
  background-color: #332f82;
}

.fancybox-content {
  display: flex;
}

/* .combined {
  -webkit-text-stroke: 1px black;
  color: white!important;
  text-shadow:
      2px  2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
     -1px  1px 0 #000,
      1px  1px 0 #000;
} */

.inner-btn-lnt {
  width: 20%;
  /* border-radius: 40px; */
  background: #332f82;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;
}

.inner-btn-lnt.btn:hover {
  background-color: transparent;
  color: #fff;
}

.btn-default-lnt {
  color: #ffffff;
  background-color: #332f82;
}

.in-btn {
  width: 106%;
  /* border-radius: 40px; */
  background: #332f82;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: column;
}

.project_post.style_eight .content_box h2 a {
  margin-bottom: 0px !important;
}

.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu {
  padding: 12px 15px !important;
}

.card-01 {
  margin: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
}

.inner-list li {
  display: flex;
}

/* .header.style_three .navbar_outer::before {
  right: -50px;
  width: 50%;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);

  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 0;

  background-color: #4a9c4f;
} */

.image_boxes.style_four .image_content_inner:before {
  right: -50px;
  width: 23%;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);

  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 0;
}

.image_boxes.style_four .image_content_inner:before {
  background: linear-gradient(to right, #fff 50%, #4a9c4f 50%);
  /* Gradient with both colors */
  background-color: #fff;
  /* Fallback for older browsers */
}

.title_pro a {
  border-radius: 10px;
  padding: 5px;
  width: -7%;
  border-bottom: 2px solid #4a9c4f;
  width: 180px;
}

.title_pro a:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.8s;
}

.inner-card-aligement i {
  padding: 0px 0px 0px 15px !important;
}
.card-body-inner {
  height: 300px;
  flex: 1 1 auto;
  padding: 1rem;
  /* overflow-y: scroll; */
}

.extra_content .simple_image h2 {
  color: #fff;
  line-height: 57px;
}

@media (min-width: 1201px) {
  .slider-grids .revslider-initialised .tp-simpleresponsive {
    height: 550px !important;
  }
}

/* Media Query for Desktop  */
@media (max-width: 786px) {
  .projectFactsWrap .item {
    height: auto;
  }

  .plus_counter {
    font-size: 30px;
  }

  .extra_content .simple_image h2 {
    line-height: 0px;
  }

  .image_boxes.style_four .image_content_inner {
    padding: 15px 31px !important;
    bottom: 20px;
    left: 11px;
  }

  .image_boxes.style_four .image_content_inner:before {
    right: -14px;
    width: 13%;
  }

  .projectFactsWrap .item {
    padding: 20px 0px;
  }

  .text {
    color: #282f3b;
    padding: 5px 0px;
  }

  .container_contact_form {
    padding: 1rem;
  }

  .title_all_box.style_three .title_sections h2 {
    font-size: 20px !important;
  }
  .animated-button:hover {
    padding: 7px 36px;
  }
  a.logo_mid img {
    width: 100%;
  }
  .header.style_three .navbar_outer {
    padding: 0px 0px !important;
    width: 100%;
  }
  .inner-mail a {
    font-size: 16px;
  }

  /* for inner- table  */

  .tab-content.top-color-border {
    position: relative;
    padding: 14px 4px !important;
  }
  #carousel-custom {
    width: 100% !important;
  }
  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 22px !important;
  }
  .whatsapp_footer img {
    bottom: 82px;
  }
  .prgoress_indicator {
    position: fixed;
    right: 46px;
    bottom: 146px;
    height: 44px;
    width: 46px;
  }

  .pricelist_card {
    text-align: center;
    box-shadow: 1px 1px 7px #ddd;
    padding: 10px;
    height: auto;
    margin: 10px;
    border-radius: 15px;
  }
  .header.style_three .navbar_outer::before {
    right: -30px;
    width: 85%;
  }
  body.home .page_header_default {
    padding: 12px 0px !important;
    min-height: auto;
  }
  .inner-btn-lnt {
    width: 43%;
  }
  .energy_cables_sec .card-body {
    overflow-y: scroll;
  }
  .lv_power_cable_IS .sub-title {
    font-size: 20px !important;
    line-height: 30px;
    margin: 0 0 0px !important;
  }
  .custom_main_cat {
    width: 80% !important;
  }
  .lv_power_cable_IS .inner-btn {
    padding-top: 20px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .lv_power_cable_IS .inner-btn a {
    margin: 10px;
  }
  .product_image {
    padding-top: 30px;
  }
  .btn_group {
    flex-wrap: wrap;
  }
  .awarda-cards .awards-title {
    width: 100% !important;
  }
  .slider-grids {
    width: 30%;
  }

  .inner-pricelist {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-evenly !important;
  }
  .tab_img img {
    width: 140px;
    object-fit: cover;
    padding: 6px;
  }
}
