/**
 * Theme Name:     Astra Ion Child
 * Author:         Sphinx Solution
 * Template:       astra
 * Text Domain:	   astra-ion-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

:root {
  --fontRegular: "Satoshi-Regular", Sans-serif;
  --fontBlack: "Satoshi-Black", Sans-serif;
  --fontMedium: "Satoshi-Medium", Sans-serif;
  --fontBold: "Satoshi-Bold", Sans-serif;
  --fontBold: "Satoshi-Bold", Sans-serif;
  --fontLight: "Satoshi-Light", Sans-serif;
  --brandClr: #2575F0;
  --green: #00CDAE;
}

@font-face {
  font-family: 'Satoshi-Regular';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
    url('fonts/Satoshi-Regular.woff') format('woff'),
    url('fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi-Black';
  src: url('fonts/Satoshi-Black.woff2') format('woff2'),
    url('fonts/Satoshi-Black.woff') format('woff'),
    url('fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi-Bold';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
    url('fonts/Satoshi-Bold.woff') format('woff'),
    url('fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi-Medium';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
    url('fonts/Satoshi-Medium.woff') format('woff'),
    url('fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi-Light';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
    url('fonts/Satoshi-Light.woff') format('woff'),
    url('fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

body {
  font-family: "Satoshi-Regular", Sans-serif !important;
  background-color: #fff;
  color: #121212;
}

#content:not(body.home #content) {
  padding-top: 95px;
}

.bg-light {
  background-color: #F2F2F2 !important;
}

.text-green {
  color: var(--green);
}

.text-brand {
  color: var(--brandClr);
}

h1,
h2,
h3,
h4 {
  font-family: var(--fontBlack);
  color: #121212;
}

.font-black {
  font-family: var(--fontBlack)
}

.font-medium {
  font-family: var(--fontMedium)
}

.font-bold {
  font-family: var(--fontBold) !important;
}

.font-light {
  font-family: var(--fontLight)
}

.main-navigation a {
  font-family: var(--fontMedium) !important
}

.main-header-menu .menu-item.current-menu-item .menu-link,
.main-header-menu .menu-item .menu-link:hover {
  color: var(--brandClr);
}

.site-header {
  position: fixed;
  width: 100%;
}

.searchwp-modal-form-default .searchwp-modal-form__overlay {
  background: #fff !important;
  height: 270px;
  box-shadow: 0px 1px 14px #0000001c;
}

.site-header .search-nav-item .menu-link {
  background-image: url('images/search-icon.svg');
  background-repeat: no-repeat;
  background-size: 15px;
  width: 20px;
  height: 20px;
  background-position: center;
  vertical-align: middle;
  text-indent: 1000px;
}

.site-header .search-nav-item .menu-link:hover {
  border: 0 !important;
}

.search-popup-modal-logo {
  position: absolute;
  left: 32px;
  top: 27px;
  z-index: 1;
}

.searchwp-modal-form__close.button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999999;
}

.searchwp-modal-form-default .searchwp-modal-form__container {
  max-width: 100% !important;
}

.searchwp-modal-form__content {
  display: flex;
}

.searchwp-modal-form__content label {
  width: 100%;
}

.searchwp-modal-form__content .search-submit {
  background-color: #fff;
  background-image: url('images/search-arrow.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  padding-right: 0;
  border: 1px solid #464C55;
  border-left: 0;
  height: 65px;
}

.searchwp-modal-form__content .search-submit:hover {
  background-color: #fff;
  color: transparent;
}

.searchwp-modal-form__content .search-field {
  width: 100%;
  height: 65px;
  border: 1px solid #464C55;
  border-right: 0;
  background-color: #fff;
  border-radius: 0;
  font-size: 22px;
}

.searchwp-modal-form__content .search-field::placeholder {
  color: #B1B1B1;
  font-family: var(--fontBold);
}

.searchwp-modal-form-default button:focus,
.searchwp-modal-form-default button:hover {
  color: #000;
}

.searchwp-modal-form-default .searchwp-modal-form__content {
  padding-bottom: 0 !important;
  padding-top: 85px !important;
}

.searchwp-modal-form-default .searchwp-modal-form__content .search-form {
  width: 100%;
}

.searchwp-modal-form-default .searchwp-modal-form__content .search-form label {
  padding-right: 0 !important;
}

/*  --- Custome pages ------  */
/* Products  */
.ms-options-wrap>.ms-options ul {
  padding-left: 0;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
  font-family: "Satoshi-Regular", Sans-serif;
  font-weight: 500;
}

