

:root {
  --progress-width: 100%;
  --progress-height: 6px;
  --progress-bar-color: #1b2e59;
  --progress-bg: none;
  --progress-border-radius: 2px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  transition: 2s opacity;
}

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

h1 {
  font-weight: 600;
  color: #4f5665;
}

h2 {
  font-weight: 300;
  color: #4f5665;
}
h3 {
  font-size: 2rem;
  font-weight:300;
}
h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  line-height: normal;
}

p {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  color: #151439ab;
  margin-bottom: 0px;
  line-height: 1.8rem;
}
button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.max-width-90 {
  max-width: 1600px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.max-width-80 {
  max-width: 1600px;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  width: 100%;
}
button:focus {
  outline: none !important;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  padding: 0;
  list-style: none;
}

.mar-tp-80 {
  margin-top: 80px;
}

@media screen and (max-width: 1200px) {
  .max-width-80 {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .max-width-80 {
    width: 95%;
  }

  .max-width-90 {
    max-width: 1600px;
    width: 98%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .max-width-80 {
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .max-width-90 {
    max-width: 1600px;
    width: 98%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ////////////////////////navbar/////////////////////////// */

#header-nav {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s 0.3s ease;
  -moz-transition: -moz-transform 0.7s 0.3s ease;
  -ms-transition: -ms-transform 0.7s 0.3s ease;
  transition: transform 0.7s 0.3s ease;
  z-index: 1000;
}

header#header {
  background-color: #1b2e59;
}

/* nav.navbar.navbar-expand-lg.no-border.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
} */

.home-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 100px;
}
#header-nav.hide-nav-bar {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
a.menu-link {
  float: right;
  display: block;
  padding: 1em;
  margin-top: 6px;
}



  .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; 
   }



.dropdown-menu {
  margin: 0;
  padding: 0;
}
.dropdown-menu a {
  padding: 8px 15px;
  border-bottom: 1px solid #f2f2f2 !important;
  font-size: 15px;
}
.dropdown-menu {
  min-width: 200px;
}


nav.navbar.navbar-expand-lg.no-border {
  padding: 0px 0px 0px;
}
nav[role="navigation"] {
  clear: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role="navigation"] {
  max-height: 0;
}
nav[role="navigation"].active {
  max-height: 25em;
}

nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
  float: left;
}
a.nav-link {
  transition: 0.25s;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.menu-link {
  height: 30px;
  width: 33px;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  margin-top: 3px;
  background: #999;
  width: 33px;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.bar2 {
  margin-top: 13px;
}
.bar3 {
  margin-top: 23px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.brand {
  padding: 0;
  max-width: 210px;
}
.brand a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

nav#menu {
  padding-top: 5px;
}

nav#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.header_logo_block {
  display: flex;
  align-items: center;
}
span.navbar-top-icon {
  margin-right: 10px;
}

li.active a {
  border-bottom: 2px solid #000 !important;
}

.brand_mobile {
  display: none;
}

a.navbar-brand img {
  width: 80px;
}
.nav-item:last-child a.nav-link {
  border-right: 0px solid #000;
}

@media screen and (max-width: 767px) {
  header#header {
    z-index: 5;
  }
  .brand {
    display: none;
  }

  nav#menu ul li {
    padding-bottom: 16px;
  }

  .js nav[role="navigation"] {
    display: none !important;
  }
  nav#menu.active {
    display: block !important;
  }
  nav[role="navigation"] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0 0;
    width: 100%;
    z-index: 100;
  }

  nav[role="navigation"] {
    width: 100%;
  }
  nav[role="navigation"] li a {
    padding-left: 0;
  }
  .brand {
    padding-bottom: 12px;
  }

  li.active::before {
    display: none;
  }
  .brand {
    float: left;
    padding: 1em 0;
    width: 80%;
  }

  .header_logo_block {
    position: relative;
  }
  .brand_mobile {
    display: block;
    width: 240px;
    position: absolute;
    top: 10px;
    left: 0px;
  }
  nav#menu ul {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  nav[role="navigation"] li a {
    color: #313131;
  }
  #menu li.active a {
    color: #909090 !important;
  }

  header#header {
    height: auto;
    padding-bottom: 2px;
  }
  .home-header {
    right: 20px;
  }
}

