/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.n-grid-item .elementor-widget-container {
  background-color: transparent !important;
}

.n-main-nav .menu-item {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #e60050;
  border-radius: 3px;
  overflow: hidden;
}
.n-main-nav .menu-item:hover {
  background: linear-gradient(90deg, #122362 0%, #ff0046 100%);
}
.n-main-nav .menu-item.current_page_item {
  background: #122362;
  border-radius: 3px;
  background: linear-gradient(90deg, #122362 0%, #ff0046 100%);
}

.n_nav_mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  min-height: 400px;
  background-color: #19255B;
}
@media screen and (min-width: 768px) {
  .n_nav_mobile {
    width: 100vw;
  }
}
.n_nav_mobile .n-main-nav {
  padding-top: 70px;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 99999;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger:hover, .hamburger:focus {
  background: unset;
  outline: unset;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
     * Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
    * Spin Reverse
*/
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nhero_s .bdt-ps-dragon-slide-image {
  display: none;
}
.nhero_s .bdt-ps-dragon-bg {
  position: absolute !important;
}
.nhero_s .nhero_s1_text p {
  margin: 0px !important;
}
.nhero_s .nhero_s1_text h1, .nhero_s .nhero_s1_text h2, .nhero_s .nhero_s1_text h3, .nhero_s .nhero_s1_text .like_h {
  color: #e60050 !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: block;
}
.nhero_s .nhero_s1_text h1, .nhero_s .nhero_s1_text .l_1, .nhero_s .nhero_s1_text .like_h, .nhero_s .nhero_s1_text .l_2, .nhero_s .nhero_s1_text .l_3 {
  text-shadow: 1px 1px 1px #001119;
}
@media screen and (min-width: 1240px) {
  .nhero_s .nhero_s1_text h1 {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 361px) {
  .nhero_s .nhero_s1_text h1 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 360px) {
  .nhero_s .nhero_s1_text h1 {
    font-size: 2.5rem;
  }
}
.nhero_s .nhero_s1_text .l_1 {
  display: block;
  margin-bottom: 35px;
  margin-bottom: 15px;
}
@media screen and (min-width: 361px) {
  .nhero_s .nhero_s1_text .l_1 {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1240px) {
  .nhero_s .nhero_s1_text .l_1 {
    font-size: 1.28rem !important;
  }
}
@media screen and (max-width: 360px) {
  .nhero_s .nhero_s1_text .l_1 {
    margin-bottom: 20px;
    font-size: 0.95rem;
  }
}
.nhero_s .nhero_s1_text .like_h {
  margin-bottom: 0px;
}
@media screen and (min-width: 1240px) {
  .nhero_s .nhero_s1_text .like_h {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 361px) {
  .nhero_s .nhero_s1_text .like_h {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .nhero_s .nhero_s1_text .like_h {
    font-size: 0.97rem;
    margin-bottom: 0px;
  }
}
.nhero_s .nhero_s1_text .l_2 {
  display: block;
  margin-bottom: 25px;
}
@media screen and (min-width: 1240px) {
  .nhero_s .nhero_s1_text .l_2 {
    font-size: 1.25rem !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 361px) {
  .nhero_s .nhero_s1_text .l_2 {
    font-size: 1rem;
    width: 85%;
  }
}
@media screen and (max-width: 360px) {
  .nhero_s .nhero_s1_text .l_2 {
    font-size: 0.95rem;
    margin-bottom: 10px;
    width: 85%;
  }
}
.nhero_s .nhero_s1_text .l_3 {
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 1240px) {
  .nhero_s .nhero_s1_text .l_3 {
    font-size: 1.25rem !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 361px) {
  .nhero_s .nhero_s1_text .l_3 {
    font-size: 1rem;
    width: 85%;
  }
}
@media screen and (max-width: 360px) {
  .nhero_s .nhero_s1_text .l_3 {
    font-size: 0.95rem;
    width: 85%;
  }
}
.nhero_s .l_4 {
  width: 25% !important;
}
.nhero_s .elementor-50 .elementor-element.elementor-element-f9e8ae3 .bdt-prime-slider .bdt-slider-excerpt {
  font-size: inherit;
}

.n_product_grid_item {
  border-radius: 30px !important;
  overflow: hidden;
  background-color: #FF0046;
}
@media screen and (min-width: 714px) {
  .n_product_grid_item {
    width: calc(50% - 30px) !important;
    margin: 15px;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item {
    width: calc(100% - 30px) !important;
    margin: 15px;
  }
}
@media screen and (min-width: 1340px) {
  .n_product_grid_item {
    width: calc(50% - 30px) !important;
    margin: 15px;
  }
}
.n_product_grid_item .elementor-widget-container {
  background: linear-gradient(to bottom, #DB074C 0%, #DB074C 75%, #FF0046 50%, #FF0046 100%) !important;
}
@media screen and (min-width: 768px) {
  .n_product_grid_item .elementor-widget-container {
    min-height: auto;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item .elementor-widget-container {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .n_product_grid_item .elementor-widget-container {
    flex-direction: initial !important;
    justify-content: left;
  }
}
.n_product_grid_item .elementor-widget-container .ha-card-figure {
  height: auto !important;
  overflow: visible;
  position: absolute;
}
@media screen and (max-width: 714px) {
  .n_product_grid_item .elementor-widget-container .ha-card-figure {
    max-width: 60% !important;
    min-width: auto !important;
    position: relative;
  }
}
@media screen and (min-width: 715px) {
  .n_product_grid_item .elementor-widget-container .ha-card-figure {
    max-width: 60% !important;
    min-width: auto !important;
    position: relative;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item .elementor-widget-container .ha-card-figure {
    position: absolute;
    right: 0;
    max-width: 350px !important;
    min-width: auto !important;
  }
}
.n_product_grid_item .elementor-widget-container .ha-card-figure img {
  transform: translateX(0px) !important;
}
.n_product_grid_item .elementor-widget-container .ha-card-body {
  background-color: #FF0046 !important;
}
@media screen and (max-width: 768px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body {
    height: auto !important;
    min-width: 100%;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body {
    background-color: transparent !important;
    max-width: 100% !important;
    min-width: auto !important;
    text-align: left;
    padding-left: 20px;
  }
}
.n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 474px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title {
    font-size: 7vw;
  }
}
@media screen and (min-width: 714px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title {
    width: 60%;
    text-align: left;
    font-size: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title {
    width: 100%;
  }
}
.n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title br {
  display: none !important;
}
@media screen and (max-width: 771px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-title {
    width: 100%;
  }
}
.n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-text {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 474px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-text {
    font-size: 5vw;
  }
}
@media screen and (min-width: 714px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-text {
    min-height: 90px !important;
    font-size: 16px;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-text {
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-card-text {
    width: 100%;
  }
}
.n_product_grid_item .elementor-widget-container .ha-card-body .ha-btn {
  bottom: 9%;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 474px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-btn {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1090px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-btn {
    text-align: left;
    margin: 0;
    position: absolute;
  }
}
@media screen and (min-width: 902px) {
  .n_product_grid_item .elementor-widget-container .ha-card-body .ha-btn {
    display: inline-block;
    position: absolute;
    bottom: 25px;
  }
}
.n_product_grid_item.item3 .ha-card-figure {
  margin-top: -19px !important;
}
@media screen and (min-width: 1346px) {
  .n_product_grid_item.item3 .ha-card-text {
    max-width: 282px;
  }
}
@media screen and (min-width: 714px) {
  .n_product_grid_item.item7 {
    width: calc(100% - 30px) !important;
    margin: 15px;
  }
}
.n_product_grid_item.item7 .ha-card-figure {
  max-width: 80% !important;
}
@media screen and (min-width: 902px) {
  .n_product_grid_item.item7 .ha-card-figure {
    max-width: 40% !important;
  }
}
@media screen and (min-width: 1148px) {
  .n_product_grid_item.item7 .ha-card-figure {
    max-width: 50% !important;
  }
}

@media screen and (min-width: 768px) {
  .n_home_form .elementor-field-group-n_home_first_name .elementor-field-label, .n_home_form .elementor-field-group-n_home_last_name .elementor-field-label, .n_home_form .elementor-field-group-n_home_mobile_name .elementor-field-label, .n_home_form .elementor-field-group-n_home_field_email_id .elementor-field-label, .n_home_form .elementor-field-group-n_home_company_name .elementor-field-label, .n_home_form .elementor-field-group-n_home_industry .elementor-field-label {
    width: 30% !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .n_home_form .elementor-field-group-n_home_first_name .elementor-field, .n_home_form .elementor-field-group-n_home_last_name .elementor-field, .n_home_form .elementor-field-group-n_home_mobile_name .elementor-field, .n_home_form .elementor-field-group-n_home_field_email_id .elementor-field, .n_home_form .elementor-field-group-n_home_company_name .elementor-field, .n_home_form .elementor-field-group-n_home_industry .elementor-field {
    width: 70% !important;
    flex-basis: auto !important;
  }
}
.n_home_form .elementor-field-group-n_home_message .elementor-field-label {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.n_home_form .elementor-field-group-n_home_message .elementor-field-textual {
  height: 200px;
}/*# sourceMappingURL=style.css.map */