.ms-options-wrap>.ms-options {
  max-height: 300px !important;
}

.custom-page-temp p {
  margin-bottom: 5px;
}

.cust-page-banner {
  padding: 80px 0 45px;
}

.custome-page-title {
  font-size: 64px;
  font-family: var(--fontBlack);
  color: #000;
}

.filter-sec {
  background-color: #F2F2F2;
  padding: 50px 0;
  font-family: var(--fontRegular);
}

.form-control {
  border: 1px solid #B1B1B1 !important;
  font-size: 16px !important;
  height: 40px !important;
  border-radius: 0 !important;
}

.form-select {
  background-size: 16px;
}

.input-group-adon {
  display: flex;
}

.input-group-adon .input-icon {
  background-color: var(--brandClr);
  color: #fff;
  display: inline-block;
  height: 40px;
  padding: 10px 12px;
}

.btn-brand {
  background-color: var(--brandClr) !important;
  color: #fff !important;
  font-size: 16px !important;
  height: 40px !important;
  padding: 5px 15px !important;
  white-space: nowrap;
  border-radius: 0 !important;
  font-family: var(--fontMedium);
}

.btn-badge-blue {
  background: rgba(37, 117, 240, 0.2);
  border-radius: 100px;
  padding: 5px 15px;
  color: var(--brandClr);
  font-family: var(--fontBold);
  display: inline-block;
  line-height: 21px;
  text-decoration: none;
}

.btn-badge-blue:hover {
  background-color: #2575f04d;
  color: var(--brandClr);
}

.btn-brand:hover {
  background-color: #000 !important;
}

.product-card {
  background: #f5f9fe;
  height: 100%;
}

.product-card .prod-name {
  color: #121212;
  font-size: 24px;
  font-family: var(--fontBold);
  line-height: 32px;
  text-decoration: none;
}

.product-card .prod-name:hover,
.product-card:hover .prod-name {
  color: var(--brandClr);
  text-decoration: underline;
}

.product-card .card-header {
  background-color: transparent;
  padding: 20px 15px;
}

.product-card .product-img {
  height: 210px;
  width: 100%;
  object-fit: contain;
}

.product-card .card-body {
  padding: 35px 15px;
}

.prod-section-img {
  height: 450px;
  object-fit: cover;
}

.prod-overview-list li {
  margin-bottom: 20px;
  line-height: 22px;
}

.prod-overview-list li:last-child {
  margin-bottom: 0px;
}

.browse-prod-sec {
  background-image: url('images/brows-prod-se-bg-img.png');
  background-size: 200px;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #121212;
  font-family: "Satoshi-Regular", Sans-serif;
}

.browse-prod-sec .sugeested-prod-links a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  margin-right: 20px;
}

.browse-prod-sec .search-result-img {
  width: 500px;
}

.product-detail-page .product-application-data * {
  color: #464C55;
}

.product-detail-page .product-application-data ul {
  margin-left: 15px;
  padding-left: 0;
}

/* News Page  */
.news-tabs .nav-item .nav-link {
  border-radius: 30px;
  font-family: var(--fontBold);
  color: #121212;
  margin-right: 10px;
}

.news-tabs .nav-item .nav-link.active {
  background-color: var(--brandClr);
  color: #fff;
}

.news-tabs .nav-item .nav-link:hover {
  background-color: #e4e4e4;
}

.latest-news-sec {
  position: relative;
}

.latest-news-thum .news-type,
.news-list .news-item .news-type,
.news-detail-header .news-type {
  display: inline-block;
  background: #D9D9D9;
  font-size: 14px;
  font-family: var(--fontMedium);
  padding: 2px;
  line-height: 15px;
}

.latest-news-thum .posted-date,
.news-list .news-item .posted-date,
.news-detail-header .posted-date {
  color: #D9D9D9;
  font-size: 16px;
  line-height: 20px;
}

.latest-news-thum .news-title,
.news-list .news-item .news-title {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--fontBold);
  margin-bottom: 7px !important;
  display: block;
}

.latest-news-thum .news-title:hover,
.news-list .news-item .news-title:hover {
  text-decoration: underline;
}