li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,
a:focus {
  text-decoration: none;
}

#menu li.active a {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #cccccc !important;
  line-height: 1;
  font-weight: 700 !important;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: inherit;
  white-space: nowrap;
}

nav.navbar.navbar-expand-lg.navbar-dark.teal.no-border {
  flex-wrap: wrap;
  padding: 0.5rem 0rem;
  padding-top: 30px;
}

.nav-item {
  position: relative;
  transition: 0.25s;
  padding: 0px 10px !important;
}



a.nav-link.active {
  background-color: #fff;
  position: relative;
  transition: 0.25s;
  color: #1b2e59;
}
a.nav-link:hover {
  color: #28b7ff !important;
  transition: 0.25s;
}

.dropdown-menu.dropdown-primary.show {
  margin: 0;
  border-radius: 0;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 0;
}
a.dropdown-item {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #000;
}

a.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #000;
}

a.dropdown-item.active {
  background-color: #f8f9fa;
  color: #000;
}

button.navbar-toggler {
  border: 1px solid #1b2e59 !important;
  z-index: 10;
  color: #000;
  background-color: #1b2e59;
  padding: 0px 8px;
}

.custom-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 24px;
}



.navbar-button-group {
  display: flex;
  align-items: center;
  justify-content: end;
}
div#navbarSupportedContent {
  justify-content: end;
  align-items: center;
  width: 100%;
}

.navbar-btn.navbar-booknow-btn {
  background-color: transparent;
  border: 2px solid #1b2e59;
  padding: 10px 25px;
  border-radius: 50px;
  margin-right: 20px;
  transition: 0.25s;
  background-color: transparent;
  position: fixed;
  top: 100px;
  z-index: 10;
  background-color: #fff;
  right: 0;
}

section#product-blog-section {
  margin-top: 40px;
}

.navbar-btn.navbar-booknow-btn a {
  color: #1b2e59;
  transition: 0.25s;
}

.navbar-btn.navbar-booknow-btn:hover {
  background-color: #1b2e59;
  transition: 0.25s;
}
.navbar-btn.navbar-booknow-btn:hover.navbar-btn.navbar-booknow-btn a {
  color: #fff;
  transition: 0.25s;
}

ul.navbar-nav {
  text-align: center;
}

.footer-content {
  border-top: 1px solid #e3e3ea;
  padding-bottom: 40px;
  border-bottom: 1px solid #e3e3ea;
  margin-bottom: 40px;
}

@media screen and (max-width: 1300px) {
  nav.navbar.navbar-expand-lg.no-border {
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-item {
    padding: 0px 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  ul.navbar-nav {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  nav.navbar.navbar-expand-lg.no-border {
    padding: 0px 0 0px;
  }
  ul.navbar-nav {
    text-align: left;
    margin-left: 0%;
  }
  .navbar-button-group.large-screen {
    display: none;
  }
  .navbar-button-group.mobile-btn-group {
    display: flex;
    padding-top: 10px;
    margin-left: 10px;
  }
  button.navbar-btn.navbar-contact-btn,
  button.navbar-btn.navbar-inquiry-btn {
    padding: 10px 15px;
    margin-right: 10px;
  }
  ul.navbar-nav {
    margin-top: 10px;
  }
  .product-home-section-text-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .dir-clm {
    flex-direction: column-reverse;
  }
  nav.navbar.navbar-expand-lg.no-border {
    padding: 0px 0 0px;
  }
  .product-home-section-img-block .img-responsive {
    width: 75%;
  }
}


/* ////////////////////////navbar ends here/////////////////////////// */

/* ////////////////////////home-section starts here/////////////////////////// */

.btn-clr-fill {
  background-color: #1b2e59;
  border: 2px solid #1b2e59;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.25s;
}
.home-banner-slider img {
  height: 750px;
  object-fit: cover;
}
.home-banner-slider-item{
  position: relative;
}
.home-banner-slider-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.76) 35.71%, rgba(0, 0, 0, 0) 100%);
}
.home-banner-text-block {
  position: absolute;
  bottom: 150px;
  width: 100%;
  left: 15px;
}
.home-banner-text-block h1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

