@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');

/*-- PARALLAX: START

================================================== */

.header-bluewave-container {
  background-image: url(../img/home-header-banner-overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  height: 75vh;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.footer-box-left-mobile .footer-list-left a,
.footer-box-left-mobile .footer-copyright a
{
	color:#fff;
}
.bluewave-banner-wrapper {
  height: 120vh;

  height: calc(var(--vh, 1vh) * 120);

  min-height: -webkit-fill-available;

  position: relative;
}

.parallax-h-1 {
  position: fixed;

  /*max-width: 1600px;p*/

  width: 100%;

  height: 120vh;

  height: calc(var(--vh, 1vh) * 120);

  min-height: -webkit-fill-available;

  background-image: url("../img/header-bg.jpg");

  /* background-attachment: fixed; */

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: scroll;
}

/*-- PARALLAX: END

================================================== */

/*-- FOOTER: START

================================================== */

/* FOOTER:LEFT */

footer .footer-row {
  margin: 0;

  padding: 55px 40px;

  background-color: #000000;

  font-family: "helvetica", helvetica, "Raleway";
}

.footer-row .footer-box-left {
  padding: 0 0 50px;
  margin: 0;
}

.footer-logo-box.primary-logo .footer-logo .footer-bluewave-logo{
  margin-bottom: 0px;
  height: auto;
  max-width: 195px;
}

img.f-bluewave-logo {
    margin-left: 10px;
    height: 27px;
}

img.f-consulting-logo {
    margin-left: 10px;
    height: 27px;
}

img.f-knownact-logo {
    margin-left: 10px;
    height: 27px;
}

footer .footer-box-left .form {
  	margin-top: 40px;
  	display: flex;
}

.footer-logo .footer-bluewave-logo {
  	margin-bottom: 0px;
  	height: auto;
  	max-width: 195px;
    width: 100%;
}

.footer-logo.logo-nayamode {
    display: flex;
    align-items: center;
}

footer .footer-box-left .form .form-input {
  border-radius: 0;

  color: #fff;

  display: inline-block;

  min-height: 40px;

  min-width: 220px;

  font-size: 14px;

  line-height: 1.8;

  padding: 6px 12px;

  vertical-align: middle;

  background-color: transparent;

  border: 1px solid #ddd;

  position: relative;

  padding-left: 20px;
}

footer .footer-box-left .form .form-input:focus {
  outline: 0;
}

footer .footer-box-left .form ::placeholder {
  color: #fff;
  font-size: 0.95em !important;
}

footer .footer-box-left .form :-ms-input-placeholder {
  color: #fff;
  font-size: 0.95em !important;
}

footer .footer-box-left .form ::-ms-input-placeholder {
  color: #fff;
  font-size: 0.95em !important;
}

footer .footer-box-left .form .form-button {
  border-radius: 0;

  color: #fff;

  display: inline-block;

  min-height: 40px;

  min-width: 130px;

  font-size: 14px;

  cursor: pointer;

  text-align: center;

  letter-spacing: 0.1em;

  line-height: 1;

  padding: 6px 12px;

  vertical-align: middle;

  background-color: transparent;

  border: 1px solid #ddd;

  font-weight: 600;

  text-transform: uppercase;
}

footer .dynamicsForm .columnContainer {
  min-width: 220px !important;
  padding: 0 !important;
}

footer .dynamicsForm .columnContainer .lp-ellipsis,
footer .dynamicsForm .columnContainer .lp-required {
  display: none;
}

footer .dynamicsForm .lp-form-field input {
  border-radius: 0;

  color: #fff;

  display: inline-block;

  min-height: 40px;

  min-width: 220px;

  font-size: 14px;

  line-height: 1.8;

  padding: 6px 12px;

  vertical-align: middle;

  background-color: transparent;

  border: 1px solid #ddd;

  position: relative;

  padding-left: 20px;

  text-indent: 0;

  margin-top: 0;
   font-family: "helvetica", helvetica, "Raleway";
}

footer .dynamicsForm button[type="submit"],
footer .dynamicsForm div[data-editorblocktype="SubmitButtonBlock"] button {
  border-radius: 0;

  color: #fff;

  display: inline-block;

  min-height: 40px;

  min-width: 130px;

  font-size: 14px;

  cursor: pointer;

  text-align: center;

  letter-spacing: 0.1em;

  line-height: 1;

  padding: 6px 12px;

  vertical-align: middle;

  background-color: transparent;

  border: 1px solid #ddd;

  font-weight: 500;

  text-transform: uppercase;

  width: auto;
   font-family: "helvetica", helvetica, "Raleway";
}

footer .dynamicsForm button[type="submit"]:focus,
footer
  .dynamicsForm
  div[data-editorblocktype="SubmitButtonBlock"]
  button:focus {
  outline: none;
}

footer .dynamicsForm button[type="submit"]:hover, footer .dynamicsForm div[data-editorblocktype="SubmitButtonBlock"] button:hover  {
    color: #00a4e5;
    text-decoration: none;
}
footer .footer-box-left .form .form-button:focus {
  outline: none;
}



footer .footer-box-left .footer-list-left {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  line-height: 1.8em;
/* 	margin-bottom:50px; */
}
footer .footer-box-left-mobile .footer-list-left {
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    line-height: 1.8em;
}
footer .footer-box-left-mobile .footer-list-left ul {
    padding-left: 0px;
	margin-bottom: 0px;
}

footer .footer-box-left .footer-list-left ul li a {
  color: #fff;
}

footer .footer-box-left .footer-list-left ul li a:hover,
footer .footer-box-left .footer-copyright a:hover,
footer .footer-box-right .footer-link li a:hover {
  color: #00a4e5;
  text-decoration: none;
}

footer .footer-box-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-box-right ul {
  margin: 0
  padding: 0;
  list-style: none;
  max-width: 100%;
}

footer .footer-box-left .footer-copyright {
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}
footer .footer-box-left-mobile .footer-copyright {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
}

footer .footer-box-left .footer-copyright a {
  color: #fff;
  text-decoration: none;
}

footer .footer-box-left .footer-copyright {
  font-size: 0.75em;
}
footer .footer-box-left-mobile .footer-copyright {
  font-size: 0.75em;
}

.footer-box-left-mobile {
  display: none;
}

/* FOOTER:RIGHT */

footer .footer-box-right {
  padding: 0 10px;
  margin: 0;
}

footer .footer-box-right .footer-link li {
  border-top: 1px solid #fff;

  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 1em;
}

footer .footer-box-right .footer-link .menu-link-only {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
footer .footer-box-right .footer-menu-link a,
.contact-btn .wp-block-button__link {
    color: #fff!important;
}

footer .footer-box-right .footer-link .goto-link-wrap {
  padding: 10px 0;
}

footer .footer-box-right .footer-link li a {
  color: #fff;
  display: block;
  line-height: 30px;
}

footer .footer-box-right .footer-contact-us a {
  color: #fff;
  border: 1px solid #fff !important;
  padding: 10px 40px;
  display: inline-block;
  margin: 10px 0 15px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
}

/* 14 dec 2023 */
footer .footer-copyright a, footer .footer-copyright ul li {
    font-size: 12px;
    color: #fff;
}
.sec-footer-copyright .footer-copyright ul {
    list-style: none;
    padding: 0px;
}
/* 14 dec 2023 */


footer .footer-box-right .footer-contact-us a:hover,
footer .footer-box-right .footer-contact-us a:focus,
footer .footer-box-right .footer-contact-us a:active {
  color: #fff;

  text-decoration: none;
}

footer .footer-box-right .footer-contact-us:focus {
  outline: none;
  color: #00a4e5;
}

footer .footer-box-right .footer-contact-us a:hover,
footer .footer-box-right .footer-contact-us a:focus,
footer .footer-box-right .footer-contact-us a:active {
  text-decoration: none;
}

footer .footer-box-right ul.footer-social {
  list-style: none;
  padding-left: 0px;
  display: flex;
  margin-left: -10px;
}

footer .footer-box-right ul.footer-social .footer-social-ico {
  padding: 10px;
}

footer .footer-box-right ul.footer-social .footer-social-ico.foot-youtube {
  margin-top: -4px;
}

footer .footer-box-right ul.footer-social .footer-on-hover {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
}

footer .footer-box-right ul.footer-social .footer-on-hover:hover {
  fill: #00a4e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer-box-right ul.footer-social .foot-youtube .footer-on-hover {
  width: 32px;
}

footer .footer-box-right ul.footer-link .footer-on-hover-link {
  fill: #ffffff;
}

footer .footer-link li a:hover ~ .footer-on-hover-link {
  fill: #00a4e5;
}

footer .goto-link-wrap a {
  display: inline-block !important;
}

.footer-logo a {
    display: flex;
    margin: 0;
    font-size: 20px;
    font-family: 'Raleway';
    color: white;
    font-weight: 300;
}
.footer-logo-box.primary-logo .footer-logo {
    display: flex !important;
    border-right: 0;
    margin-right: 0;
    max-width: 600px;
    align-items: center;
}
.footer-logo.logo-nayamode span {
    display: inline-block;
    color: white;
    line-height: 1;
    font-size: 24px;
    position: relative;
    margin: 0 15px;
    font-weight: 100;
    font-family: 'Raleway';
    margin-top: -4px;
}
.footer-logo-box.primary-logo {
    margin-bottom: 0px;
}
/*-- FOOTER: END

================================================== */

/* FOOTER MEDIA QUERY:START */

@media only screen and (min-width: 1920px) {
  #bluewave-hamburger-menu .modal-dialog .modal-content {
    margin-left: -7px;
  }
}

@media only screen and (min-width: 1500px) {
  #banner-parallax {
    height: 105%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #bluewave-hamburger-menu .modal-dialog .modal-content {
    margin-left: -7px;
  }

  /* FOOTER:START */

  footer .footer-box-right-links-wrapper {
    margin-right: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  footer .footer-box-right-links-wrapper {
    margin-right: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bluewave-menu-nav-list a {
    font-size: 3em;
  }

  .footer-row .footer-box-left,
  .footer-row .footer-box-right{
    padding: 0;
	margin-bottom: 30px;
  }
	
  /* FOOTER:START */

  footer .footer-box-right ul {
    max-width: 200px;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ONLY FOR iPAD PRO SIZE:START */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-height: 1024px) and (max-device-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-height: 1024px) and (max-device-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  /*-- BLUE PATCH HEADER: START*/

  .header-bluewave-container {
    background-image: url(../img/home-header-banner-overlay-mobile.png);

    background-position: center;

    bottom: 140px;

    height: 75vh;
  }

  /*-- BLUE PATCH HEADER: END*/
}

/* ONLY FOR iPAD PRO SIZE:END */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*-- MODAL: START*/

  .bluewave-menu-nav-list a {
    line-height: 1.4;
  }

  /*-- MODAL: END*/

  /*-- BLUE PATCH HEADER: START*/

  .header-bluewave-container {
    background-image: url(../img/home-header-banner-overlay-mobile.png);

    background-position: center;

    bottom: 140px;

    height: 75vh;
  }

  /*-- BLUE PATCH HEADER: END*/

  /*-- FOOTER: START*/

	
  /*-- FOOTER: END*/
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .site-logo .site-logo-inner {
    padding: 10px 20px 10px 0px;

    transform: translate(-4px, 0px);
  }
  .bluewave-home-page-video-banner-wrapper{
  	    height: calc(var(--vh, 1vh) * 75);
  }

  .header-bluewave-container {
    background-image: url(../img/home-header-banner-overlay-mobile-small.png);

    background-position: center;

    bottom: 140px;

    height: 75vh;
  }

  /* MODAL:START */

  .bluewave-menu-nav-list a {
    font-size: 3em;
  }

  /* MODAL:END */

  /* START INTRO:START */

  h1.bluewave-heading-title {
    font-size: 3em;
  }

  /* START INTRO:END */

  /* FOOTER:START */

  footer .footer-box-right ul {
    max-width: 100%;
  }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .parallax-h-1 {
    height: 130vh;

    height: calc(var(--vh, 1vh) * 125);

    background-position-x: 30%;
  }

  .bluewave-menu-nav-inner {
    padding: 20px 20px 0 20px;
  }

  .bluewave-menu-nav-wrapper {
    padding-left: 0px;

    margin-left: 0px;

    vertical-align: middle;

    display: flex;

    justify-content: center;

    align-items: center;

    justify-items: center;

    overflow-y: auto;
  }

  /*-- MODAL/NAV: END */

  .footer-row .footer-box-left,
  .footer-row .footer-box-right{
    padding: 0;
	margin-bottom: 30px;
  }


  .footer-box-left-mobile .footer-list-left {
    margin-top: 0px !important;
  }

  .footer-list-left-mobile,
  .footer-copyright-mobile {
/*     display: none; */
  }

  .footer-box-right-links-wrapper-mobile {
    margin-top: 30px;
  }
  .dynamicsForm form .columnContainer {
    width: auto !important;
}
footer .dynamicsForm .columnContainer {
    min-width: auto !important;
}
.footer-row .footer-box-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*-- Mobile Footer CSS 16082023 Start  */

.footer-logo a:first-child img {
    width: 100% !important;
    max-width: 115px !important;
}
.footer-logo a img {
    width: 100% !important;
    position: relative;
    height: 15px;
}
.footer-logo span {
    margin: 0 10px !important;
    font-size: 20px !important;
}
.footer-logo.logo-nayamode {
    margin-bottom: 30px;
}
/*-- Mobile Footer CSS 16082023 Start  */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*-- Mobile Footer CSS 16082023 Start  */

    .footer-logo a:first-child img {
        width: 100% !important;
        max-width: 135px !important;
    }
    .footer-logo a img {
        width: 100% !important;
        position: relative;
        height: 20px;
    }
    .footer-logo span {
        margin: 0 10px !important;
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 480px) {
  .custom-logo {
    max-width: 180px;

    min-width: 180px !important;
  }
	.bluewave-home-page-video-banner-wrapper{
  	    height: calc(var(--vh, 1vh) * 85);
  }
  .site-logo .site-logo-inner {
    padding: 10px 20px 10px 25px;

    transform: translate(0px, 0px);
  }

  .bluewave-menu-nav-list a {
    font-size: 3em;
  }

  .site-header-inner {
    padding: 15px 0px !important;
    height: 90px !important;
  }

  .header-bluewave-container {
    background-image: url(../img/home-header-banner-overlay-mobile-small.png);

    background-position: center;

    background-size: 130%;

    background-position-y: top;

    bottom: 140px;

    height: 85vh;
  }

  /* FOOTER:START */

  footer .footer-row {
    padding: 55px 20px;
  }

  /* footer .footer-box-left .form {
    width: 320px;
  } */

  footer .footer-box-right ul {
    max-width: 100%;
  }

  footer .footer-box-left .form .form-input {
    min-width: 60%;
  }

  footer .footer-box-left .form .form-button {
    min-width: 40%;
  }
  footer .dynamicsForm .lp-form-field input{
    min-width: 220px;
  }
  footer .dynamicsForm button[type="submit"], footer .dynamicsForm div[data-editorblocktype="SubmitButtonBlock"] button{
    min-width: 90px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 350px) {

  footer .footer-box-left .form .form-input {
    min-width: 60%;
  }

  footer .footer-box-left .form .form-button {
    min-width: 40%;
  }
  footer .dynamicsForm .lp-form-field input{
    min-width: 190px;
  }
  footer .dynamicsForm button[type="submit"], footer .dynamicsForm div[data-editorblocktype="SubmitButtonBlock"] button{
    min-width: 80px;
    font-size: 12px;
  }
}

/* FOOTER MEDIA QUERY:END */

/* MOBILE LANDSCAPE:START

====================================================================== */

@media only screen and (max-height: 350px) {
  /* MODAL OVERLAY:START */

  .bluewave-menu-nav-list {
    margin-top: 30px;
  }

  /* MODAL OVERLAY:END */
}

@media only screen and (min-height: 320px) and (max-height: 450px) {
  .header-bluewave-container {
    background-image: url(../img/home-header-banner-overlay.png);
  }
 
}