.latest-news-thum .news-short-desc,
.news-list .news-item .news-short-desc {
  color: #D9D9D9;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-family: 'Satoshi-Regular';
}

.latest-news-thum .know-more-link,
.news-list .news-item .know-more-link {
  font-size: 16px;
  font-family: var(--fontBold);
  color: #fff;
  /* padding: 4px 12px; */
  border-radius: 30px;
  text-decoration: none;
}

.latest-news-thum .know-more-link:hover {
  /* background-color: #ffffff7b; */
  text-decoration: underline;
  
}

.latest-news-thum .latest-news-row {
  position: absolute;
  top: 0;
  width: 100%;
  left: 25px;
  height: 100%;
  align-items: center;
}

.latest-news-thum .latest-news-image {
  width: 100%;
  height: 355px;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(277deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.6166841736694677) 100%);
}

.news-list .news-item .posted-date,
.news-detail-header .posted-date {
  color: #464C55;
  font-family: var(--fontRegular);
}

.news-list .news-item .news-title {
  color: #121212;
}

.news-list .news-item .news-short-desc {
  color: #464C55;
}

.news-list .news-item .know-more-link {
  color: var(--brandClr);
}

.news-list .news-item .know-more-link:hover {
  /* background: #2575f033; */
  text-decoration: underline;
}

.news-list .news-item {
  border-top: 1px solid #ddd;
  padding: 32px 0 35px;
}

.news-list .news-item .news-list-thumb-img {
  width: 100%;
  height: 197px;
  object-fit: cover;
}

.news-detail-page .news-detail-img {
  height: 425px;
  width: 100%;
  object-fit: cover;
}

.news-detail-sec .new-heading {
  font-size: 40px;
  font-family: var(--fontMedium);
  line-height: 45px;
  margin-bottom: 35px;
}

.news-detail-sec p {
  margin-bottom: 20px;
  line-height: 25px;
}