.btn-clr-fill a {
  color: #fff;
  transition: 0.25s;
  font-family: 'Roboto', sans-serif;
}

.btn-clr-fill svg {
  margin-left: 5px;
}
.btn-clr-fill:hover {
  background-color: #fff;
  border: 2px solid #1b2e59;
  transition: 0.25s;
}
.btn-clr-fill:hover.btn-clr-fill a {
  color: #1b2e59;
  transition: 0.25s;
}
.btn-clr-fill:hover.btn-clr-fill svg {
  fill: #1b2e59 !important;
}



.home-banner-slider .slick-prev {
  left: 5px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  z-index: 10;
  border-radius: 50%;
  background-color: #000;
}
.slick-prev:before {
  content: '';
}

.home-banner-slider .slick-next {
  right: 5px;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  z-index: 10;
  border-radius: 50%;
  background-color: #000;
}
.slick-prev:before {
  content: '←';
}

.slick-slider {
  margin-bottom: 0px !important;
}



/* /////////////////////////////footer///////////////////////////// */

ul.footer-navbar {
  display: flex;
  margin-bottom: 0;
}
ul.footer-navbar li a {
  color: #404041;
  padding-right: 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.footer-navbar-right-block {
  display: flex;
  justify-content: end;
}
ul.footer-social-media {
  display: block;
  margin-bottom: 0;
}
ul.footer-social-media li {
  display: inline-block;
  margin: 0 8px;
}
ul.footer-social-media li a {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgb(0 0 0 / 15%);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
ul.footer-social-media li a svg {
  width: 25px;
  transition: 0.25s;
}

ul.footer-social-media li a svg:hover {
  fill: #28b7ff;
  transition: 0.25s;
}

.footer-address-block {
  border-top: 1px solid #565b58;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.footer-address-block p {
  color: #000;
  font-size: 14px;
}
.footer-address-block-item {
  padding: 30px 0;
}

.footer-location-block {
  text-align: center;
  margin-top: 60px;
}
.footer-location-block-item h5 {
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.copywrite {
  text-align: center;
  color: #f2f2f2;
  padding-bottom: 30px;
}
.footer-content-block {
  border-bottom: 1px solid #e3e3ea;
  padding-bottom: 40px;
}
.footer-bottom-navbar-block {
  padding: 60px 0;
  border-top: 1px solid #e3e3ea;
  margin-top: 60px;
}
.footer-bottom-navbar-block-item h6 {
  color: #ededed;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.footer-location-block-item p{
  color: #ededed;
}
.footer-bottom-navbar-block-item ul li {
  padding: 6px 0;
}

.footer-bottom-navbar-block-item ul li a {
  color: #4f5665;
  transition: 0.25s;
}
.footer-bottom-navbar-block-item ul li a:hover {
  color: #28b7ff;
  transition: 0.25s;
}

a.btn.btn-header-link {
  width: 100%;
  text-align: left;
}

.btn-header-link {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.btn-header-link::after {
  content: url(../img/aroow-down.svg);
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(180deg);
}

.btn-header-link.collapsed:after {
  content: url(../img/aroow-down.svg);
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(0deg);
}
a.btn.btn-header-link {
  padding: 0;
  color: #4f5665;
}

.mobile-footer-nav-expand {
  border-bottom: 1px solid #e3e3ea;
}

a.btn.btn-header-link h6 {
  margin-bottom: 0;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}

.mobile-footer-nav {
  display: none;
}

.card-header {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  padding: 0;
}
.card-header a {
  padding: 10px !important;
}

.footer-logo {
  width: 200px;
}
.footer-logo img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  ul.footer-social-media li a {
    width: 30px;
    height: 30px;
  }

  .footer-logo {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  ul.footer-navbar {
    justify-content: center;
  }
  ul.footer-navbar li a {
    padding-right: 0;
    padding: 0 14px;
  }

  .footer-logo {
    margin: 15px 0;
  }
}

@media screen and (max-width: 576px) {
  .footer-address-block {
    flex-direction: column;
  }
  .footer-address-block-item {
    padding: 10px 0;
    text-align: center;
  }
  .footer-address-block {
    flex-direction: column;
    padding-top: 20px;
  }
  .copywrite {
    margin-top: 15px;
  }

  .footer-navbar-right-block {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  ul.footer-navbar {
    margin: 20px 0;
  }
  .footer-logo {
    margin: 15px auto;
    text-align: center;
    width: 150px;
  }

  .footer-bottom-navbar-block.desktop-footer-nav {
    display: none;
  }

  .mobile-footer-nav {
    display: block;
  }

  div#footer-nav {
    padding: 60px 0 10px;
  }

  ul.dropdown-menu.show li a {
    font-size: 0.9rem;
    color: #404041;
  }

  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-bottom-navbar-block-item h6 {
    margin-bottom: 0px;
  }
}


/* /////////////////////////
////////////////product-blog-section////////////
///////////////////////// */

.product-blog-img-block img {
  border-radius: 10px;
}

.product-blog-title-block h5 {
  color: #4f5665;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight: 300;
}
.product-blog-title-block {
  position: relative;
}
.product-blog-title-block h1 {
  font-size: 2.5rem;
  padding: 30px 0;
  font-weight: 300;
}
.product-blog-title-block h2 {
  margin: 20px 0;
}

.product-blog-title-block span {
  display: flex;
  align-items: center;
}

span.text-divider {
  font-size: 1.5rem;
  color: #4f5665;
  font-weight: 500;
  padding: 0 10px;
}
.product-blog-title-block h5 a {
  color: #30cb5d;
}

article.blog-content-text {
  padding: 40px 0;
}
article.blog-content-text p {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.9rem;
  font-weight: 300;
}
article.blog-content-text h2 {
  color: #4f5665;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 300;
  padding-right: 100px;
}
.listing-title {
  display: flex;
  align-items: center;
  margin-top: 50px;
  border-top: 1px solid #e3e3ea;
  padding-top: 40px;
  position: relative;
}
.listing-title::before {
  content: "";
  background-image: url(../img/dot.png);
  width: 100px;
  height: 140px;
  background-repeat: repeat;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}
button.audio-btn {
  border: 2px solid #1b2e59;
  background-color: #1b2e59;
  color: #fff;
  padding: 10px 8px;
  border-radius: 5px;
  min-width: 140px;
  margin-left: 30px;
}
button.audio-btn img {
  margin-right: 5px;
}

/*BEGIN progress */

progress {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/*Target this for applying styles*/
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* Get rid of default border in Firefox. */
  border: none;

  width: var(--progress-width);
  height: var(--progress-height);

  /* Firefox: any style applied here applies to the container. */
  background-color: var(--progress-bg);
  border-radius: var(--progress-border-radius);

  /* For IE10 */
  color: var(--progress-bar-color);
}

/* For Firefox: progress bar */
progress[value]::-moz-progress-bar {
  background-color: var(--progress-bar-color);
  border-radius: var(--progress-border-radius);
}

/* WebKit/Blink browsers:
    -webkit-progress-bar is to style the container */
progress[value]::-webkit-progress-bar {
  background-color: var(--progress-bg);
  border-radius: var(--progress-border-radius);
}

/*-webkit-progress-value is to style the progress bar.*/
progress[value]::-webkit-progress-value {
  background-color: var(--progress-bar-color);
  border-radius: var(--progress-border-radius);
}
/* END progress bar */

section#product-related-blog-section {
  background: transparent;
  padding: 40px 0 30px;
  margin-bottom: 40px;
}

.product-related-blog-title {
  margin-bottom: 40px;
  border-top: 1px solid #e3e3ea;
  padding-top: 60px;
  text-align: center;
}
.product-related-blog-block-img {
  overflow: hidden;
  transition: 0.25s;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-related-blog-block-item {
  margin-bottom: 50px;
}
.product-blog-title-block h4 {
  color: #4f5665;
}

.product-related-blog-block-img img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-related-blog-block-img:hover.product-related-blog-block-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.blog-view-more {
  text-align: center;
}

.blog-container.fadeIn .blog-share-block {
  position: fixed;
  top: 250px;
  right: 20px;
}

.blog-container .blog-share-block {
  display: none;
  opacity: 0;
  transition: ease all 2s;
  margin-left: -15px;
}
.blog-container.fadeIn .blog-share-block {
  display: block;
  opacity: 1;
  margin-left: 0;
  transition: ease all 2s;
}

.blog-container .profile-social-media ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-container .profile-social-media ul li {
  padding-right: 12px;
  margin-bottom: 10px;
}

.product-related-blog-title-block {
  position: relative;
  padding: 25px 20px 40px;
  background-color: #ededed;
}

.product-related-blog-block-item {
  box-shadow: 0 2px 40px 0 rgb(0 0 0 / 7%);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition-delay: 0.1s;
  border-radius: 4px;
  transform: translateZ(0);
  overflow: hidden;
}

.product-related-blog-block-item:hover {
  opacity: 1 !important;
  box-shadow: rgb(45 45 45 / 5%) 0px 2px 2px, rgb(49 49 49 / 5%) 0px 4px 4px,
    rgb(42 42 42 / 5%) 0px 8px 8px, rgb(32 32 32 / 5%) 0px 16px 16px,
    rgb(49 49 49 / 5%) 0px 32px 32px, rgb(35 35 35 / 5%) 0px 64px 64px;
  transform: translate(0, -4px);
  z-index: 999;
}

.product-related-blog-title-block span {
  display: flex;
  align-items: center;
}
.product-related-blog-title-block h5 {
  color: #4f5665;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0px;
}

.product-related-blog-title-block h4 {
  color: #4f5665;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}

section#home-about-section {
  padding: 80px 0;
}

.home-about-block-01 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.home-about-block-01 img {
  width: 48%;
  flex-basis: 48%;
  border-radius: 8px;
}

.heritage-block {
  text-align: center;
  padding: 5px 30px 5px;
  background-color: #fff;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  margin-top: 40px;
}

.heritage-block p {
  font-weight: 600;
  margin-bottom: 0;
  color: #1b2e59;
}

.about-text-02 {
    padding: 40px 20px 40px 20px;
    border-left: 1px solid #ededed;
    background-color: #e5f3fa;
}

.about-text h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
}
.about-text h2::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 60%;
  height: 2px;
  background-color: #cfcfcf;
}


.about-text h2 b {
  font-weight: 600;
}


.about-text-02 ul li ul {
  padding: 10px 0px 10px 54px;
  width: 100%;
}
.about-text-02 ul li {
  padding: 5px 0;
}
.about-text-02 ul li div {
  display: flex;
  align-items: flex-start;
}

.about-text-02 ul li ul li {
  font-size: .9rem;
  border-bottom: 1px solid #ededed;
  width: fit-content;
}
.about-text-02 ul li svg {
  margin-right: 10px;
}

section#about-section {
  padding: 80px 0;
}
section#home-about-section {
  padding: 80px 0;
}
footer {
  background-color: #1b2e59;
  position: relative;
}