.news-detail-sec .block-text {
  font-size: 24px;
  font-family: var(--fontBold);
  border-left: 3px solid var(--green);
  padding-left: 40px;
  line-height: 33px;
}
.share-social-link a:hover img{background: #c6c6c6;border-radius: 50%;}

.form-element input::placeholder {font-family: var(--fontRegular);}
/* Induestries page  */
.idustries-list .industry-box {
  position: relative;
  background-color: #000;
}

.idustries-list .industry-box .industry-detail {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.idustries-list .industry-box .industry-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(0deg, rgb(0 0 0 / 36%) 0%, rgb(0 0 0) 100%);
}

.idustries-list .industry-box .industry-name {
  font-size: 32px;
  font-family: var(--fontBold) !important;
  color: #fff;
  margin-bottom: 10px;
  line-height: 38px;
}

.idustries-list .industry-box .indus-description {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  width: 300px;
  font-family: var(--fontRegular) !important;
display: none;
}

.form-style .form-control {
  border-color: #D9D9D9 !important;
  background-color: transparent;
}

.form-style .form-control::placeholder {
  color: #B1B1B1 !important;
}

.form-style .label {
  font-size: 22px;
  font-family: var(--fontBold);
  line-height: 29px;
  margin-bottom: 20px;
}

.application-list .industry-box .industry-img {
  height: 355px;
}

.application-list .industry-box .industry-name {
  font-size: 24px;
}

.application-list .industry-box .industry-detail {
  bottom: 22px;
}

.solutions-list .formula-structure {
  width: 55px;
  height: 55px;
}

.enquiry-sec {
  background-image: url('images/enquiry-bg.png');
  background-size: 200px;
  background-position: right;
}

/* Custome Select Drop Down  */
.select-dropdown {
  position: relative;
  display: block;
  max-width: 100%;
}

.select-dropdown__butto:hover {
  background-color: transparent !important;
  border: 0;
}

.select-dropdown::last-child {
  margin-right: 0px;
}

.select-dropdown__button {
  padding: 5px 15px 5px 15px;
  background-color: #fff !important;
  color: #616161;
  border: 1px solid #D9D9D9 !important;
  border-radius: 0px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-family: var(--fontRegular);
  height: 40px;
  background-image: url('images/down-arrow.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 13px;
}

.select-dropdown__button::focus {
  outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}

.select-dropdown__button .icon {
  position: absolute;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;

  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  box-shadow: 0px 4px 12px #00000026;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #B1B1B1;
  text-align: left;
  transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:hover {
  background-color: #B1B1B1;
  color: #000;
  transition: all ease-in-out 0.3s;
}
.ms-options-wrap > .ms-options > ul label{font-family: var(--fontRegular);}
/* Footer  */
.ast-builder-html-element p {
  margin: 0;
}

.footer-nav .elementor-nav-menu {
  column-count: 2;
  gap: 95px;
  text-align: left;
}

.site-above-footer-wrap {
  overflow: hidden;
}
.site-footer-section p{font-family: "Satoshi", Sans-serif;}
/* .footer-nav .elementor-nav-menu li{margin-bottom: 10px;} */
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #000 !important
}

@media screen and (max-width:320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}

/* smartphones, Android phones, landscape iPhone */
@media screen and (max-width:480px) {
  .ast-mobile-header-content>.ast-builder-menu {
    padding-top: 15px !important;
  }

  .elementor-section {
    padding: 0 15px;
  }

  .custome-page-title {
    font-size: 34px;
  }

  .cust-page-banner {
    padding: 30px 0 20px;
  }

  .product-card {
    height: auto;
  }
  .product-catg{font-size: 28px}
  .filter-sec {
    padding: 20px 15px !important;
  }

  .product-card .prod-name {
    font-size: 18px;
  }

  .product-card .product-img {
    height: 170px;
  }

  .product-detail-img {
    height: 265px;
    width: auto;
  }

  .news-tabs .nav-item .nav-link {
    margin-right: 0;
  }

  .latest-news-thum .latest-news-row {
    left: 11px;
  }

  .latest-news-thum .latest-news-image {
    height: 265px;
  }

  .latest-news-thum .news-title,
  .news-list .news-item .news-title {
    font-size: 20px;
  }

  .news-detail-page .news-detail-img {
    height: 195px;
  }

  .news-detail-sec .new-heading {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }

  .news-detail-sec .block-text {
    font-size: 18px;
    padding-left: 20px;
    line-height: 23px;
  }

  .idustries-list .industry-box .industry-img {
    height: 250px;
  }

  .idustries-list .industry-box .industry-detail {
    left: 15px;
    bottom: 15px;
    width: 90%;
  }

  .idustries-list .industry-box .indus-description {
    width: 100%;
  }

  .idustries-list .industry-box .industry-name {

    font-size: 24px;
    margin-bottom: 7px;
    line-height: 27px;
  }

  .industries-sec {
    padding: 0 !important;
  }

  .prod-overview-list ul {
    padding-left: 0;
    margin-left: 0;
  }
  .Reasearch-tabs-wrapper .elementor-tab-mobile-title.elementor-active{background-color: var(--brandClr);color: #fff !important;    border-radius: 30px;}
  .mobile-full-width-sec{margin-left: -12px;margin-right: -12px;width: 107% !important;}
 
}

@media screen and (max-width:600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}

@media screen and (max-width:801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (max-width:1025px) {
  /* big landscape tablets, laptops, and desktops */
}

@media (max-width:1281px) {
  /* hi-res laptops and desktops */
}


/* your css rules for ipad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  .idustries-list .industry-box .industry-img {
    height: 300px;
  }

  .values-box-inner .elementor-widget-wrap.elementor-element-populated {
    padding: 15px 20px !important;
  }

  .cust-page-banner {
    padding: 5px 0 30px
  }

  .custome-page-title {
    font-size: 45px;
  }

  .Reasearch-tabs-wrapper .elementor-tab-title {
    vertical-align: middle;
    text-align: center;
  }

  ul#ast-hf-menu-1 {
    gap: 0 !important;
  }

  .main-header-menu .menu-link:not(sub-menu .menu-link) {
    padding: 0 20px 13px !important;
  }

  .main-header-menu .menu-item:hover>.sub-menu {
    width: 100% !important;
  }

  .main-header-menu .menu-item:hover>.sub-menu .menu-link {
    padding: 0 !important;
  }
}

@media only screen and (max-device-width: 820px) and (height: 1180px) {
  ul#ast-hf-menu-1 {
    gap: 33px !important;
  }

  .browse-prod-sec {
    padding: 0 15px;
  }
}

.industry-box:hover .indus-description {
    transform: translateY(0);
    opacity: 1;
    text-decoration: none!important;
}

.content-ul ul {
    margin-left: -15px;
}