section#company-hg-section {
  position: relative;
  padding-bottom: 60px;
  margin-top: -60px;
}
.company-hg-block {
  background-color: #235EA7;
  padding: 30px;
  color: #fff;
  text-align: center;
}
h2.counter {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0px auto;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
}
h2.counter::before {
  position: absolute;
  content: "+";
  right: -16px;
  top: 0;
  font-size: 20px;
}
.company-hg-block-item h5 {
  font-size: 1rem;
  font-weight: 300;
}
.home-about-block-02-text h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.home-ex-details {
  padding: 80px 0 30px;
  background-color: #f2f2f2;
}
.single-services-area img {
  margin-bottom: 20px;
  border-radius: 5px;
}
.single-services-area {
  margin-bottom: 30px;
}



.home-contact-block h2 {
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
}
.home-contact-block h4 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

.view-all-btn {
  position: relative;
  z-index: 1;
  height: 66px;
  border: 1px solid;
  border-color: #2f2f2f;
  border-radius: 0;
  padding: 15px 24px;
  background-color: #fff;
  transition: 0.25s;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 1.2rem;
  text-align: center;
  margin: 0px auto;
  display: flex;
  width: fit-content;
  align-items: center;
  transition: .25s;
}
.view-all-btn:hover{
  background-color: #1b2e59;
  color: #fff;
  transition: .25s;
}



section#home-contact-section {
  padding: 60px 0;
}


@media screen and (max-width: 1200px) {

  .home-about-block-01 img {
    width: 46%;
    flex-basis: 46%;
  }

}

@media screen and (max-width: 767px) {
  .product-blog-img-block {
    margin-bottom: 20px;
  }

  .product-blog-title-block h1 {
    font-size: 2rem;
    padding: 20px 0;
  }

  .clm-rev {
    flex-direction: column-reverse;
  }
  .about-text-02 {
    margin-top: 20px;
  }

  .home-about-block-02-text {
    margin-top: 30px;
}

}

@media screen and (max-width: 576px) {
  .blog-container.fadeIn .blog-share-block {
    display: none;
  }

  .order-xs-2 {
    order: 2;
  }
  section#product-blog-section {
    margin-top: 20px;
  }
}

/* //////////// */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 0px;
  flex-basis: calc(100% - 400px - 60px);
  flex-grow: 1;
  display: none;
  transition: 0.25s;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.scrolling-active .sidebar {
  display: block;
  transition: 0.25s;
  top: 30px;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.blog-content-text img{
  border-radius: 10px;
}




@media (max-width: 576px) {


.blog-content-text p:nth-child(even) {
  background-color: #f5f5fd;
  padding: 30px 20px;
  border-radius: 8px
}

  .sidebar {
    order: 1;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 10;
    top: 0 !important;
    margin-bottom: 30px;
  }
  article.blog-content-text {
    padding: 0px 0 20px;
  }

  article.blog-content-text h2 {
    color: #4f5665;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 0px;
}
  .product-blog-title-block h1 {
    font-size: 1.6rem;
  }

article.blog-content-text p {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.5rem;
}

}
.sidebar h1 {
  font-size: 40px;
  line-height: 1;
}
.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  padding: 10px;
  color: white;
  font-size: 12px;
  margin-bottom: 1em;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 200ms linear;
}
.sidebar ul li:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Color Variables */
/* Social Icon Mixin */
/* Social Icons */
p.share__title {
  margin-bottom: 20px;
}
button.ea.eb.cb.cc.cd.ce.cf.cg.ch.bn.ec.ed.ci.ee.ef {
  background-color: transparent;
  border: 0;
}
.social-icons {
  display: flex;
}
.social-icons .ng.s.ac {
  margin-right: 10px;
}

.ed:hover {
  fill: rgba(53, 46, 14, 1);
}
.ec:hover {
  color: rgba(53, 46, 14, 1);
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 10px;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
